[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.4:npm (npm run build) on project graylog2-server: Failed to run task: ‘npm run build’ failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1) -> [Help 1]org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.4:npm (npm run build) on project graylog2-server: Failed to run task
Please post the complete output of the build process and elaborate on your setup (version of Java, version of Maven, operating system used to build Graylog).
Facing This error at end of the build after change the logo file graylog2-server/graylog2-web-interface/public/images/toplogo.png:
[INFO] Reactor Summary:
[INFO]
[INFO] Graylog Parent POM … SUCCESS [ 1.430 s]
[INFO] Graylog Project Parent POM … SUCCESS [ 2.017 s]
[INFO] AutoValue JavaBean extension … SUCCESS [ 5.809 s]
[INFO] Graylog … FAILURE [03:33 min]
[INFO] integration-tests … SKIPPED
[INFO] Graylog Plugin Parent POM … SKIPPED
[INFO] Graylog Plugin with Web support Parent POM … SKIPPED
[INFO] graylog-plugin-archetype … SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:44 min
[INFO] Finished at: 2017-10-25T14:13:42+05:30
[INFO] Final Memory: 39M/230M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.4:npm (npm run build) on project graylog2-server: Failed to run task: ‘npm run build’ 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 -rf :graylog2-server