I’m using oracle JDK 1.7.0_45 in Mac, I cannot reproduce the error.

Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 
21:51:28+0800)
Maven home: /opt/apache-maven-3.0.5
Java version: 1.7.0_45, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.9.2", arch: "x86_64", family: "mac"


--  
Willem Jiang

Red Hat, Inc.
Web: http://www.redhat.com
Blog: http://willemjiang.blogspot.com (English)
http://jnn.iteye.com (Chinese)
Twitter: willemjiang  
Weibo: 姜宁willem



On May 12, 2014 at 3:25:09 AM, Peter Keller (kellerb...@gmail.com) wrote:
> With "mvn clean install", I got following error when running the tests for
> the Camel :: JAXB module:
>  
> Failed tests:
>  
> JaxbDataFormatSchemaValidationSpringTest.testMarshallWithValidationException:79->Assert.assertTrue:52->Assert.assertTrue:41->Assert.fail:86
>   
> null
> JaxbDataFormatSchemaValidationSpringTest.testUnmarshallWithValidationException:122->Assert.assertTrue:52->Assert.assertTrue:41->Assert.fail:86
>   
> null
> JaxbDataFormatSchemaValidationTest.testMarshallWithValidationException:78->Assert.assertTrue:52->Assert.assertTrue:41->Assert.fail:86
>   
> null
> JaxbDataFormatSchemaValidationTest.testUnmarshallWithValidationException:121->Assert.assertTrue:52->Assert.assertTrue:41->Assert.fail:86
>   
> null
>  
> Tests run: 90, Failures: 4, Errors: 0, Skipped: 0
>  
>  
>  
> On Sun, May 11, 2014 at 7:05 PM, Willem.Jiang [via Camel] <
> ml-node+s465427n5750992...@n5.nabble.com> wrote:
>  
> > Hi Peter,
> >
> > Can you use "mvn clean install" to start the build again?
> > I ran the tests before I cut the camel 2.13.1.
> >
> >
> > --
> > Willem Jiang
> >
> > Red Hat, Inc.
> > Web: http://www.redhat.com
> > Blog: http://willemjiang.blogspot.com (English)
> > http://jnn.iteye.com (Chinese)
> > Twitter: willemjiang
> > Weibo: 姜宁willem
> >
> >
> >
> > On May 11, 2014 at 9:46:27 PM, Peter Keller ([hidden email])  
> > wrote:
> >
> > > -1
> > >
> > > I use MacOS with java version "1.7.0_40".
> > >
> > > I downloaded
> > >
> > http://repository.apache.org/content/repositories/orgapachecamel-1008/org/apache/camel/apache-camel/2.13.1/apache-camel-2.13.1-src.zip,
> >   
> >
> > > executed "mvn install" and got following error:
> > >
> > > Running org.apache.camel.view.XmlGraphTest
> > > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092
> > sec -
> > > in org.apache.camel.view.XmlGraphTest
> > >
> > > Results :
> > >
> > > Failed tests:
> > >
> > >
> > FileProducerRenameUsingCopyTest>TestSupport.runBare:58->testMove:41->ContextTestSupport.assertMockEndpointsSatisfied:343
> >   
> >
> > > mock://result Content of file: target/file/done/hello.txt. Expected: >
> > Camel> but was: <>
> > >
> > > Tests run: 4902, Failures: 1, Errors: 0, Skipped: 3
> > >
> > > I re-exucuted "mvn install" and got several errors of following type:
> > >
> > > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077
> > sec -
> > > in org.apache.camel.management.JmxInstrumentationUsingPropertiesTest
> > > Running org.apache.camel.management.JmxInstrumentationWithConnectorTest  
> > > Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 942.325
> > sec
> > > <<< FAILURE! - in
> > > org.apache.camel.management.JmxInstrumentationWithConnectorTest
> > >
> > testCounters(org.apache.camel.management.JmxInstrumentationWithConnectorTest)
> >   
> >
> > > Time elapsed: 7.609 sec <<< ERROR!
> > > java.io.IOException: Failed to retrieve RMIServer stub:
> > > javax.naming.NameNotFoundException: jmxrmi/camel
> > > at
> > >
> > com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:116)  
> >
> > > at
> > >
> > com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
> >   
> >
> > > at javax.naming.InitialContext.lookup(InitialContext.java:411)
> > > at
> > >
> > javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
> >   
> >
> > > at
> > >
> > javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
> >   
> >
> > > at
> > javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)  
> > > at
> > >
> > javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
> >   
> >
> > > at
> > >
> > org.apache.camel.management.JmxInstrumentationWithConnectorTest.getMBeanConnection(JmxInstrumentationWithConnectorTest.java:100)
> >   
> >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > --
> > > View this message in context:
> > http://camel.465427.n5.nabble.com/VOTE-Release-Apache-Camel-2-13-1-tp5750981p5750990.html
> >   
> >
> > > Sent from the Camel Development mailing list archive at Nabble.com.
> > >
> >
> >
> >
> > ------------------------------
> > If you reply to this email, your message will be added to the discussion
> > below:
> >
> > http://camel.465427.n5.nabble.com/VOTE-Release-Apache-Camel-2-13-1-tp5750981p5750992.html
> >   
> > To unsubscribe from [VOTE] Release Apache Camel 2.13.1, click here  
> > .
> > NAML  
> >
>  
>  
>  
> --
> Peter Keller
> Wolfswinkel 12
> 8046 Zürich
> P +44-370 18 09
> M +78-626 92 89
>  
>  
>  
>  
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/VOTE-Release-Apache-Camel-2-13-1-tp5750981p5750995.html
>   
> Sent from the Camel Development mailing list archive at Nabble.com.

Reply via email to