Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 8454 invoked from network); 5 Apr 2007 13:45:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Apr 2007 13:45:22 -0000 Received: (qmail 79926 invoked by uid 500); 5 Apr 2007 13:45:27 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 79695 invoked by uid 500); 5 Apr 2007 13:45:26 -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 79683 invoked by uid 99); 5 Apr 2007 13:45:26 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Apr 2007 06:45:26 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of hcunico@gmail.com designates 66.249.82.237 as permitted sender) Received: from [66.249.82.237] (HELO wx-out-0506.google.com) (66.249.82.237) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Apr 2007 06:45:18 -0700 Received: by wx-out-0506.google.com with SMTP id s18so510303wxc for ; Thu, 05 Apr 2007 06:44:58 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=nM8n75qPzdlcCfqIHXnuGLS54+9dZl9RqGjyNgnp8adLpw0Dh09HtC0xXLl9jHRVtxiDzaVmTJfVUNdY7svHqw22JruG33DsdoJHxz9hE9RC06RoL0iyZUrv/n1avLB9iTdhmTQgN4xgH7A2FoP4+iY8E6k/kCTLVvTKAUdRc4w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=pKpBfyLgXGUb9peIujUm6PHWPThXc7cgge4lA7V+2+bnAGW4gw3yobC/Xd71w4AgaOs1/oyhauhBwfMYBX7sV9AczAeyQhewWiwXMogiOXXrNLl5MFiqQdmvaVS0VXT8DcRPrRCg12x0m7QHw5n+nx5Mgamr8V4bpPl7/iEb2hw= Received: by 10.90.68.15 with SMTP id q15mr1497147aga.1175780698228; Thu, 05 Apr 2007 06:44:58 -0700 (PDT) Received: from ?192.168.1.103? ( [71.70.229.139]) by mx.google.com with ESMTP id 43sm1805823wri.2007.04.05.06.44.57; Thu, 05 Apr 2007 06:44:57 -0700 (PDT) Message-ID: <4614FD58.8000101@gmail.com> Date: Thu, 05 Apr 2007 09:44:56 -0400 From: Hernan Cunico User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: dev@geronimo.apache.org Subject: Re: [vote] Release Geronimo 1.2 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Thanks for putting this together. I did some basic testing (did not test security) on the binaries and this is what I found so far. - *geronimo-jetty-j2ee-1.2* takes around 30 sec to start, IFRC it used to be under 20 and it also takes longer to shutdown. Tomcat is about 10 sec faster for both start and stop. - Both J2EE distros still have the problem of not having accessible a newly created embedded Derby DB and still require a Geronimo restart. 09:28:46,296 ERROR [MCFConnectionInterceptor] Error occurred creating ManagedConnection for org.apache.geronimo.connector.outbound.ConnectionInfo@1cdc394 javax.resource.spi.ResourceAllocationException: Unable to obtain physical connection to jdbc:derby:SomeDB - All 4 distros throw this exception on shutdown. Server shutdown begun 09:09:41,296 WARN [BasicLifecycleMonitor] Exception occured while notifying listener java.lang.NullPointerException at org.apache.geronimo.gjndi.binding.GBeanBinding.removeBinding(GBeanBinding.java:159) at org.apache.geronimo.gjndi.binding.GBeanBinding$GBeanLifecycleListener.stopped(GBeanBinding.java:108) at org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.fireStoppedEvent(BasicLifecycleMonitor.java:197) at org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.access$500(BasicLifecycleMonitor.java:41) at org.apache.geronimo.kernel.basic.BasicLifecycleMonitor$RawLifecycleBroadcaster.fireStoppedEvent(BasicLifecycleMonitor.java:259) at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStop(GBeanInstanceState.java:359) at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:188) at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:551) at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423) at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:180) at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:551) at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423) at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:180) at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:551) at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423) at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:180) at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:551) at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423) at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:180) at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:551) at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423) at org.apache.geronimo.kernel.config.KernelConfigurationManager$ShutdownHook.run(KernelConfigurationManager.java:311) at org.apache.geronimo.kernel.basic.BasicKernel.notifyShutdownHooks(BasicKernel.java:668) at org.apache.geronimo.kernel.basic.BasicKernel.shutdown(BasicKernel.java:645) at org.apache.geronimo.system.main.Daemon$1.run(Daemon.java:225) Server shutdown completed Cheers! Hernan Dain Sundstrom wrote: > The 1.2 release cut and awaiting your vote! All the files are available > in a staging area in my home dir on people. > > http://people.apache.org/~dain/dist > geronimo-1.2-src > geronimo-framework-1.2 > geronimo-jetty-minimal-1.2 > geronimo-tomcat-minimal-1.2 > geronimo-jetty-j2ee-1.2 > geronimo-tomcat-j2ee-1.2 > > Additionally the maven repository with all of the modules, configs, > assemblies, etc. is here: > > http://people.apache.org/~dain/stage/org/apache/geronimo > > All archives contain LICENSE and NOTICE. Each binary jar is also > accompanied by source, javadoc, pom and all are signed, md5-ed, and > secure-hashed. Keys file available here: > > http://people.apache.org/dist/geronimo/KEYS > > Svn tag is here: > > http://svn.apache.org/repos/asf/geronimo/server/tags/1.2 > > Here's my +1! > > -dain > > > >