by Eabin 19 Dec 13:55
Possible NPE in DirectoryFinder.java

Hey Rob,

its one of those days that i'm able to login :) Thanks for continuing your work and releasing 0.9.4, i am already eager to test it.

on other news, i discovered a possible NPE in DirectoryFinder.java:82, which will occur under weird circumstances: when you start your application as a different user from within a directory which the new user is not able to access
e.g.:
#root@mybox:/root$ su test -c "java -jar /home/test/myapplication.jar"

or, the problem which i am having:
#root@mybox:/root$ /etc/init.d/tomcat start

the root cause will be:
String curDir = System.getProperty("user.dir");

which does exists, but is not accessible by the user.


regards,
eabin

19 Dec 23:39
by Rob

Thanks, I'll log that as a bug.

Create a New Topic

Title:
Body:
 
Introduction User Guide (pdf) Install/Configure Public JavaDoc Whitepapers
General Database Specific Byte Code Deployment Annotations Features
Top Bugs Top Enhancements
woResponse