You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Till (JIRA)" <ji...@apache.org> on 2017/03/26 19:07:41 UTC

[jira] [Commented] (ASTERIXDB-1859) "Exception Message:null" when creating a feed on non-existing type

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

Till commented on ASTERIXDB-1859:
---------------------------------

[~idleft], is this something that you could take a stab at?

> "Exception Message:null" when creating a feed on non-existing type
> ------------------------------------------------------------------
>
>                 Key: ASTERIXDB-1859
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1859
>             Project: Apache AsterixDB
>          Issue Type: Bug
>          Components: Feeds
>            Reporter: Chen Luo
>            Assignee: Xikui Wang
>            Priority: Minor
>
> When creating a data feed on a non-existing type, AsterixDB gives an error message: {code}Error: Invalid feed parameters. Exception Message:null.{code} The error message could be more meaningful by informing that user that the type is non-existent. Moreover, no stacktrace is printed to logs.
> Steps to reproduce: simply create a feed on a non-existing type.
> {code}
> create feed Feed1 using socket_adapter
> (
>     ("sockets"="red:10001"),
>     ("address-type"="nc"),
>     ("type-name"="unknownType"),
>     ("format"="adm")
> )
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)