Hello, i am working to this jira https://issues.apache.org/jira/browse/CAMEL-10307
Source code is here: https://github.com/Fabryprog/camel/tree/CAMEL-10307 when i Running tests i have follow error that it could be a JARs conflict. Can you help me? <pre> 2016-09-13 15:54:48,426 [main ] INFO AuthCmdHeaderTest - Testing: null(org.apache.camel.component.docker.headers.AuthCmdHeaderTest) 2016-09-13 15:54:48,427 [main ] INFO AuthCmdHeaderTest - ******************************************************************************** 2016-09-13 15:54:49,092 [main ] INFO DefaultCamelContext - Apache Camel 2.18.0-SNAPSHOT (CamelContext: camel-1) is starting 2016-09-13 15:54:49,094 [main ] INFO DefaultManagementStrategy - JMX is disabled 2016-09-13 15:54:49,148 [main ] INFO DefaultTypeConverter - Loaded 189 type converters 2016-09-13 15:54:49,216 [main ] INFO DefaultCamelContext - StreamCaching is not in use. If using streams then its recommended to enable stream caching. See more details at http://camel.apache.org/stream-caching.html 2016-09-13 15:54:49,224 [main ] INFO DefaultCamelContext - Route: route1 started and consuming from: direct://in 2016-09-13 15:54:49,224 [main ] INFO DefaultCamelContext - Total 1 routes, of which 1 are started. 2016-09-13 15:54:49,225 [main ] INFO DefaultCamelContext - Apache Camel 2.18.0-SNAPSHOT (CamelContext: camel-1) started in 0.132 seconds 2016-09-13 15:54:49,271 [main ] INFO DockerClientFactory - Docker clientProfile DockerClientProfile [host=localhost, port=5000, username=jdoe, password=password, [email protected], serverAddress=http://docker.io/v1, requestTimeout=null, certPath=null, maxTotalConnections=100, maxPerRouteConnections=100, loggingFilterEnabled=false, followRedirectFilterEnabled=false, tlsVerify=false, socket=true] 2016-09-13 15:54:49,762 [main ] ERROR DefaultErrorHandler - Failed delivery for (MessageId: ID-archimede-ubuntu-42944-1473774888486-0-1 on ExchangeId: ID-archimede-ubuntu-42944-1473774888486-0-2). Exhausted after delivery attempt: 1 caught: java.lang.IllegalStateException: Error creating SSL context (algorithm not supported). Message History --------------------------------------------------------------------------------------------------------------------------------------- RouteId ProcessorId Processor Elapsed (ms) [route1 ] [route1 ] [direct://in ] [ 506] [route1 ] [to1 ] [docker://auth ] [ 502] Stacktrace --------------------------------------------------------------------------------------------------------------------------------------- java.lang.IllegalStateException: Error creating SSL context (algorithm not supported). at org.glassfish.jersey.SslConfigurator.createSSLContext(SslConfigurator.java:801) ~[?:?] at org.glassfish.jersey.SslConfigurator.getDefaultContext(SslConfigurator.java:301) ~[?:?] at org.glassfish.jersey.SslConfigurator.getDefaultContext(SslConfigurator.java:286) ~[?:?] at org.glassfish.jersey.client.JerseyClient$1.getDefaultSslContext(JerseyClient.java:82) ~[?:?] at org.glassfish.jersey.client.JerseyClient$2.get(JerseyClient.java:222) ~[?:?] at org.glassfish.jersey.client.JerseyClient$2.get(JerseyClient.java:219) ~[?:?] at org.glassfish.jersey.internal.util.collection.Values$LazyUnsafeValueImpl.get(Values.java:425) ~[?:?] </pre> -- View this message in context: http://camel.465427.n5.nabble.com/Camel-docker-upgrade-library-test-failure-tp5787511.html Sent from the Camel Development mailing list archive at Nabble.com.
