Tomcat 5.0.28 with java1.5.0 It's the latest and greatest. I really don't think the problem is Tomcat. Again all I've done is deploy the axis2.war file in the webapps directory and when I try to open the localhost:8080/axis2 I get the exception I've stated below.
-----Original Message----- From: Glen Mazza [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 06, 2007 5:19 PM To: [email protected] Subject: RE: Installation Problems 5.5.what? Again, check to make sure you are running the latest production release of the 5.5 series (which would be 5.5.20, according to here[1]). You may wish to test with Tomcat 6.0 or 5.5.20 on *another* machine as well to see if you can isolate the problem (computer, Axis, Tomcat)--any computer will do. Note, with Tomcat at least, version numbering is not splitting hairs--I was having a vexing problem once with 5.0.27 that was completely fixed by upgrading to the then-current 5.0.28. That last digit frequently makes a world of difference. Glen [1] http://tomcat.apache.org/ Am Dienstag, den 06.03.2007, 16:00 -0500 schrieb Callner, David A.: > Tomcat5.5 > > > > -----Original Message----- > From: Glen Mazza [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 06, 2007 2:33 PM > To: [email protected] > Subject: RE: Installation Problems > > I don't think you mentioned the precise version of Tomcat that you're > running. Are you running the *very latest* production release in the > 5.0.x or 5.5.x series? If not, that could easily be the problem--test > with the latest production release and find out. > > What happens when you run it on Tomcat 6 (or 5.5 if you're running > 5.0)--very same error or does it work on that version? This will help > in isolating the problem to either Tomcat or Axis2. > > Glen > > > Am Dienstag, den 06.03.2007, 12:02 -0500 schrieb Callner, David A.: > > No I cannot access the axis2 page. This is where the exception is > > thrown. All I've done is taken the axis2.war file and deployed it in > > the webapps directory. Tomcat is working fine with other webapps > that > > I've deployed. I've just tried to deploy the axis2.war. That's it. > > > > > -----Original Message----- > > From: Glen Mazza [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, March 06, 2007 11:58 AM > > To: [email protected] > > Subject: Re: Installation Problems > > > > 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_0 > > 02dweb/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_0 > > 02dweb/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] > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
