Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 80685 invoked from network); 23 Jul 2005 00:30:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Jul 2005 00:30:20 -0000 Received: (qmail 90122 invoked by uid 500); 23 Jul 2005 00:30:07 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 90081 invoked by uid 500); 23 Jul 2005 00:30:07 -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 90068 invoked by uid 99); 23 Jul 2005 00:30:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jul 2005 17:30:07 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [64.14.202.141] (HELO mgd.gluecode.com) (64.14.202.141) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jul 2005 17:30:01 -0700 Received: from [192.168.1.105] (dsl093-038-137.pdx1.dsl.speakeasy.net [66.93.38.137]) (authenticated bits=0) by mgd.gluecode.com (8.12.10/8.12.10) with ESMTP id j6N0T3CW009573 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO) for ; Fri, 22 Jul 2005 17:29:04 -0700 Mime-Version: 1.0 (Apple Message framework v622) In-Reply-To: <42E17A36.3010108@savoirtech.com> References: <42E17A36.3010108@savoirtech.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <924f45532f6dd1640698fe625fde2d32@gluecode.com> Content-Transfer-Encoding: 7bit From: David Jencks Subject: Re: Testing before committing - big issue Date: Fri, 22 Jul 2005 17:30:02 -0700 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.622) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I fixed this one. Unfortunately I can pretty much promise that unless the build is completely automated I will forget steps a lot of the time. However I will try to remember to check this more often. thanks david jencks On Jul 22, 2005, at 3:59 PM, Jeff Genender wrote: > Over the last 2 days, I have struggled with updating the build and > finding out that it breaks when I recompile. > > The issue here is I am working in Tomcat, and I do a "maven -o tomcat" > in assembly to do integration testing. 3 times in the last 2 days, I > find it breaks. The assembly build is fine for Jetty, but breaks > under Tomcat. > > So I am appealing to the masses, please test the assembly with "maven > -o tomcat" to see that it at least builds if you are touching code > that affects any deployment, webservices, security, or web. Sorry > about this, but I am getting very frustrated. > > Here is today's issue...if its not fixed in the next few hours, I will > open a JIRA issue: > > [java] 16:52:03,566 INFO [LocalConfigStore:config-store/] Loaded > Configuration geronimo.config:name="org/apache/geronimo/J2EEDeployer" > [java] 16:52:04,135 ERROR [GBeanInstanceState] Error while > starting; GBean is now in the FAILED state: > objectName="geronimo.config:name="org/apache/geronimo/J2EEDeployer"" > [java] org.apache.geronimo.gbean.InvalidConfigurationException: > Could not load reference proxy interface class:GBeanInstance: > org.openejb.server.axis.WSContainer, Reference Name: > WebServiceContainer, Reference Type: null, Proxy Type: null > [java] at > org.apache.geronimo.gbean.runtime.AbstractGBeanReference.(Abstrac > tGBeanReference.java:116) > [java] at > org.apache.geronimo.gbean.runtime.GBeanSingleReference.(GBeanSing > leReference.java:51) > [java] at > org.apache.geronimo.gbean.runtime.GBeanInstance.(GBeanInstance.ja > va:244) > [java] at > org.apache.geronimo.kernel.basic.BasicKernel.loadGBean(BasicKernel.java > :196) > [java] at > org.apache.geronimo.kernel.config.Configuration.doStart(Configuration.j > ava:283) > [java] at > org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanIns > tance.java:862) > [java] at > org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(G > BeanInstanceState.java:328) > [java] at > org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanc > eState.java:111) > [java] at > org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBe > anInstanceState.java:133) > [java] at > org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanIns > tance.java:511) > [java] at > org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicK > ernel.java:207) > [java] at > org.apache.geronimo.system.main.CommandLine.startKernel(CommandLine.jav > a:129) > [java] at > org.apache.geronimo.deployment.cli.ServerConnection$KernelWrapper.start > (ServerConnection.java:273) > [java] at > org.apache.geronimo.deployment.cli.ServerConnection.initializeKernel(Se > rverConnection.java:158) > [java] at > org.apache.geronimo.deployment.cli.ServerConnection.(ServerConnec > tion.java:149) > [java] at > org.apache.geronimo.deployment.cli.DeployTool.execute(DeployTool.java: > 111) > [java] at > org.apache.geronimo.deployment.cli.DeployTool.main(DeployTool.java: > 255) > [java] Error: Unable to connect to local deployer service > [java] > [java] java.lang.IllegalStateException: Operations can only be > invoke while the GBean is running: > geronimo.deployer:J2EEApplication=null,J2EEModule=org/apache/geronimo/ > J2EEDeployer,J2EEServer=deployer,j2eeType=Deployer,name=Deployer > [java] at > org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.ja > va:764) > [java] at > org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java: > 177) > [java] at > org.apache.geronimo.deployment.cli.ServerConnection$KernelWrapper.invok > e(ServerConnection.java:265) > [java] at > org.apache.geronimo.deployment.cli.ServerConnection.invokeOfflineDeploy > er(ServerConnection.java:248) > [java] at > org.apache.geronimo.deployment.cli.CommandPackage.execute(CommandPackag > e.java:142) > [java] at > org.apache.geronimo.deployment.cli.DeployTool.execute(DeployTool.java: > 113) > [java] at > org.apache.geronimo.deployment.cli.DeployTool.main(DeployTool.java: > 255) > [java] 16:52:04,232 INFO [Configuration] Stopping configuration > org/apache/geronimo/DeployerSystem > [java] 16:52:04,405 INFO [BasicKernel] Starting kernel shutdown > [java] 16:52:04,406 INFO [BasicKernel] Kernel shutdown complete >