Created
October 13, 2011 09:20
-
-
Save simonetripodi/1283826 to your computer and use it in GitHub Desktop.
Oozie failing startup logs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oct 13, 2011 11:11:35 AM org.apache.catalina.core.StandardContext listenerStart | |
SEVERE: Exception sending context initialized event to listener instance of class org.apache.oozie.servlet.ServicesLoader | |
java.lang.NoSuchMethodError: org.apache.hadoop.security.UserGroupInformation.setConfiguration(Lorg/apache/hadoop/conf/Configuration;)V | |
at org.apache.oozie.service.KerberosHadoopAccessorService.init(KerberosHadoopAccessorService.java:92) | |
at org.apache.oozie.service.HadoopAccessorService.init(HadoopAccessorService.java:72) | |
at org.apache.oozie.service.Services.setServiceInternal(Services.java:307) | |
at org.apache.oozie.service.Services.setService(Services.java:293) | |
at org.apache.oozie.service.Services.init(Services.java:203) | |
at org.apache.oozie.servlet.ServicesLoader.contextInitialized(ServicesLoader.java:37) | |
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4205) | |
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4704) | |
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:799) | |
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:779) | |
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:601) | |
at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:675) | |
at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:601) | |
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:502) | |
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1315) | |
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:324) | |
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:142) | |
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1061) | |
at org.apache.catalina.core.StandardHost.start(StandardHost.java:840) | |
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053) | |
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463) | |
at org.apache.catalina.core.StandardService.start(StandardService.java:525) | |
at org.apache.catalina.core.StandardServer.start(StandardServer.java:754) | |
at org.apache.catalina.startup.Catalina.start(Catalina.java:595) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | |
at java.lang.reflect.Method.invoke(Method.java:597) | |
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289) | |
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2011-10-13 11:11:35,118 INFO XLogService:536 - | |
******************************************************************************* | |
STARTUP MSG: Oozie BUILD_VERSION [3.0.2] compiled by [angeloh] on [2011.06.17-01:08:31GMT] | |
STARTUP MSG: revision [y3.0.2@28f8cce]@[git://github.com/yahoo/oozie.git] | |
******************************************************************************* | |
2011-10-13 11:11:35,120 INFO XLogService:536 - Log4j configuration file [oozie-log4j.properties] | |
2011-10-13 11:11:35,121 INFO XLogService:536 - Log4j configuration file loaded from [/Applications/oozie-3.0.2/conf] | |
2011-10-13 11:11:35,121 INFO XLogService:536 - Log4j reload interval [10 sec] | |
2011-10-13 11:11:35,182 INFO ConfigurationService:536 - USER[-] GROUP[-] Oozie home dir [/Applications/oozie-3.0.2] | |
2011-10-13 11:11:35,182 INFO ConfigurationService:536 - USER[-] GROUP[-] Oozie conf dir [/Applications/oozie-3.0.2/conf] | |
2011-10-13 11:11:35,182 INFO ConfigurationService:536 - USER[-] GROUP[-] Oozie conf file [oozie-site.xml] | |
2011-10-13 11:11:35,271 INFO ConfigurationService:536 - USER[-] GROUP[-] Configuration change via System Property, [oozie.base.url]=[http://Simones-MacBook-Pro.local:11000/oozie] | |
2011-10-13 11:11:35,273 WARN Services:539 - USER[-] GROUP[-] System ID [oozie-simo] exceeds maximum length [10], trimming | |
2011-10-13 11:11:35,287 INFO Services:536 - USER[-] GROUP[-] Exiting null Entering NORMAL | |
2011-10-13 11:11:35,289 INFO Services:536 - USER[-] GROUP[-] Initialized runtime directory [/Applications/oozie-3.0.2/oozie-server/temp/oozie-simo3807129061408891380.dir] | |
2011-10-13 11:11:35,793 WARN AuthorizationService:539 - USER[-] GROUP[-] Oozie running with security disabled | |
2011-10-13 11:11:35,794 INFO KerberosHadoopAccessorService:536 - USER[-] GROUP[-] JOB_TRACKER_WHITELIST :[ ], Total entries :0 | |
2011-10-13 11:11:35,794 INFO KerberosHadoopAccessorService:536 - USER[-] GROUP[-] NAME_NODE_WHITELIST :[ ], Total entries :0 | |
2011-10-13 11:11:35,795 INFO KerberosHadoopAccessorService:536 - USER[-] GROUP[-] Oozie Kerberos Authentication [disabled] | |
2011-10-13 11:11:35,896 INFO Services:536 - Shutdown |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment