[Bug 56785] NullPointer in processAnnotationsFile during Application Startup

2016-01-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56785 --- Comment #10 from Konstantin Kolinko --- The fix is in Tomcat 8.0.11 onwards. Fixed in Tomcat 7 (r1725170) and will be in 7.0.68 onwards. -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 56785] NullPointer in processAnnotationsFile during Application Startup

2014-08-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56785 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 56785] NullPointer in processAnnotationsFile during Application Startup

2014-08-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56785 --- Comment #8 from Mark Thomas --- A non-readable directory in WEB-INF/classes won't trigger this but a non-readable directory elsewhere on the classpath with will. Including user.dir on the class path is unusual. You might want to look

[Bug 56785] NullPointer in processAnnotationsFile during Application Startup

2014-08-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56785 --- Comment #7 from Christopher Schultz --- (In reply to Konstantin Kolinko from comment #5) > (In reply to Christopher Schultz from comment #2) > (In reply to Juergen Sussner from comment #0) > > 1) -Duser.dir=/tmp is a wrong way to set t

[Bug 56785] NullPointer in processAnnotationsFile during Application Startup

2014-08-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56785 --- Comment #6 from Juergen Sussner --- Sure, it would be great if you could provide a replacement class so i would patch the class in our tomcat having this effect to verrify the fix. I assume there are no class signature braking changes

[Bug 56785] NullPointer in processAnnotationsFile during Application Startup

2014-07-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56785 --- Comment #5 from Konstantin Kolinko --- (In reply to Christopher Schultz from comment #2) (In reply to Juergen Sussner from comment #0) 1) -Duser.dir=/tmp is a wrong way to set that property. The correct way is to perform "cd /tmp" when

[Bug 56785] NullPointer in processAnnotationsFile during Application Startup

2014-07-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56785 --- Comment #4 from Christopher Schultz --- Oh, I can certainly see the possibility for a problem. I was just homing to be able to verify that I had fixed it properly rather than just assuming I had done it properly. Would you be willing t

[Bug 56785] NullPointer in processAnnotationsFile during Application Startup

2014-07-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56785 --- Comment #3 from Juergen Sussner --- Hello, You are right, a standart tomcat did not seem to have this issue, it somehow depends on the applicaitons we had installed. Sorry my fault. i'll try to investigate. There has to be some sort

[Bug 56785] NullPointer in processAnnotationsFile during Application Startup

2014-07-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56785 --- Comment #2 from Christopher Schultz --- (In reply to Juergen Sussner from comment #0) > to recrate set -Duser.dir in setenv.sh to /tmp, create a folder /tmp/test, > give permission 700 to /tmp/test, chwon root:root /tmp/test and start a

[Bug 56785] NullPointer in processAnnotationsFile during Application Startup

2014-07-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56785 Christopher Schultz changed: What|Removed |Added Summary|NullPointer in |NullPointer in