george created ZEPPELIN-3620:
--------------------------------
Summary: zeppelin process died when using kubernetes containers
Key: ZEPPELIN-3620
URL: https://issues.apache.org/jira/browse/ZEPPELIN-3620
Project: Zeppelin
Issue Type: Bug
Components: zeppelin-server
Affects Versions: 0.7.0
Environment: Host OS: Ubuntu 16.04
k8s: Rancher 2.0
docker image:
cthiebault/zeppelin-mongodb:latest
zeppelin version: 0.7.0
[^zeppelin--zeppelin-759765f857-4ndjv.log]
Reporter: george
Fix For: 0.7.0
Attachments: zeppelin--zeppelin-759765f857-4ndjv.log,
zeppelin--zeppelin-759765f857-4ndjv.out,
zeppelin--zeppelin-c878d88b9-26qnc.log, zeppelin--zeppelin-c878d88b9-26qnc.out
when I deploy a kubernetes service using this docker image:
https://hub.docker.com/r/cthiebault/zeppelin-mongodb/
the container failed, showing up this message:
{code:java}
Zeppelin start [ OK ] Zeppelin process died [FAILED]{code}
I found zeppelin/logs here:
{code:java}
ZEPPELIN_CLASSPATH:
::/opt/zeppelin/lib/interpreter/*:/opt/zeppelin/lib/*:/opt/zeppelin/*::/opt/zeppelin/conf
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in
[jar:file:/opt/zeppelin/lib/interpreter/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in
[jar:file:/opt/zeppelin/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
Exception in thread "main" java.lang.NumberFormatException: For input string:
"tcp://10.43.25.163:8080"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:492)
at java.lang.Integer.parseInt(Integer.java:527)
at
org.apache.zeppelin.conf.ZeppelinConfiguration.getInt(ZeppelinConfiguration.java:213)
at
org.apache.zeppelin.conf.ZeppelinConfiguration.getInt(ZeppelinConfiguration.java:208)
at
org.apache.zeppelin.conf.ZeppelinConfiguration.getServerPort(ZeppelinConfiguration.java:283)
at
org.apache.zeppelin.conf.ZeppelinConfiguration.create(ZeppelinConfiguration.java:111)
at org.apache.zeppelin.server.ZeppelinServer.main(ZeppelinServer.java:156)
{code}
but if I just use docker CLI to run this image, everything is OK.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)