启动myeclipse中自带的tomcat时控制台出现的错误 求大神指导

2017-8-10 19:28:56 org.apache.catalina.core.AprLifecycleListener init

信息: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: G:\MyEclipse\Common\binary\com.sun.java.jdk.win32.x86_64_1.6.0.013\bin;G:\MyEclipse\Common\plugins\com.genuitec.eclipse.easie.tomcat.myeclipse_9.0.0.me201109141806\tomcat\bin

2017-8-10 19:28:56 org.apache.coyote.http11.Http11Protocol init

信息: Initializing Coyote HTTP/1.1 on http-8080

2017-8-10 19:28:56 org.apache.catalina.startup.Catalina load

信息: Initialization processed in 1200 ms

2017-8-10 19:28:57 org.apache.catalina.core.StandardService start

信息: Starting service Catalina

2017-8-10 19:28:57 org.apache.catalina.core.StandardEngine start

信息: Starting Servlet Engine: Apache Tomcat/6.0.13

2017-8-10 19:28:57 org.apache.catalina.loader.WebappClassLoader validateJarFile

信息: validateJarFile(G:\MyEclipse\workspace\.metadata\.me_tcat\webapps\JSP_guanlixitong\WEB-INF\lib\servlet-api.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class

2017-8-10 19:28:59 org.apache.catalina.core.ApplicationContext log

信息: Initializing Spring root WebApplicationContext

[SpringTransaction] 2017-08-10 19:28:59   Root WebApplicationContext: initialization started 

[SpringTransaction] 2017-08-10 19:29:00   Refreshing Root WebApplicationContext: startup date [Thu Aug 10 19:29:00 CST 2017]; root of context hierarchy 

[SpringTransaction] 2017-08-10 19:29:00   Loading XML bean definitions from class path resource [applicationContext.xml] 

[SpringTransaction] 2017-08-10 19:29:00   Context initialization failed 

org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [applicationContext.xml]; nested exception is java.io.FileNotFoundException: class path resource [applicationContext.xml] cannot be opened because it does not exist


严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener

org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [applicationContext.xml]; nested exception is java.io.FileNotFoundException: class path resource [applicationContext.xml] cannot be opened because it does not exist


严重: Error listenerStart

2017-8-10 19:29:00 org.apache.catalina.core.StandardContext start

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

2017-8-10 19:29:00 org.apache.catalina.core.ApplicationContext log

信息: Closing Spring root WebApplicationContext

[SpringTransaction] 2017-08-10 19:29:00   Closing Root WebApplicationContext: startup date [Thu Aug 10 19:29:00 CST 2017]; root of context hierarchy 

[SpringTransaction] 2017-08-10 19:29:00   Exception thrown from ApplicationListener handling ContextClosedEvent 

java.lang.IllegalStateException: ApplicationEventMulticaster not initialized - call 'refresh' before multicasting events via the context: Root WebApplicationContext: startup date [Thu Aug 10 19:29:00 CST 2017]; root of context hierarchy



严重: Exception sending context destroyed event to listener instance of class org.springframework.web.context.ContextLoaderListener

java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext


严重: Null component Catalina:type=JspMonitor,name=jsp,WebModule=//localhost/struts-timerInterceptor,J2EEApplication=none,J2EEServer=none

2017-8-10 19:29:01 org.apache.catalina.startup.HostConfig deployDirectory

严重: Error deploying web application directory struts-timerInterceptor

java.lang.UnsupportedClassVersionError: org/apache/struts2/dispatcher/filter/StrutsPrepareAndExecuteFilter : Unsupported major.minor version 51.0


_Meteor
浏览 2131回答 4
4回答

视频怪物

看起来是因为没有找到me默认路径下的jdk
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Java