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

JSP runtime webserver error

2 views
Skip to first unread message

Julien Morin

unread,
Jul 19, 2002, 10:13:45 AM7/19/02
to
Hello.

I have a web application, developped in JSP with a MySQL database.
It has been developped on a test web server with the following
configuration: NT4, Resin, jdk1.3, MySQL. It works properly.

Now, the application has to be migrated on the final production server
having this config: Solaris 5.8, jdk1.3, iPlanet web server 6.0,
MySQL.

But I have some problems with the appli on this server. Actually, the
server has the JSPs + the .jar of the packages used. It generates
correctly the servlets corresponding to the JSPs, and runs some of
them even complex (with DB access and so on ...)

Til that point everything is OK, except that the server seems to crash
when an internal page redirection is performed on the server! I manage
this kind of redirection in 2 steps: a "redirect" + a throw of
exception to interrupt the current thread and it seems that iPlanet
doesn't like something in that ...

I installed the same configuration (iPlanet 6.0 + jdk1.3 + MySQL) on a
worstation which runs Solaris 5.7 but this error never happens, the
application works fine on it!

The only thing that I get on the production server is this error:

Servlet Service Exception
Internal error: servlet service function had thrown ServletException
(uri=/tdms/home_login.jsp): javax.servlet.ServletException, stack:
javax.servlet.ServletException
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 javax.servlet.ServletException.(ServletException.java:161)
at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:453)
at _jsps._tdms._message_jsp._jspService(_message_jsp.java:145)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.iplanet.server.http.servlet.NSServletRunner.invokeServletService(NSServletRunner.java:891)
at com.iplanet.server.http.servlet.NSServletRunner.Service(NSServletRunner.java:458)
at com.iplanet.server.http.servlet.NSServletSession.internalRedirect(Native
Method)
at com.iplanet.server.http.servlet.NSRequestDispatcher.forward(NSRequestDispatcher.java:48)
at org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:415)
at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:440)
at _jsps._tdms._home_login_jsp._jspService(_home_login_jsp.java:125)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.iplanet.server.http.servlet.NSServletRunner.invokeServletService(NSServletRunner.java:891)
at com.iplanet.server.http.servlet.NSServletRunner.Service(NSServletRunner.java:458)
, root cause: TDMS.WebPage$RedirectException
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 TDMS.WebPage$RedirectException.(WebPage.java:23)
at TDMS.WebPage.goTo(WebPage.java:85)
at TDMS.Message.init(Message.java:62)
at TDMS.Message.(Message.java:142)
at _jsps._tdms._message_jsp._jspService(_message_jsp.java:94)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.iplanet.server.http.servlet.NSServletRunner.invokeServletService(NSServletRunner.java:891)
at com.iplanet.server.http.servlet.NSServletRunner.Service(NSServletRunner.java:458)
at com.iplanet.server.http.servlet.NSServletSession.internalRedirect(Native
Method)
at com.iplanet.server.http.servlet.NSRequestDispatcher.forward(NSRequestDispatcher.java:48)
at org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:415)
at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:440)
at _jsps._tdms._home_login_jsp._jspService(_home_login_jsp.java:125)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.iplanet.server.http.servlet.NSServletRunner.invokeServletService(NSServletRunner.java:891)
at com.iplanet.server.http.servlet.NSServletRunner.Service(NSServletRunner.java:458)

If somebody has an idea on what happens ...
Thanks.

0 new messages