Return-Path: X-Original-To: apmail-uima-dev-archive@www.apache.org Delivered-To: apmail-uima-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0D2F610398 for ; Thu, 29 Aug 2013 19:41:54 +0000 (UTC) Received: (qmail 91379 invoked by uid 500); 29 Aug 2013 19:41:53 -0000 Delivered-To: apmail-uima-dev-archive@uima.apache.org Received: (qmail 91305 invoked by uid 500); 29 Aug 2013 19:41:53 -0000 Mailing-List: contact dev-help@uima.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@uima.apache.org Delivered-To: mailing list dev@uima.apache.org Received: (qmail 91275 invoked by uid 99); 29 Aug 2013 19:41:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Aug 2013 19:41:52 +0000 Date: Thu, 29 Aug 2013 19:41:52 +0000 (UTC) From: "Burn Lewis (JIRA)" To: dev@uima.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (UIMA-3236) Agent falsely rejects commands with no arguments MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/UIMA-3236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Burn Lewis resolved UIMA-3236. ------------------------------ Resolution: Fixed Report invalid command if the executable is missing (may have no args) > 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 > Assignee: 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