Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 16347 invoked from network); 16 Feb 2007 10:26:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Feb 2007 10:26:08 -0000 Received: (qmail 61212 invoked by uid 500); 16 Feb 2007 10:26:14 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 61152 invoked by uid 500); 16 Feb 2007 10:26:14 -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 61133 invoked by uid 99); 16 Feb 2007 10:26:14 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Feb 2007 02:26:14 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [209.68.5.17] (HELO relay03.pair.com) (209.68.5.17) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 16 Feb 2007 02:26:01 -0800 Received: (qmail 8410 invoked from network); 16 Feb 2007 10:25:36 -0000 Received: from 124.43.227.169 (HELO ?192.168.1.100?) (124.43.227.169) by relay03.pair.com with SMTP; 16 Feb 2007 10:25:36 -0000 X-pair-Authenticated: 124.43.227.169 Message-ID: <45D5869F.4020408@opensource.lk> Date: Fri, 16 Feb 2007 15:55:35 +0530 From: Lasantha Ranaweera User-Agent: Thunderbird 1.5.0.8 (X11/20061115) MIME-Version: 1.0 To: dev@geronimo.apache.org Subject: Re: Daytrader newbie References: <3117.124.43.99.156.1171326117.squirrel@webmail10.pair.com> <45D18DA0.9040809@opensource.lk> <4613DD09-8AC2-4B3C-9C91-A7C2F15DC40E@hogstrom.org> <3083.202.21.46.98.1171410622.squirrel@webmail3.pair.com> <421012bd0702141203uf210d84iedaba53455d0911b@mail.gmail.com> <45D428CA.50006@opensource.lk> <421012bd0702150526k16c657f1x6dfb562c65d4ee65@mail.gmail.com> <3068.124.43.99.239.1171554275.squirrel@webmail10.pair.com> In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Wonderful... It works.. Thanks, Lasantha David Jencks wrote: > > On Feb 15, 2007, at 7:44 AM, Lasantha Ranaweera wrote: > >> I am using java -jar server.jar. Does it really affects? > > yes. > > If the application uses PortableRemoteObject.narrow rather than casts > you MUST start geronimo specifying the endorsed dirs > > java -Djava.endorsed.dirs=lib/endorsed -jar bin/server.jar --long > > (well, the --long isn't necessary but does give more info if something > goes wrong during startup) > > thanks > david jencks > >> >> Lasantha >> >>> What command are you using to start the server? startup.sh|bat? or >>> are you >>> starting it some other way? >>> >>> On 2/15/07, Lasantha Ranaweera wrote: >>>> >>>> Hi Chris, >>>> >>>> Thanks for the information but still it is getting failed for me. >>>> >>>> Following are the steps I have followed & the current situation. >>>> May be >>>> you might have some more insight on it than me. >>>> >>>> 1. Get the latest source code from DT trunk (revision 507843). >>>> 2. Build the source code using mvn clean install. >>>> 3. Start the G 1.2 beta server. >>>> 4. Create the derby database using createDB.sh. (I have given it in >>>> the >>>> DAYTRADER-35 patch & would be greately appriciated if someone can >>>> review >>>> it too) >>>> 5. Deploy the daytrader-ear-2.0-SNAPSHOT.ear & >>>> dtTrunk_geronimo12-beta-plan.xml using G console. >>>> 6. Getting following error :(. >>>> >>>> Thanks Again, >>>> Lasantha >>>> >>>> 15:01:14,658 ERROR [GBeanInstanceState] Error while starting; GBean is >>>> now in the FAILED state: >>>> abstractName="org.apache.geronimo.configs >>>> /j2ee-corba-yoko/1.2-beta/car?ServiceModule=org.apache.geronimo.configs >>>> >>>> /j2ee-corba-yoko/1.2-beta/car,j2eeType=CORBANameService,name=NameServer" >>>> >>>> java.lang.NoSuchMethodError: >>>> >>>> org.omg.PortableInterceptor.IORInterceptor_3_0.adapter_manager_state_changed >>>> >>>> (Ljava/lang/String;S)V >>>> at >>>> org.apache.yoko.orb.OB.PIManager.adapterManagerStateChange(PIManager.java >>>> >>>> :531) >>>> at >>>> org.apache.yoko.orb.OBPortableServer.POAManager_impl.activate >>>> (POAManager_impl.java:212) >>>> at >>>> org.apache.yoko.orb.CosNaming.tnaming.TransientNameService.initialize( >>>> TransientNameService.java:129) >>>> at >>>> org.apache.yoko.orb.CosNaming.tnaming.TransientNameService.run( >>>> TransientNameService.java:114) >>>> at >>>> org.apache.openejb.yoko.ORBConfigAdapter.createNameService( >>>> ORBConfigAdapter.java:167) >>>> at >>>> >>>> org.apache.openejb.yoko.ORBConfigAdapter$$FastClassByCGLIB$$c8ca5bf1.invoke >>>> >>>> () >>>> at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) >>>> at >>>> org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke( >>>> FastMethodInvoker.java:38) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanOperation.invoke( >>>> GBeanOperation.java:122) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java >>>> >>>> :820) >>>> at >>>> org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57) >>>> >>>> at >>>> org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke( >>>> RawOperationInvoker.java:35) >>>> at >>>> org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept( >>>> ProxyMethodInterceptor.java:96) >>>> at >>>> >>>> org.apache.openejb.corba.security.config.ConfigAdapter$$EnhancerByCGLIB$$825d752c.createNameService >>>> >>>> () >>>> at >>>> org.apache.openejb.corba.NameService.doStart(NameService.java:162) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance( >>>> GBeanInstance.java:984) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart( >>>> GBeanInstanceState.java:267) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanInstanceState.start( >>>> GBeanInstanceState.java:102) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanInstance.start(GBeanInstance.java >>>> >>>> :529) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanDependency.attemptFullStart( >>>> GBeanDependency.java:111) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanDependency.addTarget( >>>> GBeanDependency.java:146) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanDependency$1.running( >>>> GBeanDependency.java:120) >>>> at >>>> org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.fireRunningEvent( >>>> >>>> BasicLifecycleMonitor.java:173) >>>> at >>>> org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.access$300( >>>> BasicLifecycleMonitor.java:41) >>>> at >>>> >>>> org.apache.geronimo.kernel.basic.BasicLifecycleMonitor$RawLifecycleBroadcaster.fireRunningEvent >>>> >>>> (BasicLifecycleMonitor.java:251) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart( >>>> GBeanInstanceState.java:292) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanInstanceState.start( >>>> GBeanInstanceState.java:102) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive( >>>> GBeanInstanceState.java:124) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive( >>>> GBeanInstance.java:543) >>>> at >>>> org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean( >>>> BasicKernel.java:379) >>>> at >>>> >>>> org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans >>>> >>>> (ConfigurationUtil.java:378) >>>> at >>>> org.apache.geronimo.kernel.config.KernelConfigurationManager.start( >>>> KernelConfigurationManager.java:187) >>>> at >>>> >>>> org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration >>>> >>>> (SimpleConfigurationManager.java:527) >>>> at >>>> >>>> org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration >>>> >>>> (SimpleConfigurationManager.java:508) >>>> at >>>> >>>> org.apache.geronimo.kernel.config.SimpleConfigurationManager$$FastClassByCGLIB$$ce77a924.invoke >>>> >>>> () >>>> at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) >>>> at >>>> org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke( >>>> FastMethodInvoker.java:38) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanOperation.invoke( >>>> GBeanOperation.java:122) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java >>>> >>>> :820) >>>> at >>>> org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57) >>>> >>>> at >>>> org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke( >>>> RawOperationInvoker.java:35) >>>> at >>>> org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept( >>>> ProxyMethodInterceptor.java:96) >>>> at >>>> >>>> org.apache.geronimo.kernel.config.EditableConfigurationManager$$EnhancerByCGLIB$$a0bf7cff.startConfiguration >>>> >>>> () >>>> at >>>> org.apache.geronimo.deployment.plugin.local.StartCommand.run( >>>> StartCommand.java:67) >>>> at java.lang.Thread.run(Thread.java:595) >>>> 15:01:14,669 WARN [BasicLifecycleMonitor] Exception occured while >>>> notifying listener >>>> java.lang.NoSuchMethodError: >>>> >>>> org.omg.PortableInterceptor.IORInterceptor_3_0.adapter_manager_state_changed >>>> >>>> (Ljava/lang/String;S)V >>>> at >>>> org.apache.yoko.orb.OB.PIManager.adapterManagerStateChange(PIManager.java >>>> >>>> :531) >>>> at >>>> org.apache.yoko.orb.OBPortableServer.POAManager_impl.activate >>>> (POAManager_impl.java:212) >>>> at >>>> org.apache.yoko.orb.CosNaming.tnaming.TransientNameService.initialize( >>>> TransientNameService.java:129) >>>> at >>>> org.apache.yoko.orb.CosNaming.tnaming.TransientNameService.run( >>>> TransientNameService.java:114) >>>> at >>>> org.apache.openejb.yoko.ORBConfigAdapter.createNameService( >>>> ORBConfigAdapter.java:167) >>>> at >>>> >>>> org.apache.openejb.yoko.ORBConfigAdapter$$FastClassByCGLIB$$c8ca5bf1.invoke >>>> >>>> () >>>> at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) >>>> at >>>> org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke( >>>> FastMethodInvoker.java:38) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanOperation.invoke( >>>> GBeanOperation.java:122) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java >>>> >>>> :820) >>>> at >>>> org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57) >>>> >>>> at >>>> org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke( >>>> RawOperationInvoker.java:35) >>>> at >>>> org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept( >>>> ProxyMethodInterceptor.java:96) >>>> at >>>> >>>> org.apache.openejb.corba.security.config.ConfigAdapter$$EnhancerByCGLIB$$825d752c.createNameService >>>> >>>> () >>>> at >>>> org.apache.openejb.corba.NameService.doStart(NameService.java:162) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance( >>>> GBeanInstance.java:984) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart( >>>> GBeanInstanceState.java:267) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanInstanceState.start( >>>> GBeanInstanceState.java:102) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanInstance.start(GBeanInstance.java >>>> >>>> :529) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanDependency.attemptFullStart( >>>> GBeanDependency.java:111) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanDependency.addTarget( >>>> GBeanDependency.java:146) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanDependency$1.running( >>>> GBeanDependency.java:120) >>>> at >>>> org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.fireRunningEvent( >>>> >>>> BasicLifecycleMonitor.java:173) >>>> at >>>> org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.access$300( >>>> BasicLifecycleMonitor.java:41) >>>> at >>>> >>>> org.apache.geronimo.kernel.basic.BasicLifecycleMonitor$RawLifecycleBroadcaster.fireRunningEvent >>>> >>>> (BasicLifecycleMonitor.java:251) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart( >>>> GBeanInstanceState.java:292) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanInstanceState.start( >>>> GBeanInstanceState.java:102) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive( >>>> GBeanInstanceState.java:124) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive( >>>> GBeanInstance.java:543) >>>> at >>>> org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean( >>>> BasicKernel.java:379) >>>> at >>>> >>>> org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans >>>> >>>> (ConfigurationUtil.java:378) >>>> at >>>> org.apache.geronimo.kernel.config.KernelConfigurationManager.start( >>>> KernelConfigurationManager.java:187) >>>> at >>>> >>>> org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration >>>> >>>> (SimpleConfigurationManager.java:527) >>>> at >>>> >>>> org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration >>>> >>>> (SimpleConfigurationManager.java:508) >>>> at >>>> >>>> org.apache.geronimo.kernel.config.SimpleConfigurationManager$$FastClassByCGLIB$$ce77a924.invoke >>>> >>>> () >>>> at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) >>>> at >>>> org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke( >>>> FastMethodInvoker.java:38) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanOperation.invoke( >>>> GBeanOperation.java:122) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java >>>> >>>> :820) >>>> at >>>> org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57) >>>> >>>> at >>>> org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke( >>>> RawOperationInvoker.java:35) >>>> at >>>> org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept( >>>> ProxyMethodInterceptor.java:96) >>>> at >>>> >>>> org.apache.geronimo.kernel.config.EditableConfigurationManager$$EnhancerByCGLIB$$a0bf7cff.startConfiguration >>>> >>>> () >>>> at >>>> org.apache.geronimo.deployment.plugin.local.StartCommand.run( >>>> StartCommand.java:67) >>>> at java.lang.Thread.run(Thread.java:595) >>>> org.apache.geronimo.kernel.config.LifecycleException: start of >>>> geronimo/daytrader-derby-tomcat/1.2-SNAPSHOT/car failed >>>> at >>>> >>>> org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration >>>> >>>> (SimpleConfigurationManager.java:544) >>>> at >>>> >>>> org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration >>>> >>>> (SimpleConfigurationManager.java:508) >>>> at >>>> >>>> org.apache.geronimo.kernel.config.SimpleConfigurationManager$$FastClassByCGLIB$$ce77a924.invoke >>>> >>>> () >>>> at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) >>>> at >>>> org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke( >>>> FastMethodInvoker.java:38) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanOperation.invoke( >>>> GBeanOperation.java:122) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java >>>> >>>> :820) >>>> at >>>> org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57) >>>> >>>> at >>>> org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke( >>>> RawOperationInvoker.java:35) >>>> at >>>> org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept( >>>> ProxyMethodInterceptor.java:96) >>>> at >>>> >>>> org.apache.geronimo.kernel.config.EditableConfigurationManager$$EnhancerByCGLIB$$a0bf7cff.startConfiguration >>>> >>>> () >>>> at >>>> org.apache.geronimo.deployment.plugin.local.StartCommand.run( >>>> StartCommand.java:67) >>>> at java.lang.Thread.run(Thread.java:595) >>>> Caused by: org.apache.geronimo.kernel.config.InvalidConfigException: >>>> Unknown start exception >>>> at >>>> >>>> org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans >>>> >>>> (ConfigurationUtil.java:444) >>>> at >>>> org.apache.geronimo.kernel.config.KernelConfigurationManager.start( >>>> KernelConfigurationManager.java:187) >>>> at >>>> >>>> org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration >>>> >>>> (SimpleConfigurationManager.java:527) >>>> ... 12 more >>>> >>>> >>>> >>>> 15:01:14,658 ERROR [GBeanInstanceState] Error while starting; GBean is >>>> now in the FAILED state: >>>> abstractName="org.apache.geronimo.configs >>>> /j2ee-corba-yoko/1.2-beta/car?ServiceModule=org.apache.geronimo.configs >>>> >>>> /j2ee-corba-yoko/1.2-beta/car,j2eeType=CORBANameService,name=NameServer" >>>> >>>> java.lang.NoSuchMethodError: >>>> >>>> org.omg.PortableInterceptor.IORInterceptor_3_0.adapter_manager_state_changed >>>> >>>> (Ljava/lang/String;S)V >>>> at >>>> org.apache.yoko.orb.OB.PIManager.adapterManagerStateChange(PIManager.java >>>> >>>> :531) >>>> at >>>> org.apache.yoko.orb.OBPortableServer.POAManager_impl.activate >>>> (POAManager_impl.java:212) >>>> at >>>> org.apache.yoko.orb.CosNaming.tnaming.TransientNameService.initialize( >>>> TransientNameService.java:129) >>>> at >>>> org.apache.yoko.orb.CosNaming.tnaming.TransientNameService.run( >>>> TransientNameService.java:114) >>>> at >>>> org.apache.openejb.yoko.ORBConfigAdapter.createNameService( >>>> ORBConfigAdapter.java:167) >>>> at >>>> >>>> org.apache.openejb.yoko.ORBConfigAdapter$$FastClassByCGLIB$$c8ca5bf1.invoke >>>> >>>> () >>>> at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) >>>> at >>>> org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke( >>>> FastMethodInvoker.java:38) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanOperation.invoke( >>>> GBeanOperation.java:122) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java >>>> >>>> :820) >>>> at >>>> org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57) >>>> >>>> at >>>> org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke( >>>> RawOperationInvoker.java:35) >>>> at >>>> org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept( >>>> ProxyMethodInterceptor.java:96) >>>> at >>>> >>>> org.apache.openejb.corba.security.config.ConfigAdapter$$EnhancerByCGLIB$$825d752c.createNameService >>>> >>>> () >>>> at >>>> org.apache.openejb.corba.NameService.doStart(NameService.java:162) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance( >>>> GBeanInstance.java:984) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart( >>>> GBeanInstanceState.java:267) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanInstanceState.start( >>>> GBeanInstanceState.java:102) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanInstance.start(GBeanInstance.java >>>> >>>> :529) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanDependency.attemptFullStart( >>>> GBeanDependency.java:111) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanDependency.addTarget( >>>> GBeanDependency.java:146) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanDependency$1.running( >>>> GBeanDependency.java:120) >>>> at >>>> org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.fireRunningEvent( >>>> >>>> BasicLifecycleMonitor.java:173) >>>> at >>>> org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.access$300( >>>> BasicLifecycleMonitor.java:41) >>>> at >>>> >>>> org.apache.geronimo.kernel.basic.BasicLifecycleMonitor$RawLifecycleBroadcaster.fireRunningEvent >>>> >>>> (BasicLifecycleMonitor.java:251) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart( >>>> GBeanInstanceState.java:292) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanInstanceState.start( >>>> GBeanInstanceState.java:102) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive( >>>> GBeanInstanceState.java:124) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive( >>>> GBeanInstance.java:543) >>>> at >>>> org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean( >>>> BasicKernel.java:379) >>>> at >>>> >>>> org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans >>>> >>>> (ConfigurationUtil.java:378) >>>> at >>>> org.apache.geronimo.kernel.config.KernelConfigurationManager.start( >>>> KernelConfigurationManager.java:187) >>>> at >>>> >>>> org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration >>>> >>>> (SimpleConfigurationManager.java:527) >>>> at >>>> >>>> org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration >>>> >>>> (SimpleConfigurationManager.java:508) >>>> at >>>> >>>> org.apache.geronimo.kernel.config.SimpleConfigurationManager$$FastClassByCGLIB$$ce77a924.invoke >>>> >>>> () >>>> at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) >>>> at >>>> org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke( >>>> FastMethodInvoker.java:38) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanOperation.invoke( >>>> GBeanOperation.java:122) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java >>>> >>>> :820) >>>> at >>>> org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57) >>>> >>>> at >>>> org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke( >>>> RawOperationInvoker.java:35) >>>> at >>>> org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept( >>>> ProxyMethodInterceptor.java:96) >>>> at >>>> >>>> org.apache.geronimo.kernel.config.EditableConfigurationManager$$EnhancerByCGLIB$$a0bf7cff.startConfiguration >>>> >>>> () >>>> at >>>> org.apache.geronimo.deployment.plugin.local.StartCommand.run( >>>> StartCommand.java:67) >>>> at java.lang.Thread.run(Thread.java:595) >>>> 15:01:14,669 WARN [BasicLifecycleMonitor] Exception occured while >>>> notifying listener >>>> java.lang.NoSuchMethodError: >>>> >>>> org.omg.PortableInterceptor.IORInterceptor_3_0.adapter_manager_state_changed >>>> >>>> (Ljava/lang/String;S)V >>>> at >>>> org.apache.yoko.orb.OB.PIManager.adapterManagerStateChange(PIManager.java >>>> >>>> :531) >>>> at >>>> org.apache.yoko.orb.OBPortableServer.POAManager_impl.activate >>>> (POAManager_impl.java:212) >>>> at >>>> org.apache.yoko.orb.CosNaming.tnaming.TransientNameService.initialize( >>>> TransientNameService.java:129) >>>> at >>>> org.apache.yoko.orb.CosNaming.tnaming.TransientNameService.run( >>>> TransientNameService.java:114) >>>> at >>>> org.apache.openejb.yoko.ORBConfigAdapter.createNameService( >>>> ORBConfigAdapter.java:167) >>>> at >>>> >>>> org.apache.openejb.yoko.ORBConfigAdapter$$FastClassByCGLIB$$c8ca5bf1.invoke >>>> >>>> () >>>> at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) >>>> at >>>> org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke( >>>> FastMethodInvoker.java:38) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanOperation.invoke( >>>> GBeanOperation.java:122) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java >>>> >>>> :820) >>>> at >>>> org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57) >>>> >>>> at >>>> org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke( >>>> RawOperationInvoker.java:35) >>>> at >>>> org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept( >>>> ProxyMethodInterceptor.java:96) >>>> at >>>> >>>> org.apache.openejb.corba.security.config.ConfigAdapter$$EnhancerByCGLIB$$825d752c.createNameService >>>> >>>> () >>>> at >>>> org.apache.openejb.corba.NameService.doStart(NameService.java:162) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance( >>>> GBeanInstance.java:984) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart( >>>> GBeanInstanceState.java:267) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanInstanceState.start( >>>> GBeanInstanceState.java:102) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanInstance.start(GBeanInstance.java >>>> >>>> :529) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanDependency.attemptFullStart( >>>> GBeanDependency.java:111) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanDependency.addTarget( >>>> GBeanDependency.java:146) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanDependency$1.running( >>>> GBeanDependency.java:120) >>>> at >>>> org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.fireRunningEvent( >>>> >>>> BasicLifecycleMonitor.java:173) >>>> at >>>> org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.access$300( >>>> BasicLifecycleMonitor.java:41) >>>> at >>>> >>>> org.apache.geronimo.kernel.basic.BasicLifecycleMonitor$RawLifecycleBroadcaster.fireRunningEvent >>>> >>>> (BasicLifecycleMonitor.java:251) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart( >>>> GBeanInstanceState.java:292) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanInstanceState.start( >>>> GBeanInstanceState.java:102) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive( >>>> GBeanInstanceState.java:124) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive( >>>> GBeanInstance.java:543) >>>> at >>>> org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean( >>>> BasicKernel.java:379) >>>> at >>>> >>>> org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans >>>> >>>> (ConfigurationUtil.java:378) >>>> at >>>> org.apache.geronimo.kernel.config.KernelConfigurationManager.start( >>>> KernelConfigurationManager.java:187) >>>> at >>>> >>>> org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration >>>> >>>> (SimpleConfigurationManager.java:527) >>>> at >>>> >>>> org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration >>>> >>>> (SimpleConfigurationManager.java:508) >>>> at >>>> >>>> org.apache.geronimo.kernel.config.SimpleConfigurationManager$$FastClassByCGLIB$$ce77a924.invoke >>>> >>>> () >>>> at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) >>>> at >>>> org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke( >>>> FastMethodInvoker.java:38) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanOperation.invoke( >>>> GBeanOperation.java:122) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java >>>> >>>> :820) >>>> at >>>> org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57) >>>> >>>> at >>>> org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke( >>>> RawOperationInvoker.java:35) >>>> at >>>> org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept( >>>> ProxyMethodInterceptor.java:96) >>>> at >>>> >>>> org.apache.geronimo.kernel.config.EditableConfigurationManager$$EnhancerByCGLIB$$a0bf7cff.startConfiguration >>>> >>>> () >>>> at >>>> org.apache.geronimo.deployment.plugin.local.StartCommand.run( >>>> StartCommand.java:67) >>>> at java.lang.Thread.run(Thread.java:595) >>>> org.apache.geronimo.kernel.config.LifecycleException: start of >>>> geronimo/daytrader-derby-tomcat/1.2-SNAPSHOT/car failed >>>> at >>>> >>>> org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration >>>> >>>> (SimpleConfigurationManager.java:544) >>>> at >>>> >>>> org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration >>>> >>>> (SimpleConfigurationManager.java:508) >>>> at >>>> >>>> org.apache.geronimo.kernel.config.SimpleConfigurationManager$$FastClassByCGLIB$$ce77a924.invoke >>>> >>>> () >>>> at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) >>>> at >>>> org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke( >>>> FastMethodInvoker.java:38) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanOperation.invoke( >>>> GBeanOperation.java:122) >>>> at >>>> org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java >>>> >>>> :820) >>>> at >>>> org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57) >>>> >>>> at >>>> org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke( >>>> RawOperationInvoker.java:35) >>>> at >>>> org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept( >>>> ProxyMethodInterceptor.java:96) >>>> at >>>> >>>> org.apache.geronimo.kernel.config.EditableConfigurationManager$$EnhancerByCGLIB$$a0bf7cff.startConfiguration >>>> >>>> () >>>> at >>>> org.apache.geronimo.deployment.plugin.local.StartCommand.run( >>>> StartCommand.java:67) >>>> at java.lang.Thread.run(Thread.java:595) >>>> Caused by: org.apache.geronimo.kernel.config.InvalidConfigException: >>>> Unknown start exception >>>> at >>>> >>>> org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans >>>> >>>> (ConfigurationUtil.java:444) >>>> at >>>> org.apache.geronimo.kernel.config.KernelConfigurationManager.start( >>>> KernelConfigurationManager.java:187) >>>> at >>>> >>>> org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration >>>> >>>> (SimpleConfigurationManager.java:527) >>>> ... 12 more >>>> >>>> >>>> >>>> Thanks Again, >>>> Lasantha >>>> >>>> Christopher Blythe wrote: >>>>> Lasantha... >>>>> >>>>> I just checked out the current revision of Daytrader from trunk and >>>>> was able to deploy on both Geronimo 1.2-beta and 2.0-M1. I placed the >>>>> plan files I used for each in the following location. >>>>> >>>>> http://people.apache.org/~cjblythe/daytrader_plan_files/ >>>>> >>>>> >>>>> Let me know if you still run into problems... Unfortunately, >>>>> deployment is highly dependent upon the plan files and as each new >>>>> branch/tag of Geronimo is released, the plan files have to be >>>>> modified >>>>> slightly to adjust for changes in the version names/levels of the >>>>> dependent rar files in Geronimo. It would be really nice if we could >>>>> specify the rar file in the plan files without specifying a version. >>>>> Any thoughts if it is possible? >>>>> >>>>> Matt... I haven't tried deploying against M2 yet. Is that where you >>>>> are running into problems? >>>>> >>>>> Thanks... >>>>> >>>>> Chris >>>>> >>>>> On 2/13/07, *Lasantha Ranaweera * >>>> > wrote: >>>>> >>>>> Matt, >>>>> >>>>> Thanks for the info. I will wait until you finish it. That will >>>>> make my >>>>> life more easier. Until then web services & documentation ..... ;) >>>>> >>>>> Please inform the list when are sorted it out. >>>>> >>>>> Thanks Again, >>>>> Lasantha >>>>> >>>>>> Lasantha >>>>>> >>>>>> I'm working through some build issues with DT right now. I'd >>>>> suggest >>>>>> waiting till I sort them out. If you want to work on them as >>>> well >>>> I >>>>>> had to go back in the time machine to a DayTrader build off of >>>>> trunk >>>>>> from December: >>>>>> >>>>>> svn co -r 486035 >>>>> https://svn.apache.org/repos/asf/geronimo/daytrader/ >>>>>> trunk@486035 daytrader/trunk >>>>>> >>>>>> I'll be sorting though where I went awry but won't get to it for >>>> a >>>>>> day or so. I think when applying some patches things went bad >>>>> and it >>>>>> no longer deploys after the rev number above. I'll get it >>>>> sorted out >>>>>> in the next day or so. You can use the plan at >>>>> http://svn.apache.org/ >>>>>> repos/asf/geronimo/daytrader/trunk/plans/ daytrader-2.0-M1-jpa- >>>>>> plan.xml with a few tweaks to the rar artifact versions and that >>>>>> might work. >>>>>> >>>>>> Anyway, should have it sorted when I get back. >>>>>> >>>>>> On Feb 13, 2007, at 5:06 AM, Lasantha Ranaweera wrote: >>>>>> >>>>>>> Hi Guys, >>>>>>> >>>>>>> I missed a mail posted by Matt :-) . I found the answer is >>>> there. >>>>>>> It says daytrader is working on 1.2 beta of G. But the >>>> geronimo- >>>>>>> web.xml provided in the DayTrader trunk is looks like >>>> compatible >>>>>>> with 1.0 of G. Am I missing something here? >>>>>>> >>>>>>> Thanks, >>>>>>> Lasantha >>>>>>> >>>>>>> Lasantha Ranaweera wrote: >>>>>>>> Hi All, >>>>>>>> >>>>>>>> This is yet another daytrader newbie question. What is the >>>>> Geronimo >>>>>>>> version current Daytrader trunk has been testing on? >>>>>>>> >>>>>>>> >>>>>>>> Thanks, >>>>>>>> Lasantha Ranaweera >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> "I say never be complete, I say stop being perfect, I say let... lets >>>>> evolve, let the chips fall where they may." - Tyler Durden >>>> >>>> >>>> >>> >>> >>> -- >>> "I say never be complete, I say stop being perfect, I say let... lets >>> evolve, let the chips fall where they may." - Tyler Durden >>> >> > >