Hi, the uima-as release is on my plate. No ETA though. I am still waiting for Apache Infra to make a switch from SVN to GIT. Not sure how long this will take. Also the release takes some time to happen. So you have a few options:
1) If Java 11 is not absolutely necessary you can run with Java 8 2) You can build your own uima-as runtime from SVN trunk. It already has a dependency on uima 2.10.3 ( <uimajDependencyVersion>2.10.3</uimajDependencyVersion>) 3) You can replace uimaj-core.jar in your uima-as deployment with this jar: https://repo.maven.apache.org/maven2/org/apache/uima/uimaj-core/2.10.4/uimaj-core-2.10.4.jar (in $UIMA_HOME/lib). Not sure if this is the only jar you need. In case you need other (newer) uima jars just check here: https://repo.maven.apache.org/maven2/org/apache/uima/uimaj-core/2.10.4 <https://repo.maven.apache.org/maven2/org/apache/uima/uimaj-core/2.10.4/uimaj-core-2.10.4.jar> - Jerry On Wed, Feb 26, 2020 at 11:33 AM Marshall Schor <[email protected]> wrote: > Hi, > > This problem was fixed in core uima (uimaj) in version 2.10.3, see Jira > issue: > https://issues.apache.org/jira/browse/UIMA-5754 > > But uima-as version 2.10.3 was built/delivered with a previous version of > core > uima (uimaj), and doesn't have this fix. > > We'll look into fixes/workarounds for this earlier version. > > -Marshall > > > On 2/26/2020 12:58 AM, Hai-Son Nguyen wrote: > > Hi, > > I receiving an exception running: > > bin/runUimaClass.sh org.apache.uima.adapter.jms.service.UIMA_Service > ... > > using Java 11 both the Oracle > > java 11.0.6 2020-01-14 LTS > > and the OpenJDK versions: > > openjdk 11.0.3 2019-04-16 > > > > Exception in thread "main" java.lang.ClassCastException: class > jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to class > java.net.URLClassLoader (jdk.internal.loader.ClassLoaders$AppClassLoader > and java.net.URLClassLoader are in module java.base of loader 'bootstrap') > > at > org.apache.uima.bootstrap.UimaBootstrap.addUrlsToSystemLoader(UimaBootstrap.java:146) > > at > org.apache.uima.bootstrap.UimaBootstrap.main(UimaBootstrap.java:74) > > > > Thanks! > > Hai-Son >
