Return-Path: Delivered-To: apmail-cxf-dev-archive@www.apache.org Received: (qmail 42535 invoked from network); 10 Feb 2011 00:37:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Feb 2011 00:37:52 -0000 Received: (qmail 5993 invoked by uid 500); 10 Feb 2011 00:37:52 -0000 Delivered-To: apmail-cxf-dev-archive@cxf.apache.org Received: (qmail 5786 invoked by uid 500); 10 Feb 2011 00:37:52 -0000 Mailing-List: contact dev-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list dev@cxf.apache.org Received: (qmail 5778 invoked by uid 99); 10 Feb 2011 00:37:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Feb 2011 00:37:51 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [64.85.173.253] (HELO server.dankulp.com) (64.85.173.253) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Feb 2011 00:37:45 +0000 Received: by server.dankulp.com (Postfix, from userid 5000) id CCC75187B98; Wed, 9 Feb 2011 19:37:24 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on server.dankulp.com X-Spam-Level: X-Msg-File: /tmp/mailfilter-dev@cxf.apache.org.jcG9ZLqPya Received: from dilbert.dankulp.com (c-24-91-72-253.hsd1.ma.comcast.net [24.91.72.253]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.dankulp.com (Postfix) with ESMTPSA id E248A1873B8; Wed, 9 Feb 2011 19:37:23 -0500 (EST) From: Daniel Kulp To: dev@cxf.apache.org Subject: Re: Build failure Date: Wed, 9 Feb 2011 19:37:07 -0500 User-Agent: KMail/1.13.6 (Linux/2.6.37; KDE/4.5.5; x86_64; ; ) Cc: Dennis Sosnoski References: <4D532073.8010508@sosnoski.com> In-Reply-To: <4D532073.8010508@sosnoski.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201102091937.08281.dkulp@apache.org> X-Old-Spam-Status: No, score=-102.9 required=3.0 tests=ALL_TRUSTED,BAYES_00, SHORTCIRCUIT shortcircuit=ham autolearn=disabled version=3.3.1 On Wednesday 09 February 2011 6:17:07 pm Dennis Sosnoski wrote: > I'm getting a test failure with Simple Frontend: > Hmm... no idea. Hudson is passing and I cannot reproduce it. Can you try going into the directory and running just: mvn -Dtest=RountripTes and seeing if it fails by itself. I'm wondering if one of the tests ahead of it is causing a conflict. That said, with the latest surefire that we are using, it shouldn't happen. Dan > ------------------------------------------------------- > T E S T S > ------------------------------------------------------- > Running org.apache.cxf.frontend.soap.SoapBindingSelectionTest > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.263 sec > Running org.apache.cxf.frontend.spring.ClientServerTest > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.463 sec > Running org.apache.cxf.frontend.spring.SpringBeansTest > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.607 sec > Running org.apache.cxf.service.factory.RountripTest > Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.347 > sec <<< FAILURE! > testServerFactoryBean(org.apache.cxf.service.factory.RountripTest) Time > elapsed: 0.076 sec <<< ERROR! > java.lang.IllegalStateException: Local destination does not have a > MessageObserver on address http://localhost/Hello > at > org.apache.cxf.transport.local.LocalConduit.dispatchViaPipe(LocalConduit.ja > va:114) at > org.apache.cxf.transport.local.LocalConduit.prepare(LocalConduit.java:59) > at > org.apache.cxf.interceptor.MessageSenderInterceptor.handleMessage(MessageSe > nderInterceptor.java:46) at > org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChai > n.java:255) at > org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:516) at > org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:313) at > org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:265) at > org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:73) > at org.apache.cxf.frontend.ClientProxy.invoke(ClientProxy.java:68) > ... > > Running org.apache.cxf.service.factory.ServerFactoryTest > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.413 sec > Running org.apache.cxf.service.factory.ClientFactoryBeanTest > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 sec > Running org.apache.cxf.service.factory.ReflectionServiceFactoryTest > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 sec > Running org.apache.cxf.service.stax.StaxDatabindingTest > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 sec > > Results : > > Tests in error: > testServerFactoryBean(org.apache.cxf.service.factory.RountripTest) > > Tests run: 17, Failures: 0, Errors: 1, Skipped: 0 > > Any suggestions? This is with the latest code, but I also saw the same > problem when I tried to build a couple of days ago with the then-latest > code. > > I'm running on Linux, using Sun/Oracle 1.5.0_15 and 1.6.0_10 JVMs. > > - Dennis -- Daniel Kulp dkulp@apache.org http://dankulp.com/blog