Chris created ZEPPELIN-2960:
-------------------------------

             Summary: Zeppelin Windows 0.7.3
                 Key: ZEPPELIN-2960
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2960
             Project: Zeppelin
          Issue Type: Bug
          Components: python-interpreter
    Affects Versions: 0.7.3
         Environment: Windows 10 / Standard Binary Install
            Reporter: Chris


Web application runs as expected, but there are a couple issues I've noticed.

A) No log files get generated.
b) Interpreters don't appear to work

Noticed a WARN about Configuration can't load using default.  Also, get a error 
message when trying to run any type of python code.

Command Log below + Error within Zeppelin when running code.

*****Command Log*****
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in 
[jar:file:/C:/Temp/zeppelin/lib/interpreter/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in 
[jar:file:/C:/Temp/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]
{color:red} WARN [2017-09-28 14:28:18,376] ({main} 
ZeppelinConfiguration.java[create]:97) - Failed to load configuration, 
proceeding with a default{color}
 INFO [2017-09-28 14:28:18,470] ({main} ZeppelinConfiguration.java[create]:109) 
- Server Host: 0.0.0.0
 INFO [2017-09-28 14:28:18,470] ({main} ZeppelinConfiguration.java[create]:111) 
- Server Port: 8080
 INFO [2017-09-28 14:28:18,470] ({main} ZeppelinConfiguration.java[create]:115) 
- Context Path: /
 INFO [2017-09-28 14:28:18,470] ({main} ZeppelinConfiguration.java[create]:116) 
- Zeppelin Version: 0.7.3
 INFO [2017-09-28 14:28:18,501] ({main} Log.java[initialized]:186) - Logging 
initialized @468ms
 INFO [2017-09-28 14:28:18,595] ({main} 
ZeppelinServer.java[setupWebAppContext]:346) - ZeppelinServer Webapp path: 
C:\Temp\zeppelin\webapps
 INFO [2017-09-28 14:28:18,829] ({main} ZeppelinServer.java[main]:187) - 
Starting zeppelin server
 INFO [2017-09-28 14:28:18,829] ({main} Server.java[doStart]:327) - 
jetty-9.2.15.v20160210

********* zeppelin error********
org.apache.thrift.TApplicationException: Internal error processing getFormType
        at 
org.apache.thrift.TApplicationException.read(TApplicationException.java:111)
        at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:71)
        at 
org.apache.zeppelin.interpreter.thrift.RemoteInterpreterService$Client.recv_getFormType(RemoteInterpreterService.java:337)
        at 
org.apache.zeppelin.interpreter.thrift.RemoteInterpreterService$Client.getFormType(RemoteInterpreterService.java:323)
        at 
org.apache.zeppelin.interpreter.remote.RemoteInterpreter.getFormType(RemoteInterpreter.java:446)
        at 
org.apache.zeppelin.interpreter.LazyOpenInterpreter.getFormType(LazyOpenInterpreter.java:111)
        at org.apache.zeppelin.notebook.Paragraph.jobRun(Paragraph.java:387)
        at org.apache.zeppelin.scheduler.Job.run(Job.java:175)
        at 
org.apache.zeppelin.scheduler.RemoteScheduler$JobRunner.run(RemoteScheduler.java:329)
        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(Unknown
 Source)
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown
 Source)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to