导航

Windchill MethodServer无法启动

启动Windchill的MethodServer 时 ,窗口自动关闭,查看日志和窗口上的错误如下:

 

MethodServer.log :

com.infoengine.exception.adapter.IEAdapterException; nested exception is: 

星期二 3/6/12 21:40:05: main: javax.naming.CommunicationException: windchill.plm.com:389 [Root exception is java.net.ConnectException: Connection refused: connect] 

 

ServerManager.log: 

星期二 3/6/12 21:42:32: MethodServerMonitor: ERROR : wt.manager.ServerManagerImpl - Start of MethodServer timed out.
星期二 3/6/12 21:42:32: MethodServerMonitor: ERROR : wt.server.manager.startup - Unable to launch 1 MethodServer instance
星期二 3/6/12 21:42:32: MethodServerMonitor: wt.util.WTRemoteException: Unable to get server; nested exception is:

星期二 3/6/12 21:42:32: MethodServerMonitor: (wt.manager.managerResource/3) wt.util.WTException: Start of MethodServer timed out. 

 

解决方案:

1.判断389端口是否被占用。 netstat -nao

2.判断是否已经开启DS服务。Windchill_9.1/WindchillDS/server/bat目录下,双击control-panel.bat启动,同时,可以进行注册为Windows Service。

 

 原文参见:http://blog.csdn.net/depgydh86/article/details/6334609

posted on 2012-03-06 22:36  @永不止步  阅读(2719)  评论(0)    收藏  举报