[ 
http://issues.apache.org/jira/browse/BEEHIVE-621?page=comments#action_64783 ]
     
Rich Feit commented on BEEHIVE-621:
-----------------------------------

I haven't been able to reproduce the NPE -- when I hit /auth/Controller.jpf, I 
get the login screen ("Please enter your username and password", etc.).  

James, there's one thing that might help here.  Can you remove the following 
entry in web.xml?

    <error-page>
        <error-code>500</error-code>
        <location>/error.jsp</location>
    </error-page>

Having this there causes non-NetUI errors to go to the NetUI error page, which 
produces the blank stacktrace that you're talking about.  See 
http://issues.apache.org/jira/browse/BEEHIVE-489 for more info on the history 
of this.  Hopefully this will at least get us to a more informative error page 
(i.e., the default Tomcat error page).


> re: NPE thrown but no stack trace when going straight to auth/Controller
> ------------------------------------------------------------------------
>
>          Key: BEEHIVE-621
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-621
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1
>  Environment: Solaris 8, JDK1.5, Tomcat 5.0.27, Beehive nightly from 20050505
>     Reporter: James Black
>     Assignee: Rich Feit
>      Fix For: V1
>  Attachments: npe_on_controller.tar.gz
>
> When I went directly to auth/Controller I get a NetUI error of type NPE, but 
> the stacktrace is completely empty.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to