mvn clean test -pl :camel-as2 -Dtest=\*IntegrationTest
[ERROR] Tests run: 6, Failures: 0, Errors: 6, Skipped: 0, Time elapsed: 0.075 s <<< FAILURE! - in org.apache.camel.component.as2.AS2ServerManagerIntegrationTest
[ERROR] receivePlainEDIMessageTest(org.apache.camel.component.as2.AS2ServerManagerIntegrationTest) Time elapsed: 0.004 s <<< ERROR!
org.apache.camel.FailedToCreateRouteException: Failed to create route route3: Route(route3)[[From[as2:Caused by: org.apache.camel.ResolveEndpointFailedException: Failed to resolve endpoint: as2:Caused by: org.apache.camel.RuntimeCamelException: Server HTTP connection failed
Caused by: java.net.BindException: Address already in use (Bind failed)
[ERROR] receiveMultipartSignedMessageTest(org.apache.camel.component.as2.AS2ServerManagerIntegrationTest) Time elapsed: 0.011 s <<< ERROR!
org.apache.camel.FailedToCreateRouteException: Failed to create route route4: Route(route4)[[From[as2:Caused by: org.apache.camel.ResolveEndpointFailedException: Failed to resolve endpoint: as2:Caused by: org.apache.camel.RuntimeCamelException: Server HTTP connection failed
Caused by: java.net.BindException: Address already in use (Bind failed)
[ERROR] receivePlainEDIMessageTest(org.apache.camel.component.as2.AS2ServerManagerIntegrationTest) Time elapsed: 0.011 s <<< ERROR!
org.apache.camel.FailedToCreateRouteException: Failed to create route route5: Route(route5)[[From[as2:Caused by: org.apache.camel.ResolveEndpointFailedException: Failed to resolve endpoint: as2:Caused by: org.apache.camel.RuntimeCamelException: Server HTTP connection failed
Caused by: java.net.BindException: Address already in use (Bind failed)
[ERROR] receiveMultipartSignedMessageTest(org.apache.camel.component.as2.AS2ServerManagerIntegrationTest) Time elapsed: 0.013 s <<< ERROR!
org.apache.camel.FailedToCreateRouteException: Failed to create route route6: Route(route6)[[From[as2:Caused by: org.apache.camel.ResolveEndpointFailedException: Failed to resolve endpoint: as2:Caused by: org.apache.camel.RuntimeCamelException: Server HTTP connection failed
Caused by: java.net.BindException: Address already in use (Bind failed)
[ERROR] receivePlainEDIMessageTest(org.apache.camel.component.as2.AS2ServerManagerIntegrationTest) Time elapsed: 0.012 s <<< ERROR!
org.apache.camel.FailedToCreateRouteException: Failed to create route route7: Route(route7)[[From[as2:Caused by: org.apache.camel.ResolveEndpointFailedException: Failed to resolve endpoint: as2:Caused by: org.apache.camel.RuntimeCamelException: Server HTTP connection failed
Caused by: java.net.BindException: Address already in use (Bind failed)
[ERROR] receiveMultipartSignedMessageTest(org.apache.camel.component.as2.AS2ServerManagerIntegrationTest) Time elapsed: 0.015 s <<< ERROR!
org.apache.camel.FailedToCreateRouteException: Failed to create route route8: Route(route8)[[From[as2:Caused by: org.apache.camel.ResolveEndpointFailedException: Failed to resolve endpoint: as2:Caused by: org.apache.camel.RuntimeCamelException: Server HTTP connection failed
Caused by: java.net.BindException: Address already in use (Bind failed)
[INFO]
[INFO] Results:
[INFO]
[ERROR] Errors:
[ERROR] org.apache.camel.component.as2.AS2ServerManagerIntegrationTest.receiveMultipartSignedMessageTest(org.apache.camel.component.as2.AS2ServerManagerIntegrationTest)
[ERROR] Run 1: AS2ServerManagerIntegrationTest>CamelTestSupport.setUp:260->CamelTestSupport.doSetUp:369->CamelTestSupport.startCamelContext:689 » FailedToCreateRoute
[ERROR] Run 2: AS2ServerManagerIntegrationTest>CamelTestSupport.setUp:260->CamelTestSupport.doSetUp:369->CamelTestSupport.startCamelContext:689 » FailedToCreateRoute
[ERROR] Run 3: AS2ServerManagerIntegrationTest>CamelTestSupport.setUp:260->CamelTestSupport.doSetUp:369->CamelTestSupport.startCamelContext:689 » FailedToCreateRoute
[INFO]
[ERROR] org.apache.camel.component.as2.AS2ServerManagerIntegrationTest.receivePlainEDIMessageTest(org.apache.camel.component.as2.AS2ServerManagerIntegrationTest)
[ERROR] Run 1: AS2ServerManagerIntegrationTest>CamelTestSupport.setUp:260->CamelTestSupport.doSetUp:369->CamelTestSupport.startCamelContext:689 » FailedToCreateRoute
[ERROR] Run 2: AS2ServerManagerIntegrationTest>CamelTestSupport.setUp:260->CamelTestSupport.doSetUp:369->CamelTestSupport.startCamelContext:689 » FailedToCreateRoute
[ERROR] Run 3: AS2ServerManagerIntegrationTest>CamelTestSupport.setUp:260->CamelTestSupport.doSetUp:369->CamelTestSupport.startCamelContext:689 » FailedToCreateRoute
[INFO]
[INFO]
[ERROR] Tests run: 6, Failures: 0, Errors: 2, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE