users@glassfish.java.net

Re: [Glassfish 3] Deployment fails on a NullPointerException.

From: <glassfish_at_javadesktop.org>
Date: Wed, 07 Apr 2010 14:22:09 PDT

Were there more to the stack trace?

Looking at the code (line 641), there is not much clue to figure out why the NPE would happen.

        } catch(Exception e) {
            // next line is line 641
            DeploymentException de = new DeploymentException(e.getMessage());
            de.initCause(e);
            throw de;
        }

I understand the application is pretty big, is it possible to attach a strip down version which still manifest the problem?
[Message sent by forum member 'hzhang_jn']

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