Jerry Cwiklik created UIMA-5942:
-----------------------------------
Summary: UIMA-DUCC: the pullservice JUnit tests use static port
8080
Key: UIMA-5942
URL: https://issues.apache.org/jira/browse/UIMA-5942
Project: UIMA
Issue Type: Improvement
Components: DUCC
Reporter: Jerry Cwiklik
Assignee: Jerry Cwiklik
Fix For: 2.2.3-Ducc
Pull service JUnit tests use static port (8080) for its TAS mock up client.
This is a commonly used port by http servers which may be running on a node.
The client's Jetty should use less obvious port say 12222 as base and test port
availability before using it.
Use java ServerSocket until a valid (open) port is found and use that.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)