Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
problems with websphere I/0 exception
Posted by prasad on September 12, 2001 at 9:29 AM
> Hi! i am working on websphere , iam facing some error like I/O exception 1 error. i am generating jar files through visual age. the jar files are without any java source files. i am calling these beans through jsp. the log file stderr.log shows I/O exception 1 error. the error is : Unhandled error! You might want to consider having an error page to report such errors more gracefully com.sun.jsp.JspException: Compilation failed at java.lang.Throwable.(Throwable.java:74) at java.lang.Exception.(Exception.java:38) at javax.servlet.ServletException.(ServletException.java:49) at com.sun.jsp.JspException.(JspException.java:29) at com.sun.jsp.compiler.Main.compile(Main.java:341) at com.sun.jsp.runtime.JspLoader.compile(JspLoader.java:86) at com.sun.jsp.runtime.JspLoader.loadJSP(JspLoader.java:200) at com.sun.jsp.runtime.JspServlet$JspServletWrapper.loadIfNecessary(JspServlet.java:99) at com.sun.jsp.runtime.JspServlet$JspServletWrapper.service(JspServlet.java:110) at com.sun.jsp.runtime.JspServlet.serviceJspFile(JspServlet.java:400) at com.sun.jsp.runtime.JspServlet.service(JspServlet.java:510) at javax.servlet.http.HttpServlet.service(HttpServlet.java:639) at com.ibm.servlet.engine.webapp.StrictServletInstance.doService(ServletManager.java:557) at com.ibm.servlet.engine.webapp.StrictLifecycleServlet._service(StrictLifecycleServlet.java:160) at com.ibm.servlet.engine.webapp.IdleServletState.service(StrictLifecycleServlet.java:287) at com.ibm.servlet.engine.webapp.StrictLifecycleServlet.service(StrictLifecycleServlet.java:105) at com.ibm.servlet.engine.webapp.ServletInstance.service(ServletManager.java:349) at com.ibm.servlet.engine.webapp.ValidServletReferenceState.dispatch(ServletManager.java:705) at com.ibm.servlet.engine.webapp.ServletInstanceReference.dispatch(ServletManager.java:631) at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebApp.java:1129) at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.dispatch(WebApp.java:1001) at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.forward(WebApp.java:960)
Replies:
|