Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 12608 invoked from network); 28 Feb 2008 17:08:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Feb 2008 17:08:25 -0000 Received: (qmail 94485 invoked by uid 500); 28 Feb 2008 17:08:18 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 94462 invoked by uid 500); 28 Feb 2008 17:08:18 -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 94451 invoked by uid 99); 28 Feb 2008 17:08:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Feb 2008 09:08:18 -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 216.239.58.190 as permitted sender) Received: from [216.239.58.190] (HELO gv-out-0910.google.com) (216.239.58.190) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Feb 2008 17:07:42 +0000 Received: by gv-out-0910.google.com with SMTP id p33so1108655gvf.27 for ; Thu, 28 Feb 2008 09:05:31 -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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=/txaCymiRd28ZBNxgg3UnzCLb+Uq4W+8Kae7P5kCKJ8=; b=jrTNYp3EENSYUt5GHlu6hBMcJucg+Tig/MQDxUbySVv1D1BG1bQ0m3+JZabZidJL2cOjJe6UnnKGKmX/DhF1tp5L4WPTl6Yb1VacLi/V9tIxLlnrLGGWbwoB0+Q0wNwroTeXG0/FPiyo0cnbXSP0rrFvNaBT5+ViwJyUh6QLqB4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Rp8Ed5d6RedGy/gY7jrvnPelVXoc/MlleY8aL4HaQ81VjyoWe+jX4jkrOsTMGfnkJfKB6jOUqd97BvMhkkCCM0D5YQJdkjbvWG1gv+Mrlo2YUcK04nhRgCNUtQBUozCQK4naXXUeHQbXCgjCfz0lmD1BNRyiwAn1L3XM9ePvEPw= Received: by 10.115.14.1 with SMTP id r1mr9718974wai.31.1204218329806; Thu, 28 Feb 2008 09:05:29 -0800 (PST) Received: by 10.114.127.19 with HTTP; Thu, 28 Feb 2008 09:05:29 -0800 (PST) Message-ID: Date: Fri, 29 Feb 2008 01:05:29 +0800 From: CG To: user@geronimo.apache.org Subject: Re: Geronimo WTP client for eclipse , server cannot start In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org Hi, thanks for everyone. I have managed to download and set up the Geronimo 2.1 , start up with no problem under terminal, using ./bin/start-server (set the JAVA_HOME earlier) Then , I try to configure Eclipse Geronimo v2 adaptor plugin , to use the Geronimo 2.1 . When I try to start it under Eclipse, it encounters problem when starting "remote-deploy-tomcat" Could it be problem of the adaptor ? could it because the adaptor only support geronimo 2.0x ? Error msg (after filtering) ========= : (skip): : Module 26/64 org.apache.geronimo.configs/axis2/2.1/car started in .000s Module 27/64 org.apache.geronimo.configs/jasper-deployer/2.1/car started in .255s Module 28/64 org.apache.geronimo.configs/remote-deploy-tomcat/2.1/car 01:05:32,575 ERROR [GBeanInstanceState] Error while starting; GBean is now in the FAILED state: abstractName="org.apache.geronimo.configs/remote-deploy-tomcat/2.1/car?configurationName=org.apache.geronimo.configs/remote-deploy-tomcat/2.1/car" org.apache.geronimo.kernel.config.InvalidConfigException: Unable to deserialize GBeanState in classloader: [org.apache.geronimo.kernel.config.MultiParentClassLoader id=org.apache.geronimo.configs/remote-deploy-tomcat/2.1/car] at org.apache.geronimo.kernel.config.SerializedGBeanState.loadGBeans(SerializedGBeanState.java:124) at org.apache.geronimo.kernel.config.SerializedGBeanState.getGBeans(SerializedGBeanState.java:65) at org.apache.geronimo.kernel.config.ConfigurationData.getGBeans(ConfigurationData.java:172) at org.apache.geronimo.kernel.config.Configuration.(Configuration.java:278) 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:948) at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:268) at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstan On Thu, Feb 28, 2008 at 5:08 AM, Joseph Leong wrote: > Hi CG, > > I remember a previous version was having the failed state issue at one point > as well... I'd like to suggest what Jacek mentioned > 1) Download Geronimo 2.1 Release > > http://geronimo.apache.org/downloads.html > > 2) Start with the Quick Start - Apache Geronimo for the Impatient > http://cwiki.apache.org/GMOxDOC21/quick-start-apache-geronimo-for-the-impatient.html > > 3) Proceed to Welcome to Apache Geronimo Development Tools Subproject in > Additional Information section. > > *Note: Again Make sure you have the Geronimo 2.1 release the issue was > eliminated in that version. > > -Joseph Leong > > > > On Wed, Feb 27, 2008 at 10:12 AM, CG wrote: > > 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) > > > >