Burn Lewis created UIMA-3236:
--------------------------------

             Summary: Agent falsely rejects commands with no arguments
                 Key: UIMA-3236
                 URL: https://issues.apache.org/jira/browse/UIMA-3236
             Project: UIMA
          Issue Type: Bug
          Components: DUCC
            Reporter: Burn Lewis


This NodeAgent code is checking for no args instead of no executable

private boolean invalidCommand(ICommandLine commandLine) {
  return (commandLine == null || commandLine.getCommandLine() == null ||  
          commandLine.getCommandLine().length == 0);
  }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to