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。