have added the proxy settings to maven and npm, but still I get the same
error. If you see the log below, it shows that it was able to download the
tar.gz file.

I believe this step cannot be skipped. Is proxy setup required for git also
at this point? Any help is appreciated to resolve this



Downloaded file:

-rw-r--r-- 1 root root 2141 Jun 29 13:54 node.tar.gz

[root@linux246 node_tmp]# pwd

/home/ranjit/incubator-zeppelin-master/zeppelin-web/node_tmp



Log:



[INFO] --- frontend-maven-plugin:0.0.23:install-node-and-npm (install node
and npm) @ zeppelin-web ---

[INFO] Installing node version v0.12.5

[INFO] Creating temporary directory
/home/ranjit/incubator-zeppelin-master/zeppelin-web/node_tmp

[INFO] Downloading Node.js from
http://nodejs.org/dist/v0.12.5/node-v0.12.5-linux-x64.tar.gz to
/home/ranjit/incubator-zeppelin-master/zeppelin-web/node_tmp/node.tar.gz

[INFO] Downloading via proxy ProxyConfig{protocol='http',
host='12.12.123.12', port=80, with username/passport authentication}

[INFO] Extracting Node.js files in node_tmp

[INFO] Unpacking
/home/ranjit/incubator-zeppelin-master/zeppelin-web/node_tmp/node.tar.gz
into /home/ranjit/incubator-zeppelin-master/zeppelin-web/node_tmp

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

[INFO] Reactor Summary:

[INFO]

[INFO] Zeppelin ........................................... SUCCESS [
1.520 s]

[INFO] Zeppelin: Interpreter .............................. SUCCESS [
2.686 s]

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

[INFO] Zeppelin: Spark .................................... SUCCESS [
25.985 s]

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

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

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

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

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

[INFO] Zeppelin: Flink .................................... SUCCESS [
3.769 s]

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

[INFO] Zeppelin: web Application .......................... FAILURE [
2.331 s]

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

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

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

[INFO] BUILD FAILURE

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

[INFO] Total time: 38.646 s

[INFO] Finished at: 2015-06-29T13:54:02+05:30

[INFO] Final Memory: 107M/1249M

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

[ERROR] Failed to execute goal
com.github.eirslett:frontend-maven-plugin:0.0.23:install-node-and-npm
(install node and npm) on project zeppelin-web: Could not extract the Node
archive: Could not extract archive:
'/home/ranjit/incubator-zeppelin-master/zeppelin-web/node_tmp/node.tar.gz':
Input is not in the .gz format -> [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
On Jun 27, 2015 7:17 AM, "moon soo Lee" <m...@apache.org> wrote:

> Hi,
>
> Zeppelin uses https://github.com/eirslett/frontend-maven-plugin to build
> zeppelin-web. according to their doc, they uses proxy setting in
> settings.xml file. Could you try
> http://maven.apache.org/guides/mini/guide-proxies.html ?
>
> hope this helps.
> moon
>
>
> On Thu, Jun 25, 2015 at 11:07 PM Ranjit Manuel <ranjit.f.man...@gmail.com>
> wrote:
>
>> I get this error while I install Zeppelin. Any idea what could be the
>> possible reason. I am using proxy server.
>>
>> [INFO] Extracting Node.js files in node_tmp
>>
>> [INFO] Unpacking
>> /home/ranjit/incubator-zeppelin-master/zeppelin-web/node_tmp/node.tar.gz
>> into /home/ranjit/incubator-zeppelin-master/zeppelin-web/node_tmp
>>
>> [INFO]
>> ------------------------------------------------------------------------
>>
>> [INFO] Reactor Summary:
>>
>> [INFO]
>>
>> [INFO] Zeppelin ........................................... SUCCESS [
>> 1.490 s]
>>
>> [INFO] Zeppelin: Interpreter .............................. SUCCESS [
>> 2.738 s]
>>
>> [INFO] Zeppelin: Zengine .................................. SUCCESS [
>> 0.704 s]
>>
>> [INFO] Zeppelin: Spark .................................... SUCCESS [
>> 26.819 s]
>>
>> [INFO] Zeppelin: Markdown interpreter ..................... SUCCESS [
>> 0.222 s]
>>
>> [INFO] Zeppelin: Angular interpreter ...................... SUCCESS [
>> 0.152 s]
>>
>> [INFO] Zeppelin: Shell interpreter ........................ SUCCESS [
>> 0.153 s]
>>
>> [INFO] Zeppelin: Hive interpreter ......................... SUCCESS [
>> 0.378 s]
>>
>> [INFO] Zeppelin: Tajo interpreter ......................... SUCCESS [
>> 0.258 s]
>>
>> [INFO] Zeppelin: Flink .................................... SUCCESS [
>> 3.672 s]
>>
>> [INFO] Zeppelin: Apache Ignite interpreter ................ SUCCESS [
>> 0.314 s]
>>
>> [INFO] Zeppelin: web Application .......................... FAILURE [
>> 0.320 s]
>>
>> [INFO] Zeppelin: Server ................................... SKIPPED
>>
>> [INFO] Zeppelin: Packaging distribution ................... SKIPPED
>>
>> [INFO]
>> ------------------------------------------------------------------------
>>
>> [INFO] BUILD FAILURE
>>
>> [INFO]
>> ------------------------------------------------------------------------
>>
>> [INFO] Total time: 37.420 s
>>
>> [INFO] Finished at: 2015-06-26T11:13:41+05:30
>>
>> [INFO] Final Memory: 107M/1231M
>>
>> [INFO]
>> ------------------------------------------------------------------------
>>
>> [ERROR] Failed to execute goal
>> com.github.eirslett:frontend-maven-plugin:0.0.23:install-node-and-npm
>> (install node and npm) on project zeppelin-web: Could not extract the Node
>> archive: Could not extract archive:
>> '/home/ranjit/incubator-zeppelin-master/zeppelin-web/node_tmp/node.tar.gz':
>> Input is not in the .gz format -> [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://
>> <http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException>
>> cwiki.apache.org
>> <http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException>
>> /confluence/display/MAVEN/
>> <http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException>
>> MojoFailureException
>> <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
>>
>

Reply via email to