Hi Federico, this looks a lot like an older version of zengine jar somewhere at runtime class path.
Do you get the same after removing local maven repo ~/.m2/repository/org/Apache/zeppelin and building using 'mvn clean build' ? -- Alex On Wed, Aug 31, 2016, 19:46 Federico Valeri <[email protected]> wrote: > Obviously I have cheked this method and I can find it in zeppelin-zengine > module. > > 2016-08-31 12:37 GMT+02:00 Federico Valeri <[email protected]>: > > > Hi all, I have just done a rebase from master branch and I have some > > problems. > > With 0.6.0 it all worked, while with 0.7.0 I cannot even start the > > Zeppelin Server. > > > > I'm on Windows7 and I'm using "bin/zeppelin.cmd" to launch the server. > > In order to compile all modules, including zeppelin-web, I have to > comment > > goog-webfont-dl but finally it ends with SUCCESS. > > > > Then, when I start the server I have this error: > > > > java.lang.NoSuchMethodError: org.apache.zeppelin.conf. > > ZeppelinConfiguration.getHeliumConfPath()Ljava/lang/String; > > at org.apache.zeppelin.server.ZeppelinServer.<init>( > > ZeppelinServer.java:88) > > > > Any hints? > > >
