Posted: Mon Apr 19, 2004 1:39 pm Post subject: [SOLVED]WBI Monitor 4.2.4 Login problem
Apprentice
Joined: 14 Apr 2004 Posts: 27
When I login in to WBI Monitor 4.2.4 Adminstration Utility with ADMIN(userID) and password( password).
I am getting this error:
Communication Error
Error due to: java.rmi.RemoteException:; nested exception is: java.lang.NoClassDefFoundError: com/ibm/workflow/api/FmcException
Contact your system administrator.
Error details:
com.holosofx.monitor.api.NetworkException: java.rmi.RemoteException:; nested exception is:
java.lang.NoClassDefFoundError: com/ibm/workflow/api/FmcException
at com.holosofx.monitor.api.clientapi.ClientAdminManager.createDatabase(ClientAdminManager.java:99)
at com.holosofx.monitor.client.util.LoginAction.perform(LoginAction.java:4
at com.holosofx.webflow.app.ActionHandler.doProcess(ActionHandler.java:55)
at com.holosofx.webflow.app.URLHandler.process(URLHandler.java:7
at com.holosofx.webflow.app.MainServlet.forward(MainServlet.java:452)
at com.holosofx.webflow.app.MainServlet.process(MainServlet.java:270)
at com.holosofx.webflow.app.MainServlet.doPost(MainServlet.java:240)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java:110)
at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java:174)
at com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java:313)
at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java:116)
at com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java:258)
at com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidServletReferenceState.java:42)
at com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletInstanceReference.java:40)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:872)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:491)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:173)
at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:79)
at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:199)
at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71)
at com.ibm.ws.webcontainer.cache.invocation.CacheableInvocationContext.invoke(CacheableInvocationContext.java:114)
at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:187)
at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:331)
at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56)
at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:432)
at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:343)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
I don't know the solution but this looks like a CLASSPATH problem.
Look where com/ibm/workflow/api/FmcException class is (I mean which jar file) and put that in the SYSTEM's classpath and try again. In MQWF this should be fmcojagt.jar or fmcojapi.jar. Most likely that class is in the same jar files but I am not sure about monitor.
Thanks for your reply.I got solution, I think, this error is bcz of both Web Client and Monitor are in same WAS server.
which ever one starts first ( either web client or Monitor) , that will work fine and second one will through error bcz of Java error "Native library already loaded by another classloader"
We have to change parametrs in WAS Server . This is the technote:
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