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.

Reply via email to