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!!!!

16 comments:

  1. @kingSrinivas: You're welcome.

    ReplyDelete
  2. Hi Privin i am still getting the same error after deleting mentioned folder from eclipse plugin...


    please advice, quick reply will be appreciated

    ReplyDelete
  3. @Suresh:
    Don't delete the entire folder. Just delete the javax.xml.soap_1.3.0.*****.jar file.

    Hope it works.

    Regards,
    Privin Thomas

    ReplyDelete
  4. I cant find javax.xml.soap_1.3.0.v201005080502.jar

    ReplyDelete
  5. Thanks a lot Privin.. I am using Eclipse for Liferay developement. In my case also there is no separate jar, but an exploded folder for the same.
    So I just deleted the folder "javax.xml.soap_1.3.0.v201005080502" and it worked !

    Thanks again....!

    ReplyDelete
  6. i cant find javax.xml.soap_1.3.0..*.jar file

    ReplyDelete
  7. if javax.xml.soap file deleted ,im unable to create web services in java project

    ReplyDelete