users@glassfish.java.net

Re: Glassfish v3 deployment exception

From: <glassfish_at_javadesktop.org>
Date: Fri, 08 Jan 2010 10:23:50 PST

Certainly we understand that it's not always possible to freely share the code.

Another possibility would be for you to download the source for just the one GlassFish class - NestedAppClientDeployerHelper. Then start GlassFish v3 under debugger control

asadmin start-domain --debug

and set a breakpoint in that class at line 936. Then deploy the app.

The variable fileURI should point to the file being checked. If you take this approach keep in mind that there might be several JARs that are processed OK before the problem one.

- Tim
[Message sent by forum member 'tjquinn' (timothy.quinn_at_sun.com)]

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