Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bshambaugh/bdd5d4f70afde3abc2ea513c9fc2e69e to your computer and use it in GitHub Desktop.
Save bshambaugh/bdd5d4f70afde3abc2ea513c9fc2e69e to your computer and use it in GitHub Desktop.
[INFO] --- frontend-maven-plugin:1.4:gulp (gulp-install) @ won-owner-webapp ---
[INFO] Running 'gulp ' in /home/webofneeds/webofneeds/won-owner-webapp/src/main/webapp
[ERROR] module.js:474
[ERROR] throw err;
[ERROR] ^
[ERROR]
[ERROR] Error: Cannot find module './jspm_packages/system.js'
[ERROR] at Function.Module._resolveFilename (module.js:472:15)
[ERROR] at Function.Module._load (module.js:420:25)
[ERROR] at Module.require (module.js:500:17)
[ERROR] at require (internal/module.js:20:19)
[ERROR] at Object.<anonymous> (/home/webofneeds/webofneeds/won-owner-webapp/src/main/webapp/gulpfile.js:140:1)
[ERROR] at Module._compile (module.js:573:32)
[ERROR] at Object.Module._extensions..js (module.js:582:10)
[ERROR] at Module.load (module.js:490:32)
[ERROR] at tryModuleLoad (module.js:449:12)
[ERROR] at Function.Module._load (module.js:441:3)
[ERROR] at Module.require (module.js:500:17)
[ERROR] at require (internal/module.js:20:19)
[ERROR] at Liftoff.handleArguments (/home/webofneeds/webofneeds/won-owner-webapp/src/main/webapp/node_modules/gulp/bin/gulp.js:116:3)
[ERROR] at Liftoff.<anonymous> (/home/webofneeds/webofneeds/won-owner-webapp/src/main/webapp/node_modules/liftoff/index.js:198:16)
[ERROR] at module.exports (/home/webofneeds/webofneeds/won-owner-webapp/src/main/webapp/node_modules/flagged-respawn/index.js:17:3)
[ERROR] at Liftoff.<anonymous> (/home/webofneeds/webofneeds/won-owner-webapp/src/main/webapp/node_modules/liftoff/index.js:190:9)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Web of Needs Main .................................. SUCCESS [ 0.374 s]
[INFO] Core ............................................... SUCCESS [ 2.697 s]
[INFO] Facet Modules ...................................... SUCCESS [ 0.006 s]
[INFO] Facets: Transactions ............................... SUCCESS [ 5.422 s]
[INFO] Cryptography ....................................... SUCCESS [ 6.597 s]
[INFO] Node ............................................... SUCCESS [ 2.242 s]
[INFO] Node Webapp ........................................ SUCCESS [ 6.396 s]
[INFO] Owner .............................................. SUCCESS [ 3.906 s]
[INFO] Matcher Client ..................................... SUCCESS [ 12.163 s]
[INFO] Utilities .......................................... SUCCESS [ 0.003 s]
[INFO] Utilities-Mail ..................................... SUCCESS [ 3.163 s]
[INFO] Owner Webapp ....................................... FAILURE [01:42 min]
[INFO] Matcher Utils ...................................... SKIPPED
[INFO] Matcher Service .................................... SKIPPED
[INFO] Bot ................................................ SKIPPED
[INFO] won-matcher-solr ................................... SKIPPED
[INFO] Matcher-Rescal ..................................... SKIPPED
[INFO] Ontology Validator ................................. SKIPPED
[INFO] Utilities-Import ................................... SKIPPED
[INFO] Utilities-Crawling ................................. SKIPPED
[INFO] Vocabulary ......................................... SKIPPED
[INFO] Docker ............................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:26 min
[INFO] Finished at: 2017-06-06T02:00:04+00:00
[INFO] Final Memory: 151M/798M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.4:gulp (gulp-install) on project won-owner-webapp: Failed to run task: 'gulp ' failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1) -> [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 :won-owner-webapp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment