Hi all, has anything changed in the CPM recently? I get a reliable test case hang here (no cpu activity):
------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.uima.collection.impl.cpm.CpmProcessingTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.344 sec Running org.apache.uima.collection.impl.cpm.CasPoolTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec Running org.apache.uima.collection.impl.cpm.CpmInitTest Initialize was called: true Sep 3, 2009 10:50:48 AM org.apache.uima.collection.impl.cpm.BaseCPMImpl process WARNING: Processing the request to stop the CPM. (Thread Name: main) Sep 3, 2009 10:50:48 AM org.apache.uima.collection.impl.cpm.engine.CPMEngine process INFO: The collection reader thread state is: 2007 (Thread Name: main) I have to kill the process, so I don't have more info than this. It only happens with this jvm (on windows): java version "1.5.0" Java(TM) 2 Runtime Environment, Standard Edition (build pwi32dev-20090707 (SR10 )) IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Windows XP x86-32 j9vmwi3223-20090707 (JIT enabled) J9VM - 20090706_38445_lHdSMr JIT - 20090623_1334_r8 GC - 200906_09) JCL - 20090705 I tried 3 others, and it goes through with all of them: java version "1.6.0" Java(TM) SE Runtime Environment (build pwi3260sr5-20090529_04(SR5)) IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 Windows XP x86-32 jvmwi3260sr5-20090519_35743 (JIT enabled, AOT enabled) J9VM - 20090519_035743_lHdSMr JIT - r9_20090518_2017 GC - 20090417_AA) JCL - 20090529_01 java version "1.5.0_11" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_11-b03) Java HotSpot(TM) Client VM (build 1.5.0_11-b03, mixed mode) java version "1.6.0_13" Java(TM) SE Runtime Environment (build 1.6.0_13-b03) Java HotSpot(TM) Client VM (build 11.3-b02, mixed mode) Let me know if you need more information. --Thilo