java - Error after updating to UIMA Ruta 2.5 -
i updated apache uima ruta version 2.3.0 2.5.0. however, after upgrade, application not run anymore, due error in ruta scripts. following error:
caused by: org.apache.uima.util.invalidxmlexception: import not resolved. no file name "_app_typesystem.xml" found in class path or data path. (descriptor: <unknown>) @ org.apache.uima.resource.metadata.impl.import_impl.findabsoluteurl(import_impl.java:115) @ org.apache.uima.resource.metadata.impl.typesystemdescription_impl.resolveimports(typesystemdescription_impl.java:228) @ org.apache.uima.resource.metadata.impl.typesystemdescription_impl.resolveimports(typesystemdescription_impl.java:208) @ org.apache.uima.ruta.rutaenvironment.importpackagefromtypesystem(rutaenvironment.java:592) ... 67 more
i assume that's because of import within ruta script. have idea, if , how way import in script has changed version 2.3 2.5?
i import this:
import package de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos _app_typesystem pos;
Comments
Post a Comment