• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

<clinit> error while trying to connect Axis Framework from an WAS application

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
I do some of my very best work in water. Like this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic