Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 48373 invoked from network); 4 Dec 2007 20:27:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Dec 2007 20:27:06 -0000 Received: (qmail 76766 invoked by uid 500); 4 Dec 2007 20:26:54 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 76733 invoked by uid 500); 4 Dec 2007 20:26:54 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 76724 invoked by uid 99); 4 Dec 2007 20:26:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Dec 2007 12:26:54 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Dec 2007 20:27:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2B24A714244 for ; Tue, 4 Dec 2007 12:26:43 -0800 (PST) Message-ID: <19579310.1196800003174.JavaMail.jira@brutus> Date: Tue, 4 Dec 2007 12:26:43 -0800 (PST) From: "Daniel John Debrunner (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Created: (DERBY-3250) NetworkServerTestSetup will fail when starting the server as a process if any of the command line arguments contains a space MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org NetworkServerTestSetup will fail when starting the server as a process if any of the command line arguments contains a space ---------------------------------------------------------------------------------------------------------------------------- Key: DERBY-3250 URL: https://issues.apache.org/jira/browse/DERBY-3250 Project: Derby Issue Type: Bug Components: Test Affects Versions: 10.4.0.0 Reporter: Daniel John Debrunner Priority: Minor I was seeing failures in derbynet._Suite since my CLASSPATH environment variable included a jar with a space, ie. a jar in the windows folder "Program Files". The command line argument built by NetworkServerTestSetup.startSeparateProcess() does not escape any of the arguments. Probably would be better to use Runtime. exec(String[] cmdarray) and not Runtime.exec(String cmd) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.