You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@zeppelin.apache.org by Paul Mayer <eq...@gmail.com> on 2016/05/27 13:47:10 UTC

Zeppelin & Cygwin, Windows 7 (built from source): Error 503

Hi,

I have built Zeppelin on Cygwin following instructions provided in the
github-readme: https://github.com/apache/incubator-zeppelin (build was
successful)

In the conf-folder, I created a zeppelin-env.sh, keeping all the defaults
from the template. The daemon itself starts just fine, but when I try to
access the webserver, it returns a 503 HTTP Error (problem accessing /.
Reason: Service Unavailable).

Checking the logs, I find:

log4j:ERROR Could not read configuration file from URL
[file:/cygdrive/d/spark/i
ncubator-zeppelin/conf/log4j.properties].
java.io.FileNotFoundException:
\cygdrive\d\spark\incubator-zeppelin\conf\log4j.p
roperties (The system cannot find the path specified)

Similarly, Zeppelin creates a cygdrive/d/ folder on my D: drive to store
the webapp folder in. Could anyone tell me how to properly deal with
cygdrives to get Zeppelin working?

Thanks,

Paul