Why do I get a java.lang.NoClassDefFoundError: flux/EngineException when starting Flux webapp?

VERSION 1 Published

Created on: 14-Dec-2006 12:52 by Lillian Bozonie - Last Modified:  14-Dec-2006 12:52 by Lillian Bozonie

This exception is thrown when flux.jar is not included in flux.war:

Started org.mortbay.jetty.servlet.WebApplicationHandler@167d940
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.mortbay.start.Main.invokeMain(Main.java:145)
at org.mortbay.start.Main.start(Main.java:470)
at org.mortbay.start.Main.main(Main.java:95)
 
Caused by: java.lang.NoClassDefFoundError: flux/EngineException
...

Run configure.bat or configure.sh to resolve this issue. The configure script will build a proper flux.war.
Average User Rating
(0 ratings)




There are no comments on this document