| Author |
<clinit> error while trying to connect Axis Framework from an WAS application
|
RajHans Kumar
Greenhorn
Joined: Apr 20, 2011
Posts: 19
|
|
Hello
I have been trying to connect AF from a Wps application .
I have put all the requisite jars on the classpath and have restarted the application as well .
However , I am getting the following error :
ibm.ws.webcontainer.servlet.ServletWrapper service SRVE0068E: Uncaught exception created in one of the service methods of the servlet login in application wps. Exception created : java.lang.NoClassDefFoundError: org.slf4j.LoggerFactory
at com.aviva.nui.af.bridging.SocketProxy.<clinit>(SocketProxy.java:25)
The problem with giving exact classpaths is that while Wps Application tries to get connectivity to AF, it refers to a loggerFactory class available under slf4j-log4j12-1.5.6.jar present under the set of jars specified in AF folder structure.But seems that the classpath is not getting picked up as expected by wps application leading to above errors.
Can anyone help - urgent ?
Regards
Raj
|
 |
 |
|
|
subject: <clinit> error while trying to connect Axis Framework from an WAS application
|
|
|