dev@glassfish.java.net

Re: Will this work again?

From: Jerome Dochez <jerome.dochez_at_oracle.com>
Date: Wed, 27 Jul 2011 14:34:40 -0700

I know what this is. I will fix it.

jerome

On Jul 27, 2011, at 2:14 PM, Vince Kraemer wrote:

> hi all,
>
> it looks like the following has stopped working...
>
> java -jar glassfish.jar
>
> in the trunk.
>
> I get this
>
> jdk1.6.0_25/bin/java -jar glassfish3/glassfish/modules/glassfish.jar
> Exception in thread "main" java.lang.NoClassDefFoundError: org/glassfish/hk2/glassfish/bootstrap/ASMain
> Caused by: java.lang.ClassNotFoundException: org.glassfish.hk2.glassfish.bootstrap.ASMain
> at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
> Could not find the main class: org.glassfish.hk2.glassfish.bootstrap.ASMain. Program will exit.
>
> Is this a temp 'bug' thing or is it permanent 'by design' thing?
>
> thanks
> vbk
>
>