You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "purshotam shah (JIRA)" <ji...@apache.org> on 2014/03/06 19:56:43 UTC

[jira] [Updated] (OOZIE-1732) Sharelib instrumentation fails if sharelib.system.libpath is not created.

     [ https://issues.apache.org/jira/browse/OOZIE-1732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

purshotam shah updated OOZIE-1732:
----------------------------------

    Description: 
Throws NPE.
2014-03-06 09:49:25,509  WARN AuthenticationFilter:388 [http-0.0.0.0-4080-1] - Authentication exception: null
java.lang.NullPointerException
        at org.apache.oozie.service.ShareLibService$6.getValue(ShareLibService.java:602)
        at org.apache.oozie.service.ShareLibService$6.getValue(ShareLibService.java:597)
        at org.apache.oozie.servlet.BaseAdminServlet.instrElementsToJson(BaseAdminServlet.java:318)
        at org.apache.oozie.servlet.BaseAdminServlet.instrToJson(BaseAdminServlet.java:345)
        at org.apache.oozie.servlet.BaseAdminServlet.doGet(BaseAdminServlet.java:119)

One will use sharelib.mapping.file or sharelib.system.libpath.
If sharelib.mapping.file is used there won't be any sharelib.system.libpath created. 

Will fix the NPE.


> Sharelib instrumentation fails if sharelib.system.libpath is not created.
> -------------------------------------------------------------------------
>
>                 Key: OOZIE-1732
>                 URL: https://issues.apache.org/jira/browse/OOZIE-1732
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: purshotam shah
>
> Throws NPE.
> 2014-03-06 09:49:25,509  WARN AuthenticationFilter:388 [http-0.0.0.0-4080-1] - Authentication exception: null
> java.lang.NullPointerException
>         at org.apache.oozie.service.ShareLibService$6.getValue(ShareLibService.java:602)
>         at org.apache.oozie.service.ShareLibService$6.getValue(ShareLibService.java:597)
>         at org.apache.oozie.servlet.BaseAdminServlet.instrElementsToJson(BaseAdminServlet.java:318)
>         at org.apache.oozie.servlet.BaseAdminServlet.instrToJson(BaseAdminServlet.java:345)
>         at org.apache.oozie.servlet.BaseAdminServlet.doGet(BaseAdminServlet.java:119)
> One will use sharelib.mapping.file or sharelib.system.libpath.
> If sharelib.mapping.file is used there won't be any sharelib.system.libpath created. 
> Will fix the NPE.



--
This message was sent by Atlassian JIRA
(v6.2#6252)