Probably you have installed an ubuntu package libgcj-java (an open source Java implementation) or something like this, try to install sun-java-... package (that is the Sun Java SDK) instead, and make the default java point to sun-java... with the 'update-alternatives' command line tool.Hope that helps. Best regards, Tommaso
2009/6/18 Tong Fin <[email protected]> > > > > So the problem seems to come from > > gnu.xml.transform.TransformerImpl.transform (libgcj.so.81) > > > > the error message is too long but it seems to be a parsing xml issue > > > The UIMA plug-in uses the parser from JDK. > It looks like you have another XML parser in your classpath. > > -- Tong >
