Re: Cannot start Zeppelin Server after rebase

2016-08-31 Thread Federico Valeri
Hi Alexander, you were right!
I always do a clean build, but for some strange reason, I was stuck with
the old jars.
Now it works, thank you.

2016-08-31 12:55 GMT+02:00 Alexander Bezzubov :

> 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  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 :
> >
> > > 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.(
> > > ZeppelinServer.java:88)
> > >
> > > Any hints?
> > >
> >
>


Re: Cannot start Zeppelin Server after rebase

2016-08-31 Thread Alexander Bezzubov
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  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 :
>
> > 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.(
> > ZeppelinServer.java:88)
> >
> > Any hints?
> >
>


Re: Cannot start Zeppelin Server after rebase

2016-08-31 Thread Federico Valeri
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 :

> 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.(
> ZeppelinServer.java:88)
>
> Any hints?
>