Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.1
While performing the vault sync when we changing the SyncMode SYSTEM to SITE through jconsole it's getting below error
Problem invoking modeSwitchToSite: java.rmi.UnmarshalException: Error unmarshaling return: nested exception is:
java.lang.ClassNotFoundException: wt.util.WTException (no security manager. RMI class loader disabled)
Here are the errors that I faced
Problem invoking modeSwitchToSite: java.rmi.UnmarshalException: Error unmarshaling return: nested exception is:
java.lang.ClassNotFoundException: wt.util.WTException (no security manager. RMI class loader disabled)
Hi @CG_10468982
I use PTC Knowledge Base Search and I've got a result
CS198791 RMI class loader disabled
In your specific case I guess that you just do not use correct java library from Windchill.
"wt.util.WTException" is a class from Windchill and this class can not be missing
This class is located in a folder > WTHOME/codebase/wt/util/
check your application if it has access to the class
PetrH