konmavrakis opened a new issue #9162: White screen when trying to access Druid 
UI
URL: https://github.com/apache/druid/issues/9162
 
 
   ### Affected Version
   apache-druid-0.16.1-incubating & apache-druid-0.16.0-incubating
   
   ### Description
   
   While trying to run `micro-quickstart` in a Google Cloud Compute Engine VM 
(*nix), when trying to visit the Druid dashboard I get an error on 
`unified-console.html` page, `web-console-0.16.0.js:35 Uncaught SyntaxError: 
Unexpected token ')'`, and the whole page is white.
   
   When visiting the `old-console` I got no error or when visiting `console`.
   
   Let me know if you need anything else. 
   
   Please include as much detailed information about the problem as possible.
   - Steps to reproduce the problem
   ```
   wget 
https://www-eu.apache.org/dist/incubator/druid/0.16.0-incubating/apache-druid-0.16.0-incubating-bin.tar.gz
   tar -xzf apache-druid-0.16.1-incubating-bin.tar.gz 
   cd apache-druid-0.16.1-incubating
   curl 
https://archive.apache.org/dist/zookeeper/zookeeper-3.4.14/zookeeper-3.4.14.tar.gz
 -o zookeeper-3.4.14.tar.gz 
   tar -xzf zookeeper-3.4.14.tar.gz 
   mv zookeeper-3.4.14 zk
   
   # and then 
   
   ./bin/start-micro-quickstart
   ```
   
   Then when visiting the Druid UI I have the error that described above. 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to