Posted: Sun May 12, 2002 10:11 pm Post subject: remote connect to Workflow Server
Novice
Joined: 13 Jan 2002 Posts: 22
My WebClient use JNDI_Locator to get Agent and connect to Workflow Server. JNDI Naming server is Websphere4.02 and Workflow server is
3302. When the Agent is registered into the machine in which my Webclient is running everything is OK. But When the Agent is registered
into another machine exception is thrown as below:
java.lang.NullPointerException
at com.ibm.workflow.api.iiop.DomainControllerImpl$Reaper.access$0(DomainControllerImpl.java:86)
at com.ibm.workflow.api.iiop.DomainControllerImpl.locate(DomainControllerImpl.java:117)
at com.ibm.workflow.api.Agent$JndiLocator.locate(Agent.java:134)
at com.ibm.workflow.api.Agent.locate(Agent.java:320)
at com.ibm.workflow.servlet.client.ApplicationContextImpl.locateService(ApplicationContextImpl.java:442)
at com.ibm.workflow.servlet.client.BuiltinHandler.logon(BuiltinHandler.java:619)
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.workflow.servlet.client.Util.invoke(Util.java:124)
at com.ibm.workflow.servlet.client.BuiltinHandler.execute(BuiltinHandler.java:130)
at com.ibm.workflow.servlet.client.ApplicationContextImpl.dispatch(ApplicationContextImpl.java:263)
at com.ibm.workflow.servlet.client.Main.doGet(Main.java:217)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.ibm.servlet.engine.webapp.StrictServletInstance.doService(ServletManager.java:827
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum