You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Pragya Mittal (JIRA)" <ji...@apache.org> on 2016/07/19 07:25:20 UTC

[jira] [Updated] (FALCON-2088) Entity submission fails with EntityNotRegisteredException

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

Pragya Mittal updated FALCON-2088:
----------------------------------
    Priority: Blocker  (was: Major)

> Entity submission fails with EntityNotRegisteredException
> ---------------------------------------------------------
>
>                 Key: FALCON-2088
>                 URL: https://issues.apache.org/jira/browse/FALCON-2088
>             Project: Falcon
>          Issue Type: Bug
>          Components: feed, prism, process
>    Affects Versions: trunk, 0.10
>            Reporter: Pragya Mittal
>            Priority: Blocker
>
> Feed/Process submission fails with following error :
> dataqa@falcon1001:~$ falcon entity -type feed -submit -file feed.xml
> ERROR: Bad Request;ProcessInstanceResumeTest-raaw-logs16-8a46ee1b (feed) not found
> {noformat}
> 2016-07-19 07:14:08,901 INFO  - [2069246737@qtp-1229202732-5 - b657de76-c76f-42a0-bc87-12189603862e:dataqa:POST//entities/submit/feed] ~ Logging in dataqa (CurrentUser:65)
> 2016-07-19 07:14:08,901 INFO  - [2069246737@qtp-1229202732-5 - b657de76-c76f-42a0-bc87-12189603862e:dataqa:POST//entities/submit/feed] ~ Request from authenticated user: dataqa, URL=/api/entities/submit/feed, doAs user: null (FalconAuthenticationFilter:185)
> 2016-07-19 07:14:08,909 INFO  - [2069246737@qtp-1229202732-5 - b657de76-c76f-42a0-bc87-12189603862e:dataqa:POST//entities/submit/feed] ~ Parsed Entity: ProcessInstanceResumeTest-raaw-logs16-8a46ee1b (EntityParser:94)
> 2016-07-19 07:14:08,909 WARN  - [2069246737@qtp-1229202732-5 - b657de76-c76f-42a0-bc87-12189603862e:dataqa:POST//entities/submit/feed] ~ ProcessInstanceResumeTest-raaw-logs16-8a46ee1b (FEED) not found (AbstractEntityManager:181)
> org.apache.falcon.entity.EntityNotRegisteredException: ProcessInstanceResumeTest-raaw-logs16-8a46ee1b (FEED) not found
> 	at org.apache.falcon.entity.EntityUtil.getEntity(EntityUtil.java:149)
> 	at org.apache.falcon.resource.AbstractEntityManager.getApplicableColos(AbstractEntityManager.java:174)
> 	at org.apache.falcon.resource.proxy.SchedulableEntityManagerProxy.submit_aroundBody2(SchedulableEntityManagerProxy.java:164)
> 	at org.apache.falcon.resource.proxy.SchedulableEntityManagerProxy$AjcClosure3.run(SchedulableEntityManagerProxy.java:1)
> 	at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
> 	at org.apache.falcon.aspect.AbstractFalconAspect.logAroundMonitored(AbstractFalconAspect.java:51)
> 	at org.apache.falcon.resource.proxy.SchedulableEntityManagerProxy.submit(SchedulableEntityManagerProxy.java:156)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> {nofromat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)