spring - java.lang.NoClassDefFoundError: org/springframework/web/context/ContextCleanupListener issue -


i error

severe: exception sending context destroyed event listener instance of class org.springframework.web.context.contextloaderlistener java.lang.noclassdeffounderror: org/springframework/web/context/contextcleanuplistener         @ org.springframework.web.context.contextloaderlistener.contextdestroyed(contextloaderlistener.java:80)         @ org.apache.catalina.core.standardcontext.listenerstop(standardcontext.java:5035)         @ org.apache.catalina.core.standardcontext.stopinternal(standardcontext.java:5687)         @ org.apache.catalina.util.lifecyclebase.stop(lifecyclebase.java:232)         @ org.apache.catalina.core.containerbase.removechild(containerbase.java:1028)         @ org.apache.catalina.startup.hostconfig.undeploy(hostconfig.java:1498)         @ org.apache.catalina.startup.hostconfig.checkresources(hostconfig.java:1425)         @ org.apache.catalina.startup.hostconfig.check(hostconfig.java:1646)         @ org.apache.catalina.startup.hostconfig.lifecycleevent(hostconfig.java:328)         @ org.apache.catalina.util.lifecyclesupport.firelifecycleevent(lifecyclesupport.java:117)         @ org.apache.catalina.util.lifecyclebase.firelifecycleevent(lifecyclebase.java:90)         @ org.apache.catalina.core.containerbase.backgroundprocess(containerbase.java:1374)         @ org.apache.catalina.core.containerbase$containerbackgroundprocessor.processchildren(containerbase.java:1546)         @ org.apache.catalina.core.containerbase$containerbackgroundprocessor.processchildren(containerbase.java:1556)         @ org.apache.catalina.core.containerbase$containerbackgroundprocessor.run(containerbase.java:1524)         @ java.lang.thread.run(thread.java:745) caused by: java.lang.classnotfoundexception: org.springframework.web.context.contextcleanuplistener         @ org.apache.catalina.loader.webappclassloader.loadclass(webappclassloader.java:1720)         @ org.apache.catalina.loader.webappclassloader.loadclass(webappclassloader.java:1571)         ... 16 more 

i in deployed folder , see jar contains file, doing wrong?

https://github.com/davidahines/spacechip/tree/spring_security

the issue when try go localhost:8080/spacechip "the resource unavailable."

there configuration.

the jar may in deployed folder, jar (or deployed folder wildcard) in classpath?


Comments

Popular posts from this blog

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -