You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2004/05/23 02:53:20 UTC

DO NOT REPLY [Bug 29155] New: - Unreadable error description

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29155>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29155

Unreadable error description

           Summary: Unreadable error description
           Product: Struts
           Version: 1.1 Final
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Unknown
        AssignedTo: dev@struts.apache.org
        ReportedBy: yozh@mx1.ru


Trying to set up struts, I've got an error (on web page):

===
description The server encountered an internal error () that prevented it from
fulfilling this request.

exception

java.lang.NullPointerException
	org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:441)
	org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
	org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
	org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
===

Please add some checks for null pointers and throw NullPointerException (or some
other exception) with error description. Currently I have no idea about what to
do :-(

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org