Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] How can I make a new Bucky/Hudson project for my feature?

On 01/26/2011 07:55 PM, Pavel Samolisov wrote:
> Sorry for my questions.
> 
> My builds are filed, and I get into console:
> 
> INFO:  bglaunch '--launch' 'org.eclipse.ecf.tests.remoteservice.rpc/' '--ignoremissing'
> INFO:  junit '--launch' 'org.eclipse.ecf.tests.remoteservice.rpc/org.eclipse.ecf.tests.remoteservice.rpc.launch' '-o' '/opt/hudson/jobs/C-HEAD-remoteservice.rpc.feature/workspace//junit_result.xml' '--flatXML'
> ERROR: The application could not start. Details can be found in the log.
> WARN:  Process /opt/hudson/tools/Java1.6_update_20_x86-64/bin/java (Jan 26, 2011 6:51:02 PM) terminated with exit status 13.
> 
>>> Details can be found in the log.
> 
> How can I read this log? I do not understand why JRE terminated.

This is likely to be caused by a .launch configuration that is
incompatible with the build machine. E.g. it has something set that is
windows specific...
Does the .launch config work on a amd64 linux box?

Markus

P.S.: Lets keep this discussion on-list


Back to the top