[ https://issues.apache.org/jira/browse/FALCON-2080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15376710#comment-15376710 ]
ASF GitHub Bot commented on FALCON-2080: ---------------------------------------- GitHub user PraveenAdlakha opened a pull request: https://github.com/apache/falcon/pull/227 FALCON-2080 Exceptions in the log You can merge this pull request into a Git repository by running: $ git pull https://github.com/PraveenAdlakha/falcon 2080 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/falcon/pull/227.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 #227 ---- commit 7ba7cb5ea501fd2072f1ca2311b803da0b8eb64f Author: Praveen Adlakha <adlakha.prav...@gmail.com> Date: 2016-07-14T10:06:22Z FALCON-2080 Exceptions in the log ---- > Exceptions in the log > --------------------- > > Key: FALCON-2080 > URL: https://issues.apache.org/jira/browse/FALCON-2080 > Project: Falcon > Issue Type: Bug > Reporter: Praveen Adlakha > Assignee: Praveen Adlakha > > Hi All, > We are getting the following exceptions in the logs : > {code} > ouldn't find status for Entity:ProcessInstanceRerunTest-agregator-10, > cluster:local, entityTypePROCESS, nominalTimeWed Jul 13 15:35:00 IST 2016 > (FeedSLA:473) > org.apache.falcon.FalconException: java.lang.IllegalStateException: No user > logged into the system : java.lang.IllegalStateException: No user logged into > the system > at > org.apache.falcon.workflow.engine.OozieWorkflowEngine.findBundles(OozieWorkflowEngine.java:362) > at > org.apache.falcon.workflow.engine.OozieWorkflowEngine.findBundles(OozieWorkflowEngine.java:372) > at > org.apache.falcon.workflow.engine.OozieWorkflowEngine.getCoordActions(OozieWorkflowEngine.java:1104) > at > org.apache.falcon.workflow.engine.OozieWorkflowEngine.doJobAction(OozieWorkflowEngine.java:666) > at > org.apache.falcon.workflow.engine.OozieWorkflowEngine.doJobAction(OozieWorkflowEngine.java:737) > at > org.apache.falcon.workflow.engine.OozieWorkflowEngine.getStatus(OozieWorkflowEngine.java:598) > at > org.apache.falcon.service.EntitySLAMonitoringService.checkEntityInstanceAvailability(EntitySLAMonitoringService.java:451) > at > org.apache.falcon.service.EntitySLAMonitoringService.checkPendingInstanceAvailability(EntitySLAMonitoringService.java:430) > at > org.apache.falcon.service.EntitySLAMonitoringService.access$200(EntitySLAMonitoringService.java:72) > at > org.apache.falcon.service.EntitySLAMonitoringService$Monitor.run(EntitySLAMonitoringService.java:349) > at > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) > at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) > at > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) > at > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) > 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) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)