[jira] [Created] (ZEPPELIN-1239) Google WebFont: goog-webfont-dl Grunt task warning and build error

2016-07-27 Thread Federico Valeri (JIRA)
Federico Valeri created ZEPPELIN-1239:
-

 Summary: Google WebFont: goog-webfont-dl Grunt task warning and 
build error
 Key: ZEPPELIN-1239
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1239
 Project: Zeppelin
  Issue Type: Bug
Affects Versions: 0.6.0, 0.7.0
 Environment: Windows 7
Reporter: Federico Valeri
Priority: Minor


If I comment 'goog-webfont-dl' task in zeppelin-web/Gruntfile.js the build ends 
without errors.
...
[INFO] Running "jscs:all" (jscs) task
[INFO] >> 32 files without code style errors.
[INFO]
[INFO] Running "jscs:test" (jscs) task
[INFO] >> 6 files without code style errors.
[INFO]
[INFO] Running "eslint:all" (eslint) task
[INFO]
[INFO] Running "eslint:test" (eslint) task
[INFO]
[INFO] Running "htmlhint:src" (htmlhint) task
[INFO] >> 32 files lint free.
[INFO]
[INFO] Running "clean:dist" (clean) task
[INFO]
[INFO] Running "wiredep:app" (wiredep) task
[INFO]
[INFO] Running "wiredep:test" (wiredep) task
[INFO]
[INFO] Running "goog-webfont-dl:patuaOne" (goog-webfont-dl) task
[INFO] Start download of Google WebFont sourcefiles...Warning: spawn UNKNOWN 
Use --force to continue.
[INFO]
[INFO] Aborted due to warnings.
[INFO]
[INFO]
[INFO] Execution Time (2016-07-27 15:08:14 UTC)
[INFO] loading tasks  249ms   7%
[INFO] jscs:all1.7s  ■■ 46%
[INFO] jscs:test   93ms  ■■ 2%
[INFO] eslint:all  1.2s   33%
[INFO] eslint:test 78ms  ■ 2%
[INFO] htmlhint:src63ms  ■ 2%
[INFO] wiredep:app219ms  ■■■ 6%
[INFO] wiredep:test47ms  ■ 1%
[INFO] Total 3.7s
[INFO]
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 16.615 s
[INFO] Finished at: 2016-07-27T17:08:18+02:00
[INFO] Final Memory: 22M/216M
[INFO] 
[ERROR] Failed to execute goal 
com.github.eirslett:frontend-maven-plugin:0.0.25:grunt (grunt build) on project 
zeppelin-web: Failed to run task: 'grunt build --no-color' failed. (error code 
3) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (ZEPPELIN-1238) No such method error for Helium on startup (http 503)

2016-07-27 Thread Federico Valeri (JIRA)
Federico Valeri created ZEPPELIN-1238:
-

 Summary: No such method error for Helium on startup (http 503)
 Key: ZEPPELIN-1238
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1238
 Project: Zeppelin
  Issue Type: Bug
  Components: Core
Affects Versions: 0.7.0
 Environment: Windows 7
Reporter: Federico Valeri
Priority: Blocker


After updating from master branch (0.7.0) I can build without problems but then 
when I call "bin/zeppelin.cmd" I have always the following error that leads to 
HTTP 503 (service unavailable):

java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
at 
org.apache.cxf.jaxrs.servlet.CXFNonSpringJaxrsServlet.createSingletonInstance(CXFNonSpringJaxrsServlet.java:382)
at 
org.apache.cxf.jaxrs.servlet.CXFNonSpringJaxrsServlet.createApplicationInstance(CXFNonSpringJaxrsServlet.java:454)
at 
org.apache.cxf.jaxrs.servlet.CXFNonSpringJaxrsServlet.createServerFromApplication(CXFNonSpringJaxrsServlet.java:432)
at 
org.apache.cxf.jaxrs.servlet.CXFNonSpringJaxrsServlet.init(CXFNonSpringJaxrsServlet.java:93)
at 
org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:616)
at 
org.eclipse.jetty.servlet.ServletHolder.initialize(ServletHolder.java:396)
at 
org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:871)
at 
org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:298)
at 
org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1349)
at 
org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1342)
at 
org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:741)
at 
org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:505)
at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at 
org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)
at 
org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114)
at 
org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)
at 
org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:163)
at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at 
org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)
at org.eclipse.jetty.server.Server.start(Server.java:387)
at 
org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114)
at 
org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)
at org.eclipse.jetty.server.Server.doStart(Server.java:354)
at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at 
org.apache.zeppelin.server.ZeppelinServer.main(ZeppelinServer.java:133)
Caused by: java.lang.NoSuchMethodError: 
org.apache.zeppelin.conf.ZeppelinConfiguration.getHeliumConfPath()Ljava/lang/String;
at 
org.apache.zeppelin.server.ZeppelinServer.(ZeppelinServer.java:88)
... 29 more



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)