[
https://issues.apache.org/jira/browse/UIMA-4575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jerry Cwiklik reopened UIMA-4575:
---------------------------------
Re-opening. The actual problem is in a loop in DuccCommandExecutor around line
837. This loop iterates over options and keeps adding
-Dducc.deploy.components=.. each time.
This code was added to support running both 2.0.0 and earlier versions. No need
for that know. While fixing the options remove the dead code.
> DUCC Agent adds duplicate -Dducc.deploy.components to the cmd line
> ------------------------------------------------------------------
>
> Key: UIMA-4575
> URL: https://issues.apache.org/jira/browse/UIMA-4575
> Project: UIMA
> Issue Type: Bug
> Components: DUCC
> Affects Versions: 2.0.0-Ducc
> Reporter: Jerry Cwiklik
> Assignee: Jerry Cwiklik
> Fix For: 2.1.0-Ducc
>
>
> The Agent adds duplicate -Dducc.deploy.components to the command line it
> receives from the OR. No need for doing this. The duplication does not cause
> any runtime issues but it is just wrong to add duplicate -Ds. Update
> DuccCommandExecutor.java
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)