Ramanujam Jagannath created ZEPPELIN-4371:
---------------------------------------------

             Summary: Docker container 0.8.2 on mac os catalina does not work
                 Key: ZEPPELIN-4371
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4371
             Project: Zeppelin
          Issue Type: Bug
          Components: Homepage
    Affects Versions: 0.8.2
            Reporter: Ramanujam Jagannath
         Attachments: Screen Shot 2019-10-08 at 4.04.53 PM.png

When launching the docker in MAC Os Catalina the docker container launches but 
does not accept any connections from outside the docker 

 

Steps to reproduce 

Run docker

docker run -p 8080:8080 --rm -v $PWD/logs:/logs -v $PWD/notebook:/notebook -e 
ZEPPELIN_LOG_DIR='/logs' -e ZEPPELIN_NOTEBOOK_DIR='/notebook' --name zeppelin 
apache/zeppelin:0.8.2

Try to telnet 

telnet 127.0.0.1 8080
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Connection closed by foreign host.

 

I have attached a screen shot of the wireshark trace. It seems like the jetty 
server immediately closes the connection with a FIN. 

 



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

Reply via email to