Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
Hi team
tl;dr this is what you see if the Oracle server did not get started. crisis over ..
We did a VM rollback to a snapshot. Now, starting Windchill, ServerManager gets stuck and the last log entry is :
INFO [main] wt.system.err - INFO: Creating serialization filter from !bsh.XThis;!bsh.Interpreter;.........
No MethodServers get started. Windchill is not using any CPU and very little memory.
Oracle docs tell me:
The Java serialization filtering mechanism screens incoming streams of serialized objects to help improve security and robustness. Filters can validate incoming ...
What is happening here? How can I get Windchill started again?
Solved! Go to Solution.
The solution was as I implied it the tl;dr line: just make sure the database is running! Yes, the serialization filter is normal (it was in an 'Info' log entry). So if your Windchill is not coming up and this is the last log entry ... go start the database! And since it's probably in a VM, check that the NIC is enabled (your admin will understand that).
How far did it get? Did it validate that it could connect to the database?
I just checked my dev server and I see the same message. I think this is normal and not related to your issue.
The solution was as I implied it the tl;dr line: just make sure the database is running! Yes, the serialization filter is normal (it was in an 'Info' log entry). So if your Windchill is not coming up and this is the last log entry ... go start the database! And since it's probably in a VM, check that the NIC is enabled (your admin will understand that).