Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

JSP compilation problems

1 view
Skip to first unread message

Tomasz Korbut

unread,
Oct 19, 2000, 3:00:00 AM10/19/00
to
I made an application using servlet and jsp technology.
I'm using Tomcat environment in standalone mode.
My application has multiple frames and a few same frames has to be
loaded at the same time.
It generally works OK but sometimes following exeption occurs. It is non
deterministic error and occures only if frames are loaded for the first
time. Later there is no problem.
I'm using Windows NT platform but the same problem on Windows 98.
Instead of Tomcat I tried to use JSWDK but the same effect was the same.
Thanks for your help.
Tomek


Error: 500
Location: /portal/jsp/panel.jsp
Internal Servlet Error:

org.apache.jasper.JasperException: Unable to rename class file
C:\Projects\tomcat\work\localhost_8080%2Fportal\jsp\_0002fjsp_0002fpanel_0002ejsppanel_jsp_0.class
to
C:\Projects\tomcat\work\localhost_8080%2Fportal\_0002fjsp_0002fpanel_0002ejsppanel.class
at org.apache.jasper.compiler.Compiler.compile(Compiler.java, Compiled
Code)
at org.apache.jasper.runtime.JspServlet.loadJSP(JspServlet.java:413)
at
org.apache.jasper.runtime.JspServlet$JspServletWrapper.loadIfNecessary(JspServlet.java:149)
at
org.apache.jasper.runtime.JspServlet$JspServletWrapper.service(JspServlet.java:161)
at
org.apache.jasper.runtime.JspServlet.serviceJspFile(JspServlet.java:261)
at org.apache.jasper.runtime.JspServlet.service(JspServlet.java,
Compiled Code)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java,
Compiled Code)
at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:160)
at
org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java,
Compiled Code)
at java.lang.Thread.run(Thread.java:479)

Tomasz Korbut

unread,
Oct 19, 2000, 3:00:00 AM10/19/00
to
0 new messages