Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] rpc feature build failure

On 06/08/2012 01:49 AM, Scott Lewis wrote:
> Hi Folks,
> 
> Our rpc remote services feature [1] seems to be failing with an
> initialization error I do not understand (see below).
> 
> Anyone understand why this is failing?
> 
> Thanks,
> 
> Scott
> 
> 
> Done, ready to fire off Bucky\n===================\n[workspace] $ /opt/hudson/tools/JDK/Java1.6_update_20_x86-64/bin/java -Dbuckminster.output.root=/opt/hudson/jobs/C-HEAD-remoteservice.rpc.feature/workspace/buckminster.output -Dbuckminster.temp.root=/opt/hudson/jobs/C-HEAD-remoteservice.rpc.feature/workspace/buckminster.temp -Xmx768m -Xms768m -XX:PermSize=512M -XX:MaxPermSize=512M -Decf.p2.repository=http://download.ecf-project.org/repo/ -Dsite.include.top=true -Dsite.signing=false -Dsite.pack200=true -Dpde.bundle.range.generation=false -Dstaging.area=/home/data/httpd/download-staging.priv/rt/ecf -Dsigning.type=eclipse.remote -Declipse.committer.name=mkuppe -Declipse.committer.keyfile=/var/lib/tomcat-6/.ssh/id_rsa -Dqualifier.replacement.*=generator:buildTimestamp -Dgenerator.buildTimestamp.format='v'yyyyMMdd-HHmm -DtargetPlatformPath=/opt/hudson/jobs/C-HEAD-remoteservice.rpc.feature/workspace/targetPlatformPath -D
>  project
> sPath=/opt/hudson/jobs/C-HEAD-remoteservice.rpc.feature/workspace/projects -Declipse.p2.mirrors=false -Dsite.retain.unpacked=true -jar /opt/hudson/tools/Buckminster/Buckminster_3.6/buckminster/plugins/org.eclipse.equinox.launcher_1.3.0.v20120308-1358.jar -application org.eclipse.buckminster.cmdline.headless -data /opt/hudson/jobs/C-HEAD-remoteservice.rpc.feature/workspace --loglevel debug -S /opt/hudson/jobs/C-HEAD-remoteservice.rpc.feature/workspace/commands.txt
> Error occurred during initialization of VM
> Could not reserve enough space for code cache
> Build step 'Use builders from another project' marked build as failure
> Recording test results
> Archiving artifacts
> Sending e-mails to: ecf-build@xxxxxxxxxxx
> Sending e-mails to: ecf-build@xxxxxxxxxxx slewis@xxxxxxxxxxxxx wim.jongman@xxxxxxxxxxxxxxxxxx
> Finished: FAILURE
> 
> Help us localize this page
> <https://build.ecf-project.org/jenkins/job/C-HEAD-remoteservice.rpc.feature/45/console#>

Hi,

fixed by changing the JVM used to "Default" which maps to the system VM.
Manually installed VMs currently show this VM init error due to
PAX/GrSecurity. I'm still waiting for OSU to investigate.

Markus


Back to the top