You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Nick DiGeronimo (JIRA)" <ji...@apache.org> on 2019/05/12 23:05:00 UTC

[jira] [Created] (ASTERIXDB-2565) Bug in AsterixDB Web Interface

Nick DiGeronimo created ASTERIXDB-2565:
------------------------------------------

             Summary: Bug in AsterixDB Web Interface
                 Key: ASTERIXDB-2565
                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2565
             Project: Apache AsterixDB
          Issue Type: Bug
          Components: UI - Web Interface
            Reporter: Nick DiGeronimo


Steps to recreate:

1) Go to the AsterixDB Web Interface ([http://localhost:19001/]).

2) Enter this query:

SELECT * FROM `Metadata`.`Dataset`;

3) Change the output format to "JSON (formatted)" you should see no result.

 

(Note JavaScript console reports this error:

(index):1 Uncaught SyntaxError: Unexpected token # in JSON at position 678
 at JSON.parse (<anonymous>)
 at HTMLPreElement.<anonymous> ((index):1)
 at Function.each (jquery.min.js:1)
 at init.each (jquery.min.js:1)
 at Object.success ((index):1)
 at c (jquery.min.js:1)
 at Object.fireWith [as resolveWith] (jquery.min.js:1)
 at k (jquery.min.js:1)
 at XMLHttpRequest.r (jquery.min.js:1))



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)