Sure, could you please post a gist of output from ```maven clean install -DskipTests``` command?
On Mon, Jan 26, 2015 at 3:25 PM, IT CTO <[email protected]> wrote: > Thanks for the update. > Any reason the code build is failing on the latest version on GitHub? > What can we do in the meantime? > > running zeppeling after fresh build : > cto@cto-XPS-15-9530:~/Downloads/zeppelin$ ./bin/zeppelin-daemon.sh start > Zeppelin start [ OK ] > Zeppelin process died [FAILED] > cto@cto-XPS-15-9530:~/Downloads/zeppelin$ > > With log data as: > Exception in thread "main" java.lang.NoClassDefFoundError: > javax/ws/rs/core/Application > at java.lang.ClassLoader.defineClass1(Native Method) > at java.lang.ClassLoader.defineClass(ClassLoader.java:800) > at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) > at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) > at java.net.URLClassLoader.access$100(URLClassLoader.java:71) > at java.net.URLClassLoader$1.run(URLClassLoader.java:361) > at java.net.URLClassLoader$1.run(URLClassLoader.java:355) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:354) > at java.lang.ClassLoader.loadClass(ClassLoader.java:425) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) > at java.lang.ClassLoader.loadClass(ClassLoader.java:358) > at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:482) > Caused by: java.lang.ClassNotFoundException: javax.ws.rs.core.Application > at java.net.URLClassLoader$1.run(URLClassLoader.java:366) > at java.net.URLClassLoader$1.run(URLClassLoader.java:355) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:354) > at java.lang.ClassLoader.loadClass(ClassLoader.java:425) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) > at java.lang.ClassLoader.loadClass(ClassLoader.java:358) > ... 13 more > > > Eran > > > > On Mon, Jan 26, 2015 at 1:10 AM, Alex B. <[email protected]> wrote: > > > Thank you for a good question! > > > > Quick update: > > migration to the ASF infrastructure is in progress, so latest project > code > > is still on github (will be a separate announce on code move), we are > > settling the legal part now. > > Then the next goal will be to roll out a release candidate with > convenience > > binaries. > > > > On Mon, Jan 26, 2015 at 12:23 AM, IT CTO <[email protected]> wrote: > > > > > Hi, > > > Any update on the working zeppelin build ? is it still from > > > https://github.com/NFLabs/zeppelin or did you move the code to apache? > > > > > > Thanks, > > > > > > -- > > > Eran | CTO > > > > > > > > > -- > Eran | CTO > -- -- Kind regards, Alexander.
