您的位置:首页 > 编程语言 > Java开发

运行Struts项目时出现java.lang.reflect.InvocationTargetException异常解决办法

2017-01-16 10:37 781 查看
严重: Exception starting filter struts

java.lang.reflect.InvocationTargetException - Class: com.opensymphony.xwork2.inject.ContainerImpl$MethodInjector

File: ContainerImpl.java

Method: inject

Line: 301 - com/opensymphony/xwork2/inject/ContainerImpl.java:301:-1

    at org.apache.struts2.dispatcher.Dispatcher.init(Dispatcher.java:502)

    at org.apache.struts2.dispatcher.FilterDispatcher.init(FilterDispatcher.java:193)

    at org.apache.catalina.core.ApplicationFilterConfig.initFilter(ApplicationFilterConfig.java:279)

    at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:260)

    at org.apache.catalina.core.ApplicationFilterConfig.<init>(ApplicationFilterConfig.java:105)

    at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:4640)

    at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5262)

    at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)

    at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)

    at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)

    at java.util.concurrent.FutureTask.run(FutureTask.java:262)

    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)

    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)

    at java.lang.Thread.run(Thread.java:745)

Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException

    at com.opensymphony.xwork2.inject.ContainerImpl$MethodInjector.inject(ContainerImpl.java:301)

    at com.opensymphony.xwork2.inject.ContainerImpl$ConstructorInjector.construct(ContainerImpl.java:438)

    at com.opensymphony.xwork2.inject.ContainerBuilder$5.create(ContainerBuilder.java:207)

    at com.opensymphony.xwork2.inject.Scope$2$1.create(Scope.java:51)

    at com.opensymphony.xwork2.inject.ContainerBuilder$3.create(ContainerBuilder.java:93)

    at com.opensymphony.xwork2.inject.ContainerBuilder$7.call(ContainerBuilder.java:487)

    at com.opensymphony.xwork2.inject.ContainerBuilder$7.call(ContainerBuilder.java:484)

    at com.opensymphony.xwork2.inject.ContainerImpl.callInContext(ContainerImpl.java:584)

    at com.opensymphony.xwork2.inject.ContainerBuilder.create(ContainerBuilder.java:484)

    at com.opensymphony.xwork2.config.impl.DefaultConfiguration.createBootstrapContainer(DefaultConfiguration.java:324)

    at com.opensymphony.xwork2.config.impl.DefaultConfiguration.reloadContainer(DefaultConfiguration.java:221)

    at com.opensymphony.xwork2.config.ConfigurationM
4000
anager.getConfiguration(ConfigurationManager.java:67)

    at org.apache.struts2.dispatcher.Dispatcher.init_PreloadConfiguration(Dispatcher.java:446)

    at org.apache.struts2.dispatcher.Dispatcher.init(Dispatcher.java:490)

    ... 13 more

Caused by: java.lang.reflect.InvocationTargetException

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:606)

    at com.opensymphony.xwork2.inject.ContainerImpl$MethodInjector.inject(ContainerImpl.java:299)

    ... 26 more

Caused by: java.lang.ExceptionInInitializerError

    at com.opensymphony.xwork2.ognl.OgnlValueStackFactory.setContainer(OgnlValueStackFactory.java:84)

    ... 31 more

Caused by: java.lang.IllegalArgumentException: Javassist library is missing in classpath! Please add missed dependency!

    at ognl.OgnlRuntime.<clinit>(OgnlRuntime.java:168)

    ... 32 more

Caused by: java.lang.ClassNotFoundException: javassist.ClassPool

    at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1333)

    at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1167)

    at java.lang.Class.forName0(Native Method)

    at java.lang.Class.forName(Class.java:190)

    at ognl.OgnlRuntime.<clinit>(OgnlRuntime.java:165)

    ... 32 more

一月 16, 2017 10:28:47 上午 org.apache.catalina.core.StandardContext startInternal

严重: One or more Filters failed to start. Full details will be found in the appropriate container log file

一月 16, 2017 10:28:47 上午 org.apache.catalina.core.StandardContext startInternal

严重: Context [/opendata_index] startup failed due to previous errors

一月 16, 2017 10:28:47 上午 org.apache.catalina.core.ApplicationContext log

信息: Closing Spring root WebApplicationContext

一月 16, 2017 10:28:47 上午 org.apache.catalina.loader.WebappClassLoaderBase clearReferencesJdbc

警告: The web application [opendata_index] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.

一月 16, 2017 10:28:47 上午 org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads

警告: The web application [opendata_index] appears to have started a thread named [Timer-0] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:

 java.lang.Object.wait(Native Method)

 java.lang.Object.wait(Object.java:503)

 java.util.TimerThread.mainLoop(Timer.java:526)

 java.util.TimerThread.run(Timer.java:505)

一月 16, 2017 10:28:47 上午 org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads

警告: The web application [opendata_index] appears to have started a thread named [Timer-1] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:

 java.lang.Object.wait(Native Method)

 java.lang.Object.wait(Object.java:503)

 java.util.TimerThread.mainLoop(Timer.java:526)

 java.util.TimerThread.run(Timer.java:505)

一月 16, 2017 10:28:47 上午 org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads

警告: The web application [opendata_index] appears to have started a thread named [Timer-2] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:

 java.lang.Object.wait(Native Method)

 java.lang.Object.wait(Object.java:503)

 java.util.TimerThread.mainLoop(Timer.java:526)

 java.util.TimerThread.run(Timer.java:505)

一月 16, 2017 10:28:47 上午 org.apache.coyote.AbstractProtocol start

信息: Starting ProtocolHandler ["http-nio-8080"]

一月 16, 2017 10:28:47 上午 org.apache.coyote.AbstractProtocol start

信息: Starting ProtocolHandler ["ajp-nio-8009"]

一月 16, 2017 10:28:47 上午 org.apache.catalina.startup.Catalina start

信息: Server startup in 52662 ms
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐