Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 75428 invoked from network); 9 May 2008 10:56:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 May 2008 10:56:55 -0000 Received: (qmail 98711 invoked by uid 500); 9 May 2008 10:56:56 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 98658 invoked by uid 500); 9 May 2008 10:56:55 -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 98647 invoked by uid 99); 9 May 2008 10:56:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 May 2008 03:56:55 -0700 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 jason.dillon@gmail.com designates 209.85.200.172 as permitted sender) Received: from [209.85.200.172] (HELO wf-out-1314.google.com) (209.85.200.172) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 May 2008 10:56:09 +0000 Received: by wf-out-1314.google.com with SMTP id 23so1123137wfg.25 for ; Fri, 09 May 2008 03:56:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer:sender; bh=Y9uSzq4453qbIq+qmko4Nv0PqTjqOPigV61IPtL518Y=; b=aAbWy5ine/BFq3yLolkpvIU9U+wK9JfCPhUIzhAlDXcHJj5BbgFzI/gzDjoWlT1NkuDSG0qU2Og6tMT5Ud9OQz3/4cbUf1o1uqtVhY+LoyGSbaXfQnJ0OBOHpZib3eukS5p5g+e43W3+XZW70d0eGWp7cTwXZ0tB7/RrI+tAjVI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer:sender; b=vRZZCgoqpJbAsePnp3A1M8Q55KGmRhORWTJTku2GzTJj02lHAWRis09YGXTZAfJxYfqrAP3PM2Q4GKlNaQP4IN2wSU7mGYFTxBRBCsVr/FLJUUYCrLaxssjAqcrEtlTUcdx66TVNYsjmBaZRMGrJFUTQDexmzLV2XO96OQxhn7A= Received: by 10.142.99.21 with SMTP id w21mr1894322wfb.108.1210330583483; Fri, 09 May 2008 03:56:23 -0700 (PDT) Received: from ?10.0.1.98? ( [58.8.7.219]) by mx.google.com with ESMTPS id 9sm10313921wfc.6.2008.05.09.03.56.17 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 09 May 2008 03:56:19 -0700 (PDT) Message-Id: <59143321-1CB3-4E5F-B851-A9EF965D12B8@planet57.com> From: Jason Dillon To: dev@geronimo.apache.org In-Reply-To: <5eb405c70805070711k44411cd9t1c687af7065f2b0c@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Subject: Re: [BUILD] trunk: Successful Date: Fri, 9 May 2008 17:56:14 +0700 References: <20080507085633.40298.qmail@minotaur.apache.org> <5eb405c70805070711k44411cd9t1c687af7065f2b0c@mail.gmail.com> X-Mailer: Apple Mail (2.919.2) Sender: Jason Dillon X-Virus-Checked: Checked by ClamAV on apache.org This should be fixed now. Though looks like there are some console tests that are failing. One of which is the JMSServerTest, which is failing because the page returned is missing some content due to this: INFO] 17:10:27,143 ERROR [JMSConnectorPortlet] Unable to render portlet [INFO] java.lang.IllegalArgumentException: uri does not contain a query part used for the name map [INFO] at org.apache.geronimo.gbean.AbstractName.(AbstractName.java:121) [INFO] at org .apache .geronimo .console .jmsmanager.server.JMSConnectorPortlet.doView(JMSConnectorPortlet.java: 153) [INFO] at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java: 247) [INFO] at javax.portlet.GenericPortlet.render(GenericPortlet.java:175) [INFO] at org.apache.pluto.core.PortletServlet.dispatch(PortletServlet.java:208) [INFO] at org.apache.pluto.core.PortletServlet.doGet(PortletServlet.java:139) [INFO] at javax.servlet.http.HttpServlet.service(HttpServlet.java:693) [INFO] at javax.servlet.http.HttpServlet.service(HttpServlet.java:806) [INFO] at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487) [INFO] at org .apache .geronimo .jetty6 .InternalJettyServletHolder.handle(InternalJettyServletHolder.java:65) [INFO] at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:362) [INFO] at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java: 216) [INFO] at org .apache .geronimo .jetty6.handler.JettySecurityHandler.handle(JettySecurityHandler.java: 114) [INFO] at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181) [INFO] at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:726) [INFO] at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405) [INFO] at org.apache.geronimo.jetty6.handler.TwistyWebAppContext.access $101(TwistyWebAppContext.java:40) [INFO] at org.apache.geronimo.jetty6.handler.TwistyWebAppContext $TwistyHandler.handle(TwistyWebAppContext.java:65) [INFO] at org .apache .geronimo .jetty6 .handler.ThreadClassloaderHandler.handle(ThreadClassloaderHandler.java: 46) [INFO] at org .apache .geronimo .jetty6 .handler.InstanceContextHandler.handle(InstanceContextHandler.java:67) [INFO] at org .apache .geronimo .jetty6 .handler.UserTransactionHandler.handle(UserTransactionHandler.java:48) [INFO] at org .apache .geronimo .jetty6 .handler.ComponentContextHandler.handle(ComponentContextHandler.java:47) [INFO] at org .apache .geronimo .jetty6.handler.TwistyWebAppContext.handle(TwistyWebAppContext.java:59) [INFO] at org.mortbay.jetty.servlet.Dispatcher.include(Dispatcher.java:192) [INFO] at org .apache .pluto .core .DefaultPortletInvokerService.invoke(DefaultPortletInvokerService.java: 167) [INFO] at org .apache .pluto .core .DefaultPortletInvokerService.render(DefaultPortletInvokerService.java: 101) [INFO] at org .apache .pluto.core.PortletContainerImpl.doRender(PortletContainerImpl.java:173) [INFO] at org.apache.pluto.driver.tags.PortletTag.doStartTag(PortletTag.java:152) [INFO] at jsp .WEB_002dINF .themes.portlet_002dskin_jsp._jspService(portlet_002dskin_jsp.java:87) [INFO] at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) [INFO] at javax.servlet.http.HttpServlet.service(HttpServlet.java:806) ... I ran the steps manually and the box where input should be allowed is not rendered, only this exception crapped out to the console... no message on the console about the failure. Would really be nice if the console reported problems back to the user instead of just rendering empty pages... :-( --jason On May 7, 2008, at 9:11 PM, Jarek Gawor wrote: > Ok. I see one weird problem with the testsuites now. For example, when > I do "mvn install" in > testsuite/webservices-testsuite/jaxb-tests/jaxb-client directory I see > the following: > > ... > [INFO] [surefire:test {execution: integration}] > [INFO] Surefire report directory: > /home/jgawor/development/geronimo/testsuite/webservices-testsuite/ > jaxb-tests/jaxb-client/target/surefire-reports > [ERROR] There are test failures. > > Please refer to > /home/jgawor/development/geronimo/testsuite/webservices-testsuite/ > jaxb-tests/jaxb-client/target/surefire-reports > for the individual test results. > [INFO] [geronimo:undeploy-module {execution: undeploy-client-as- > moduleId}] > ... > > The test case itself is not executed at all (despite what the error > message says). However, the test case is executed properly if I add > testng.xml file but that should not be necessary and used to work fine > without it. Any ideas on this problem? > > Jarek > > On Wed, May 7, 2008 at 6:42 AM, Jason Dillon > wrote: >> FYI, I changed the top-level testsuite module to use the shitty- >> maven-plugin >> to invoke the children *-testsuite modules, which forks off another >> mvn >> process for each and seems to hang less due to weird >> ant/maven/groovy/whatever gremlins. >> >> I'm also doing a test now of using just one geronimo:start-server >> (and >> selenium bits) at the very top-level to see if that improves the >> time to run >> the testsuite... and doesn't cause weird problems. >> >> --jason >> >> >> >> >> On May 7, 2008, at 3:56 PM, gawor@apache.org wrote: >> >> >>> Geronimo Revision: 654010 built with tests included >>> >>> See the full build-0300.log file at >> http://people.apache.org/builds/geronimo/server/binaries/trunk/20080507/build-0300.log >>> >>> Download the binaries from >> http://people.apache.org/builds/geronimo/server/binaries/trunk/20080507 >>> [INFO] BUILD SUCCESSFUL >>> [INFO] >> ------------------------------------------------------------------------ >>> [INFO] Total time: 37 minutes 24 seconds >>> [INFO] Finished at: Wed May 07 03:44:43 EDT 2008 >>> [INFO] Final Memory: 334M/703M >>> [INFO] >> ------------------------------------------------------------------------ >>> >>> TESTSUITE RESULTS (Failures only) >>> ================================= >>> See detailed results at >> http://people.apache.org/builds/geronimo/server/testsuite/ResultsSummary.html >>> >>> Assembly: tomcat >>> ================================= >>> See the full test.log file at >> http://people.apache.org/builds/geronimo/server/binaries/trunk/20080507/logs-0300-tomcat/test.log >>> >>> >>> Assembly: jetty >>> ================================= >>> See the full test.log file at >> http://people.apache.org/builds/geronimo/server/binaries/trunk/20080507/logs-0300-jetty/test.log >>> >>> >>> Samples: trunk >>> ================================= >>> Log: >> http://people.apache.org/builds/geronimo/server/binaries/trunk/20080507/samples-0300.log >>> >>> Build status: OK >>> >>> >> >>