Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Following the information in eclipse_project.help I added the following to site.xconf:
<property name="wt.manager.cmd.MethodServer.debug.args" overridable="true"<span" style="font-size:" 13px;"=">targetFile="codebase/wt.properties" value="-Xnoagent -Xdebug -Xrunjdwp:transport=dt_socket,address=9000,server=y,suspend=n"/>
When I remove the property from site.xconf, run xconfmanager and restart Windchill everything is fine.
Thanks in advance,
Thanks Jess, I am running 3 foreground method servers. I am unsure on how to specifify the start number in the property. Also is the start number zero based?
I am working with another developer who is on a UNIX box and I switch between UNIX and Windows so dt_socket is our option.
Thanks for the additional information. The Javadoc was most helpful. I setwt.manager.cmd.MethodServer.seq.1.min andwt.manager.cmd.MethodServer.seq.1.max then used {3} with the port number.
We have noticed that method servers get orphaned so generally monitor the results of windchill stop with process explorer then kill any that get left behind.
I am now able to attach a debugger. I am guessing which port I need to attach to may veri after each restart.
Thanks for all your help!
Chris