Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 15461 invoked from network); 28 Oct 2009 13:18:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Oct 2009 13:18:15 -0000 Received: (qmail 3339 invoked by uid 500); 28 Oct 2009 13:18:15 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 3263 invoked by uid 500); 28 Oct 2009 13:18:15 -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 3255 invoked by uid 99); 28 Oct 2009 13:18:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Oct 2009 13:18:15 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of david.blevins@visi.com designates 208.42.176.212 as permitted sender) Received: from [208.42.176.212] (HELO g2host.com) (208.42.176.212) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Oct 2009 13:18:10 +0000 Received: from [71.106.81.39] (account dblevins@visi.com HELO [192.168.42.6]) by mailfront1.g2host.com (CommuniGate Pro SMTP 5.1.16) with ESMTPSA id 123793923 for dev@geronimo.apache.org; Wed, 28 Oct 2009 08:17:48 -0500 Message-Id: From: David Blevins To: dev@geronimo.apache.org In-Reply-To: <01CFFF14-5BBD-4687-874A-A62AFDE2EB3C@yahoo.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Subject: Re: Singletons in Geronimo Date: Wed, 28 Oct 2009 06:17:46 -0700 References: <1f3854d50910221327o42bd3557t62acc5444506d7c1@mail.gmail.com> <06F9F00B-AB33-4A8B-8ECE-85D2BECC3E19@visi.com> <452E54BD-45BE-4206-8CA9-5A622995BE53@yahoo.com> <51519CB7-8D13-4BD1-835A-02A21B96840B@visi.com> <01CFFF14-5BBD-4687-874A-A62AFDE2EB3C@yahoo.com> X-Mailer: Apple Mail (2.936) On Oct 28, 2009, at 12:02 AM, David Jencks wrote: > Did you build all of geronimo? I wonder if this is caused by > something like trying to run a plugin packaged under java6 on java5, > which doesn't always work. Right, built from the root with an 'rm -r ~/.m2/repository/org/apache/ geronimo' for good measure. > will try a build here overnight... Great. Nice to have a second pair of eyes. -David > On Oct 27, 2009, at 10:06 PM, David Blevins wrote: > >> The changes look good, though I seem to be running into an issue >> creating the car for the wadi stuff. Not sure what might be >> happening and looking for ideas. >> >> Here's the -e output: >> >> [INFO] [car:package] >> [INFO] Packaging module configuration: /Users/dblevins/work/ >> geronimo-22-branch/plugins/openejb/openejb-clustering-wadi/target/ >> work/plan.xml >> [INFO] GBean references are not using proxies >> [INFO] ClassLoading behaviour has changed. The Original >> Classloading mode is in effect. If you are experiencing a problem >> you can change the behaviour by specifying - >> DXorg.apache.geronimo.kernel.config.MPCLSearchOption= property. >> Specify >> ="safe" to revert to the original behaviour. This is a temporary >> change until we decide whether or not to make it >> permanent for the 2.0 release >> [INFO] Started deployer: org.apache.geronimo.framework/geronimo- >> gbean-deployer/2.2-SNAPSHOT/car >> [INFO] The Strict Manifest Classpath processing mode is in effect. >> This option can be altered by specifying - >> DXorg.apache.geronimo.deployment.LenientMFCP=true|false >> Specify ="true" for more lenient processing such as ignoring >> missing jars and references that are not spec compliant. >> [INFO] >> ------------------------------------------------------------------------ >> [ERROR] BUILD ERROR >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] could not package plugin >> >> Embedded error: Unable to create configuration for deployment >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Trace >> org.apache.maven.lifecycle.LifecycleExecutionException: could not >> package plugin >> at >> org >> .apache >> .maven >> .lifecycle >> .DefaultLifecycleExecutor >> .executeGoals(DefaultLifecycleExecutor.java:584) >> at >> org >> .apache >> .maven >> .lifecycle >> .DefaultLifecycleExecutor >> .executeGoalWithLifecycle(DefaultLifecycleExecutor.java:500) >> at >> org >> .apache >> .maven >> .lifecycle >> .DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java: >> 479) >> at >> org >> .apache >> .maven >> .lifecycle >> .DefaultLifecycleExecutor >> .executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:331) >> at >> org >> .apache >> .maven >> .lifecycle >> .DefaultLifecycleExecutor >> .executeTaskSegments(DefaultLifecycleExecutor.java:292) >> at >> org >> .apache >> .maven >> .lifecycle >> .DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142) >> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336) >> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129) >> at org.apache.maven.cli.MavenCli.main(MavenCli.java:301) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> sun >> .reflect >> .NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >> at >> sun >> .reflect >> .DelegatingMethodAccessorImpl >> .invoke(DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:592) >> at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java: >> 315) >> at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) >> at >> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) >> at org.codehaus.classworlds.Launcher.main(Launcher.java:375) >> Caused by: org.apache.maven.plugin.MojoExecutionException: could >> not package plugin >> at >> org >> .apache >> .geronimo.mavenplugins.car.PackageMojo.execute(PackageMojo.java:212) >> at >> org >> .apache >> .maven >> .plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java: >> 453) >> at >> org >> .apache >> .maven >> .lifecycle >> .DefaultLifecycleExecutor >> .executeGoals(DefaultLifecycleExecutor.java:559) >> ... 16 more >> Caused by: org.apache.geronimo.common.DeploymentException: Unable >> to create configuration for deployment >> at >> org >> .apache >> .geronimo >> .deployment >> .DeploymentContext.createTempConfiguration(DeploymentContext.java: >> 151) >> at >> org >> .apache >> .geronimo >> .deployment.DeploymentContext.(DeploymentContext.java:131) >> at >> org >> .apache >> .geronimo >> .deployment.DeploymentContext.(DeploymentContext.java:111) >> at >> org >> .apache >> .geronimo >> .deployment >> .service >> .ServiceConfigBuilder.buildConfiguration(ServiceConfigBuilder.java: >> 227) >> at >> org >> .apache >> .geronimo >> .deployment >> .service >> .ServiceConfigBuilder.buildConfiguration(ServiceConfigBuilder.java: >> 199) >> at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:257) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> sun >> .reflect >> .NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >> at >> sun >> .reflect >> .DelegatingMethodAccessorImpl >> .invoke(DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:592) >> at >> org >> .apache >> .geronimo >> .gbean >> .runtime >> .ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34) >> at >> org >> .apache >> .geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java: >> 130) >> at >> org >> .apache >> .geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:850) >> at >> org >> .apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java: >> 237) >> at >> org >> .apache >> .geronimo >> .mavenplugins.car.PackageMojo.invokeDeployer(PackageMojo.java:483) >> at >> org >> .apache >> .geronimo >> .mavenplugins.car.PackageMojo.buildPackage(PackageMojo.java:309) >> at >> org >> .apache >> .geronimo.mavenplugins.car.PackageMojo.execute(PackageMojo.java:209) >> ... 18 more >> Caused by: org.apache.geronimo.kernel.config.LifecycleException: >> load of org.apache.geronimo.configs/openejb-clustering-wadi/2.2- >> SNAPSHOT/car failed >> at >> org >> .apache >> .geronimo >> .kernel >> .config >> .SimpleConfigurationManager >> .loadConfiguration(SimpleConfigurationManager.java:316) >> at >> org >> .apache >> .geronimo >> .deployment >> .DeploymentConfigurationManager >> .loadConfiguration(DeploymentConfigurationManager.java:115) >> at >> org >> .apache >> .geronimo >> .kernel >> .config >> .SimpleConfigurationManager >> .loadConfiguration(SimpleConfigurationManager.java:277) >> at >> org >> .apache >> .geronimo >> .deployment >> .DeploymentConfigurationManager >> .loadConfiguration(DeploymentConfigurationManager.java:111) >> at >> org >> .apache >> .geronimo >> .deployment >> .DeploymentContext.createTempConfiguration(DeploymentContext.java: >> 148) >> ... 34 more >> Caused by: >> org.apache.geronimo.kernel.config.InvalidConfigException: Error >> starting configuration gbean org.apache.geronimo.configs/clustering/ >> 2.2-SNAPSHOT/car >> at >> org >> .apache >> .geronimo >> .kernel >> .config >> .SimpleConfigurationManager.load(SimpleConfigurationManager.java:341) >> at >> org >> .apache >> .geronimo >> .deployment >> .DeploymentConfigurationManager >> .load(DeploymentConfigurationManager.java:119) >> at >> org >> .apache >> .geronimo >> .kernel >> .config >> .SimpleConfigurationManager >> .loadConfiguration(SimpleConfigurationManager.java:302) >> ... 38 more >> Caused by: >> org.apache.geronimo.kernel.config.InvalidConfigException: Unable to >> deserialize GBeanState in classloader: >> [org.apache.geronimo.kernel.config.MultiParentClassLoader >> id=org.apache.geronimo.configs/clustering/2.2-SNAPSHOT/car] >> at >> org >> .apache >> .geronimo >> .kernel >> .config.SerializedGBeanState.loadGBeans(SerializedGBeanState.java: >> 137) >> at >> org >> .apache >> .geronimo >> .kernel >> .config.SerializedGBeanState.getGBeans(SerializedGBeanState.java:64) >> at >> org >> .apache >> .geronimo >> .kernel.config.ConfigurationData.getGBeans(ConfigurationData.java: >> 177) >> at >> org >> .apache >> .geronimo.kernel.config.Configuration.(Configuration.java:295) >> at >> org >> .apache >> .geronimo >> .kernel >> .config >> .SimpleConfigurationManager.load(SimpleConfigurationManager.java:337) >> ... 40 more >> Caused by: java.lang.NullPointerException >> at org.apache.geronimo.gbean.GBeanData.setAttribute(GBeanData.java: >> 148) >> at org.apache.geronimo.gbean.GBeanData >> $V0Externalizable.readExternal(GBeanData.java:336) >> at org.apache.geronimo.gbean.GBeanData.readExternal(GBeanData.java: >> 282) >> at >> org >> .apache >> .geronimo >> .kernel >> .config.SerializedGBeanState.loadGBeans(SerializedGBeanState.java: >> 124) >> ... 44 more >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Total time: 1 minute 14 seconds >> [INFO] Finished at: Tue Oct 27 22:02:24 PDT 2009 >> [INFO] Final Memory: 58M/104M >> [INFO] >> ------------------------------------------------------------------------ >> > >