Can you access the Axis2 administration application at (something like) http://localhost:8080/axis2?
If yes, this may be more of a Tomcat manager webapp error than a Axis2 one. It appears that the Tomcat manager is trying to display an error500.jsp internal server error message but its JSP compiler is failing, perhaps due to the "Too many open files" message. I would google on Tomcat and "too many open files" to see if something is relevant for your problem. The Tomcat user list might also be of help. Glen Am Dienstag, den 06.03.2007, 09:50 -0500 schrieb Callner, David A.: > I downloaded the axis2.war file and installed it in my tomcat5/webapps > directory. The axis2 directory shows up in the manager view for > tomcat. When I click on the axis2 page I get an compile error. This > is the error I'm getting in the catalina.out file. I have Tomcat5 > with java1.5. Does anybody have any ideas what this might be? > > Mar 6, 2007 9:43:10 AM org.apache.jasper.compiler.Compiler > generateClass > SEVERE: Error compiling file: > /usr/share/tomcat5/work/Catalina/localhost/axis2//org/apache/jsp/axis2_002dweb/Error/error500_jsp.java > [javac] Compiling 1 source file > > /usr/share/tomcat5/work/Catalina/localhost/axis2/org/apache/jsp/axis2_002dweb/Error/error500_jsp.java:7: > error while writing org.apache.jsp.axis2_002dweb.Error.error500_jsp: > /usr/share/tomcat5/work/Catalina/localhost/axis2/org/apache/jsp/axis2_002dweb/Error/error500_jsp.class > (Too many open files) > (source unavailable) > 1 error > > > > > David Callner > Senior Software Systems Engineer > The MITRE Corporation > Center for Advanced Aviation System Development > 7515 Colshire Dr. > McLean, VA. 22102 > [EMAIL PROTECTED] > 703.983.6431 (work) > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
