[ 
http://issues.apache.org/jira/browse/BEEHIVE-621?page=comments#action_64766 ]
     
Jeremiah Johnson commented on BEEHIVE-621:
------------------------------------------

I wanted to reproduce this issue to learn what I could from it.  Here are a 
couple comments:

Beehive Devs: build.xml will need to be edited for you to run this.  I made the 
following changes - hope this is helpful.
- WEB-INF/build.xml has basedir listed as ../..; I changed it to ..
- removed beehive.home and basedir property definitions from WEB-INF/build.xml
- changed the property file location to WEB-INF/src/build.properties (and 
updated build.properties to use ${os.BEEHIVE_HOME} and ${os.CATALINA_HOME})
- changed webapp.dir property to location of ${basedir}

I did 'ant build war' and got the lmsstats.war file; copied the file to 
$CATALINA_HOME/webapps and then pointed by browser at 
http://localhost:8080/lmsstats/auth/Controller.jpf  I got a login page and I 
put in some arbitrary values.  The result was a 'Can't find bundle for base 
name...'  Not sure if this is the same thing that is causing James the NPE.

James,

Is there anything more specific I should do to reproduce?

- jeremiah

> 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
>  Environment: Solaris 8, JDK1.5, Tomcat 5.0.27, Beehive nightly from 20050505
>     Reporter: James Black
>  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