Skip to content

Instantly share code, notes, and snippets.

@yulgit1
Created June 3, 2014 18:52
Show Gist options
  • Save yulgit1/da2d28450f5585ccf486 to your computer and use it in GitHub Desktop.
Save yulgit1/da2d28450f5585ccf486 to your computer and use it in GitHub Desktop.
tomcat 7 fcrepo4 deployment
Jun 03, 2014 2:39:48 PM org.apache.catalina.core.AprLifecycleListener init
INFO: Loaded APR based Apache Tomcat Native library 1.1.29 using APR version 1.4.8.
Jun 03, 2014 2:39:48 PM org.apache.catalina.core.AprLifecycleListener init
INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
Jun 03, 2014 2:39:49 PM org.apache.catalina.core.AprLifecycleListener initializeSSL
INFO: OpenSSL successfully initialized (OpenSSL 1.0.1e 11 Feb 2013)
Jun 03, 2014 2:39:50 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-apr-8080"]
Jun 03, 2014 2:39:50 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-apr-8009"]
Jun 03, 2014 2:39:50 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1553 ms
Jun 03, 2014 2:39:50 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
Jun 03, 2014 2:39:50 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.50
Jun 03, 2014 2:39:50 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive F:\apache-tomcat-7.0.50-windows-x64\apache-tomcat-7.0.50\webapps\fcrepo-webapp-4.0.0-alpha-6-SNAPSHOT.war
Jun 03, 2014 2:39:57 PM org.apache.catalina.core.StandardContext startInternal
SEVERE: Error listenerStart
Jun 03, 2014 2:39:57 PM org.apache.catalina.core.StandardContext startInternal
SEVERE: Context [/fcrepo-webapp-4.0.0-alpha-6-SNAPSHOT] startup failed due to previous errors
Jun 03, 2014 2:39:57 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/fcrepo-webapp-4.0.0-alpha-6-SNAPSHOT] appears to have started a thread named [modeshape-stats-2-thread-1] but has failed to stop it. This is very likely to create a memory leak.
Jun 03, 2014 2:39:57 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/fcrepo-webapp-4.0.0-alpha-6-SNAPSHOT] appears to have started a thread named [TxCleanupService,FedoraRepository,local] but has failed to stop it. This is very likely to create a memory leak.
Jun 03, 2014 2:39:57 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory F:\apache-tomcat-7.0.50-windows-x64\apache-tomcat-7.0.50\webapps\docs
Jun 03, 2014 2:39:57 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory F:\apache-tomcat-7.0.50-windows-x64\apache-tomcat-7.0.50\webapps\examples
Jun 03, 2014 2:39:57 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory F:\apache-tomcat-7.0.50-windows-x64\apache-tomcat-7.0.50\webapps\host-manager
Jun 03, 2014 2:39:57 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory F:\apache-tomcat-7.0.50-windows-x64\apache-tomcat-7.0.50\webapps\manager
Jun 03, 2014 2:39:57 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory F:\apache-tomcat-7.0.50-windows-x64\apache-tomcat-7.0.50\webapps\ROOT
Jun 03, 2014 2:39:57 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-apr-8080"]
Jun 03, 2014 2:39:57 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-apr-8009"]
Jun 03, 2014 2:39:57 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 7530 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment