You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying do a simple install on AWS EC2 instance.
[INFO] Reactor Summary:
[INFO]
[INFO] VIVO Installer ..................................... SUCCESS [ 5.773 s]
[INFO] VIVO Install Home .................................. SUCCESS [ 11.898 s]
[INFO] VIVO Install Web App ............................... FAILURE [ 46.263 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:04 min
[INFO] Finished at: 2019-12-09T18:02:02+00:00
[INFO] Final Memory: 131M/237M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-war-plugin:3.2.0:war (default-war) on project vivo-installer-vivo: Error assembling WAR: Problem creating war: Execution exception: Java heap space -> [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/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :vivo-installer-vivo
ERROR: Service 'vivo' failed to build: The command '/bin/sh -c mvn install -s example-settings.xml' returned a non-zero code: 1
This should have been a simple install and should have worked fine without any problem.
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I am trying do a simple install on AWS EC2 instance.
[INFO] Reactor Summary:
[INFO]
[INFO] VIVO Installer ..................................... SUCCESS [ 5.773 s]
[INFO] VIVO Install Home .................................. SUCCESS [ 11.898 s]
[INFO] VIVO Install Web App ............................... FAILURE [ 46.263 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:04 min
[INFO] Finished at: 2019-12-09T18:02:02+00:00
[INFO] Final Memory: 131M/237M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-war-plugin:3.2.0:war (default-war) on project vivo-installer-vivo: Error assembling WAR: Problem creating war: Execution exception: Java heap space -> [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/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :vivo-installer-vivo
ERROR: Service 'vivo' failed to build: The command '/bin/sh -c mvn install -s example-settings.xml' returned a non-zero code: 1
This should have been a simple install and should have worked fine without any problem.
Thanks
The text was updated successfully, but these errors were encountered: