PDA

View Full Version : Workflow Error


seanpaul (Unregistered Guest)
09-03-2003, 17:09
I am receiving this error when trying to bring up the Workflow server. Can anyone help with this? Thanks is advance

java.net.SocketException: Connection reset by peer: JVM_recv in socket input stream read
at com.wm.app.b2b.client.Context.invoke(Context.java:1028)
at com.wm.app.b2b.client.Context.invoke(Context.java:871)
at com.wm.app.b2b.client.Context.connect(Context.java:513)
at com.wm.app.b2b.client.Context.connect(Context.java:467)
at wm.server.remote.checkConnection(remote.java:967)
at wm.server.remote.checkConnection(remote.java:940)
at wm.server.remote.invoke(remote.java:481)
at java.lang.reflect.Method.invoke(Native Method)
at com.wm.app.b2b.server.JavaService.baseInvoke(JavaService.java:294)
at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:339)
at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:119)
at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:91)
at com.wm.app.b2b.server.Service.doInvoke(Service.java:580)
at com.wm.app.b2b.server.Service.doInvoke(Service.java:495)
at pub.remoteimpl.invoke(remoteimpl.java:34)

wleishman
09-04-2003, 08:32
Seanpaul,

What platform are you running the Workflow server on ? ( Windows ? Unix ???)
Did you run the Workflow configurator ?

Wayne

seanpaul (Unregistered Guest)
09-04-2003, 10:38
I am running on Windows 2000 and I did run the workflow configurator? I still get the error when I try to test the Workflow Server from the Remote Servers List. ANy ideas? Thanks in advance

wleishman
09-04-2003, 12:43
Seanpaul, please clarify the following:

1) How do you start the Workflow server ? Using the Windows service or from the batch file ?
2) How are you trying to "test the Workflow Server from the Remote Servers List" ? Did you define a Workflow server as a "Remote Server" using the webMethods Admin web page ? From what I know a Remote Server alias is used to define a remote Integration Server.
3) Are you able to start the Workflow client after starting the Workflow server ?

Let me know and I'll try to help.

Wayne