I notice that in the 
./bin/lib/merlin-bootstrap-1.0.jar

The ExceptionHelper class is without package !!!!

That's why it is not found.


On Tuesday 09 September 2003 04:01, Stephen McConnell wrote:
> What happens when you invoke the following:
>
> $ merlin -info -debug rubbish

Same result.


[EMAIL PROTECTED] merlin]$ bin/merlin.sh -info -debug rubbish
RUN CMD IS: /java/jdk/bin/java 
-Dmerlin.home=/home/niclas/dev/opensource/avalon-sandbox/merlin/target/merlin 
-Djava.ext.dirs=/home/niclas/dev/opensource/avalon-sandbox/merlin/target/merlin/ext 
-jar 
/home/niclas/dev/opensource/avalon-sandbox/merlin/target/merlin/bin/lib/merlin-bootstrap-1.0.jar
 
-info -debug rubbish
KERNEL-ERROR: Unexpected error during kernel context instantiation.

Internal error during kernel instantiation.
-------------------------------------------------------------------
Exception: java.lang.NoClassDefFoundError
Message: org/apache/avalon/composition/util/ExceptionHelper

---- stack trace --------------------------------------------------
java.lang.NoClassDefFoundError: 
org/apache/avalon/composition/util/ExceptionHelper
        at 
org.apache.avalon.merlin.kernel.impl.CLIKernelLoader.<init>(CLIKernelLoader.java:139)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native 
Method)
        at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
        at Merlin.main(Merlin.java:253)
-------------------------------------------------------------------


Niclas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to