I’m having trouble starging up the workflow server. I’m running 6.1. I tried using the actual name of the machine, but looking at the error below, it’s mapping back to the IP number…All my IS and broker are functioning well.
What am I missing?
9/6/06 [04:13:58.869 PM] [WKS.000.0029] Using Java Runtime Environment version 1.4.2.
9/6/06 [04:14:08.463 PM] [WKS.000.0001] Local host name: MONROE_4778.
9/6/06 [04:14:08.478 PM] [WKS.000.0002] Resource server host name: MONROE_4778.
9/6/06 [04:14:09.557 PM] [WKS.000.0016] Starting backup server manager.
9/6/06 [04:14:09.572 PM] [WKS.000.0017] Creating new registry for 5,001.
9/6/06 [04:14:10.541 PM] [WKS.000.0018] Registry is in same VM.
9/6/06 [04:14:11.603 PM] [WKS.000.0005] Starting http server.
9/6/06 [04:14:11.603 PM] [WKS.000.0023] Starting HttpServer.0.
9/6/06 [04:14:11.603 PM] [WKS.000.0020] Running “C:\Webmethods61\jvm\win142\bin\javaw -Xrs -DACTIVE_HOME=“C:\Webmethods61\common\lib” -Djava.security.policy=etc\grant-all.policy -Dcom.wm.security.directory=lib\security -Djava.rmi.server.codebase=http://MONROE_4778:5000/ -classpath lib/httpsrv.jar com.wm.zeus.pd.httpsrv.ClassFileServer HttpServer.0 etc/classrv.properties”.
9/6/06 [04:14:12.119 PM] [WKS.000.0006] Started http server.
9/6/06 [04:14:13.057 PM] [WKS.000.0007] Waiting for httpsrv.
9/6/06 [04:14:14.463 PM] [WKS.000.0023] Starting ResourceServer.0.
9/6/06 [04:14:14.478 PM] [WKS.000.0020] Running “C:\Webmethods61\jvm\win142\bin\javaw -Xrs -DACTIVE_HOME=“C:\Webmethods61\common\lib” -Djava.security.policy=etc\grant-all.policy -Dcom.wm.security.directory=lib\security -Djava.rmi.server.codebase=http://MONROE_4778:5000/ -classpath lib/classrvimpl.jar com.wm.zeus.pd.classrv.impl.PDClassServerImpl ResourceServer.0 etc/classrv.properties”.
9/6/06 [04:14:14.932 PM] [WKS.000.0010] Connecting to resource server.
9/6/06 [04:14:15.885 PM] [WKS.000.0012] Waiting for registry for resource server.
ResourceServer.0: 9/6/06 [04:14:17.447 PM] java.rmi.ConnectException: Connection refused to host: 172.16.44.235; nested exception is:
ResourceServer.0: java.net.ConnectException: Connection refused: connect
at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:567)
at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:185)
at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:171)
at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:313)
at sun.rmi.registry.RegistryImpl_Stub.rebind(Unknown Source)
at java.rmi.Naming.rebind(Naming.java:160)
at com.wm.zeus.pd.classrv.impl.PDClassServerImpl.(PDClassServerImpl.java:378)
at com.wm.zeus.pd.classrv.impl.PDClassServerImpl.main(PDClassServerImpl.java:2291)
ResourceServer.0: Caused by: java.net.ConnectException: Connection refused: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
at java.net.Socket.connect(Socket.java:452)
at java.net.Socket.connect(Socket.java:402)
at java.net.Socket.(Socket.java:309)
at java.net.Socket.(Socket.java:124)
at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:22)
at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:128)
at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:562)
… 7 more
9/6/06 [04:14:17.447 PM] Connection refused to host: 172.16.44.235; nested exception is:
ResourceServer.0: java.net.ConnectException: Connection refused: connect
9/6/06 [04:15:16.572 PM] [WKS.013.0002] ResourceServer.0 died with exit code 0.