neeraj malik created ZEPPELIN-2785: -------------------------------------- Summary: HTTP ERROR: 503 - Service Unavailable on Windows 10 Key: ZEPPELIN-2785 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2785 Project: Zeppelin Issue Type: Bug Components: build Affects Versions: 0.7.0 Environment: Windows 10 Java 1.8.0_121 Reporter: neeraj malik
Hi there, I was able to install and start zeppelin successfully using cygwin.But when i try to access it via local host i am getting error 503. When i do jps command on cygwin i am able to see that zeppelin server is running. However i am not seeing any other service running. Checking in the logs, below are the error: ZEPPELIN_CLASSPATH: ::/cygdrive/c/zeppelin-0.7.0-bin-all/lib/interpreter/*:/cygdrive/c/zeppelin-0.7.0-bin-all/lib/*:/cygdrive/c/zeppelin-0.7.0-bin-all/*::/cygdrive/c/zeppelin-0.7.0-bin-all/conf SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/C:/zeppelin-0.7.0-bin-all/lib/interpreter/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/C:/zeppelin-0.7.0-bin-all/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] log4j:ERROR Could not read configuration file from URL [file:/cygdrive/c/zeppelin-0.7.0-bin-all/conf/log4j.properties]. java.io.FileNotFoundException: \cygdrive\c\zeppelin-0.7.0-bin-all\conf\log4j.properties (The system cannot find the path specified) at java.io.FileInputStream.open0(Native Method) at java.io.FileInputStream.open(FileInputStream.java:195) at java.io.FileInputStream.<init>(FileInputStream.java:138) at java.io.FileInputStream.<init>(FileInputStream.java:93) at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90) at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188) at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurator.java:557) at org.apache.log4j.helpers.OptionConverter.selectAndConfigure(OptionConverter.java:526) at org.apache.log4j.LogManager.<clinit>(LogManager.java:127) at org.slf4j.impl.Log4jLoggerFactory.getLogger(Log4jLoggerFactory.java:64) at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:285) at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:305) at org.apache.zeppelin.server.ZeppelinServer.<clinit>(ZeppelinServer.java:80) log4j:ERROR Ignoring configuration file [file:/cygdrive/c/zeppelin-0.7.0-bin-all/conf/log4j.properties]. log4j:WARN No appenders could be found for logger (org.apache.zeppelin.conf.ZeppelinConfiguration). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. Thanks in advance! -- This message was sent by Atlassian JIRA (v6.4.14#64029)