Link to home
Start Free TrialLog in
Avatar of Adrian
AdrianFlag for United States of America

asked on

WebSphere 6.1

Hi ,
I  started application on WebSphere 6.1.I am getting the following exception

 E   Place your servlets class on classpath of the application server {0}: {1}
[12/24/09 14:20:38:619 EST] 0000002c WebApp        E   [Servlet Error]-[ConfigServlet]: java.lang.UnsatisfiedLinkError: CCPUtilApp
        at com.bmc.arsys.util.ARUtilEgcp.CCPUtilApp(Native Method)
        at com.remedy.arsys.config.Configuration.login(Unknown Source)
        at com.remedy.arsys.config.ConfigServlet.login(Unknown Source)
        at com.remedy.arsys.config.ConfigServlet.doLogin(Unknown Source)
        at com.remedy.arsys.config.ConfigServlet.performOperation(Unknown Source)
        at com.remedy.arsys.config.ConfigServlet.doRequest(Unknown Source)
        at com.remedy.arsys.config.ConfigServlet.postInternal(Unknown Source)
        at com.remedy.arsys.config.ConfigServlet.doPost(Unknown Source)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
        at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1143)
        at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1084)
        at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:118)
        at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:87)
        at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:832)
        at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:679)
        at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:587)
        at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:481)
        at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3453)
        at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:267)
        at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:815)
        at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1466)
        at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:119)
        at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:458)
        at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:387)
        at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:102)
        at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
        at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
        at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
        at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
        at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:196)
        at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:751)
        at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:881)
        at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1473)
 
 
Thanks
Avatar of sompol_kiatkamolchai
sompol_kiatkamolchai
Flag of Thailand image

Hi,

Your servlet namely, ConfigServlet try to access some class which is not presented in classpath or library. Please check your servet and library jar dependency.

Hope this help,
Sompol
Avatar of Adrian

ASKER

Hi
How  to check class path and LIbraby  ?
Do i need to check through command line or Adminconsole?
Thanks
ASKER CERTIFIED SOLUTION
Avatar of sompol_kiatkamolchai
sompol_kiatkamolchai
Flag of Thailand image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial