Posted: Sat Dec 08, 2007 7:05 pm Post subject: Error 500: com/ibm/workflow/api/FmcException
Master
Joined: 02 Feb 2006 Posts: 229
All,
I am configuring MQWF Webclient for v3.5 with SP # 8...But i have WAS6.0...while configuring from workflow configuration untility webclient was not setup. So i deployed the .ear file manually. The application was started and running fine. When i am trying to access with the webclient URL, i am getting the following error
Following are the trace logs from the app server. Please suggest me!!!
[12/8/07 20:57:13:594 CST] 00000032 WebApp E SRVE0026E: [Servlet Error]-[/Logon.jsp]: java.lang.NoClassDefFoundError: com/ibm/workflow/api/FmcException
at com.ibm.workflow.servlet.client.LogonContext.<init>(Unknown Source)
at com.ibm.workflow.servlet.client.LogonContext.<init>(Unknown Source)
at com.ibm._jsp._Logon._jspService(_Logon.java:121)
at com.ibm.ws.jsp.runtime.HttpJspBase.service(HttpJspBase.java:8
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1212)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:629)
at com.ibm.wsspi.webcontainer.servlet.GenericServletWrapper.handleRequest(GenericServletWrapper.java:117)
at com.ibm.ws.jsp.webcontainerext.JSPExtensionServletWrapper.handleRequest(JSPExtensionServletWrapper.java:171)
at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:2841)
at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:220)
at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:204)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1681)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:77)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:421)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:367)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:276)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminaters(NewConnectionInitialReadCallback.java:201)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:103)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:548)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:601)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:934)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1021)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))
Your web client seems to miss the Java API classes in the classpath.
If you are working with version 3.5 you are using the classic Java API fmcojagt.jar by default. I recommend to download SupportPac WA0C and use the native Java API.
In either case you need to put the API onto the web client's classpath. Put the jar file on web cliet's WebInf/Lib directory.
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