We are deploying a Turbine application to Websphere.
The Turbine application enables to login an application using a login screen.
Upon invocation of a login screen we are receiving following error:
Horrible Exception: java.lang.IncompatibleClassChangeError:
org/apache/turbine/util/RunData
at org.apache.turbine.modules.actions.LoginUser.doPerform(LoginUser.java:82)
at
org.apache.turbine.modules.actions.VelocityAction.doPerform(VelocityAction.java:88)
at
org.apache.turbine.util.velocity.VelocityActionEvent.perform(VelocityActionEvent.java:116)
at
org.apache.turbine.modules.actions.VelocityAction.perform(VelocityAction.java:114)
at org.apache.turbine.modules.ActionLoader.exec(Compiled Code)
at org.apache.turbine.Turbine.doGet(Compiled Code)
at org.apache.turbine.Turbine.doPost(Turbine.java:534)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.ibm.servlet.engine.webapp.StrictServletInstance.doService(Compiled Code)
at com.ibm.servlet.engine.webapp.StrictLifecycleServlet._service(Compiled Code)
at com.ibm.servlet.engine.webapp.IdleServletState.service(Compiled Code)
at com.ibm.servlet.engine.webapp.StrictLifecycleServlet.service(Compiled Code)
at com.ibm.servlet.engine.webapp.ServletInstance.service(Compiled Code)
at com.ibm.servlet.engine.webapp.ValidServletReferenceState.dispatch(Compiled
Code)
at com.ibm.servlet.engine.webapp.ServletInstanceReference.dispatch(Compiled
Code)
at
com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.handleWebAppDispatch(Compiled
Code)
at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.dispatch(Compiled
Code)
at
com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:107)
at
com.ibm.servlet.engine.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:77)
at
com.ibm.servlet.engine.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:67)
at com.ibm.servlet.engine.srp.ServletRequestProcessor.dispatchByURI(Compiled
Code)
at com.ibm.servlet.engine.oselistener.OSEListenerDispatcher.service(Compiled
Code)
at
com.ibm.servlet.engine.oselistener.SQEventListenerImp$ServiceRunnable.run(Compiled
Code)
at
com.ibm.servlet.engine.oselistener.SQEventListenerImp.notifySQEvent(Compiled Code)
at
com.ibm.servlet.engine.oselistener.serverqueue.SQEventSource.notifyEvent(Compiled Code)
at
com.ibm.servlet.engine.oselistener.serverqueue.SQWrapperEventSource$SelectRunnable.notifyService(Compiled
Code)
at
com.ibm.servlet.engine.oselistener.serverqueue.SQWrapperEventSource$SelectRunnable.run(Compiled
Code)
at
com.ibm.servlet.engine.oselistener.outofproc.OutOfProcThread$CtlRunnable.run(Compiled
Code)
at java.lang.Thread.run(Compiled Code)
What's causing this error message?
We would appreciate any help on how to solve this message,
Thank you in advance,
Erik Martens