users@glassfish.java.net

Re: Accessing a JMS Resource on a Remote Server

From: <glassfish_at_javadesktop.org>
Date: Fri, 11 Jan 2008 13:11:04 PST

Hi.

It's a little hard to tell for sure, but from the stack trace the app client container is trying to examine the main class for annotations (so it can inject them) and it cannot find the main class's .class entry in the app client JAR file.

I see from the output you included (thanks) that you did not specify the main class to be run using the -mainclass <main-class-name> on the appclient command line. In that case, the ACC will use the JAR's Main-Class manifest setting to locate the main class.

Is that manifest entry correctly pointing to the main class? Or is there no Main-Class setting?

- Tim
[Message sent by forum member 'tjquinn' (tjquinn)]

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