Hey all,

 

When I deploy my application, I get the error below. 

Environment:

IDE: Netbeans 6.1

Struts: 2.0.11.1

 
java.lang.NoClassDefFoundError:
org/apache/struts2/util/ObjectFactoryDestroyable
        at
org.apache.struts2.dispatcher.Dispatcher.cleanup(Dispatcher.java:257)
        at
org.apache.struts2.dispatcher.FilterDispatcher.destroy(FilterDispatcher.java
:221)
        at
org.apache.catalina.core.ApplicationFilterConfig.release(ApplicationFilterCo
nfig.java:332)
        at
org.apache.catalina.core.StandardContext.filterStop(StandardContext.java:373
1)
        at
org.apache.catalina.core.StandardContext.stop(StandardContext.java:4493)
        at
org.apache.catalina.core.StandardContext.reload(StandardContext.java:3080)
        at
org.apache.catalina.loader.WebappLoader.backgroundProcess(WebappLoader.java:
404)
        at
org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:
1309)
        at
org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processC
hildren(ContainerBase.java:1601)
        at
org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processC
hildren(ContainerBase.java:1610)
        at
org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processC
hildren(ContainerBase.java:1610)
        at
org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(Cont
ainerBase.java:1590)
        at java.lang.Thread.run(Thread.java:619)

 

Does anybody know what might cause it?

 

 

Thanking Sincerely,

 

Rabin Aryal 

Reply via email to