Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
krashr-ds opened this issue Jan 7, 2021 · 0 comments

Comments

@krashr-ds
Copy link

krashr-ds commented Jan 7, 2021

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)

@krashr-ds krashr-ds changed the title Error on load descriptor to pipeline (step 6) INFO: UIMA version 2.9.0 UIMA-AS version 2.10.3 Error on load descriptor to pipeline (step 6) INFO: Top level controller init exception Jan 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant