users@glassfish.java.net

Re: glassfishv3.01 deploy fail on CentOS5.5 but deploy success on windows?

From: <glassfish_at_javadesktop.org>
Date: Fri, 03 Sep 2010 06:51:10 PDT

Looking at the source code, line 205 of the ModuleScanner is the line which has the NPE.

204: File[] files = directory.listFiles();
205: for (File file : files) {

So line 204 returns null for some reason. This seems a problem from underlying JDK with the OS. Is CentOS 5.5 a supported platform for JDK1.6?
[Message sent by forum member 'hzhang_jn']

http://forums.java.net/jive/thread.jspa?messageID=481807