You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "songqi (JIRA)" <ji...@apache.org> on 2018/05/12 06:13:00 UTC

[jira] [Created] (ZEPPELIN-3453) unable to start zeppelin server

songqi created ZEPPELIN-3453:
--------------------------------

             Summary: unable to start zeppelin server
                 Key: ZEPPELIN-3453
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3453
             Project: Zeppelin
          Issue Type: Bug
          Components: zeppelin-server
    Affects Versions: 0.8.0
         Environment: centos 7

java1.8

hadoop 2.7.4

spark 2.1
            Reporter: songqi


version: zeppelin-0.8.0-rc1

Failed to start after successful build.

[zeppelin@p38 zeppelin]$ cat logs/zeppelin-zeppelin-p38.ff.com.out
ZEPPELIN_CLASSPATH: ::/opt/zeppelin/lib/interpreter/_:/opt/zeppelin/lib/_:/opt/zeppelin/_:/opt/hadoop/share/hadoop/_:/opt/spark/jars/_:/opt/zeppelin/lib/interpreter/_:/opt/zeppelin/lib/_:/opt/zeppelin/_:/opt/zeppelin/conf:/opt/hadoop/conf:/opt/zeppelin/conf:/opt/hadoop/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: Found binding in [jar:file:/opt/spark/jars/slf4j-log4j12-1.7.16.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.ExceptionInInitializerError
at org.apache.zeppelin.conf.ZeppelinConfiguration.create(ZeppelinConfiguration.java:136)
at org.apache.zeppelin.server.ZeppelinServer.main(ZeppelinServer.java:169)
Caused by: java.lang.NullPointerException
at java.util.Properties$LineReader.readLine(Properties.java:434)
at java.util.Properties.load0(Properties.java:353)
at java.util.Properties.load(Properties.java:341)
at org.apache.zeppelin.util.Util.(Util.java:41)
... 2 more



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)