Showing posts with label sts error. Show all posts
Showing posts with label sts error. Show all posts

Thursday, March 10, 2011

Web Service. IWAB0506E Error when copying Axis jar files to web project.



IWAB0506E Error when copying Axis jar files to web project
java.io.FileNotFoundException: /lib/saaj.jar
at org.eclipse.osgi.framework.internal.protocol.bundleentry.Handler.findBundleEntry(Handler.java:44)


1. Go to STS installation directory.
2. Open Plugins folder.

There you can find a bundle
javax.xml.soap_1.2.0.v201005080501 and javax.xml.soap_1.3.0.v201005080502.jar file.

3. Delete the javax.xml.soap_1.3.0.*****.jar file

Restart the sts. Now it will work.

Enjoy coding!!!!