Lou DeGenaro created UIMA-3699:
----------------------------------
Summary: ducc.py script does not work for broker with localhost
Key: UIMA-3699
URL: https://issues.apache.org/jira/browse/UIMA-3699
Project: UIMA
Issue Type: Bug
Components: DUCC
Affects Versions: 1.0-Ducc
Environment: uima-ducc-vm, see Jira Infra 7194
Reporter: Lou DeGenaro
Assignee: Jerry Cwiklik
We had to hack ducc.py to handle blocked ports. In particular:
os.environ['ACTIVEMQ_OPTS'] = '-Djava.rmi.server.hostname=localhost
-DDUCC_AMQ_PORT=' + broker_port + \
and
jvm_opts.append('-Djava.rmi.server.hostname=localhost')
>From Infra 7194:
Also, the AMQ broker's RMI needed to be configured (via -D) to use localhost
instead of defaulting to the host's IP address.
--
This message was sent by Atlassian JIRA
(v6.2#6252)