restart windchill with error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
restart windchill with error
FATAL [main] wt.method.server - MethodServerMain abort
wt.util.WTRemoteException: Unable to register server; nested exception is:
java.lang.SecurityException: access denied
Solved! Go to Solution.
- Labels:
-
Upgrade_Migration
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Did you clone the environment from source before upgrading?
It seems that you have not modified the following information:
- java.rmi.server.hostname property in the wt.properties file
- Hosts file:
- etc/hosts for Unix platforms
- C:\Windows\System32\drivers\etc\hosts for Windows platform
Please confirm above!
Refer to:
Solved: Re: java.lang.SecurityException: Access denied - PTC Community
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Can you share more of the stack trace?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
What OS are you on? Spit balling as we need more information. Could this be file access related? Installing as root but running as another user? Could this be services like SELinux or fapolicyd? Could this be Java certs issue (less likely)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I have even seen similar on an out of memory error, or maybe an expired SSL cert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Did you clone the environment from source before upgrading?
It seems that you have not modified the following information:
- java.rmi.server.hostname property in the wt.properties file
- Hosts file:
- etc/hosts for Unix platforms
- C:\Windows\System32\drivers\etc\hosts for Windows platform
Please confirm above!
Refer to:
Solved: Re: java.lang.SecurityException: Access denied - PTC Community
