Tomcat jsp error "The type org.apache.axis2.AxisFault cannot be resolved. It is indirectly referenced from required .class files" - Stack Overflow most recent 30 from stackoverflow.com 2009-12-08T01:18:21Z http://stackoverflow.com/feeds/question/978559 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/978559/tomcat-jsp-error-the-type-org-apache-axis2-axisfault-cannot-be-resolved-it-is-i 0 Tomcat jsp error "The type org.apache.axis2.AxisFault cannot be resolved. It is indirectly referenced from required .class files" nzpcmad 2009-06-10T23:02:44Z 2009-06-11T00:20:28Z <p>I am using Tomcat 5.5 on Windows XP.</p> <p>The tree is:</p> <p>\Tomcat 5.5\webapps\Test<br /> \Tomcat 5.5\webapps\Test\TestJsp.jsp<br /> \Tomcat 5.5\webapps\Test\WEB-INF<br /> \Tomcat 5.5\webapps\Test\WEB-INF\classes<br /> \Tomcat 5.5\webapps\Test\WEB-INF\lib </p> <p>I access the jsp via:</p> <p><a href="http://localhost:8090/Test/TestJsp.jsp" rel="nofollow">http://localhost:8090/Test/TestJsp.jsp</a></p> <p>and get the error:</p> <p>The type org.apache.axis2.AxisFault cannot be resolved. It is indirectly referenced from required .class files.</p> <p>This is contained inside axis2.jar and this jar is in the lib directory.</p> <p>Any ideas?</p> http://stackoverflow.com/questions/978559/tomcat-jsp-error-the-type-org-apache-axis2-axisfault-cannot-be-resolved-it-is-i/978751#978751 0 Answer by neesh for Tomcat jsp error "The type org.apache.axis2.AxisFault cannot be resolved. It is indirectly referenced from required .class files" neesh 2009-06-11T00:20:28Z 2009-06-11T00:20:28Z <p>What version of axis2 are you running? Version 1.5 of Axis2 has org.apache.axis2.AxisFault in axis2-kernel-1.5.jar. Everything else looks correct (your directory structure, etc)</p>