Hello,
Bamboo plan is failing with error logs as below
30-May-2018 09:58:07 /bin/sh: error while loading shared libraries: libc.so.6: failed to map segment from shared object: Cannot allocate memory
30-May-2018 09:58:30 Failing task since return code of [/usr/bin/mvn --batch-mode -Djava.io.tmpdir=/opt/atlassian/atlassian-bamboo-5.15.5/temp/IM-CSMONP-JOB1 mvn clean package] was 127 while expected 0
30-May-2018 09:58:30 Finished task 'Maven Build setup' with result: Failed
Any help on this please?
Thanks
The error means that you've hit one of the limits that govern shared memory allocation.
Are you able to reproduce this issue from the commandline?
Check if this post helps troubleshooting further.
@Jeyanthan I I don't have access to server.. This issue occurred when doing Maven Build task in Bamboo plan.
Tried changing heap memory during build but still of no help.
MAVEN_OPTS="-Xmx2048m -Xms512m"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In that case, you will have to contact the server administrator to monitor what is happening when this build is executed on the server.
You can suggest the administrator to execute the respective commands on the same Agent's server outside Bamboo (in a command prompt). It is sufficient to inspect just the respective agent's server and not the Bamboo server itself if this build runs on a remote agent.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.