Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] jms build/test

On 02/23/2011 08:14 PM, Scott Lewis wrote:
> Hi Folks,
> 
> The JMS build [1] seems to be failing because the test launch config is
> not starting...i.e. here's what's at the bottom of the log:
> 
> <output deleted>
> 
> INFO:  bglaunch '--launch'
> 'org.eclipse.ecf.tests.provider.jms.activemq/' '--ignoremissing'
> INFO:  junit '--launch'
> 'org.eclipse.ecf.tests.provider.jms.activemq/org.eclipse.ecf.tests.provider.jms.activemq.launch'
> '-o' '/opt/hudson/jobs/C-HEAD-jms.feature/workspace//junit_result.xml'
> '--flatXML'
> ERROR: The application could not start. Details can be found in the log.
> WARN:  Process /opt/sun-jdk-1.6.0.22/bin/java (Feb 23, 2011 5:38:31 PM)
> terminated with exit status 13.
> Recording test results
> [WARNINGS] Skipping publisher since build result is FAILURE
> Archiving artifacts
> Sending e-mails to: ecf-build@xxxxxxxxxxx
> Sending e-mails to: ecf-build@xxxxxxxxxxx slewis@xxxxxxxxxxxxx
> Finished: FAILURE
> 
> 
> Anyone know why this would be?  Where is the log described in 'Details
> can be found in the log.'?

https://build.ecf-project.org/jenkins/job/C-HEAD-jms.feature/ws/.metadata/.plugins/org.eclipse.pde.core/pde-junit/1298482711851.log

From the log it looks like bundle
org.eclipse.ecf.tests.provider.jms.activemq is missing.

Markus


Back to the top