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

exception upon forward JSP in servlet

5 views
Skip to first unread message

Tin Ho Chan

unread,
Sep 16, 2001, 10:17:48 PM9/16/01
to
Hello,

In WAS I have encountered following problem when forwarding a JSP in a
servlet to the client browser. The exception occurs right after calling the
forward method and the application hangs for a couple of minutes before the
browser tries the request again. Any hints why this problems occurs and any
workarounds? Any help would be appreciated. Many thx for your help in
advance.

Kind regards,
Tin Ho

[01.08.23 17:42:50:254 CST] 79377f6e ServletInstan X Uncaught service()
exception thrown by servlet {0}: {1}
"JSP 1.0 Processor"
javax.servlet.ServletException: Error
during native write operation! Status Code: -1
at
com.sun.jsp.runtime.JspServlet.unknownException(JspServlet.java(Compiled
Code))
at com.sun.jsp.runtime.JspServlet.service(JspServlet.java(Compiled
Code))
at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled
Code))
at
com.ibm.servlet.engine.webapp.StrictServletInstance.doService(ServletManager
.java(Compiled Code))
at
com.ibm.servlet.engine.webapp.StrictLifecycleServlet._service(StrictLifecycl
eServlet.java(Compiled Code))
at
com.ibm.servlet.engine.webapp.IdleServletState.service(StrictLifecycleServle
t.java(Compiled Code))
at
com.ibm.servlet.engine.webapp.StrictLifecycleServlet.service(StrictLifecycle
Servlet.java(Compiled Code))
at
com.ibm.servlet.engine.webapp.ServletInstance.service(ServletManager.java(Co
mpiled Code))
at
com.ibm.servlet.engine.webapp.ValidServletReferenceState.dispatch(ServletMan
ager.java(Compiled Code))
at
com.ibm.servlet.engine.webapp.ServletInstanceReference.dispatch(ServletManag
er.java(Compiled Code))
at
com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.handleWebAppDispatch(W
ebAppRequestDispatcher.java(Compiled Code))
at
com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.dispatch(WebAppRequest
Dispatcher.java(Compiled Code))
at
com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.forward(WebAppRequestD
ispatcher.java(Compiled Code))
at
com.ibm.dse.cs.html.HtmlPresentationHandler.forward(HtmlPresentationHandler.
java(Compiled Code))
at
com.ibm.wsbcc.mcp.base.McpHtmlPresentationHandler.processReply(McpHtmlPresen
tationHandler.java(Compiled Code))
at
com.ibm.wsbcc.mcp.base.McpHtmlRequestHandler.processRequest(McpHtmlRequestHa
ndler.java)
at com.ibm.dse.cs.servlet.CSReqServlet.service(CSReqServlet.java)
at
com.ibm.wsbcc.mcp.base.McpCSReqServlet.service(McpCSReqServlet.java)
at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled
Code))
at
com.ibm.servlet.engine.webapp.StrictServletInstance.doService(ServletManager
.java(Compiled Code))
at
com.ibm.servlet.engine.webapp.StrictLifecycleServlet._service(StrictLifecycl
eServlet.java(Compiled Code))
at
com.ibm.servlet.engine.webapp.ServicingServletState.service(StrictLifecycleS
ervlet.java(Compiled Code))
at
com.ibm.servlet.engine.webapp.StrictLifecycleServlet.service(StrictLifecycle
Servlet.java(Compiled Code))
at
com.ibm.servlet.engine.webapp.ServletInstance.service(ServletManager.java(Co
mpiled Code))
at
com.ibm.servlet.engine.webapp.ValidServletReferenceState.dispatch(ServletMan
ager.java(Compiled Code))
at
com.ibm.servlet.engine.webapp.ServletInstanceReference.dispatch(ServletManag
er.java(Compiled Code))
at
com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.handleWebAppDispatch(W
ebAppRequestDispatcher.java(Compiled Code))
at
com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.dispatch(WebAppRequest
Dispatcher.java(Compiled Code))
at
com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.forward(WebAppRequestD
ispatcher.java(Compiled Code))
at
com.ibm.servlet.engine.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.
java(Compiled Code))
at
com.ibm.servlet.engine.invocation.CachedInvocation.handleInvocation(CachedIn
vocation.java(Compiled Code))
at
com.ibm.servlet.engine.invocation.CacheableInvocationContext.invoke(Cacheabl
eInvocationContext.java(Compiled Code))
at
com.ibm.servlet.engine.srp.ServletRequestProcessor.dispatchByURI(ServletRequ
estProcessor.java(Compiled Code))
at
com.ibm.servlet.engine.oselistener.OSEListenerDispatcher.service(OSEListener
.java(Compiled Code))
at
com.ibm.servlet.engine.oselistener.SQEventListenerImp$ServiceRunnable.run(SQ
EventListenerImp.java(Compiled Code))
at
com.ibm.servlet.engine.oselistener.SQEventListenerImp.notifySQEvent(SQEventL
istenerImp.java(Compiled Code))
at
com.ibm.servlet.engine.oselistener.serverqueue.SQEventSource.notifyEvent(SQE
ventSource.java(Compiled Code))
at
com.ibm.servlet.engine.oselistener.serverqueue.SQWrapperEventSource$SelectRu
nnable.notifyService(SQWrapperEventSource.java(Compiled C
ode))
at
com.ibm.servlet.engine.oselistener.serverqueue.SQWrapperEventSource$SelectRu
nnable.run(SQWrapperEventSource.java:220)
at
com.ibm.servlet.engine.oselistener.outofproc.OutOfProcThread$CtlRunnable.run
(OutOfProcThread.java:248)
at java.lang.Thread.run(Thread.java:481)

Igor Lastric

unread,
Sep 17, 2001, 3:09:50 AM9/17/01
to
Hi Tin,
What changed in 3.5.4 is case sensitivity of JSP compiler.
Just see that your directories and *.jsp be referenced as they are named.

BTW, did you try searching this newsgroup before you did just post a question?
I had the same problem and found an answer in one of discussions below, for more
details on this you should do the same.

"Tin Ho Chan" <thc...@gmx.net> wrote in message
news:9o3mvu$st8$1...@news.boulder.ibm.com...

0 new messages