Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 74300 invoked from network); 27 Oct 2010 08:13:44 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Oct 2010 08:13:44 -0000 Received: (qmail 22349 invoked by uid 500); 27 Oct 2010 08:13:44 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 22152 invoked by uid 500); 27 Oct 2010 08:13:43 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 22145 invoked by uid 99); 27 Oct 2010 08:13:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Oct 2010 08:13:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Oct 2010 08:13:41 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9R8DLWV006725 for ; Wed, 27 Oct 2010 08:13:21 GMT Message-ID: <14446584.96131288167201607.JavaMail.jira@thor> Date: Wed, 27 Oct 2010 04:13:21 -0400 (EDT) From: "viola.lu (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-5661) Geronimo fails to start when there is a whitespace in Geronimo_HOME In-Reply-To: <26606516.71001288057341892.JavaMail.jira@thor> 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/GERONIMO-5661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] viola.lu updated GERONIMO-5661: ------------------------------- Attachment: G5661.patch pls review it, thanks > Geronimo fails to start when there is a whitespace in Geronimo_HOME > ------------------------------------------------------------------- > > Key: GERONIMO-5661 > URL: https://issues.apache.org/jira/browse/GERONIMO-5661 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: commands > Affects Versions: 3.0 > Environment: Ubuntu 9.04+Sun JDK 1.6.0_18 > Reporter: Chi Runhua > Assignee: viola.lu > Attachments: G5661.patch > > > Geronimo 2.2.1 works fine when there is a whitespace within GERONIMO_HOME while G3.0 fails to start. > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > jeffchi@ubuntu:~/Documents/Geronimo/test/Document and setting/g30/bin$ ./geronimo run > Using GERONIMO_HOME: /home/jeffchi/Documents/Geronimo/test/Document and setting/g30 > Using GERONIMO_TMPDIR: var/temp > Using JRE_HOME: /opt/sun/jdk1.6.0_18/jre > Exception in thread "main" java.lang.NoClassDefFoundError: and > Caused by: java.lang.ClassNotFoundException: and > at java.net.URLClassLoader$1.run(URLClassLoader.java:202) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:190) > at java.lang.ClassLoader.loadClass(ClassLoader.java:307) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) > at java.lang.ClassLoader.loadClass(ClassLoader.java:248) > Could not find the main class: and. Program will exit. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.