https://issues.apache.org/bugzilla/show_bug.cgi?id=56785
Christopher Schultz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|NullPointer in |NullPointer in |processAnnotationsFile |processAnnotationsFile |while Applicaiton Startup |during Application Startup --- Comment #1 from Christopher Schultz <[email protected]> --- So, ultimately, this is a permissions problem: File.isDirectory returns 'true' but then File.list() fails, which returns null. We can't get any information about the error without probing the File object further. It should be easy to test for this. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
