[ https://issues.apache.org/jira/browse/FALCON-2175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15608551#comment-15608551 ]
ASF GitHub Bot commented on FALCON-2175: ---------------------------------------- GitHub user pallavi-rao opened a pull request: https://github.com/apache/falcon/pull/292 FALCON-2175 java.lang.IllegalArgumentException in LogMover service You can merge this pull request into a Git repository by running: $ git pull https://github.com/pallavi-rao/falcon 2175 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/falcon/pull/292.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #292 ---- commit a6d8c6c2a768f228121a94ac6fe16d268dd588b8 Author: Pallavi Rao <pallavi....@inmobi.com> Date: 2016-02-08T09:24:12Z FALCON-1821 Update git pull merge script to accept and update JIRA type commit be17164a0e365ecf5a8e7754c90bf13259e60a44 Author: Pallavi Rao <pallavi....@inmobi.com> Date: 2016-10-26T13:24:18Z Merge remote-tracking branch 'upstream/master' commit 5ecb3449d16f22ee68ae641209ec06cb827953f9 Author: Pallavi Rao <pallavi....@inmobi.com> Date: 2016-10-26T14:01:56Z FALCON-2175 java.lang.IllegalArgumentException in LogMover service commit 3848b1085601d6dbb929551e58954121c388c190 Author: Pallavi Rao <pallavi....@inmobi.com> Date: 2016-10-26T14:01:56Z FALCON-2175 java.lang.IllegalArgumentException in LogMover service commit 144c588cb2fdc3d392ad5d413f01704958e4e9b0 Author: Pallavi Rao <pallavi....@inmobi.com> Date: 2016-10-26T14:07:02Z Revert "FALCON-1821 Update git pull merge script to accept and update JIRA type" This reverts commit a6d8c6c2a768f228121a94ac6fe16d268dd588b8. ---- > java.lang.IllegalArgumentException in LogMover service > ------------------------------------------------------- > > Key: FALCON-2175 > URL: https://issues.apache.org/jira/browse/FALCON-2175 > Project: Falcon > Issue Type: Bug > Reporter: Pallavi Rao > Assignee: Pallavi Rao > > 2016-10-25 19:19:02,581 DEBUG - [ActiveMQ Session Task-12:] ~ Sending > workflow end notification to listeners with context : > WorkflowExecutionContext{{nominalTime=2016-10-25-19-00, > workflowEndTime=1477423129270, parentId=0000008-161025181049892-oozie-oozi-C, > entityType=PROCESS, cluster=ProcessSLATest-corp-b16d2875, > workflowId=0000008-161025181049892-oozie-oozi-C@11, operation=GENERATE, > status=TIMEDOUT, entityName=ProcessSLATest-1, workflowUser=dataqa, > contextType=COORDINATOR_ACTION, > subflowId=0000008-161025181049892-oozie-oozi-C@11@user-action, > workflowStartTime=1477423142578}} (WorkflowJobEndNotificationService:234) > 2016-10-25 19:19:02,581 ERROR - [pool-4-thread-5:] ~ Exception in log mover: > (JobLogMover:140) > java.lang.IllegalArgumentException: oozieUrl cannot be null > at > org.apache.oozie.client.OozieClient.notEmpty(OozieClient.java:2789) > at > org.apache.oozie.client.OozieClient.<init>(OozieClient.java:260) > at > org.apache.falcon.logging.JobLogMover.run(JobLogMover.java:87) > at > org.apache.falcon.logging.JobLogMover.moveLog(JobLogMover.java:78) > at > org.apache.falcon.service.LogMoverService$LogMover.run(LogMoverService.java:118) > 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) -- This message was sent by Atlassian JIRA (v6.3.4#6332)