You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Suma Shivaprasad (JIRA)" <ji...@apache.org> on 2015/10/09 16:11:27 UTC

[jira] [Reopened] (ATLAS-199) webapp build fails (grunt + tests)

     [ https://issues.apache.org/jira/browse/ATLAS-199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suma Shivaprasad reopened ATLAS-199:
------------------------------------

To see bug detail using the Findbugs GUI, use the following command "mvn findbugs:gui"



[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ atlas-repository ---
[INFO] Installing <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/atlas-repository-0.6-incubating-SNAPSHOT.jar> to /home/jenkins/.m2/repository/org/apache/atlas/atlas-repository/0.6-incubating-SNAPSHOT/atlas-repository-0.6-incubating-SNAPSHOT.jar
[INFO] Installing <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/pom.xml> to /home/jenkins/.m2/repository/org/apache/atlas/atlas-repository/0.6-incubating-SNAPSHOT/atlas-repository-0.6-incubating-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Atlas Web Application 0.6-incubating-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ atlas-webapp ---
[INFO] Deleting <https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target>
[INFO] Deleting <https://builds.apache.org/job/apache-atlas-nightly/ws/webapp> (includes = [**/*.pyc], excludes = [])
[INFO]
[INFO] --- buildnumber-maven-plugin:1.0:create (default) @ atlas-webapp ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[WARNING] Cannot get the revision information from the scm repository, proceeding with revision of release :
No such provider: 'https'.
[INFO] Storing buildNumber: release at timestamp: 1444337570476
[WARNING] Cannot get the branch information from the scm repository, proceeding with UNKNOWN_BRANCH :
No such provider: 'https'.
[INFO] Storing buildScmBranch: UNKNOWN_BRANCH
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ atlas-webapp ---
[INFO]
[INFO] --- keytool-maven-plugin:1.5:clean (clean) @ atlas-webapp ---
[WARNING] Keystore file '<https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/atlas.keystore'> doesn't exist.
[INFO]
[INFO] --- keytool-maven-plugin:1.5:generateKeyPair (generateKeyPair) @ atlas-webapp ---
[INFO]
[INFO] --- frontend-maven-plugin:0.0.23:npm (npm remaining) @ atlas-webapp ---
[INFO] Running 'npm install --ignore-scripts --color=false' in <https://builds.apache.org/job/apache-atlas-nightly/ws/dashboard>
[INFO]
[INFO] --- frontend-maven-plugin:0.0.23:grunt (grunt dist) @ atlas-webapp ---
[INFO] Running 'grunt build --no-color' in <https://builds.apache.org/job/apache-atlas-nightly/ws/dashboard>
[INFO] Running "copy:dist" (copy) task
[INFO] Created 22 directories, copied 36 files
[INFO]
[INFO] Running "minify" task
[INFO]
[INFO] Running "shell:min" (shell) task
[ERROR] Error: Could not find or load main class org.angularjs.closurerunner.NgClosureRunner
[INFO] Warning: Command failed: Error: Could not find or load main class org.angularjs.closurerunner.NgClosureRunner
[INFO]  Use --force to continue.
[INFO]
[INFO] Aborted due to warnings.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] apache-atlas ...................................... SUCCESS [ 19.236 s]
[INFO] Apache Atlas Typesystem ........................... SUCCESS [01:02 min]
[INFO] Apache Atlas Common ............................... SUCCESS [  8.933 s]
[INFO] Apache Atlas Client ............................... SUCCESS [ 14.307 s]
[INFO] Apache Atlas Notification ......................... SUCCESS [ 14.076 s]
[INFO] Apache Atlas Repository ........................... SUCCESS [01:19 min]
[INFO] Apache Atlas Web Application ...................... FAILURE [  6.706 s]
[INFO] Apache Atlas Documentation ........................ SKIPPED
[INFO] Apache Atlas Hive Bridge .......................... SKIPPED
[INFO] Apache Atlas Distribution ......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:25 min
[INFO] Finished at: 2015-10-08T20:52:56+00:00
[INFO] Final Memory: 182M/1549M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.23:grunt (grunt dist) on project atlas-webapp: Failed to run task: 'grunt build --no-color' failed. (error code 6) -> [Help 1]
[ERROR]

> webapp build fails (grunt + tests)
> ----------------------------------
>
>                 Key: ATLAS-199
>                 URL: https://issues.apache.org/jira/browse/ATLAS-199
>             Project: Atlas
>          Issue Type: Bug
>    Affects Versions: 0.6-incubating
>            Reporter: Erik Bergenholtz
>            Assignee: Darshan Kumar
>            Priority: Critical
>              Labels: patch-available
>             Fix For: 0.6-incubating
>
>         Attachments: ATLAS-199-v0.patch
>
>
> When building Atlas webapp, I see the following issues:
> mvn clean install:
> {code}
> [INFO] Running 'grunt bower --no-color' in /Users/ebergenholtz/git3/incubator-atlas/dashboard
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 34.282 s
> [INFO] Finished at: 2015-09-30T13:55:30-05:00
> [INFO] Final Memory: 35M/420M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.23:grunt (install bower) on project atlas-webapp: Failed to run task: 'grunt bower --no-color' failed. java.io.IOException: Cannot run program "/Users/ebergenholtz/git3/incubator-atlas/dashboard/node/node" (in directory "/Users/ebergenholtz/git3/incubator-atlas/dashboard"): error=2, No such file or directory -> [Help 1]
> {code}
> Also, if I bypass the grunt task some of the tests fail.



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