Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 62044 invoked from network); 26 Jun 2006 15:11:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Jun 2006 15:11:06 -0000 Received: (qmail 85341 invoked by uid 500); 26 Jun 2006 15:11:05 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 85313 invoked by uid 500); 26 Jun 2006 15:11:05 -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 85300 invoked by uid 99); 26 Jun 2006 15:11:04 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jun 2006 08:11:04 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jun 2006 08:11:03 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3311D410007 for ; Mon, 26 Jun 2006 15:09:31 +0000 (GMT) Message-ID: <10184875.1151334571206.JavaMail.jira@brutus> Date: Mon, 26 Jun 2006 15:09:31 +0000 (GMT+00:00) From: "Andreas Korneliussen (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-1444) Using -Djvmflags option causes NoClassDefFoundError In-Reply-To: <18623096.1151054669867.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DERBY-1444?page=3Dall ] Andreas Korneliussen updated DERBY-1444: ---------------------------------------- Fix Version: 10.2.0.0 Version: 10.1.3.0 10.2.0.0 Derby Info: [Patch Available] Committed revision 417206 (on trunk) > Using -Djvmflags option causes NoClassDefFoundError > --------------------------------------------------- > > Key: DERBY-1444 > URL: http://issues.apache.org/jira/browse/DERBY-1444 > Project: Derby > Type: Bug > Components: Test > Versions: 10.1.3.0, 10.2.0.0 > Environment: Suns jvm 1.5 > Reporter: Vemund =C3=98stgaard > Assignee: Vemund =C3=98stgaard > Priority: Minor > Fix For: 10.2.0.0 > Attachments: 1444-diff, 1444-diff.stat > > When starting tests with the -Djvmflags option, the harness (RunList clas= s) places "" around the argument to -Djvmflags when executing the java laun= cher to start a new jvm. This is (at least by suns java launcher) interpret= ed as a Class and not as a command line option, because of the "". Because = of this I get a NoClassDefFoundError. > I believe this is a problem that happens only when using Suns java launch= er. --=20 This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira