On 9/19/2010 4:22 PM, Abhik Lahiri wrote: > Hi all, > I am a newbie at the UIMA framework, and I am facing problems with running > the aggregate AE in the HmmTagger project put up on the UIMA sandbox. When I > load HmmtaggerAggregate.xml as the AE in CVD, I get the following > exception: org.apache.resource.ResourceInitializationException: Error > initializing "org.apache.uima.resource.impl.Data_Resource_impl" from the > descriptor file:/C:Users/Abhik/workspace/Tagger/desc/HmmTagger.xml . > I am running my project in Eclipse.
Can you please paste the rest of the exception messages? Usually, the error will be followed by a stack trace, and then a line "Caused by ...." and another stack trace etc. It could be helpful to see what the cause of the above error was. -Marshall
