Thanks. I'm now able to reproduce this. So far, I've trace it to the
running of the actual annotator looking for the names, where it gets the
"Result specification" - in one case (the working case) this has a
result specification for the type Name, in the other case, the Result
specification is empty. More work to find the root cause...
-Marshall
Michael Baessler (JIRA) wrote:
[ https://issues.apache.org/jira/browse/UIMA-899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12581897#action_12581897 ]
Michael Baessler commented on UIMA-899:
---------------------------------------
I used the UIMA Analysis example descriptor
apache-uima\examples\descriptors\analysis_engine\UIMA_Analysis_Example.xml
and run it on the
apache-uima\examples\data
folder.
When looking at the Apache_UIMA.txt.xmi file I see these errors.
I used the IBM JVM 5 SR 5
java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build pwi32dev-20070511 (SR5))
DocumentAnalyzer does not creat all output types for UIMA Analysis example
--------------------------------------------------------------------------
Key: UIMA-899
URL: https://issues.apache.org/jira/browse/UIMA-899
Project: UIMA
Issue Type: Bug
Components: Tools
Affects Versions: 2.2.1
Environment: Linux only
Reporter: Michael Baessler
Fix For: 2.2.2
When running the UIMA Analysis example the output document does not contain the
example.Name type. When running the same example
using CVD all output types are available. (Used Apache_UIMA.txt file for
testing)
The error only occurs on Linux!