I have a colleage who is getting the old AbstractMethodError when trying to deploy his first Struts app -- an app that is running in other environments successfully. Apparently our plugin won't load.

Here is a snip from the stack trace during deployment:

16:06:44,238 ERROR [Engine] ----- Root Cause -----
java.lang.AbstractMethodError:
BestAssetsPlugIn.init(Lorg/apache/struts/action/A
ctionServlet;Lorg/apache/struts/config/ApplicationConfig;)V
       at
org.apache.struts.action.ActionServlet.initApplicationPlugIns(ActionS
ervlet.java:963)
       at
org.apache.struts.action.ActionServlet.init(ActionServlet.java:447)
       at javax.servlet.GenericServlet.init(GenericServlet.java:211)
       at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.
java:1019)
       at
org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:86
2)


I had him check to make sure there are no old struts jars lying around on the system. I can't figure out why the app will deploy in all environments but his; we have the same versions of everything . . .


What am I forgetting?

Erik


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



Reply via email to