You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Peter Bacsko (JIRA)" <ji...@apache.org> on 2018/04/03 11:05:00 UTC

[jira] [Commented] (OOZIE-3208) "It should never happen" error code when running an action when Sharelib doesn't exist

    [ https://issues.apache.org/jira/browse/OOZIE-3208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16423851#comment-16423851 ] 

Peter Bacsko commented on OOZIE-3208:
-------------------------------------

I've seen this error message at different places, IMO it should be removed altogether and change it to a more meaningful one.

> "It should never happen" error code when running an action when Sharelib doesn't exist
> --------------------------------------------------------------------------------------
>
>                 Key: OOZIE-3208
>                 URL: https://issues.apache.org/jira/browse/OOZIE-3208
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: 5.0.0
>            Reporter: Robert Kanter
>            Priority: Critical
>             Fix For: 5.1.0
>
>
> If you forget to install the sharelib and you try to run a workflow, the action will fail (as expected), but the error code will be "It should never happen".  That's not a good error code :D
> {noformat}
> 2018-03-29 14:35:02,361  WARN ActionStartXCommand:523 - SERVER[rkanter-MBP.local] USER[rkanter] GROUP[-] TOKEN[] APP[map-reduce-wf] JOB[0000000-180329142919509-oozie-rkan-W] ACTION[0000000-180329142919509-oozie-rkan-W@mr-node] Error starting action [mr-node]. ErrorType [FAILED], ErrorCode [It should never happen], Message [File /user/rkanter/share/lib does not exist]
> org.apache.oozie.action.ActionExecutorException: File /user/rkanter/share/lib does not exist
>         at org.apache.oozie.action.hadoop.JavaActionExecutor.addSystemShareLibForAction(JavaActionExecutor.java:646)
>         at org.apache.oozie.action.hadoop.JavaActionExecutor.addAllShareLibs(JavaActionExecutor.java:760)
>         at org.apache.oozie.action.hadoop.JavaActionExecutor.setLibFilesArchives(JavaActionExecutor.java:746)
>         at org.apache.oozie.action.hadoop.JavaActionExecutor.submitLauncher(JavaActionExecutor.java:984)
>         at org.apache.oozie.action.hadoop.JavaActionExecutor.start(JavaActionExecutor.java:1512)
>         at org.apache.oozie.command.wf.ActionStartXCommand.execute(ActionStartXCommand.java:243)
>         at org.apache.oozie.command.wf.ActionStartXCommand.execute(ActionStartXCommand.java:68)
>         at org.apache.oozie.command.XCommand.call(XCommand.java:290)
>         at org.apache.oozie.service.CallableQueueService$CompositeCallable.call(CallableQueueService.java:334)
>         at org.apache.oozie.service.CallableQueueService$CompositeCallable.call(CallableQueueService.java:263)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at org.apache.oozie.service.CallableQueueService$CallableWrapper.run(CallableQueueService.java:181)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>         at java.lang.Thread.run(Thread.java:745)
> {noformat}
> {noformat}
> Error starting action [mr-node]. ErrorType [FAILED], ErrorCode [It should never happen]
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)