MyEclipse 启动 tomcate 失败 解决方法
MyEclipse中启动tomcate失败
十月 20, 2015 9:53:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Server version: Apache Tomcat/8.0.26
十月 20, 2015 9:53:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Server built: Aug 18 2015 11:38:37 UTC
十月 20, 2015 9:53:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Server number: 8.0.26.0
十月 20, 2015 9:53:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: OS Name: Windows 7
十月 20, 2015 9:53:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: OS Version: 6.1
十月 20, 2015 9:53:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Architecture: amd64
十月 20, 2015 9:53:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Java Home: D:\MyEclipse Professional 2014\binary\com.sun.java.jdk7.win32.x86_64_1.7.0.u45\jre
十月 20, 2015 9:53:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: JVM Version: 1.7.0_45-b18
十月 20, 2015 9:53:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: JVM Vendor: Oracle Corporation
十月 20, 2015 9:53:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: CATALINA_BASE: E:\tomcat\apache-tomcat-8.0.26
十月 20, 2015 9:53:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: CATALINA_HOME: E:\tomcat\apache-tomcat-8.0.26
十月 20, 2015 9:53:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:11776
十月 20, 2015 9:53:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Dcatalina.home=E:\tomcat\apache-tomcat-8.0.26
十月 20, 2015 9:53:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Dcatalina.base=E:\tomcat\apache-tomcat-8.0.26
十月 20, 2015 9:53:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Djava.endorsed.dirs=E:\tomcat\apache-tomcat-8.0.26/common/endorsed
十月 20, 2015 9:53:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Djava.io.tmpdir=E:\tomcat\apache-tomcat-8.0.26\temp
十月 20, 2015 9:53:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Djava.library.path=D:\MyEclipse Professional 2014\binary\com.sun.java.jdk7.win32.x86_64_1.7.0.u45\bin;E:\tomcat\apache-tomcat-8.0.26\bin
十月 20, 2015 9:53:04 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Dsun.io.useCanonCaches=false
十月 20, 2015 9:53:04 下午 org.apache.catalina.core.AprLifecycleListener lifecycleEvent
信息: Loaded APR based Apache Tomcat Native library 1.1.33 using APR version 1.5.1.
十月 20, 2015 9:53:04 下午 org.apache.catalina.core.AprLifecycleListener lifecycleEvent
信息: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
十月 20, 2015 9:53:05 下午 org.apache.catalina.core.AprLifecycleListener initializeSSL
信息: OpenSSL successfully initialized (OpenSSL 1.0.1m 19 Mar 2015)
十月 20, 2015 9:53:05 下午 org.apache.coyote.AbstractProtocol init
信息: Initializing ProtocolHandler ["http-apr-8080"]
十月 20, 2015 9:53:05 下午 org.apache.coyote.AbstractProtocol init
严重: Failed to initialize end point associated with ProtocolHandler ["http-apr-8080"]
java.lang.Exception: Socket bind failed: [730048] ?????????×???(Э?é/???????/???)????í??
at org.apache.tomcat.util.net.AprEndpoint.bind(AprEndpoint.java:471)
at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:737)
at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:457)
at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
at org.apache.catalina.core.StandardService.initInternal(StandardService.java:567)
at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:851)
at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
at org.apache.catalina.startup.Catalina.load(Catalina.java:576)
at org.apache.catalina.startup.Catalina.load(Catalina.java:599)
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 org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)
十月 20, 2015 9:53:05 下午 org.apache.catalina.core.StandardService initInternal
严重: Failed to initialize connector [Connector[HTTP/1.1-8080]]
org.apache.catalina.LifecycleException: Failed to initialize component [Connector[HTTP/1.1-8080]]
at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:106)
at org.apache.catalina.core.StandardService.initInternal(StandardService.java:567)
at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:851)
at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
at org.apache.catalina.startup.Catalina.load(Catalina.java:576)
at org.apache.catalina.startup.Catalina.load(Catalina.java:599)
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 org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)
Caused by: org.apache.catalina.LifecycleException: Protocol handler initialization failed
at org.apache.catalina.connector.Connector.initInternal(Connector.java:962)
at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
... 12 more
Caused by: java.lang.Exception: Socket bind failed: [730048] ?????????×???(Э?é/???????/???)????í??
at org.apache.tomcat.util.net.AprEndpoint.bind(AprEndpoint.java:471)
at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:737)
at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:457)
at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
... 13 more
十月 20, 2015 9:53:05 下午 org.apache.coyote.AbstractProtocol init
信息: Initializing ProtocolHandler ["ajp-apr-8009"]
十月 20, 2015 9:53:05 下午 org.apache.coyote.AbstractProtocol init
严重: Failed to initialize end point associated with ProtocolHandler ["ajp-apr-8009"]
java.lang.Exception: Socket bind failed: [730048] ?????????×???(Э?é/???????/???)????í??
at org.apache.tomcat.util.net.AprEndpoint.bind(AprEndpoint.java:471)
at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:737)
at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:457)
at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
at org.apache.catalina.core.StandardService.initInternal(StandardService.java:567)
at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:851)
at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
at org.apache.catalina.startup.Catalina.load(Catalina.java:576)
at org.apache.catalina.startup.Catalina.load(Catalina.java:599)
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 org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)
十月 20, 2015 9:53:05 下午 org.apache.catalina.core.StandardService initInternal
严重: Failed to initialize connector [Connector[AJP/1.3-8009]]
org.apache.catalina.LifecycleException: Failed to initialize component [Connector[AJP/1.3-8009]]
at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:106)
at org.apache.catalina.core.StandardService.initInternal(StandardService.java:567)
at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:851)
at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
at org.apache.catalina.startup.Catalina.load(Catalina.java:576)
at org.apache.catalina.startup.Catalina.load(Catalina.java:599)
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 org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)
Caused by: org.apache.catalina.LifecycleException: Protocol handler initialization failed
at org.apache.catalina.connector.Connector.initInternal(Connector.java:962)
at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
... 12 more
Caused by: java.lang.Exception: Socket bind failed: [730048] ?????????×???(Э?é/???????/???)????í??
at org.apache.tomcat.util.net.AprEndpoint.bind(AprEndpoint.java:471)
at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:737)
at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:457)
at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
... 13 more
十月 20, 2015 9:53:05 下午 org.apache.catalina.startup.Catalina load
信息: Initialization processed in 1824 ms
十月 20, 2015 9:53:05 下午 org.apache.catalina.core.StandardService startInternal
信息: Starting service Catalina
十月 20, 2015 9:53:05 下午 org.apache.catalina.core.StandardEngine startInternal
信息: Starting Servlet Engine: Apache Tomcat/8.0.26
十月 20, 2015 9:53:05 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory E:\tomcat\apache-tomcat-8.0.26\webapps\BBSV4.0
十月 20, 2015 9:53:06 下午 org.apache.jasper.servlet.TldScanner scanJars
信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
十月 20, 2015 9:53:06 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deployment of web application directory E:\tomcat\apache-tomcat-8.0.26\webapps\BBSV4.0 has finished in 1,409 ms
十月 20, 2015 9:53:06 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory E:\tomcat\apache-tomcat-8.0.26\webapps\BBSV5.0
十月 20, 2015 9:53:08 下午 org.apache.jasper.servlet.TldScanner scanJars
信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
十月 20, 2015 9:53:08 下午 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Parsing configuration file [struts-default.xml]
十月 20, 2015 9:53:08 下午 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Parsing configuration file [struts-plugin.xml]
十月 20, 2015 9:53:08 下午 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Parsing configuration file [struts.xml]
十月 20, 2015 9:53:08 下午 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Overriding property struts.i18n.reload - old value: false new value: true
十月 20, 2015 9:53:08 下午 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Overriding property struts.configuration.xml.reload - old value: false new value: true
十月 20, 2015 9:53:09 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deployment of web application directory E:\tomcat\apache-tomcat-8.0.26\webapps\BBSV5.0 has finished in 2,090 ms
十月 20, 2015 9:53:09 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory E:\tomcat\apache-tomcat-8.0.26\webapps\docs
十月 20, 2015 9:53:09 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deployment of web application directory E:\tomcat\apache-tomcat-8.0.26\webapps\docs has finished in 28 ms
十月 20, 2015 9:53:09 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory E:\tomcat\apache-tomcat-8.0.26\webapps\examples
十月 20, 2015 9:53:09 下午 org.apache.catalina.core.ApplicationContext log
信息: ContextListener: contextInitialized()
十月 20, 2015 9:53:09 下午 org.apache.catalina.core.ApplicationContext log
信息: SessionListener: contextInitialized()
十月 20, 2015 9:53:09 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deployment of web application directory E:\tomcat\apache-tomcat-8.0.26\webapps\examples has finished in 371 ms
十月 20, 2015 9:53:09 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory E:\tomcat\apache-tomcat-8.0.26\webapps\host-manager
十月 20, 2015 9:53:09 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deployment of web application directory E:\tomcat\apache-tomcat-8.0.26\webapps\host-manager has finished in 35 ms
十月 20, 2015 9:53:09 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory E:\tomcat\apache-tomcat-8.0.26\webapps\manager
十月 20, 2015 9:53:09 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deployment of web application directory E:\tomcat\apache-tomcat-8.0.26\webapps\manager has finished in 36 ms
十月 20, 2015 9:53:09 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory E:\tomcat\apache-tomcat-8.0.26\webapps\ROOT
十月 20, 2015 9:53:09 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deployment of web application directory E:\tomcat\apache-tomcat-8.0.26\webapps\ROOT has finished in 24 ms
十月 20, 2015 9:53:09 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory E:\tomcat\apache-tomcat-8.0.26\webapps\rr
十月 20, 2015 9:53:09 下午 org.apache.jasper.servlet.TldScanner scanJars
信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
十月 20, 2015 9:53:09 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deployment of web application directory E:\tomcat\apache-tomcat-8.0.26\webapps\rr has finished in 190 ms
十月 20, 2015 9:53:09 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory E:\tomcat\apache-tomcat-8.0.26\webapps\Struts02_2
十月 20, 2015 9:53:10 下午 org.apache.jasper.servlet.TldScanner scanJars
信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
十月 20, 2015 9:53:11 下午 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Parsing configuration file [struts-default.xml]
十月 20, 2015 9:53:11 下午 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Parsing configuration file [struts-plugin.xml]
十月 20, 2015 9:53:11 下午 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Parsing configuration file [struts.xml]
十月 20, 2015 9:53:11 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deployment of web application directory E:\tomcat\apache-tomcat-8.0.26\webapps\Struts02_2 has finished in 1,747 ms
十月 20, 2015 9:53:11 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory E:\tomcat\apache-tomcat-8.0.26\webapps\Struts02_4
十月 20, 2015 9:53:12 下午 org.apache.jasper.servlet.TldScanner scanJars
信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
十月 20, 2015 9:53:12 下午 org.apache.myfaces.shared_impl.config.MyfacesConfig getBooleanInitParameter
信息: No context init parameter 'org.apache.myfaces.RENDER_CLEAR_JAVASCRIPT_FOR_BUTTON' found, using default value false
十月 20, 2015 9:53:12 下午 org.apache.myfaces.shared_impl.config.MyfacesConfig getBooleanInitParameter
信息: No context init parameter 'org.apache.myfaces.RENDER_HIDDEN_FIELDS_FOR_LINK_PARAMS' found, using default value false
十月 20, 2015 9:53:12 下午 org.apache.myfaces.shared_impl.config.MyfacesConfig getBooleanInitParameter
信息: No context init parameter 'org.apache.myfaces.SAVE_FORM_SUBMIT_LINK_IE' found, using default value false
十月 20, 2015 9:53:12 下午 org.apache.myfaces.shared_impl.config.MyfacesConfig getBooleanInitParameter
信息: No context init parameter 'org.apache.myfaces.READONLY_AS_DISABLED_FOR_SELECTS' found, using default value true
十月 20, 2015 9:53:12 下午 org.apache.myfaces.shared_impl.config.MyfacesConfig getBooleanInitParameter
信息: No context init parameter 'org.apache.myfaces.RENDER_VIEWSTATE_ID' found, using default value true
十月 20, 2015 9:53:12 下午 org.apache.myfaces.shared_impl.config.MyfacesConfig getBooleanInitParameter
信息: No context init parameter 'org.apache.myfaces.STRICT_XHTML_LINKS' found, using default value true
十月 20, 2015 9:53:12 下午 org.apache.myfaces.shared_impl.config.MyfacesConfig getBooleanInitParameter
信息: No context init parameter 'org.apache.myfaces.RENDER_FORM_SUBMIT_SCRIPT_INLINE' found, using default value false
十月 20, 2015 9:53:12 下午 org.apache.myfaces.shared_impl.config.MyfacesConfig getLongInitParameter
信息: No context init parameter 'org.apache.myfaces.CONFIG_REFRESH_PERIOD' found, using default value 2
十月 20, 2015 9:53:12 下午 org.apache.myfaces.shared_impl.config.MyfacesConfig getBooleanInitParameter
信息: No context init parameter 'org.apache.myfaces.VIEWSTATE_JAVASCRIPT' found, using default value false
十月 20, 2015 9:53:12 下午 org.apache.myfaces.shared_impl.config.MyfacesConfig getStringInitParameter
信息: No context init parameter 'org.apache.myfaces.REFRESH_TRANSIENT_BUILD_ON_PSS' found, using default value auto
十月 20, 2015 9:53:12 下午 org.apache.myfaces.shared_impl.config.MyfacesConfig getBooleanInitParameter
信息: No context init parameter 'org.apache.myfaces.REFRESH_TRANSIENT_BUILD_ON_PSS_PRESERVE_STATE' found, using default value false
十月 20, 2015 9:53:12 下午 org.apache.myfaces.shared_impl.config.MyfacesConfig getBooleanInitParameter
信息: No context init parameter 'org.apache.myfaces.VALIDATE_XML' found, using default value false
十月 20, 2015 9:53:12 下午 org.apache.myfaces.shared_impl.config.MyfacesConfig getBooleanInitParameter
信息: No context init parameter 'org.apache.myfaces.WRAP_SCRIPT_CONTENT_WITH_XML_COMMENT_TAG' found, using default value true
十月 20, 2015 9:53:12 下午 org.apache.myfaces.shared_impl.config.MyfacesConfig createAndInitializeMyFacesConfig
信息: Tomahawk jar not available. Autoscrolling, DetectJavascript, AddResourceClass and CheckExtensionsFilter are disabled now.
十月 20, 2015 9:53:12 下午 org.apache.myfaces.config.FacesConfigurator feedStandardConfig
信息: Reading standard config META-INF/standard-faces-config.xml
十月 20, 2015 9:53:12 下午 org.apache.myfaces.config.FacesConfigurator getWebAppConfig
信息: Reading config /WEB-INF/faces-config.xml
十月 20, 2015 9:53:12 下午 org.apache.myfaces.config.FacesConfigurator startLib
信息: Starting up MyFaces-package : myfaces-api in version : 2.0.2 from path : file:/E:/tomcat/apache-tomcat-8.0.26/webapps/Struts02_4/WEB-INF/lib/myfaces-api-2.0.2.jar
十月 20, 2015 9:53:12 下午 org.apache.myfaces.config.FacesConfigurator startLib
信息: Starting up MyFaces-package : myfaces-impl in version : 2.0.2 from path : file:/E:/tomcat/apache-tomcat-8.0.26/webapps/Struts02_4/WEB-INF/lib/myfaces-impl-2.0.2.jar
十月 20, 2015 9:53:12 下午 org.apache.myfaces.config.FacesConfigurator startLib
信息: MyFaces-package : tomahawk not found.
十月 20, 2015 9:53:12 下午 org.apache.myfaces.config.FacesConfigurator startLib
信息: MyFaces-package : tomahawk12 not found.
十月 20, 2015 9:53:12 下午 org.apache.myfaces.config.FacesConfigurator startLib
信息: MyFaces-package : tomahawk-sandbox not found.
十月 20, 2015 9:53:12 下午 org.apache.myfaces.config.FacesConfigurator startLib
信息: MyFaces-package : tomahawk-sandbox12 not found.
十月 20, 2015 9:53:12 下午 org.apache.myfaces.config.FacesConfigurator startLib
信息: MyFaces-package : tomahawk-sandbox15 not found.
十月 20, 2015 9:53:12 下午 org.apache.myfaces.config.FacesConfigurator startLib
信息: MyFaces-package : myfaces-orchestra-core not found.
十月 20, 2015 9:53:12 下午 org.apache.myfaces.config.FacesConfigurator startLib
信息: MyFaces-package : myfaces-orchestra-core12 not found.
十月 20, 2015 9:53:12 下午 org.apache.myfaces.config.FacesConfigurator startLib
信息: MyFaces-package : trinidad-api not found.
十月 20, 2015 9:53:12 下午 org.apache.myfaces.config.FacesConfigurator startLib
信息: MyFaces-package : trinidad-impl not found.
十月 20, 2015 9:53:12 下午 org.apache.myfaces.config.FacesConfigurator startLib
信息: MyFaces-package : tobago not found.
十月 20, 2015 9:53:12 下午 org.apache.myfaces.config.FacesConfigurator startLib
信息: MyFaces-package : commons-el not found.
十月 20, 2015 9:53:12 下午 org.apache.myfaces.config.FacesConfigurator startLib
信息: MyFaces-package : jsp-api not found.
十月 20, 2015 9:53:12 下午 org.apache.myfaces.util.ExternalSpecifications isBeanValidationAvailable
信息: MyFaces Bean Validation support disabled
十月 20, 2015 9:53:12 下午 org.apache.myfaces.config.FacesConfigurator handleSerialFactory
信息: Serialization provider : class org.apache.myfaces.shared_impl.util.serial.DefaultSerialFactory
十月 20, 2015 9:53:12 下午 org.apache.myfaces.config.annotation.DefaultLifecycleProviderFactory getLifecycleProvider
信息: Using LifecycleProvider java.lang.String
十月 20, 2015 9:53:12 下午 org.apache.myfaces.webapp.AbstractFacesInitializer initFaces
信息: ServletContext 'E:\tomcat\apache-tomcat-8.0.26\webapps\Struts02_4\' initialized.
十月 20, 2015 9:53:12 下午 org.apache.myfaces.webapp.AbstractFacesInitializer initFaces
警告:
*******************************************************************
*** WARNING: Apache MyFaces-2 is running in DEVELOPMENT mode. ***
*** ^^^^^^^^^^^ ***
*** Do NOT deploy to your live server(s) without changing this. ***
*** See Application#getProjectStage() for more information. ***
*******************************************************************
十月 20, 2015 9:53:12 下午 org.apache.myfaces.webapp.StartupServletContextListener contextInitialized
信息: MyFaces already initialized
十月 20, 2015 9:53:13 下午 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Parsing configuration file [struts-default.xml]
十月 20, 2015 9:53:13 下午 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Parsing configuration file [struts-plugin.xml]
十月 20, 2015 9:53:13 下午 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Parsing configuration file [struts.xml]
十月 20, 2015 9:53:13 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deployment of web application directory E:\tomcat\apache-tomcat-8.0.26\webapps\Struts02_4 has finished in 2,177 ms
十月 20, 2015 9:53:13 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory E:\tomcat\apache-tomcat-8.0.26\webapps\Struts02_5
十月 20, 2015 9:53:14 下午 org.apache.jasper.servlet.TldScanner scanJars
信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
十月 20, 2015 9:53:15 下午 org.apache.myfaces.shared_impl.config.MyfacesConfig getBooleanInitParameter
信息: No context init parameter 'org.apache.myfaces.RENDER_CLEAR_JAVASCRIPT_FOR_BUTTON' found, using default value false
十月 20, 2015 9:53:15 下午 org.apache.myfaces.shared_impl.config.MyfacesConfig getBooleanInitParameter
信息: No context init parameter 'org.apache.myfaces.RENDER_HIDDEN_FIELDS_FOR_LINK_PARAMS' found, using default value false
十月 20, 2015 9:53:15 下午 org.apache.myfaces.shared_impl.config.MyfacesConfig getBooleanInitParameter
信息: No context init parameter 'org.apache.myfaces.SAVE_FORM_SUBMIT_LINK_IE' found, using default value false
十月 20, 2015 9:53:15 下午 org.apache.myfaces.shared_impl.config.MyfacesConfig getBooleanInitParameter
信息: No context init parameter 'org.apache.myfaces.READONLY_AS_DISABLED_FOR_SELECTS' found, using default value true
十月 20, 2015 9:53:15 下午 org.apache.myfaces.shared_impl.config.MyfacesConfig getBooleanInitParameter
信息: No context init parameter 'org.apache.myfaces.RENDER_VIEWSTATE_ID' found, using default value true
十月 20, 2015 9:53:15 下午 org.apache.myfaces.shared_impl.config.MyfacesConfig getBooleanInitParameter
信息: No context init parameter 'org.apache.myfaces.STRICT_XHTML_LINKS' found, using default value true
十月 20, 2015 9:53:15 下午 org.apache.myfaces.shared_impl.config.MyfacesConfig getBooleanInitParameter
信息: No context init parameter 'org.apache.myfaces.RENDER_FORM_SUBMIT_SCRIPT_INLINE' found, using default value false
十月 20, 2015 9:53:15 下午 org.apache.myfaces.shared_impl.config.MyfacesConfig getLongInitParameter
信息: No context init parameter 'org.apache.myfaces.CONFIG_REFRESH_PERIOD' found, using default value 2
十月 20, 2015 9:53:15 下午 org.apache.myfaces.shared_impl.config.MyfacesConfig getBooleanInitParameter
信息: No context init parameter 'org.apache.myfaces.VIEWSTATE_JAVASCRIPT' found, using default value false
十月 20, 2015 9:53:15 下午 org.apache.myfaces.shared_impl.config.MyfacesConfig getStringInitParameter
信息: No context init parameter 'org.apache.myfaces.REFRESH_TRANSIENT_BUILD_ON_PSS' found, using default value auto
十月 20, 2015 9:53:15 下午 org.apache.myfaces.shared_impl.config.MyfacesConfig getBooleanInitParameter
信息: No context init parameter 'org.apache.myfaces.REFRESH_TRANSIENT_BUILD_ON_PSS_PRESERVE_STATE' found, using default value false
十月 20, 2015 9:53:15 下午 org.apache.myfaces.shared_impl.config.MyfacesConfig getBooleanInitParameter
信息: No context init parameter 'org.apache.myfaces.VALIDATE_XML' found, using default value false
十月 20, 2015 9:53:15 下午 org.apache.myfaces.shared_impl.config.MyfacesConfig getBooleanInitParameter
信息: No context init parameter 'org.apache.myfaces.WRAP_SCRIPT_CONTENT_WITH_XML_COMMENT_TAG' found, using default value true
十月 20, 2015 9:53:15 下午 org.apache.myfaces.shared_impl.config.MyfacesConfig createAndInitializeMyFacesConfig
信息: Tomahawk jar not available. Autoscrolling, DetectJavascript, AddResourceClass and CheckExtensionsFilter are disabled now.
十月 20, 2015 9:53:15 下午 org.apache.myfaces.config.FacesConfigurator feedStandardConfig
信息: Reading standard config META-INF/standard-faces-config.xml
十月 20, 2015 9:53:15 下午 org.apache.myfaces.config.FacesConfigurator getWebAppConfig
信息: Reading config /WEB-INF/faces-config.xml
十月 20, 2015 9:53:15 下午 org.apache.myfaces.config.FacesConfigurator startLib
信息: Starting up MyFaces-package : myfaces-api in version : 2.0.2 from path : file:/E:/tomcat/apache-tomcat-8.0.26/webapps/Struts02_5/WEB-INF/lib/myfaces-api-2.0.2.jar
十月 20, 2015 9:53:15 下午 org.apache.myfaces.config.FacesConfigurator startLib
信息: Starting up MyFaces-package : myfaces-impl in version : 2.0.2 from path : file:/E:/tomcat/apache-tomcat-8.0.26/webapps/Struts02_5/WEB-INF/lib/myfaces-impl-2.0.2.jar
十月 20, 2015 9:53:15 下午 org.apache.myfaces.config.FacesConfigurator startLib
信息: MyFaces-package : tomahawk not found.
十月 20, 2015 9:53:15 下午 org.apache.myfaces.config.FacesConfigurator startLib
信息: MyFaces-package : tomahawk12 not found.
十月 20, 2015 9:53:15 下午 org.apache.myfaces.config.FacesConfigurator startLib
信息: MyFaces-package : tomahawk-sandbox not found.
十月 20, 2015 9:53:15 下午 org.apache.myfaces.config.FacesConfigurator startLib
信息: MyFaces-package : tomahawk-sandbox12 not found.
十月 20, 2015 9:53:15 下午 org.apache.myfaces.config.FacesConfigurator startLib
信息: MyFaces-package : tomahawk-sandbox15 not found.
十月 20, 2015 9:53:15 下午 org.apache.myfaces.config.FacesConfigurator startLib
信息: MyFaces-package : myfaces-orchestra-core not found.
十月 20, 2015 9:53:15 下午 org.apache.myfaces.config.FacesConfigurator startLib
信息: MyFaces-package : myfaces-orchestra-core12 not found.
十月 20, 2015 9:53:15 下午 org.apache.myfaces.config.FacesConfigurator startLib
信息: MyFaces-package : trinidad-api not found.
十月 20, 2015 9:53:15 下午 org.apache.myfaces.config.FacesConfigurator startLib
信息: MyFaces-package : trinidad-impl not found.
十月 20, 2015 9:53:15 下午 org.apache.myfaces.config.FacesConfigurator startLib
信息: MyFaces-package : tobago not found.
十月 20, 2015 9:53:15 下午 org.apache.myfaces.config.FacesConfigurator startLib
信息: MyFaces-package : commons-el not found.
十月 20, 2015 9:53:15 下午 org.apache.myfaces.config.FacesConfigurator startLib
信息: MyFaces-package : jsp-api not found.
十月 20, 2015 9:53:15 下午 org.apache.myfaces.util.ExternalSpecifications isBeanValidationAvailable
信息: MyFaces Bean Validation support disabled
十月 20, 2015 9:53:15 下午 org.apache.myfaces.config.FacesConfigurator handleSerialFactory
信息: Serialization provider : class org.apache.myfaces.shared_impl.util.serial.DefaultSerialFactory
十月 20, 2015 9:53:15 下午 org.apache.myfaces.config.annotation.DefaultLifecycleProviderFactory getLifecycleProvider
信息: Using LifecycleProvider java.lang.String
十月 20, 2015 9:53:15 下午 org.apache.myfaces.webapp.AbstractFacesInitializer initFaces
信息: ServletContext 'E:\tomcat\apache-tomcat-8.0.26\webapps\Struts02_5\' initialized.
十月 20, 2015 9:53:15 下午 org.apache.myfaces.webapp.AbstractFacesInitializer initFaces
警告:
*******************************************************************
*** WARNING: Apache MyFaces-2 is running in DEVELOPMENT mode. ***
*** ^^^^^^^^^^^ ***
*** Do NOT deploy to your live server(s) without changing this. ***
*** See Application#getProjectStage() for more information. ***
*******************************************************************
十月 20, 2015 9:53:15 下午 org.apache.myfaces.webapp.StartupServletContextListener contextInitialized
信息: MyFaces already initialized
十月 20, 2015 9:53:16 下午 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Parsing configuration file [struts-default.xml]
十月 20, 2015 9:53:16 下午 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Parsing configuration file [struts-plugin.xml]
十月 20, 2015 9:53:16 下午 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Parsing configuration file [struts.xml]
十月 20, 2015 9:53:16 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deployment of web application directory E:\tomcat\apache-tomcat-8.0.26\webapps\Struts02_5 has finished in 2,838 ms
十月 20, 2015 9:53:16 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory E:\tomcat\apache-tomcat-8.0.26\webapps\Struts02_6
十月 20, 2015 9:53:17 下午 org.apache.jasper.servlet.TldScanner scanJars
信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
十月 20, 2015 9:53:17 下午 org.apache.myfaces.shared_impl.config.MyfacesConfig getBooleanInitParameter
信息: No context init parameter 'org.apache.myfaces.RENDER_CLEAR_JAVASCRIPT_FOR_BUTTON' found, using default value false
十月 20, 2015 9:53:17 下午 org.apache.myfaces.shared_impl.config.MyfacesConfig getBooleanInitParameter
信息: No context init parameter 'org.apache.myfaces.RENDER_HIDDEN_FIELDS_FOR_LINK_PARAMS' found, using default value false
十月 20, 2015 9:53:17 下午 org.apache.myfaces.shared_impl.config.MyfacesConfig getBooleanInitParameter
信息: No context init parameter 'org.apache.myfaces.SAVE_FORM_SUBMIT_LINK_IE' found, using default value false
十月 20, 2015 9:53:17 下午 org.apache.myfaces.shared_impl.config.MyfacesConfig getBooleanInitParameter
信息: No context init parameter 'org.apache.myfaces.READONLY_AS_DISABLED_FOR_SELECTS' found, using default value true
十月 20, 2015 9:53:17 下午 org.apache.myfaces.shared_impl.config.MyfacesConfig getBooleanInitParameter
信息: No context init parameter 'org.apache.myfaces.RENDER_VIEWSTATE_ID' found, using default value true
十月 20, 2015 9:53:17 下午 org.apache.myfaces.shared_impl.config.MyfacesConfig getBooleanInitParameter
信息: No context init parameter 'org.apache.myfaces.STRICT_XHTML_LINKS' found, using default value true
十月 20, 2015 9:53:17 下午 org.apache.myfaces.shared_impl.config.MyfacesConfig getBooleanInitParameter
信息: No context init parameter 'org.apache.myfaces.RENDER_FORM_SUBMIT_SCRIPT_INLINE' found, using default value false
十月 20, 2015 9:53:17 下午 org.apache.myfaces.shared_impl.config.MyfacesConfig getLongInitParameter
信息: No context init parameter 'org.apache.myfaces.CONFIG_REFRESH_PERIOD' found, using default value 2
十月 20, 2015 9:53:17 下午 org.apache.myfaces.shared_impl.config.MyfacesConfig getBooleanInitParameter
信息: No context init parameter 'org.apache.myfaces.VIEWSTATE_JAVASCRIPT' found, using default value false
十月 20, 2015 9:53:17 下午 org.apache.myfaces.shared_impl.config.MyfacesConfig getStringInitParameter
信息: No context init parameter 'org.apache.myfaces.REFRESH_TRANSIENT_BUILD_ON_PSS' found, using default value auto
十月 20, 2015 9:53:17 下午 org.apache.myfaces.shared_impl.config.MyfacesConfig getBooleanInitParameter
信息: No context init parameter 'org.apache.myfaces.REFRESH_TRANSIENT_BUILD_ON_PSS_PRESERVE_STATE' found, using default value false
十月 20, 2015 9:53:17 下午 org.apache.myfaces.shared_impl.config.MyfacesConfig getBooleanInitParameter
信息: No context init parameter 'org.apache.myfaces.VALIDATE_XML' found, using default value false
十月 20, 2015 9:53:17 下午 org.apache.myfaces.shared_impl.config.MyfacesConfig getBooleanInitParameter
信息: No context init parameter 'org.apache.myfaces.WRAP_SCRIPT_CONTENT_WITH_XML_COMMENT_TAG' found, using default value true
十月 20, 2015 9:53:17 下午 org.apache.myfaces.shared_impl.config.MyfacesConfig createAndInitializeMyFacesConfig
信息: Tomahawk jar not available. Autoscrolling, DetectJavascript, AddResourceClass and CheckExtensionsFilter are disabled now.
十月 20, 2015 9:53:17 下午 org.apache.myfaces.config.FacesConfigurator feedStandardConfig
信息: Reading standard config META-INF/standard-faces-config.xml
十月 20, 2015 9:53:17 下午 org.apache.myfaces.config.FacesConfigurator getWebAppConfig
信息: Reading config /WEB-INF/faces-config.xml
十月 20, 2015 9:53:17 下午 org.apache.myfaces.config.FacesConfigurator startLib
信息: Starting up MyFaces-package : myfaces-api in version : 2.0.2 from path : file:/E:/tomcat/apache-tomcat-8.0.26/webapps/Struts02_6/WEB-INF/lib/myfaces-api-2.0.2.jar
十月 20, 2015 9:53:18 下午 org.apache.myfaces.config.FacesConfigurator startLib
信息: Starting up MyFaces-package : myfaces-impl in version : 2.0.2 from path : file:/E:/tomcat/apache-tomcat-8.0.26/webapps/Struts02_6/WEB-INF/lib/myfaces-impl-2.0.2.jar
十月 20, 2015 9:53:18 下午 org.apache.myfaces.config.FacesConfigurator startLib
信息: MyFaces-package : tomahawk not found.
十月 20, 2015 9:53:18 下午 org.apache.myfaces.config.FacesConfigurator startLib
信息: MyFaces-package : tomahawk12 not found.
十月 20, 2015 9:53:18 下午 org.apache.myfaces.config.FacesConfigurator startLib
信息: MyFaces-package : tomahawk-sandbox not found.
十月 20, 2015 9:53:18 下午 org.apache.myfaces.config.FacesConfigurator startLib
信息: MyFaces-package : tomahawk-sandbox12 not found.
十月 20, 2015 9:53:18 下午 org.apache.myfaces.config.FacesConfigurator startLib
信息: MyFaces-package : tomahawk-sandbox15 not found.
十月 20, 2015 9:53:18 下午 org.apache.myfaces.config.FacesConfigurator startLib
信息: MyFaces-package : myfaces-orchestra-core not found.
十月 20, 2015 9:53:18 下午 org.apache.myfaces.config.FacesConfigurator startLib
信息: MyFaces-package : myfaces-orchestra-core12 not found.
十月 20, 2015 9:53:18 下午 org.apache.myfaces.config.FacesConfigurator startLib
信息: MyFaces-package : trinidad-api not found.
十月 20, 2015 9:53:18 下午 org.apache.myfaces.config.FacesConfigurator startLib
信息: MyFaces-package : trinidad-impl not found.
十月 20, 2015 9:53:18 下午 org.apache.myfaces.config.FacesConfigurator startLib
信息: MyFaces-package : tobago not found.
十月 20, 2015 9:53:18 下午 org.apache.myfaces.config.FacesConfigurator startLib
信息: MyFaces-package : commons-el not found.
十月 20, 2015 9:53:18 下午 org.apache.myfaces.config.FacesConfigurator startLib
信息: MyFaces-package : jsp-api not found.
十月 20, 2015 9:53:18 下午 org.apache.myfaces.util.ExternalSpecifications isBeanValidationAvailable
信息: MyFaces Bean Validation support disabled
十月 20, 2015 9:53:18 下午 org.apache.myfaces.config.FacesConfigurator handleSerialFactory
信息: Serialization provider : class org.apache.myfaces.shared_impl.util.serial.DefaultSerialFactory
十月 20, 2015 9:53:18 下午 org.apache.myfaces.config.annotation.DefaultLifecycleProviderFactory getLifecycleProvider
信息: Using LifecycleProvider java.lang.String
十月 20, 2015 9:53:18 下午 org.apache.myfaces.webapp.AbstractFacesInitializer initFaces
信息: ServletContext 'E:\tomcat\apache-tomcat-8.0.26\webapps\Struts02_6\' initialized.
十月 20, 2015 9:53:18 下午 org.apache.myfaces.webapp.AbstractFacesInitializer initFaces
警告:
*******************************************************************
*** WARNING: Apache MyFaces-2 is running in DEVELOPMENT mode. ***
*** ^^^^^^^^^^^ ***
*** Do NOT deploy to your live server(s) without changing this. ***
*** See Application#getProjectStage() for more information. ***
*******************************************************************
十月 20, 2015 9:53:18 下午 org.apache.myfaces.webapp.StartupServletContextListener contextInitialized
信息: MyFaces already initialized
十月 20, 2015 9:53:18 下午 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Parsing configuration file [struts-default.xml]
十月 20, 2015 9:53:18 下午 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Parsing configuration file [struts-plugin.xml]
十月 20, 2015 9:53:18 下午 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Parsing configuration file [struts.xml]
十月 20, 2015 9:53:18 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deployment of web application directory E:\tomcat\apache-tomcat-8.0.26\webapps\Struts02_6 has finished in 2,434 ms
十月 20, 2015 9:53:18 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory E:\tomcat\apache-tomcat-8.0.26\webapps\Struts02_7
十月 20, 2015 9:53:19 下午 org.apache.jasper.servlet.TldScanner scanJars
信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
十月 20, 2015 9:53:19 下午 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Parsing configuration file [struts-default.xml]
十月 20, 2015 9:53:20 下午 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Parsing configuration file [struts-plugin.xml]
十月 20, 2015 9:53:20 下午 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Parsing configuration file [struts.xml]
十月 20, 2015 9:53:20 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deployment of web application directory E:\tomcat\apache-tomcat-8.0.26\webapps\Struts02_7 has finished in 1,594 ms
十月 20, 2015 9:53:20 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory E:\tomcat\apache-tomcat-8.0.26\webapps\Struts02_8
十月 20, 2015 9:53:21 下午 org.apache.jasper.servlet.TldScanner scanJars
信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
十月 20, 2015 9:53:21 下午 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Parsing configuration file [struts-default.xml]
十月 20, 2015 9:53:21 下午 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Parsing configuration file [struts-plugin.xml]
十月 20, 2015 9:53:21 下午 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Parsing configuration file [struts.xml]
十月 20, 2015 9:53:21 下午 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Overriding property struts.i18n.reload - old value: false new value: true
十月 20, 2015 9:53:21 下午 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Overriding property struts.configuration.xml.reload - old value: false new value: true
十月 20, 2015 9:53:21 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deployment of web application directory E:\tomcat\apache-tomcat-8.0.26\webapps\Struts02_8 has finished in 1,443 ms
十月 20, 2015 9:53:21 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory E:\tomcat\apache-tomcat-8.0.26\webapps\Struts02_9
十月 20, 2015 9:53:22 下午 org.apache.jasper.servlet.TldScanner scanJars
信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
十月 20, 2015 9:53:22 下午 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Parsing configuration file [struts-default.xml]
十月 20, 2015 9:53:22 下午 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Parsing configuration file [struts-plugin.xml]
十月 20, 2015 9:53:22 下午 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Parsing configuration file [struts.xml]
十月 20, 2015 9:53:23 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deployment of web application directory E:\tomcat\apache-tomcat-8.0.26\webapps\Struts02_9 has finished in 1,053 ms
十月 20, 2015 9:53:23 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory E:\tomcat\apache-tomcat-8.0.26\webapps\zxcsecond
十月 20, 2015 9:53:23 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deployment of web application directory E:\tomcat\apache-tomcat-8.0.26\webapps\zxcsecond has finished in 133 ms
十月 20, 2015 9:53:23 下午 org.apache.catalina.startup.Catalina start
信息: Server startup in 17677 ms
十月 20, 2015 9:53:23 下午 org.apache.catalina.core.StandardServer await
严重: StandardServer.await: create[localhost:8005]:
java.net.BindException: Address already in use: JVM_Bind
at java.net.DualStackPlainSocketImpl.bind0(Native Method)
at java.net.DualStackPlainSocketImpl.socketBind(DualStackPlainSocketImpl.java:106)
at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:376)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:190)
at java.net.ServerSocket.bind(ServerSocket.java:376)
at java.net.ServerSocket.<init>(ServerSocket.java:237)
at org.apache.catalina.core.StandardServer.await(StandardServer.java:420)
at org.apache.catalina.startup.Catalina.await(Catalina.java:713)
at org.apache.catalina.startup.Catalina.start(Catalina.java:659)
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 org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:351)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:485)
十月 20, 2015 9:53:23 下午 org.apache.coyote.AbstractProtocol pause
信息: Pausing ProtocolHandler ["http-apr-8080"]
十月 20, 2015 9:53:23 下午 org.apache.coyote.AbstractProtocol pause
信息: Pausing ProtocolHandler ["ajp-apr-8009"]
十月 20, 2015 9:53:23 下午 org.apache.catalina.core.StandardService stopInternal
信息: Stopping service Catalina
十月 20, 2015 9:53:23 下午 org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
严重: The web application [Struts02_4] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@14a648e3]) and a value of type [org.apache.myfaces.config.RuntimeConfig] (value [org.apache.myfaces.config.RuntimeConfig@30fb39ac]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
十月 20, 2015 9:53:23 下午 org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
严重: The web application [Struts02_4] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@49d1ba60]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@68231a7c]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
十月 20, 2015 9:53:23 下午 org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
严重: The web application [Struts02_5] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@7104a50c]) and a value of type [org.apache.myfaces.config.RuntimeConfig] (value [org.apache.myfaces.config.RuntimeConfig@67eff0cb]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
十月 20, 2015 9:53:23 下午 org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
严重: The web application [Struts02_5] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@39a9d4bc]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@3ccda037]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
十月 20, 2015 9:53:23 下午 org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
严重: The web application [Struts02_6] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@35af9c7b]) and a value of type [org.apache.myfaces.config.RuntimeConfig] (value [org.apache.myfaces.config.RuntimeConfig@1c4a6ac6]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
十月 20, 2015 9:53:23 下午 org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
严重: The web application [Struts02_6] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@59a7fbac]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@237c0730]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
十月 20, 2015 9:53:23 下午 org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
严重: The web application [Struts02_7] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@40d5802c]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@d1e9f5]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
十月 20, 2015 9:53:23 下午 org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
严重: The web application [Struts02_8] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@588dff15]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@5265e91e]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
十月 20, 2015 9:53:23 下午 org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
严重: The web application [Struts02_8] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@20abdad5]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@72abe6b4]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
十月 20, 2015 9:53:23 下午 org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
严重: The web application [Struts02_9] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@6d9e0f7f]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@240b9312]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
十月 20, 2015 9:53:23 下午 org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
严重: The web application [Struts02_9] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@73e4953a]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@24014e47]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
十月 20, 2015 9:53:23 下午 org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
严重: The web application [BBSV5.0] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@60ae0279]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@40248785]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
十月 20, 2015 9:53:23 下午 org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
严重: The web application [Struts02_2] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@8979c9]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@419a7b65]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
十月 20, 2015 9:53:23 下午 org.apache.catalina.core.ApplicationContext log
信息: SessionListener: contextDestroyed()
十月 20, 2015 9:53:23 下午 org.apache.catalina.core.ApplicationContext log
信息: ContextListener: contextDestroyed()
十月 20, 2015 9:53:23 下午 org.apache.coyote.AbstractProtocol stop
信息: Stopping ProtocolHandler ["http-apr-8080"]
十月 20, 2015 9:53:23 下午 org.apache.coyote.AbstractProtocol destroy
信息: Destroying ProtocolHandler ["http-apr-8080"]
十月 20, 2015 9:53:23 下午 org.apache.coyote.AbstractProtocol stop
信息: Stopping ProtocolHandler ["ajp-apr-8009"]
十月 20, 2015 9:53:23 下午 org.apache.coyote.AbstractProtocol destroy
信息: Destroying ProtocolHandler ["ajp-apr-8009"]
--------------------------------------------------------------------------
重点看这一句:java.net.BindException: Address already in use: JVM_Bind
解决方法:进任务管理器关掉所有javaw.exe然后重新起试试。
原因:已经启动了一个tomcat了,再启肯定就报错了,而且这两个tomcat都是同一端口。
MyEclipse 启动 tomcate 失败 解决方法的更多相关文章
- 【android学习1】:安装MySQL启动服务失败解决方法
最近需要用到MySQL,从官网上下载了一个安装文件,但是安装时一直弹出如下提示信息: Configuration of MySQL Server 5.7 is taking longer than e ...
- Jenkins执行shell脚本启动tomcat失败解决方法
环境:Centos 7 Jenkins版本:2.124 状况:Jenkins会执行服务器某个目录下的Shell, 脚本中功能是复制替换某两个配置文件,然后关闭tomcat,重启Tomcat. 但是,T ...
- Docker安装、命令详情、层级架构、docker服务启动失败解决方法
容器背景: 层级架构: 容器对比传统化虚拟机: 可以把docker理解成是一款自带软件(比如:nignx.tomcat.....)的镜像操作系统(首先是要下载镜像) 以下是Windows环境安装Do ...
- ORA-12638: 身份证明检索失败 解决方法
用PL/SQL或Navicat连接本地或远程Oracle数据库的时候报错:ORA-12638: 身份证明检索失败 解决方法: 开始 -> 所有程序 -> Oracle - Oracle_h ...
- go get golang.org/x 包失败解决方法
由于墙的原因,国内使用 go get安装golang 官方包可能会失败 解决方法 方法1 [不需要FQ] Win10下相关配置: GOPATH : E:\go 安装记录: E:\>go get ...
- 《绝地求生大逃杀》BE错误怎么办 BE服务未正常运行及安装失败解决方法
<绝地求生大逃杀>BattlEye Launcher是游戏的反作弊程序,也是启动过程中做容易出现错误的,今天小编带来“爆锤吧务”分享的<绝地求生大逃杀>BE服务未正常运行及安装 ...
- win7系统 windows update 总是更新失败解决方法:
win7系统 windows update 总是更新失败解决方法: 右键单击桌面“计算机”选择“管理“. 进到“计算机管理“窗口后,展开”服务和应用程序“并双击”服务“,在窗口右侧按照名称找到”Win ...
- Windows 共享无线上网 无法启动ICS服务解决方法(WIN7 ICS服务启动后停止)
Windows 共享无线上网 无法启动ICS服务解决方法(WIN7 ICS服务启动后停止) ICS 即Internet Connection Sharing,internet连接共享,可以使局域网上其 ...
- Win10 连接L2TP VPN 失败解决方法
Win10 连接L2TP VPN 失败解决方法 iOS系统不知道在什么时候,已经不支持PPTP VPN.偶尔的机会刚好看到github上的一键式VPN服务器部署脚本setup-ipsec-vpn,就在 ...
随机推荐
- 一些ajax代码
$.ajax({ type : "get", url : "list_hot_ajax.json", data : {"provinceId" ...
- 购物车catslider简单的多商品分类滑动
效果预览 实例代码 <!DOCTYPE html> <html lang="zh" class="no-js"> <head> ...
- Photopile JS – 帮助你实现精致的照片堆叠效果
Photopile JS 是模拟照片散布堆叠在一起的 JavaScript/jQuery 图片库.点击缩略图,照片会弹出放大 ,再次点击照片会返回.缩略图是可拖动的,允许照片深深的堆在一起而不被覆盖, ...
- Horseman - 让你更轻松的使用 PhantomJS
Horseman 是一个 Node.js 模块,让你可以更轻松的使用 PhantomJS 进行功能测试,页面自动机,网络监控,屏幕捕获等.它提供了直接,链式的 API,易于理解的控制流,避免回调陷阱. ...
- angular源码分析:injector.js文件分析——angular中的依赖注入式如何实现的(续)
昨天晚上写完angular源码分析:angular中jqLite的实现--你可以丢掉jQuery了,给今天定了一个题angular源码分析:injector.js文件,以及angular的加载流程,但 ...
- Android高级模糊技术[转]
今天我们来更深入了解一下Android开发上的模糊技术.我读过几篇有关的文章,也在StackOverFlow上看过一些相关教程的帖子,所以我想在这里总结一下学到的东西. 为什么学习这个模糊技术? 现在 ...
- 操作系统开发系列—12.e.Makefile
先来看一个简单的Makefile,我们把它放在目录/boot下,可以用来编译boot.bin和loader.bin. # Makefile for boot # Programs, flags, et ...
- iOS 全局断点崩溃
设置全局断点出现奔溃,可以点击继续运行不影响程序,不是程序的问题,webview和自定义xib View使用的时候
- 【读书笔记】iOS网络-使用Bonjour实现自组织网络
Bonjour就是这样一种技术:设备可以通过它轻松探测并连接到相同网络中的其他设备,整个过程只需要很少的用户参与或是根本就不需要用户参与.该框架提供了众多适合于移动的使用场景,如基于网络的游戏,设备间 ...
- IOS OC声明变量在@interface括号中与使用@property的区别
方式一:直接在@interface中的大括号中声明. @interface MyTest : NSObject{ NSString *mystr; } 方式二:在@interface中声明,然后再在@ ...