Can you specify your platform, please? OS, JDK, ant, that sort of thing. Thanks, Tom
On Wed, Jul 2, 2008 at 5:12 AM, Tobias Kunz <[EMAIL PROTECTED]> wrote: > Hello, > > I just downloaded the new 4.2.0 WS-Core binaries and tried starting the > container but whatever I do, it just throws the following excecption. > > Exception in thread "main" java.lang.NoClassDefFoundError: > org/globus/bootstrap/ContainerBootstrap > Caused by: java.lang.ClassNotFoundException: > org.globus.bootstrap.ContainerBootstrap > at java.net.URLClassLoader$1.run(URLClassLoader.java:200) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:188) > at java.lang.ClassLoader.loadClass(ClassLoader.java:306) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276) > at java.lang.ClassLoader.loadClass(ClassLoader.java:251) > at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) > > > The same happens when I try to deploy a service. Then the following > exception occurrs. > > Exception in thread "main" java.lang.NoClassDefFoundError: > org/globus/bootstrap/AntBootstrap > Caused by: java.lang.ClassNotFoundException: > org.globus.bootstrap.AntBootstrap > at java.net.URLClassLoader$1.run(URLClassLoader.java:200) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:188) > at java.lang.ClassLoader.loadClass(ClassLoader.java:306) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276) > at java.lang.ClassLoader.loadClass(ClassLoader.java:251) > at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) > > > I also downloaded and tried both, the zip as well as the tar.gz file. > > Has anybody experienced the same problem or has an idea of what is wrong? > > Tobias Kunz > >
