Skip to main content

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

Hi Markus,

I don't understand this (from the log for the junit launch):

!ENTRY org.eclipse.osgi 4 0 2011-02-23 17:38:34.005
!MESSAGE Application error
!STACK 1
java.lang.IllegalArgumentException: Bundle "org.eclipse.ecf.tests.provider.jms.activemq" not found. Possible causes include missing dependencies, too restrictive version ranges, or a non-matching required execution environment.
	at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.getClassLoader(RemotePluginTestRunner.java:77)


as I'm pretty sure the o.e.e.tests.provider.jms.activemq bundle is actually there (it was there, and I didn't remove it or anything), and I didn't actually change the dependencies...other than removing a single test class that was made obsolete by the RSA stuff.

So I'm confused about how to diagnose further...any ideas appreciated. Could it be something about the VM version requirement or something? (I believe I may have seen these sorts of junit classload failures locally when the jre version is out of line somehow)

Thanks,

Scott

On 2/23/2011 11:33 AM, Markus Alexander Kuppe wrote:
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
_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ecf-dev



Back to the top