Well, at least it does to me :) and I am not sure what to make of it.

There are two "unusual" situations I encounter. First, testing issues SEVERE messages, with Java exceptions, yet the test summary appears fine. The second problem is eventually one test seems to go to sleep and never wakes up - ergo I cannot complete the build.

I am running Windows XpPro with Java 1.6 and a recent svn update of the project (revision 523768).


The rest of this message is a sample of the gory details:

tests are running fine, some warnings, then this set of messages:

Running org.apache.uima.analysis_engine.impl.AnalysisEngine_implTest
Mar 29, 2007 12:37:03 PM org.apache.uima.analysis_engine.impl.TaeDescription_impl checkForInvalidParameterOverrides WARNING: The aggregate text analysis engine "Aggregate TAE with Configuration Parameter Overrides" has declared the parameter StringArrayParam, but has not declared any overrides.This usage is deprecated. Mar 29, 2007 12:37:03 PM org.apache.uima.analysis_engine.impl.TaeDescription_impl checkForInvalidParameterOverrides WARNING: The aggregate text analysis engine "Aggregate TAE with Configuration Parameter Overrides" has declared the parameter StringArrayParam, but has not declared any overrides.This usage is deprecated. Mar 29, 2007 12:37:04 PM org.apache.uima.analysis_engine.impl.TaeDescription_impl checkForInvalidParameterOverrides WARNING: The aggregate text analysis engine "Test Aggregate TAE" has declared the parameter StringParam, but has not declared any overrides.This usage is deprecated. Mar 29, 2007 12:37:04 PM org.apache.uima.analysis_engine.impl.TaeDescription_impl checkForInvalidParameterOverrides WARNING: The aggregate text analysis engine "Test Aggregate TAE" has declared the parameter IntParam, but has not declared any overrides.This usage is deprecated. Mar 29, 2007 12:37:06 PM org.apache.uima.analysis_engine.impl.PrimitiveAnalysisEngine_impl callAnalysisComponentProcess(397)
SEVERE: Exception occurred
org.apache.uima.analysis_engine.AnalysisEngineProcessException: Annotator processing failed. at org.apache.uima.analysis_engine.impl.PrimitiveAnalysisEngine_impl.callAnalysisComponentProcess(PrimitiveAnalysisEngine_impl.java:384) at org.apache.uima.analysis_engine.impl.PrimitiveAnalysisEngine_impl.processAndOutputNewCASes(PrimitiveAnalysisEngine_impl.java:292) at org.apache.uima.analysis_engine.asb.impl.ASB_impl$AggregateCasIterator.processUntilNextOutputCas(ASB_impl.java:547) at org.apache.uima.analysis_engine.asb.impl.ASB_impl$AggregateCasIterator.hasNext(ASB_impl.java:411) at org.apache.uima.analysis_engine.impl.AnalysisEngine_implTest.testProcessAndOutputNewCASesWithError(AnalysisEngine_implTest.java:1026)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
   at java.lang.reflect.Method.invoke(Unknown Source)
   at junit.framework.TestCase.runTest(TestCase.java:154)
   at junit.framework.TestCase.runBare(TestCase.java:127)
   at junit.framework.TestResult$1.protect(TestResult.java:106)
   at junit.framework.TestResult.runProtected(TestResult.java:124)
   at junit.framework.TestResult.run(TestResult.java:109)
   at junit.framework.TestCase.run(TestCase.java:118)
   at junit.framework.TestSuite.runTest(TestSuite.java:208)
   at junit.framework.TestSuite.run(TestSuite.java:203)
   at sun.reflect.GeneratedMethodAccessor180.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
   at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:210) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:135) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:122)
   at org.apache.maven.surefire.Surefire.run(Surefire.java:129)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
   at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:225) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:747)
Caused by: java.lang.RuntimeException: Test Error
at org.apache.uima.analysis_engine.impl.ErrorAnnotator.process(ErrorAnnotator.java:38) at org.apache.uima.analysis_engine.impl.compatibility.AnnotatorAdapter.process(AnnotatorAdapter.java:142) at org.apache.uima.analysis_engine.impl.PrimitiveAnalysisEngine_impl.callAnalysisComponentProcess(PrimitiveAnalysisEngine_impl.java:373)
   ... 29 more


This is followed by the next 11 tests, which all fail with a SEVERE msg, and then
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.531 sec

And then testing resumes (for a while):
Running org.apache.uima.cas.test.IntArrayFSTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec

Testing continues till:
Running org.apache.uima.impl.UimaContext_implTest
Mar 29, 2007 12:37:18 PM org.apache.uima.impl.RootUimaContext_impl getResourceURL WARNING: The unmanaged resource org/apache/uima/analysis_engine/impl/testDataFile3.dat was accessed.This feature is deprecated, and support may be removed in future versions.
(I've clipped off a number of similar warnings)
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.625 sec
Running org.apache.uima.analysis_engine.impl.MultiprocessingAnalysisEngine_implTest

And that is where things appear to go to sleep - my machine is responsive, nothing is exercising the cpu, but also nothing appears to happen for at least 30 minutes, and then I kill the command processor.


Bill

Reply via email to