• 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

axis2.AxisFault: java.lang.NoClassDefFoundError

 
Ranch Hand
Posts: 265
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I have removed AXIS2 jar files from my WAR deployment file. The WAR file is succ deployed to 10.2.1 oc4j server.
I have placed the Axis2 jar files within directory applib under oc4j home to allow the jars to be put on the server classpath.
On calling the webservice I get the following error:-

org.apache.axis2.AxisFault: java.lang.NoClassDefFoundError: org/springframework/context/ApplicationContext

I get no log4j logs, I have debug set within the service and it never gets called.

Any ideas

Regards
Mat
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic