Quantcast
Channel: PTC Community : Unanswered Discussions - Windchill
Viewing all articles
Browse latest Browse all 3592

Windchill 9.1 Remote Debugging with eclipse

$
0
0

Hello all,

 

I trying to get remote debugging to work with eclipse using Windchill 9.1 M10

 

I followed this tutorial: http://maheshmhetre.blogspot.com/2013/02/windchill-method-server-debugging.html

 

but I always get the error below in the server manager after a restart.

 

Fri 12/19/14 10:08:48: MethodServerMonitor: ERROR : wt.manager.ServerManagerImpl - Start of MethodServer timed out.

Fri 12/19/14 10:08:48: RMI TCP Connection(1)-10.11.4.57: INFO  : wt.manager.ServerLauncher - Starting MethodServer

Fri 12/19/14 10:08:49: MethodServerMonitor: ERROR : wt.server.manager.startup - Unable to launch 1 MethodServer instance

Fri 12/19/14 10:08:49: MethodServerMonitor: wt.util.WTRemoteException: Unable to get server; nested exception is:

Fri 12/19/14 10:08:49: MethodServerMonitor:           (wt.manager.managerResource/3) wt.util.WTException: Start of MethodServer timed out.

Fri 12/19/14 10:08:49: MethodServerMonitor:           at wt.manager.ServerManagerImpl.getServer(ServerManagerImpl.java:271)

Fri 12/19/14 10:08:49: MethodServerMonitor:           at wt.manager.RemoteServerManager.getServer(RemoteServerManager.java:299)

Fri 12/19/14 10:08:49: MethodServerMonitor:           at wt.manager.StandardServerMonitor$ServerMonitor.startServers(StandardServerMonitor.java:333)

Fri 12/19/14 10:08:49: MethodServerMonitor:           at wt.manager.StandardServerMonitor$ServerMonitor.run(StandardServerMonitor.java:213)

Fri 12/19/14 10:11:49: RMI TCP Connection(1)-10.11.4.57: ERROR : wt.manager.ServerManagerImpl - Start of MethodServer timed out.

Fri 12/19/14 10:11:49: RMI TCP Connection(1)-10.11.4.57: INFO  : wt.manager.ServerLauncher - Starting MethodServer

Fri 12/19/14 10:13:34: MethodServerMonitor: INFO  : wt.server.manager.startup - Starting 1 additional MethodServer instance

Fri 12/19/14 10:14:49: RMI TCP Connection(1)-10.11.4.57: ERROR : wt.manager.ServerManagerImpl - Start of MethodServer timed out.

Fri 12/19/14 10:14:49: RMI TCP Connection(1)-10.11.4.57: INFO  : wt.manager.ServerLauncher - Starting MethodServer

Fri 12/19/14 10:15:41: wt.jmx.core.SharedScheduledExecutor.worker: INFO  : wt.summary.general - JVMName=7596@PLMWEBTEST, HeapMemoryUsage=6513848, NonHeapMemoryUsage=22583432, Uptime=603108, ProcessCpuTime=10748468900, JITCTime=5345, GarbageCollectors=[Copy,MarkSweepCompact], GCTime=[120,486], GCCount=[21,6], Classes=2609, Threads=19

 

 

 

Steps to setup debugging:

 

1. Changed wt.properties.xconf:

 

name="wt.manager.cmd.MethodServer.nonibm.java.args" default="-XX:PermSize=72m-XX:MaxPermSize=200m -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket, server=y, suspend=n, address=7777 -Djava.compiler=NONE"

 

2. run xconfmanager -p

3. Stop apache

4. stop tomcat

5. stop windchill

6. stop windchillDS

7. start windchillDS

8. start windchill

9. start tomcat

10. start apache

 

 

Any help is appreciated


Viewing all articles
Browse latest Browse all 3592

Trending Articles