On 9/18/07, vijay vijay <[EMAIL PROTECTED]> wrote: > And main problem is i am not getting in IEBrowser i > have given it as like thishttp://localhost:8000//UIMAWeb/servlet/Test > here i got error saying "com.ibm.uima.util.InvalidXMLException".invalid > descriptor file at"c://tomcat/descriptor/webanalysis.xml".i have tried in > google but didn't get relevent ones. >
Please post the whole stack trace for the InvalidXMLException if you can get it. Usually further down in the stack trace it will say "caused by:", followed by a more detailed reason for why the descriptor was invalid. About the configuration parameter, you are saying that in your main program you call setConfigParameterValue followed by reconfigure(), and still your annotator does not get the correct value? You could put a println call in your annotator's initialize() method just to be sure the value is not being passed. Make sure the parameter name is spelled the same in all three places - in your main(), in the annotator code, and in your annotator's descriptor file. I'm running out of ideas here... -Adam
