Skip to content

Instantly share code, notes, and snippets.

@simonetripodi
Created October 13, 2011 09:12
Show Gist options
  • Save simonetripodi/1283808 to your computer and use it in GitHub Desktop.
Save simonetripodi/1283808 to your computer and use it in GitHub Desktop.
$ ./bin/oozie-run.sh
Setting OOZIE_HOME: /Applications/oozie-3.0.2
Setting OOZIE_CONFIG: /Applications/oozie-3.0.2/conf
Sourcing: /Applications/oozie-3.0.2/conf/oozie-env.sh
Setting OOZIE_CONFIG_FILE: oozie-site.xml
Using OOZIE_DATA: /Applications/oozie-3.0.2/data
Using OOZIE_LOG: /Applications/oozie-3.0.2/logs
Setting OOZIE_LOG4J_FILE: oozie-log4j.properties
Setting OOZIE_LOG4J_RELOAD: 10
Setting OOZIE_HTTP_HOSTNAME: Simones-MacBook-Pro.local
Setting OOZIE_HTTP_PORT: 11000
Setting OOZIE_BASE_URL: http://Simones-MacBook-Pro.local:11000/oozie
Using CATALINA_BASE: /Applications/oozie-3.0.2/oozie-server
Using CATALINA_OUT: /catalina.out
Using CATALINA_PID: /tmp/oozie.pid
Using CATALINA_OPTS: -Dderby.stream.error.file=/Applications/oozie-3.0.2/logs/derby.log
Adding to CATALINA_OPTS: -Doozie.home.dir=/Applications/oozie-3.0.2 -Doozie.config.dir=/Applications/oozie-3.0.2/conf -Doozie.log.dir=/Applications/oozie-3.0.2/logs -Doozie.data.dir=/Applications/oozie-3.0.2/data -Doozie.config.file=oozie-site.xml -Doozie.log4j.file=oozie-log4j.properties -Doozie.log4j.reload=10 -Doozie.http.hostname=Simones-MacBook-Pro.local -Doozie.http.port=11000 -Doozie.base.url=http://Simones-MacBook-Pro.local:11000/oozie
Using CATALINA_BASE: /Applications/oozie-3.0.2/oozie-server
Using CATALINA_HOME: /Applications/oozie-3.0.2/oozie-server
Using CATALINA_TMPDIR: /Applications/oozie-3.0.2/oozie-server/temp
Using JRE_HOME: /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home
Using CLASSPATH: /Applications/oozie-3.0.2/oozie-server/bin/bootstrap.jar
Using CATALINA_PID: /tmp/oozie.pid
Oct 13, 2011 11:11:32 AM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: .:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java
Oct 13, 2011 11:11:33 AM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-11000
Oct 13, 2011 11:11:33 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1535 ms
Oct 13, 2011 11:11:33 AM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Oct 13, 2011 11:11:33 AM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.32
Oct 13, 2011 11:11:33 AM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor oozie.xml
Oct 13, 2011 11:11:35 AM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
Oct 13, 2011 11:11:35 AM org.apache.catalina.core.StandardContext start
SEVERE: Context [/oozie] startup failed due to previous errors
Oct 13, 2011 11:11:35 AM org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
SEVERE: The web application [/oozie] registered the JDBC driver [org.apache.derby.jdbc.AutoloadedDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
Oct 13, 2011 11:11:35 AM org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
SEVERE: The web application [/oozie] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
Oct 13, 2011 11:11:35 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/oozie] appears to have started a thread named [Thread-3] but has failed to stop it. This is very likely to create a memory leak.
Oct 13, 2011 11:11:36 AM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
SEVERE: The web application [/oozie] created a ThreadLocal with key of type [org.apache.oozie.util.XLog$Info$1] (value [org.apache.oozie.util.XLog$Info$1@50009f0d]) and a value of type [org.apache.oozie.util.XLog.Info] (value [org.apache.oozie.util.XLog$Info@58ca3783]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
Oct 13, 2011 11:11:36 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory ROOT
Oct 13, 2011 11:11:36 AM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-11000
Oct 13, 2011 11:11:36 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 3077 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment