UIMA AS 2.3.1 release missing activemq jars that enable http tunelling
-----------------------------------------------------------------------
Key: UIMA-2161
URL: https://issues.apache.org/jira/browse/UIMA-2161
Project: UIMA
Issue Type: Bug
Components: Async Scaleout
Affects Versions: 2.3.1AS
Reporter: Jerry Cwiklik
Assignee: Jerry Cwiklik
Fix For: 2.3.2AS
Latest release of UIMA AS is missing a number of ActiveMQ jars that support
messaging over http. UIMA AS Extended test suite use maven and its dependency
resolution to help find all the needed jars so the problem was not discovered
until UIMA AS was run stand alone outside of eclipse. When trying to use http
protocol the following exception is thrown:
ERROR BrokerService - Failed to start ActiveMQ JMS Message
Broker. Reason: java.io.IOException: Transport Connector could not be
registered in JMX: Transport scheme NOT recognized: [http]
Work around:
Install a full version of ActiveMQ from http://activemq.apache.org/ and, before
starting UIMA AS service, modify environment by setting ACTIVEMQ_HOME to point
to the location where ACTIVEMQ is installed.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira