Alexander here you have the entire log:

   [INFO] Zeppelin .......................................... SUCCESS
[17:30.556s]



       [INFO] Zeppelin: Zengine ................................. SUCCESS
[14.146s]

       [INFO] Zeppelin: Spark dependencies ...................... SUCCESS
[1:47.775s]

       [INFO] Zeppelin: Spark ................................... SUCCESS
[2:09.227s]

       [INFO] Zeppelin: Markdown interpreter .................... SUCCESS
[3.115s]

       [INFO] Zeppelin: Angular interpreter ..................... SUCCESS
[3.589s]

       [INFO] Zeppelin: Shell interpreter ....................... SUCCESS
[2.028s]

       [INFO] Zeppelin: Hive interpreter ........................ SUCCESS
[16.442s]

       [INFO] Zeppelin: Apache Phoenix Interpreter .............. SUCCESS
[26.232s]

       [INFO] Zeppelin: Apache Geode interpreter ................ SUCCESS
[32.600s]

       [INFO] Zeppelin: PostgreSQL interpreter .................. SUCCESS
[8.165s]

       [INFO] Zeppelin: Tajo interpreter ........................ SUCCESS
[10.245s]

       [INFO] Zeppelin: Flink ................................... SUCCESS
[1:39.185s]

       [INFO] Zeppelin: Apache Ignite interpreter ............... SUCCESS
[19.042s]

       [INFO] Zeppelin: Kylin interpreter ....................... SUCCESS
[2.758s]

       [INFO] Zeppelin: Lens interpreter ........................ SUCCESS
[14.874s]

       [INFO] Zeppelin: Cassandra ............................... SUCCESS
[6:45.067s]

       [INFO] Zeppelin: web Application ......................... FAILURE
[5:01.879s]

       [INFO] Zeppelin: Server .................................. SKIPPED

       [INFO] Zeppelin: Packaging distribution .................. SKIPPED

       [INFO]
------------------------------------------------------------------------

       [INFO] BUILD FAILURE

       [INFO]
------------------------------------------------------------------------

       [INFO] Total time: 38:08.044s

       [INFO] Finished at: Wed Oct 21 11:48:30 UTC 2015

       [INFO] Final Memory: 135M/466M

       [INFO]
------------------------------------------------------------------------

 [ERROR] Failed to execute goal
com.github.eirslett:frontend-maven-plugin:0.0.23:grunt (grunt build) on
project zeppelin-web: Failed to run task: 'grunt --no-color' failed. (error
code 137) -> [Help 1]

       org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
execute goal com.github.eirslett:frontend-maven-plugin:0.0.23:grunt (grunt
build) on project zeppelin-web: Failed to run task

       at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)

       at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)

       at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)

       at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)

       at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)

       at
org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)

       at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)

       at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:317)

       at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:152)

       at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)

       at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)

       at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)

       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

       at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

       at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

       at java.lang.reflect.Method.invoke(Method.java:606)

       at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)

       at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)

       at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)

       at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)

       Caused by: org.apache.maven.plugin.MojoFailureException: Failed to
run task

       at
com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:71)

       DefaultBuildPluginManager.java:106)

       at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)

       ... 19 more

       Caused by:
com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
--no-color' failed. (error code 137)

       at
com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)

       at
com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)

       ... 21 more

       [ERROR]

       [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

       [ERROR]

       [ERROR] After correcting the problems, you can resume the build with
the command

       [ERROR]   mvn <goals> -rf :zeppelin-web


2015-10-21 13:42 GMT+02:00 Pablo Torre <pablotorr...@gmail.com>:

> Alexander, I am going to try your proposal. I will let you know if it
> works.
>
> 2015-10-21 11:07 GMT+02:00 Pablo Torre <pablotorr...@gmail.com>:
>
>> The OS that I am using is this one: ubuntu 12.04 x86_64.
>>
>>
>>
>>
>>
>> 2015-10-17 14:42 GMT+02:00 Alexander Bezzubov <abezzu...@nflabs.com>:
>>
>>> Hi,
>>>
>>> this is the maven plugin doing a Grunt build of the frontend
>>> webapplication failing somehow.
>>>
>>> For us to investigate the reason, could you post the OS you are using
>>> (`uname -a`, `cat /etc/issue`), as well as results of running the same mvn
>>> command but with `-e` switch please?
>>>
>>> Another thing to try is to run grunt build inside zeppelin-web dir
>>> manually, like
>>>
>>> ```
>>> cd zeppelin-web
>>> ./npm install
>>> ./grunt build
>>> ```
>>>
>>> Please let us know if that help!
>>>
>>> --
>>> Alex
>>>
>>> On Sat, Oct 17, 2015 at 4:21 PM, Pablo Torre <pablotorr...@gmail.com>
>>> wrote:
>>>
>>>> I tried maven 3.2.5 and 3.3.3. I removed the .m2 folder before doing a
>>>> new test, but nothing.
>>>>
>>>> El 17/10/2015 05:01, "Corneau Damien" <cornead...@gmail.com> escribió:
>>>>
>>>>> Can you tell us your maven version?
>>>>>
>>>>> Also, you can try to run with -X for more debugging, or run mvn
>>>>> package in zeppelin-web only (would be faster)
>>>>>
>>>>>
>>>>>
>>>>> On Fri, Oct 16, 2015 at 7:18 PM, Pablo Torre <pablotorr...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> Hi guys,
>>>>>>
>>>>>> I am trying to install zeppelin using the repository in github:
>>>>>> https://github.com/apache/incubator-zeppelin executing next command:
>>>>>>
>>>>>> mvn clean package -DskipTests
>>>>>>
>>>>>>
>>>>>>
>>>>>> But I am getting this error:
>>>>>>
>>>>>>        [INFO] Zeppelin ..........................................
>>>>>> SUCCESS [12:24.531s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Interpreter .............................
>>>>>> SUCCESS [41.705s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Zengine .................................
>>>>>> SUCCESS [18.383s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Spark dependencies ......................
>>>>>> SUCCESS [1:39.317s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Spark ...................................
>>>>>> SUCCESS [1:19.381s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Markdown interpreter ....................
>>>>>> SUCCESS [9.290s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Angular interpreter .....................
>>>>>> SUCCESS [2.248s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Shell interpreter .......................
>>>>>> SUCCESS [2.128s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Hive interpreter ........................
>>>>>> SUCCESS [15.261s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Apache Phoenix Interpreter ..............
>>>>>> SUCCESS [24.200s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Apache Geode interpreter ................
>>>>>> SUCCESS [34.011s]
>>>>>>
>>>>>>        [INFO] Zeppelin: PostgreSQL interpreter ..................
>>>>>> SUCCESS [6.286s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Tajo interpreter ........................
>>>>>> SUCCESS [9.434s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Flink ...................................
>>>>>> SUCCESS [57.458s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Apache Ignite interpreter ...............
>>>>>> SUCCESS [8.344s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Kylin interpreter .......................
>>>>>> SUCCESS [4.417s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Lens interpreter ........................
>>>>>> SUCCESS [20.959s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Cassandra ...............................
>>>>>> SUCCESS [4:46.080s]
>>>>>>
>>>>>>        [INFO] Zeppelin: web Application .........................
>>>>>> FAILURE [4:15.302s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Server ..................................
>>>>>> SKIPPED
>>>>>>
>>>>>>        [INFO] Zeppelin: Packaging distribution ..................
>>>>>> SKIPPED
>>>>>>
>>>>>>        [INFO]
>>>>>> ------------------------------------------------------------------------
>>>>>>
>>>>>>        [INFO] BUILD FAILURE
>>>>>>
>>>>>>        [INFO]
>>>>>> ------------------------------------------------------------------------
>>>>>>
>>>>>>        [INFO] Total time: 28:40.600s
>>>>>>
>>>>>>        [INFO] Finished at: Fri Oct 16 09:19:54 UTC 2015
>>>>>>
>>>>>>        [INFO] Final Memory: 135M/483M
>>>>>>
>>>>>>        [INFO]
>>>>>> ------------------------------------------------------------------------
>>>>>>
>>>>>>        [ERROR] Failed to execute goal
>>>>>> com.github.eirslett:frontend-maven-plugin:0.0.23:grunt (grunt build) on
>>>>>> project zeppelin-web: Failed to run task: 'grunt --no-color' failed. 
>>>>>> (error
>>>>>> code 137) -> [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
>>>>>>
>>>>>>        [ERROR]
>>>>>>
>>>>>>        [ERROR] After correcting the problems, you can resume the
>>>>>> build with the command
>>>>>>
>>>>>>        [ERROR]   mvn <goals> -rf :zeppelin-web
>>>>>>
>>>>>> Can anyone help me with this issue?
>>>>>>
>>>>>> Thanks
>>>>>>
>>>>>> --
>>>>>> Pablo Torre.
>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>> Oleiros (Coruña)
>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>
>>>>>
>>>>>
>>>
>>>
>>> --
>>> --
>>> Kind regards,
>>> Alexander.
>>>
>>>
>>
>>
>> --
>> Pablo Torre.
>> Freelance software engineer and Ruby on Rails developer.
>> Oleiros (Coruña)
>> *Personal site <http://www.pablotorrerodriguez.com>*
>> My blog <http://www.aboutechnologies.com>
>>
>
>
>
> --
> Pablo Torre.
> Freelance software engineer and Ruby on Rails developer.
> Oleiros (Coruña)
> *Personal site <http://www.pablotorrerodriguez.com>*
> My blog <http://www.aboutechnologies.com>
>



-- 
Pablo Torre.
Freelance software engineer and Ruby on Rails developer.
Oleiros (Coruña)
*Personal site <http://www.pablotorrerodriguez.com>*
My blog <http://www.aboutechnologies.com>

Reply via email to