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都是同一端口。

转载于:https://my.oschina.net/u/2488862/blog/524430

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值