Author |
Message
|
mqwf1 |
Posted: Wed Apr 03, 2002 5:21 am Post subject: |
|
|
Novice
Joined: 13 Jan 2002 Posts: 22
|
My WebClient report error message in its servelt-out.log.
It occurs randomly.
It seems that When a lots of people access WebClient it happens.
Any help will be appreciative.
============================================================================
[02-4-1 1:32:14:700 CST] 72064744 WebGroup I SRVE0092I doGet (logon): com.ibm.workflow.servlet.client.ClientException java.lang.NullPointerException
at com.ibm.workflow.api.Agent$LocLocator.configurationID(Agent.java:97)
at com.ibm.workflow.api.Agent.setConfigurationID(Agent.java:462)
at com.ibm.workflow.servlet.client.ApplicationContextImpl.getAgent(ApplicationContextImpl.java:405)
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(Compiled Code))
at com.ibm.servlet.engine.webapp.StrictServletInstance.doService(ServletManager.java(Compiled Code))
at com.ibm.servlet.engine.webapp.StrictLifecycleServlet._service(StrictLifecycleServlet.java(Compiled Code))
at com.ibm.servlet.engine.webapp.IdleServletState.service(StrictLifecycleServlet.java(Compiled Code))
at com.ibm.servlet.engine.webapp.StrictLifecycleServlet.service(StrictLifecycleServlet.java(Compiled Code))
at com.ibm.servlet.engine.webapp.ServletInstance.service(ServletManager.java(Compiled Code))
at com.ibm.servlet.engine.webapp.ValidServletReferenceState.dispatch(ServletManager.java(Compiled Code))
at com.ibm.servlet.engine.webapp.ServletInstanceReference.dispatch(ServletManager.java(Compiled Code))
at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java(Compiled Code))
at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java(Compiled Code))
at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java(Compiled Code))
at com.ibm.servlet.engine.srt.WebAppInvoker.doForward(WebAppInvoker.java(Compiled Code))
at com.ibm.servlet.engine.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java(Compiled Code))
at com.ibm.servlet.engine.invocation.CachedInvocation.handleInvocation(CachedInvocation.java(Compiled Code))
at com.ibm.servlet.engine.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java(Compiled Code))
at com.ibm.servlet.engine.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java(Compiled Code))
at com.ibm.servlet.engine.oselistener.OSEListenerDispatcher.service(OSEListener.java(Compiled Code))
at com.ibm.servlet.engine.http11.HttpConnection.handleRequest(HttpConnection.java(Compiled Code))
at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java(Compiled Code))
at com.ibm.ws.http.HttpConnection.run(HttpConnection.java(Compiled Code))
at com.ibm.ws.util.CachedThread.run(ThreadPool.java:122)
|
|
Back to top |
|
 |
JImmy |
Posted: Wed Apr 03, 2002 4:36 pm Post subject: |
|
|
Acolyte
Joined: 23 Feb 2002 Posts: 59 Location: Shanghai, China
|
It seems that the client does not set the correct Configuration ID in Webclient.properties file. |
|
Back to top |
|
 |
mqwf1 |
Posted: Wed Apr 03, 2002 4:58 pm Post subject: |
|
|
Novice
Joined: 13 Jan 2002 Posts: 22
|
The web properties file has set ConfigurationID.
The WebClient runs well when it just start.
But after a lots of logon it throws this exception.
[ This Message was edited by: mqwf1 on 2002-04-03 17:03 ] |
|
Back to top |
|
 |
JImmy |
Posted: Wed Apr 03, 2002 5:47 pm Post subject: |
|
|
Acolyte
Joined: 23 Feb 2002 Posts: 59 Location: Shanghai, China
|
You just install one web client on the MQWF server? and all the users use the same client to access MQWF? |
|
Back to top |
|
 |
mqwf1 |
Posted: Thu Apr 04, 2002 4:02 am Post subject: |
|
|
Novice
Joined: 13 Jan 2002 Posts: 22
|
|
Back to top |
|
 |
JImmy |
Posted: Tue Apr 09, 2002 4:59 pm Post subject: |
|
|
Acolyte
Joined: 23 Feb 2002 Posts: 59 Location: Shanghai, China
|
I suggest you comment the all the lines which set the Agent name, Agent Locator, Agent Configuration, Agent naming factory and agent provider URL, then try again.
If the problem still exists, you can report the bug to IBM. |
|
Back to top |
|
 |
|