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/01/27 13:41:39 UTC

[jira] [Updated] (FALCON-1782) Client returns FalconWebException instead of the expected error message

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

Pragya Mittal updated FALCON-1782:
----------------------------------
    Description: 
{noformat}
dataqa@lda01:~$ falcon entity -type process -schedule -name ProcessMultipleClustersTest -properties falcon.scheduler:native
ERROR: Bad Request;ua1/Entity schedule failed for process: ProcessMultipleClustersTest

{noformat}

Although server logs conatin the following stack trace :
{noformat}
2016-01-27 12:39:38,948 ERROR - [904889633@qtp-690339675-6 - b34cec09-f533-495c-92e1-a927948aef7b:dataqa:POST//entities/schedule/process/ProcessMultipleClustersTest] ~ Unable to schedule workflow (AbstractSchedulableEntityManager:85)
org.apache.falcon.FalconWebException
	at org.apache.falcon.FalconWebException.newAPIException(FalconWebException.java:62)
	at org.apache.falcon.FalconWebException.newAPIException(FalconWebException.java:54)
	at org.apache.falcon.resource.AbstractSchedulableEntityManager.scheduleInternal(AbstractSchedulableEntityManager.java:106)
	at org.apache.falcon.resource.AbstractSchedulableEntityManager.schedule(AbstractSchedulableEntityManager.java:82)
	at org.apache.falcon.resource.SchedulableEntityManager.schedule(SchedulableEntityManager.java:175)
	at sun.reflect.GeneratedMethodAccessor48.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)

{noformat}

> Client returns FalconWebException instead of the expected error message
> -----------------------------------------------------------------------
>
>                 Key: FALCON-1782
>                 URL: https://issues.apache.org/jira/browse/FALCON-1782
>             Project: Falcon
>          Issue Type: Bug
>          Components: scheduler
>    Affects Versions: 0.9
>            Reporter: Pragya Mittal
>             Fix For: 0.9
>
>
> {noformat}
> dataqa@lda01:~$ falcon entity -type process -schedule -name ProcessMultipleClustersTest -properties falcon.scheduler:native
> ERROR: Bad Request;ua1/Entity schedule failed for process: ProcessMultipleClustersTest
> {noformat}
> Although server logs conatin the following stack trace :
> {noformat}
> 2016-01-27 12:39:38,948 ERROR - [904889633@qtp-690339675-6 - b34cec09-f533-495c-92e1-a927948aef7b:dataqa:POST//entities/schedule/process/ProcessMultipleClustersTest] ~ Unable to schedule workflow (AbstractSchedulableEntityManager:85)
> org.apache.falcon.FalconWebException
> 	at org.apache.falcon.FalconWebException.newAPIException(FalconWebException.java:62)
> 	at org.apache.falcon.FalconWebException.newAPIException(FalconWebException.java:54)
> 	at org.apache.falcon.resource.AbstractSchedulableEntityManager.scheduleInternal(AbstractSchedulableEntityManager.java:106)
> 	at org.apache.falcon.resource.AbstractSchedulableEntityManager.schedule(AbstractSchedulableEntityManager.java:82)
> 	at org.apache.falcon.resource.SchedulableEntityManager.schedule(SchedulableEntityManager.java:175)
> 	at sun.reflect.GeneratedMethodAccessor48.invoke(Unknown Source)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:497)
> {noformat}



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