I tried to reproduce your problem by running the
POS tagger more than once in the same aggregate.
No luck.  Do you think you could create a simple
test case for us?  You should be able to remove
most of your analysis logic and still get it to
crash.

--Thilo

Aaron Kaplan wrote:
Marshall Schor wrote:

Can you verify that the JCas cover classes are either in a Jar file that is in the Pear's lib directory, or that you have added a environment variable setting action for the Pear specifying the CLASSPATH environmental variable and having it point to where the JCas classes are in the Pear structure?

Yes, the JCas classes are in $main_root/bin, which install.xml does put on the CLASSPATH. Sorry I didn't mention that, I'd forgotten it wasn't automatic.

Note that the annotator's implementation class is in $main_root/bin as well, and the system has no trouble finding that. It's only the JCas classes that it can't find.

-Aaron

Reply via email to