I've been trying to run an Oozie job since last few days but its not running. The gets submitted but remain stuck in the "running" state in the Oozie Web console. I'm using using Oozie 4.1.0 and Hadoop 2.6 for this configuration.
I checked Oozie logs and they seem to give the following error :-
org.apache.oozie.service.ServiceException: E0104: Could not fully initialize service [org.apache.oozie.service.ShareLibService], Not able to cache sharelib. An Admin needs to install the sharelib with oozie-setup.sh and issue the 'oozie admin' CLI command to update the sharelib at
org.apache.oozie.service.ShareLibService.init(ShareLibService.java:123)
at
org.apache.oozie.service.Services.setServiceInternal(Services.java:383)
at org.apache.oozie.service.Services.setService(Services.java:369)
at org.apache.oozie.service.Services.loadServices(Services.java:302)
at org.apache.oozie.service.Services.init(Services.java:210) at
org.apache.oozie.servlet.ServicesLoader.contextInitialized(ServicesLoader.java:45)
at
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4210)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4709)
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:799)
at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:779)