Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Version: Windchill 12.1
Use Case: In the process of implementing additional filestypes for CAD documents, following this specific guide: https://www.ptc.com/en/support/article/CS81396?&as=1
Description:
The only description I have found for restarting the MethodServers are this following guide: Using MBeans to Stop or Restart Method Servers
This, though does not work for maybe numeroes reasons
Solved! Go to Solution.
Thanks for the suggestion - I ended up restarting the windchill service instead, which solved the issue (by restarting the method server as well).
This is not the recommended process for restarting system. I would only consider this if I had one method server in my cluster that was misbehaving and wanted to stop just it. Easier to kill process at OS level and let ServerManager restart it. If you really want to have it pick up file and configuration changes, you should use the windchill stop/start command to fully restart everything.
Thanks for the suggestion - I ended up restarting the windchill service instead, which solved the issue (by restarting the method server as well).