You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by Dave Cardon <dc...@adobe.com> on 2015/12/14 18:58:30 UTC

Web application build error

Hi,

I'm trying to get zeppelin to build OOB on a minimal CentOS 7 install.  I followed the README.md instructions.  My first snag was an issue getting bower installed, which I was able to work past by manually installing bower globally (npm -g install bower) prior to running the maven install.

I'm now running into an issue building the web application modules.  There are no exceptions in the maven logs, but I get this build failure error message:

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 09:16 min
[INFO] Finished at: 2015-12-14T02:28:31-07:00
[INFO] Final Memory: 144M/578M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-war-plugin:2.5:war (default-war) on project zeppelin-web: The specified web.xml file '/root/zeppelin/zeppelin-web/dist/WEB-INF/web.xml' does not exist -> [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]

Has anyone here run into this issue before and has a workaround?

Thanks,

--Dave