We are having Tomcat 3.1 with apache installed on a sun solaris system and
was running happily. But when I changed some JSP files and also some of the
java files which were referred by/used by these JSP files, compiled them and
copied the JSP files and the class files to their respective directories, it
started behaving weirdly. (please note that I also changed the web.xml to
change some connection parameters to the database like host name,
username/password etc. and copied to the WEB-INF dir.) Please note that the
same jsp and java class file combination is working fine on the local tomcat
in my system. So the error in the program file as such is ruled out. Now It
gives the following error.
Error: 500
Location: /spa/login.jsp
Internal Servlet Error:
java.lang.IllegalStateException: Response has already been committed
at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.fillInStackTrace(Compiled Code)
at java.lang.Throwable.(Compiled Code)
at java.lang.Exception.(Compiled Code)
at java.lang.RuntimeException.(RuntimeException.java:47)
at java.lang.IllegalStateException.(IllegalStateException.java:45)
at
org.apache.tomcat.core.HttpServletResponseFacade.sendError(HttpServletRespon
seFacade.java:157)
at org.apache.jasper.runtime.JspServlet.unknownException(Compiled
Code)
at org.apache.jasper.runtime.JspServlet.service(Compiled Code)
at javax.servlet.http.HttpServlet.service(Compiled Code)
at org.apache.tomcat.core.ServletWrapper.handleRequest(Compiled
Code)
at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
at
org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection
(Compiled Code)
at org.apache.tomcat.service.TcpConnectionThread.run(Compiled Code)
at java.lang.Thread.run(Compiled Code)
I also get the following error when I start the tomcat server
XmlMapper: Unknown type java.io.File
I don't know if this error has any thing to do with the above error
(directly), but just wanted to make a note of that.
Any help is highly appreciated.
Thanks a million in advance.
Rajendra Prasad
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]