Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java Heap Space #1

Open
ramielshinawy opened this issue Aug 22, 2019 · 0 comments
Open

Java Heap Space #1

ramielshinawy opened this issue Aug 22, 2019 · 0 comments

Comments

@ramielshinawy
Copy link

Hi,

Thanks a lot for the effort of developing the platform. I am interested in the idea and would like to run the platform on my local device, However I am facing a problem during the building on Docker. The following message on docker toolbox is presented :

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] SG Testing Management Platform - Parent ............ SUCCESS [ 2.328 s]
[INFO] SG Testing Management Platform - Simulators ........ SUCCESS [ 42.866 s]
[INFO] SG Testing Management Platform - API ............... SUCCESS [ 52.397 s]
[INFO] SG Testing Management Platform - Web ............... FAILURE [02:16 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:01 min
[INFO] Finished at: 2019-08-22T12:49:08+00:00
[INFO] Final Memory: 127M/239M
[INFO] ------------------------------------------------------------------------
[ERROR] 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/OutOfMemoryError
The command '/bin/sh -c cd /home/thesis/SGTMP && mvn clean install package' returned a non-zero code: 1

apparently it fails to build SGTMP web because of a memory Error. I tried to search for a solution and have implemented some of them by extending some commands in Dockerfile but it does not work. Can you help with this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant