Skip to main content
17-Peridot
March 23, 2023
Solved

Creating serialization filter

  • March 23, 2023
  • 2 replies
  • 2583 views

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?

Best answer by rleir

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). 

2 replies

avillanueva
23-Emerald I
March 23, 2023

How far did it get? Did it validate that it could connect to the database?

avillanueva
23-Emerald I
March 23, 2023

I just checked my dev server and I see the same message. I think this is normal and not related to your issue.

rleir17-PeridotAuthorAnswer
17-Peridot
March 23, 2023

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).