Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 62730 invoked from network); 27 Feb 2008 15:13:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Feb 2008 15:13:02 -0000 Received: (qmail 23477 invoked by uid 500); 27 Feb 2008 15:12:56 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 23455 invoked by uid 500); 27 Feb 2008 15:12:56 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 23444 invoked by uid 99); 27 Feb 2008 15:12:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Feb 2008 07:12:55 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of learn.koa@gmail.com designates 209.85.146.182 as permitted sender) Received: from [209.85.146.182] (HELO wa-out-1112.google.com) (209.85.146.182) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Feb 2008 15:12:19 +0000 Received: by wa-out-1112.google.com with SMTP id j4so3128799wah.1 for ; Wed, 27 Feb 2008 07:12:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=tzF5n938FfsfQPeMq8GBl5R5W20XY9BbRZ3jS4AxY5w=; b=uq7yluKPH0ov+ZAUmKSL6Yxn2t3AYuBETtzLBLdZzBHF2M2J06EL3NhJU0DXi4Vo7zJzk99zp23DWedmpnhaYMUABojInNyF9hkumq4sXDv8C6Yb7vNVzZb+TPqrfjnGeFAigVPtRcSow1o17evdU+7QtCbwVBZRgcAkN8CwG/s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=W9mFhyE3QRnSyxtpK3n14+2DwJrhwvvBZRiTPdK/gNdg6cKPYyMqGcXUVCzGPk/4tO4xdQ+Jv2KVvQgcOnBVPVDX53xMfJ1IExC1x18/HKI55L3W6dccNWHEb/5mLvqoVuztV7QzO2FcMp7v545muYBVT5KJVNg2kCfzM1gKq2Y= Received: by 10.114.58.1 with SMTP id g1mr7497980waa.91.1204125149567; Wed, 27 Feb 2008 07:12:29 -0800 (PST) Received: by 10.114.127.19 with HTTP; Wed, 27 Feb 2008 07:12:29 -0800 (PST) Message-ID: Date: Wed, 27 Feb 2008 23:12:29 +0800 From: CG To: user@geronimo.apache.org Subject: Geronimo WTP client for eclipse , server cannot start MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi, I am newbie in Geronimo, or more exactly , newbie in J2EE. I have setup the Geronimo WTP client for eclipse , and when I try to start the server it could not start. Environment ========== OS is Ubuntu 7.10 Geronimo version is geronimo-tomcat6-jee5-2.0.1 Ecplise SDK version is 3.3.1 JDK version is java_ee_sdk-5_04-linux I have tried to google for solution but could not find relevant answer. I also tried to run geronimo from cli , using the startup.sh , but seems like encounter the same problem. Hope that somebody can give some guidance to solve this problem. Thanks. Error messages are as below ============================== 22:18:15,725 ERROR [GBeanInstanceState] Error while starting; GBean is now in the FAILED state: abstractName="org.apache.geronimo.configs/j2ee-system/2.0.1/car?configurationName=org.apache.geronimo.configs/j2ee-system/2.0.1/car" org.apache.geronimo.kernel.repository.MissingDependencyException: Unable to resolve dependency org.apache.geronimo.modules/geronimo-common/2.0.1/jar at org.apache.geronimo.kernel.config.ConfigurationResolver.resolve(ConfigurationResolver.java:114) at org.apache.geronimo.kernel.config.Configuration.buildClassPath(Configuration.java:404) at org.apache.geronimo.kernel.config.Configuration.createConfigurationClasssLoader(Configuration.java:321) at org.apache.geronimo.kernel.config.Configuration.(Configuration.java:266) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:946) at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:268) at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:102) at org.apache.geronimo.gbean.runtime.GBeanInstance.start(GBeanInstance.java:539) at org.apache.geronimo.kernel.basic.BasicKernel.startGBean(BasicKernel.java:361) at org.apache.geronimo.kernel.config.ConfigurationUtil.loadBootstrapConfiguration(ConfigurationUtil.java:195) at org.apache.geronimo.kernel.config.ConfigurationUtil.loadBootstrapConfiguration(ConfigurationUtil.java:159) at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.loadBootConfiguration(MainConfigurationBootstrapper.java:84) at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.getMain(MainConfigurationBootstrapper.java:57) at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(MainConfigurationBootstrapper.java:38) at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:67) at org.apache.geronimo.cli.daemon.DaemonCLI.main(DaemonCLI.java:30) java.lang.IllegalStateException: GBean is not running: org.apache.geronimo.configs/j2ee-system/2.0.1/car?configurationName=org.apache.geronimo.configs/j2ee-system/2.0.1/car at org.apache.geronimo.kernel.basic.BasicKernel.getGBean(BasicKernel.java:304) at org.apache.geronimo.kernel.config.ConfigurationUtil.loadBootstrapConfiguration(ConfigurationUtil.java:197) at org.apache.geronimo.kernel.config.ConfigurationUtil.loadBootstrapConfiguration(ConfigurationUtil.java:159) at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.loadBootConfiguration(MainConfigurationBootstrapper.java:84) at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.getMain(MainConfigurationBootstrapper.java:57) at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(MainConfigurationBootstrapper.java:38) at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:67) at org.apache.geronimo.cli.daemon.DaemonCLI.main(DaemonCLI.java:30)