Krzysztof Sobkowiak created SM-2787:
---------------------------------------
Summary: Test failures in CxfExamplesTest
Key: SM-2787
URL: https://issues.apache.org/jira/browse/SM-2787
Project: ServiceMix
Issue Type: Bug
Components: itests
Reporter: Krzysztof Sobkowiak
Fix For: 7.0.0.M1, 7.0.0
The CXF itest fail randomly with following error
{code}
Tests run: 9, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 204.71 sec <<<
FAILURE! - in org.apache.servicemix.itests.CxfExamplesTest
testCxfJaxRsExample(org.apache.servicemix.itests.CxfExamplesTest) Time
elapsed: 19.343 sec <<< ERROR!
java.lang.NullPointerException: null
at
org.apache.servicemix.itests.IntegrationTestSupport$PaxLoggingAppender$$anonfun$containsMessage$1.apply(IntegrationTestSupport.scala:115)
at
org.apache.servicemix.itests.IntegrationTestSupport$PaxLoggingAppender$$anonfun$containsMessage$1.apply(IntegrationTestSupport.scala:115)
at
scala.collection.IndexedSeqOptimized$$anonfun$1.apply(IndexedSeqOptimized.scala:50)
at
scala.collection.IndexedSeqOptimized$$anonfun$1.apply(IndexedSeqOptimized.scala:50)
at
scala.collection.IndexedSeqOptimized$class.segmentLength(IndexedSeqOptimized.scala:195)
at
scala.collection.mutable.ArrayBuffer.segmentLength(ArrayBuffer.scala:48)
at scala.collection.GenSeqLike$class.prefixLength(GenSeqLike.scala:93)
at scala.collection.AbstractSeq.prefixLength(Seq.scala:41)
at
scala.collection.IndexedSeqOptimized$class.find(IndexedSeqOptimized.scala:50)
at scala.collection.mutable.ArrayBuffer.find(ArrayBuffer.scala:48)
at
org.apache.servicemix.itests.IntegrationTestSupport$PaxLoggingAppender.containsEvent(IntegrationTestSupport.scala:117)
at
org.apache.servicemix.itests.IntegrationTestSupport$PaxLoggingAppender.containsMessage(IntegrationTestSupport.scala:115)
at
org.apache.servicemix.itests.CxfExamplesTest$$anonfun$testCxfJaxRsExample$1$$anonfun$apply$mcV$sp$11.apply(ExamplesIntegrationTests.scala:143)
at
org.apache.servicemix.itests.CxfExamplesTest$$anonfun$testCxfJaxRsExample$1$$anonfun$apply$mcV$sp$11.apply(ExamplesIntegrationTests.scala:143)
at
org.apache.servicemix.itests.Await$class.org$apache$servicemix$itests$Await$$await(Await.scala:31)
at org.apache.servicemix.itests.Await$class.await(Await.scala:28)
at
org.apache.servicemix.itests.IntegrationTestSupport.await(IntegrationTestSupport.scala:37)
at
org.apache.servicemix.itests.IntegrationTestSupport.expect(IntegrationTestSupport.scala:82)
at
org.apache.servicemix.itests.CxfExamplesTest$$anonfun$testCxfJaxRsExample$1.apply$mcV$sp(ExamplesIntegrationTests.scala:143)
at
org.apache.servicemix.itests.IntegrationTestSupport.testWithFeature(IntegrationTestSupport.scala:74)
at
org.apache.servicemix.itests.CxfExamplesTest.testCxfJaxRsExample(ExamplesIntegrationTests.scala:142)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)