You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Max Bern (Jira)" <ji...@apache.org> on 2019/11/21 01:43:00 UTC

[jira] [Created] (ZEPPELIN-4457) 0.8.2 docker doesn't respond

Max Bern created ZEPPELIN-4457:
----------------------------------

             Summary: 0.8.2 docker doesn't respond
                 Key: ZEPPELIN-4457
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4457
             Project: Zeppelin
          Issue Type: Bug
          Components: build, conf, zeppelin-server
    Affects Versions: 0.8.2
         Environment: Mac OS 10.14.6
Docker Engine: 19.03.1
No proxies, all browsers, curl response is empty.
            Reporter: Max Bern
             Fix For: 0.8.1
         Attachments: zeppelin--6f06900276b1.log

Docker container starts, but UI is not accessible through localhost:8080, or any other IP:Port (tried 127.0.0.1 and network IP).
Previous version 0.8.1 works fine when using exactly the same command (with the different docker tag):
{{docker run -p 8080:8080 --rm --name zeppelin apache/zeppelin:0.8.1}}

Logs from the 0.8.2 docker container are attached.

The difference in the logs between 0.8.1 and 0.8.2 is in the bound IP address, 0.0.0.0 vs 127.0.0.1:

0.8.1:
{{INFO [2019-11-21 01:22:38,461] ({main} AbstractConnector.java[doStart]:292) - Started ServerConnector@55a88417{HTTP/1.1,[http/1.1]}{0.0.0.0:8080}}}

and 
0.8.2:
{{ INFO [2019-11-21 01:31:08,609] ({main} AbstractConnector.java[doStart]:292) - Started ServerConnector@227a47{HTTP/1.1,[http/1.1]}{127.0.0.1:8080}}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)