Return-Path: X-Original-To: apmail-geronimo-dev-archive@www.apache.org Delivered-To: apmail-geronimo-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 C58E4C2B3 for ; Fri, 8 Jun 2012 07:58:28 +0000 (UTC) Received: (qmail 4925 invoked by uid 500); 8 Jun 2012 07:58:28 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 4261 invoked by uid 500); 8 Jun 2012 07:58:27 -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 4175 invoked by uid 99); 8 Jun 2012 07:58:26 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jun 2012 07:58:26 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 7F4EE142862 for ; Fri, 8 Jun 2012 07:58:24 +0000 (UTC) Date: Fri, 8 Jun 2012 07:58:24 +0000 (UTC) From: "Saphen Qiu (JIRA)" To: dev@geronimo.apache.org Message-ID: <374444256.51834.1339142304524.JavaMail.jiratomcat@issues-vm> In-Reply-To: <566881164.7670.1338174383766.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Updated] (GERONIMO-6358) Server can't be started if the build home contains space 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-6358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Saphen Qiu updated GERONIMO-6358: --------------------------------- Attachment: 6358.patch optimize the patch > Server can't be started if the build home contains space > -------------------------------------------------------- > > Key: GERONIMO-6358 > URL: https://issues.apache.org/jira/browse/GERONIMO-6358 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: startup/shutdown > Affects Versions: 3.0-beta-2 > Environment: Java(TM) SE Runtime Environment (build pxa6460sr10fp1-20120321_01(SR10 FP1)) > Reporter: Tina Li > Assignee: Saphen Qiu > Fix For: 3.0 > > Attachments: 6358.patch > > > 1. contains space > 2. Try to Start the server using command: > /bin$ geronimo run -l > 3.Server can't be started and error happened: > geronimo> 2012-05-28 10:57:41,571 ERROR [GBeanInstanceState] Error while starting; GBean is now in the FAILED state: abstractName="org.apache.geronimo.framework/j2ee-system/3.0-beta-2-SNAPSHOT/car?ServiceModule=org.apache.geronimo.framework/j2ee-system/3.0-beta-2-SNAPSHOT/car,j2eeType=GBean,name=DependencyManager" > java.lang.NullPointerException > at org.apache.geronimo.system.configuration.DependencyManager.toArtifact(DependencyManager.java:218) > at org.apache.geronimo.system.configuration.DependencyManager.addArtifactBundleEntry(DependencyManager.java:298) > at org.apache.geronimo.system.configuration.DependencyManager.installed(DependencyManager.java:438) > at org.apache.geronimo.system.configuration.DependencyManager.doStart(DependencyManager.java:550) > at org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:1000) > at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:271) > at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:105) > at org.apache.geronimo.gbean.runtime.GBeanInstance.start(GBeanInstance.java:555) > at org.apache.geronimo.gbean.runtime.GBeanDependency.attemptFullStart(GBeanDependency.java:110) > at org.apache.geronimo.gbean.runtime.GBeanDependency.addTarget(GBeanDependency.java:145) > at org.apache.geronimo.gbean.runtime.GBeanDependency$1.running(GBeanDependency.java:119) > at org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.fireRunningEvent(BasicLifecycleMonitor.java:176) > at org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.access$300(BasicLifecycleMonitor.java:45) > at org.apache.geronimo.kernel.basic.BasicLifecycleMonitor$RawLifecycleBroadcaster.fireRunningEvent(BasicLifecycleMonitor.java:254) > at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:301) > at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:105) > at org.apache.geronimo.gbean.runtime.GBeanInstance.start(GBeanInstance.java:555) > at org.apache.geronimo.gbean.runtime.GBeanDependency.attemptFullStart(GBeanDependency.java:110) > at org.apache.geronimo.gbean.runtime.GBeanDependency.addTarget(GBeanDependency.java:145) > at org.apache.geronimo.gbean.runtime.GBeanDependency$1.running(GBeanDependency.java:119) > at org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.fireRunningEvent(BasicLifecycleMonitor.java:176) > at org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.access$300(BasicLifecycleMonitor.java:45) > at org.apache.geronimo.kernel.basic.BasicLifecycleMonitor$RawLifecycleBroadcaster.fireRunningEvent(BasicLifecycleMonitor.java:254) > at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:301) > at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:105) > at org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBeanInstanceState.java:127) > at org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInstance.java:569) > at org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKernel.java:386) > at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:466) > at org.apache.geronimo.kernel.config.ConfigurationUtil.loadBootstrapConfiguration(ConfigurationUtil.java:220) > at org.apache.geronimo.system.osgi.BootActivator.start(BootActivator.java:70) > at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:711) > at java.security.AccessController.doPrivileged(AccessController.java:251) > at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:702) > at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:683) > at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:381) > at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:389) > at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1131) > at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:559) > at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:544) > at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:457) > at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:243) > at org.eclipse.osgi.framework.internal.core.EquinoxLauncher.internalStart(EquinoxLauncher.java:271) > at org.eclipse.osgi.framework.internal.core.EquinoxLauncher.start(EquinoxLauncher.java:241) > at org.eclipse.osgi.launch.Equinox.start(Equinox.java:258) > at org.apache.geronimo.main.FrameworkLauncher.launchOSGiFramework(FrameworkLauncher.java:180) > at org.apache.geronimo.main.FrameworkLauncher.launch(FrameworkLauncher.java:161) > at org.apache.geronimo.main.Bootstrapper.execute(Bootstrapper.java:48) > at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:65) > at org.apache.geronimo.cli.daemon.DaemonCLI.main(DaemonCLI.java:32) > 2012-05-28 10:57:41,579 ERROR [GBeanInstanceState] Error while starting; GBean is now in the FAILED state: abstractName="org.apache.geronimo.framework/j2ee-system/3.0-beta-2-SNAPSHOT/car?ServiceModule=org.apache.geronimo.framework/j2ee-system/3.0-beta-2-SNAPSHOT/car,j2eeType=GBean,name=DependencyManager" > java.lang.NullPointerException > at org.apache.geronimo.system.configuration.DependencyManager.toArtifact(DependencyManager.java:218) > at org.apache.geronimo.system.configuration.DependencyManager.addArtifactBundleEntry(DependencyManager.java:298) > at org.apache.geronimo.system.configuration.DependencyManager.installed(DependencyManager.java:438) > at org.apache.geronimo.system.configuration.DependencyManager.doStart(DependencyManager.java:550) > at org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:1000) > at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:271) > at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:105) > at org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBeanInstanceState.java:127) > at org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInstance.java:569) > at org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKernel.java:386) > at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:466) > at org.apache.geronimo.kernel.config.ConfigurationUtil.loadBootstrapConfiguration(ConfigurationUtil.java:220) > at org.apache.geronimo.system.osgi.BootActivator.start(BootActivator.java:70) > at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:711) > at java.security.AccessController.doPrivileged(AccessController.java:251) > at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:702) > at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:683) > at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:381) > at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:389) > at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1131) > at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:559) > at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:544) > at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:457) > at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:243) > at org.eclipse.osgi.framework.internal.core.EquinoxLauncher.internalStart(EquinoxLauncher.java:271) > at org.eclipse.osgi.framework.internal.core.EquinoxLauncher.start(EquinoxLauncher.java:241) > at org.eclipse.osgi.launch.Equinox.start(Equinox.java:258) > at org.apache.geronimo.main.FrameworkLauncher.launchOSGiFramework(FrameworkLauncher.java:180) > at org.apache.geronimo.main.FrameworkLauncher.launch(FrameworkLauncher.java:161) > at org.apache.geronimo.main.Bootstrapper.execute(Bootstrapper.java:48) > at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:65) > at org.apache.geronimo.cli.daemon.DaemonCLI.main(DaemonCLI.java:32) > Main not found -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira