Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 363302

Summary: [Unit Test Failure] org.eclipse.gmt.modisco.java.discoverer.cdo.tests
Product: [Modeling] MoDisco Reporter: Nicolas Bros <nicolas.bros>
Component: InfrastructureAssignee: Gregoire Dupe <gdupe>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P2 CC: gdupe, modisco.web-inbox
Version: 0.10.0Flags: gdupe: kepler+
gdupe: luna+
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Nicolas Bros CLA 2011-11-09 08:05:18 EST
The CDO tests do an OutOfMemoryError and prevent the build from finishing on Hudson. And when I test locally, the tests do an NPE in net4j and then stop.
So I'm disabling these tests in order to be able to build with the remaining tests.

Error on Hudson:

INFO:  Running test org.eclipse.gmt.modisco.java.discoverer.cdo.tests.JavaJunitCDO.varargs...
Exception in thread "Output Stream Monitor" java.lang.OutOfMemoryError: Java heap space
	at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:99)
	at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:393)
	at java.lang.StringBuffer.append(StringBuffer.java:225)
	at org.eclipse.debug.internal.core.OutputStreamMonitor.read(OutputStreamMonitor.java:154)
	at org.eclipse.debug.internal.core.OutputStreamMonitor.access$1(OutputStreamMonitor.java:134)
	at org.eclipse.debug.internal.core.OutputStreamMonitor$1.run(OutputStreamMonitor.java:207)
	at java.lang.Thread.run(Thread.java:595)
Build timed out. Aborting


Error on my PC:


main [debug.om] Starting bundle org.eclipse.net4j.db
main [debug.om] Starting bundle org.eclipse.emf.cdo.server
Thread-15 [debug.om] Starting bundle org.eclipse.net4j

!ENTRY org.eclipse.gmt.modisco.infra.common.cdo 4 0 2011-11-09 13:58:09.607
!MESSAGE java.lang.NullPointerException (org.eclipse.gmt.modisco.infra.common.cdo_0.10.0.qualifier)
!STACK 0
java.lang.NullPointerException
	at org.eclipse.net4j.util.container.ContainerUtil.prepareContainer(ContainerUtil.java:75)
	at org.eclipse.net4j.Net4jUtil.prepareContainer(Net4jUtil.java:52)
	at org.eclipse.gmt.modisco.infra.common.cdo.server.AbstractCDOServer$1.run(AbstractCDOServer.java:77)
Comment 1 Gregoire Dupe CLA 2015-06-05 07:14:28 EDT

*** This bug has been marked as a duplicate of bug 399411 ***