tmills / ctakes-docker

Apache License 2.0
23 stars 18 forks source link

Error on load descriptor to pipeline (step 6) INFO: Top level controller init exception #38

Open krashr-ds opened 3 years ago

krashr-ds commented 3 years ago

Hi All,

I've managed to make it through to this point, but I appear to be now unable to load descriptor (remoteNoDeid.xml, since I'm not using deidentification).

When I attempt to load the descriptor, I get a SEVERE error saying can't initialize custom resource "org.apache.uima.aae.jms_adapter.JmsAnalysisEngineServiceAdapter" from descriptor "file:/home/kylier/ctakes-docker/desc/docker-fast-dictionary.xml"

At first, the log file (excerpted below), said I was running UIMA version 2.9.0 with UIMA-AS version 2.10.3. SO I un-installed 2.10.3, and installed 2.9.0 so the versions would match. I updated my UIMA_HOME.

Unfortunately, I am still getting errors at pretty much the same point in the script: org.apache.uima.tools.cvd.MainFrame.handleException(526): SEVERE: Unexpected Exception thrown when initializing Custom Resource "org.apache.uima.aae.jms_adapter.JmsAnalysisEngineServiceAdapter" from descriptor "file:/home/kylier/ctakes-docker/desc/docker-fast-dictionary.xml". org.apache.uima.resource.ResourceInitializationException: Unexpected Exception thrown when initializing Custom Resource "org.apache.uima.aae.jms_adapter.JmsAnalysisEngineServiceAdapter" from descriptor "file:/home/kylier/ctakes-docker/desc/docker-fast-dictionary.xml".

When I look at the log file (excerpt below) it looks like some kind of TCP/connectivity-related error - but I'm not sure what to do to fix it?

I am using Linux Mint 19.3 Tricia / Ubuntu 18.04 Bionic.

Any ideas what is wrong and how to fix it?

I would really appreciate any thoughts.

Thanks, Kylie

More of the updated log file below: org.apache.uima.adapter.jms.client.BaseUIMAAsynchronousEngine_impl.notifyOnInitializationFailure: WARNING: Top Level Controller Initialization Exception. javax.jms.JMSException: Cannot send, channel has already failed: tcp://127.0.0.1:61616 at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:72) at org.apache.activemq.ActiveMQConnection.syncSendPacket(ActiveMQConnection.java:1413) at org.apache.activemq.ActiveMQConnection.ensureConnectionInfoSent(ActiveMQConnection.java:1478) at org.apache.activemq.ActiveMQConnection.start(ActiveMQConnection.java:527)