Hi Marchal! Thanks for your answer. Yesterday, I understood why the Resource Initialization Exception was happening. I also realized that some classes I have created were not found by cpeGUI. When I was searching how to solve the problem, I found this link http://comments.gmane.org/gmane.comp.apache.uima.general/3890. So, I realized that If I want to run cpeGUI.bat without calling it with eclipse, I need to create the environment variable UIMA_CLASSPATH (I didn't have that variable) and I need to change the project name defined in runUimaClass.bat . I replace the name "examples" for my project name; put my project inside of apache-uima folder and, after that, when I ran cpeGui.bat, everything worked fine.
Is there another way to make cpeGui recognize the UIMA projects that I create? Thanks again, Sabrina. > Date: Sun, 14 Sep 2014 07:06:13 -0400 > From: [email protected] > To: [email protected] > Subject: Re: ResourceInitializationException > > Hi, > > Just a quick something to check - I notice your file URL starts with > > file:ist/utl/... > > which looks like it might be missing some required "/" characters after the > "file:" part. Can you check that syntax? Googling file urls gives useful > summary links describing file urls. > > -Marshall > On 9/13/2014 2:54 PM, Sabrina Masson wrote: > > Hi! > > > > I'm trying to run a project done with UIMA. I'm using eclipse and > > when I run UIMA CPE GUI from this IDE everything works fine. However, > > when I try to run the same project with the batch file cpeGui located in > > UIMA-HOME/bin i get the following error: > > > > "org.apache.uima.resource.ResourceInitializationException: > > Initializtion of CAS Processor with name > > 'ClientPartnerCompetitorAndTechnologyAnnotator' failed. Caused by: > > org.apache.uima.resource.ResourceConfigurationException: Initialization > > of CAS processor with name > > 'ClientPartnerCompetitorAndTechnologyAnnotator' failed. Caused by: > > org.apache.uima.resource.ResourceInitializationException: Error > > initializing 'org.apache.uima.resource.impl.DataResource_impl' from > > descriptor > > file:/C:/Users/Sabrina/workspace/CompaniesTechnologiesAnnotator/desc/analysis_engine/ClientPartnerCompetitorAndTechnologyAnnotator.xml > > Caused by: org.apache.uima.resource.ResourceInitializationException: > > Could not acess the resource data at > > file:ist/utl/pt/link/entities/dictionaries/Parceiros.txt". > > > > The file Parceiros.txt is in that path. I don't understand why I get this > > error message. > > > > Someone could tell me why it is happening? > > Thanks in advance, > > Sabrina. > > >
