resdevd commented on issue #3455: [ZEPPELIN-4338] Fix docker image build error URL: https://github.com/apache/zeppelin/pull/3455#issuecomment-549165528 @zjffdu Yes, I can launch the container with command:- docker run -p 8080:8080 --rm --name zeppelin apache/zeppelin:0.8.2 However web server would never start at localhost:8080. Tried every possible thing including clearing cache, trying in different browsers/different servers (linux and mac). Interestingly 0.8.1 docker image works fine without any issues. Below are logs from the 0.8.2 docker container (container doesn't fail, just webserver would not show up in localhost:8080) Nov 03, 2019 6:20:30 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public javax.ws.rs.core.Response org.apache.zeppelin.rest.CredentialRestApi.getCredentials(java.lang.String) throws java.io.IOException,java.lang.IllegalArgumentException, should not consume any entity. WARNING: A HTTP GET method, public javax.ws.rs.core.Response org.apache.zeppelin.rest.InterpreterRestApi.listInterpreter(java.lang.String), should not consume any entity. WARNING: The (sub)resource method createNote in org.apache.zeppelin.rest.NotebookRestApi contains empty path annotation. WARNING: The (sub)resource method getNoteList in org.apache.zeppelin.rest.NotebookRestApi contains empty path annotation.
---------------------------------------------------------------- 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
