You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/12/22 07:06:03 UTC

[GitHub] [camel-kafka-connector] yingbo-wu opened a new issue #1304: camel-salesforce-kafka-connector-0.11.0 There is an Exception during HANDSHAKE: Invalid protocol null

yingbo-wu opened a new issue #1304:
URL: https://github.com/apache/camel-kafka-connector/issues/1304


   Please tell me the cause of this problem. Yesterday it was normal, but today it has been wrong
   
   Exception:
   
   [2021-12-22 06:45:54,690] INFO Logout successful (org.apache.camel.component.salesforce.internal.SalesforceSession)
   [2021-12-22 06:45:54,709] ERROR Error starting CamelContext (camel-1) due to exception thrown: Failed to start component salesforce because of org.apache.camel.CamelException: Exception during HANDSHAKE: Invalid protocol null (org.apache.camel.impl.engine.AbstractCamelContext)
   org.apache.camel.FailedToStartComponentException: Failed to start component salesforce because of org.apache.camel.CamelException: Exception during HANDSHAKE: Invalid protocol null
           at org.apache.camel.impl.engine.AbstractCamelContext.doStartCamel(AbstractCamelContext.java:3075)
           at org.apache.camel.impl.engine.AbstractCamelContext.doStartContext(AbstractCamelContext.java:2847)
           at org.apache.camel.impl.engine.AbstractCamelContext.doStart(AbstractCamelContext.java:2798)
           at org.apache.camel.support.service.BaseService.start(BaseService.java:119)
           at org.apache.camel.impl.engine.AbstractCamelContext.start(AbstractCamelContext.java:2494)        at org.apache.camel.impl.DefaultCamelContext.start(DefaultCamelContext.java:245)
           at org.apache.camel.main.SimpleMain.doStart(SimpleMain.java:43)
           at org.apache.camel.support.service.BaseService.start(BaseService.java:119)
           at org.apache.camel.kafkaconnector.CamelSourceTask.start(CamelSourceTask.java:173)
           at org.apache.kafka.connect.runtime.WorkerSourceTask.initializeAndStart(WorkerSourceTask.java:225)
           at org.apache.kafka.connect.runtime.WorkerTask.doRun(WorkerTask.java:186)
           at org.apache.kafka.connect.runtime.WorkerTask.run(WorkerTask.java:243)
           at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
           at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
           at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
           at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
           at java.base/java.lang.Thread.run(Thread.java:829)
   Caused by: org.apache.camel.RuntimeCamelException: org.apache.camel.CamelException: Exception during HANDSHAKE: Invalid protocol null
           at org.apache.camel.RuntimeCamelException.wrapRuntimeException(RuntimeCamelException.java:66)
           at org.apache.camel.support.service.BaseService.doFail(BaseService.java:413)
           at org.apache.camel.support.service.BaseService.fail(BaseService.java:342)
           at org.apache.camel.support.service.BaseService.start(BaseService.java:132)
           at org.apache.camel.support.service.ServiceHelper.startService(ServiceHelper.java:113)
           at org.apache.camel.component.salesforce.SalesforceComponent.doStart(SalesforceComponent.java:426)
           at org.apache.camel.support.service.BaseService.start(BaseService.java:119)
           at org.apache.camel.support.service.ServiceHelper.startService(ServiceHelper.java:113)
           at org.apache.camel.impl.engine.AbstractCamelContext.startService(AbstractCamelContext.java:3464)
           at org.apache.camel.impl.engine.AbstractCamelContext.doStartCamel(AbstractCamelContext.java:3073)
           ... 16 more
   Caused by: org.apache.camel.CamelException: Exception during HANDSHAKE: Invalid protocol null
           at org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper.connect(SubscriptionHelper.java:223)
           at org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper.doStart(SubscriptionHelper.java:212)
           at org.apache.camel.support.service.BaseService.start(BaseService.java:119)
           ... 22 more
   Caused by: java.lang.IllegalArgumentException: Invalid protocol null
           at org.eclipse.jetty.client.HttpClient.createOrigin(HttpClient.java:558)
           at org.eclipse.jetty.client.HttpClient.resolveDestination(HttpClient.java:550)
           at org.eclipse.jetty.client.HttpClient.send(HttpClient.java:599)
           at org.eclipse.jetty.client.HttpRequest.sendAsync(HttpRequest.java:778)
           at org.eclipse.jetty.client.HttpRequest.send(HttpRequest.java:765)
           at org.cometd.client.transport.LongPollingTransport.send(LongPollingTransport.java:185)
           at org.cometd.client.transport.LongPollingTransport.lambda$send$0(LongPollingTransport.java:150)
           at org.cometd.bayeux.Promise$2.succeed(Promise.java:103)
           at org.cometd.client.transport.LongPollingTransport.customize(LongPollingTransport.java:267)
           at org.cometd.client.transport.LongPollingTransport.send(LongPollingTransport.java:149)
           at org.cometd.client.BayeuxClient$SessionState.send(BayeuxClient.java:1631)
           at org.cometd.client.BayeuxClient$SessionState.access$3600(BayeuxClient.java:1285)
           at org.cometd.client.BayeuxClient.lambda$sendMessages$8(BayeuxClient.java:516)
           at org.cometd.bayeux.Promise$2.succeed(Promise.java:103)
           at org.cometd.common.AsyncFoldLeft.run(AsyncFoldLeft.java:90)
           at org.cometd.client.BayeuxClient.lambda$sendMessages$9(BayeuxClient.java:503)
           at org.cometd.bayeux.Promise$2.succeed(Promise.java:103)
           at org.cometd.common.AsyncFoldLeft$AbstractLoop.run(AsyncFoldLeft.java:199)
           at org.cometd.common.AsyncFoldLeft.run(AsyncFoldLeft.java:93)
           at org.cometd.client.BayeuxClient.sendMessages(BayeuxClient.java:483)
           at org.cometd.client.BayeuxClient.sendHandshake(BayeuxClient.java:363)
           at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
           at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
           at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
           ... 3 more


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-kafka-connector] valdar closed issue #1304: camel-salesforce-kafka-connector-0.11.0 There is an Exception during HANDSHAKE: Invalid protocol null

Posted by GitBox <gi...@apache.org>.
valdar closed issue #1304:
URL: https://github.com/apache/camel-kafka-connector/issues/1304


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-kafka-connector] valdar commented on issue #1304: camel-salesforce-kafka-connector-0.11.0 There is an Exception during HANDSHAKE: Invalid protocol null

Posted by GitBox <gi...@apache.org>.
valdar commented on issue #1304:
URL: https://github.com/apache/camel-kafka-connector/issues/1304#issuecomment-1020579336


   @yingbo-wu I am closing this one for now, feel free to reopen it if you happen to gather more information.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-kafka-connector] zregvart commented on issue #1304: camel-salesforce-kafka-connector-0.11.0 There is an Exception during HANDSHAKE: Invalid protocol null

Posted by GitBox <gi...@apache.org>.
zregvart commented on issue #1304:
URL: https://github.com/apache/camel-kafka-connector/issues/1304#issuecomment-999403248


   @yingbo-wu obvious question would be what changed since yesterday? Can you also specify versions of Camel Kafka Connector and Camel, perhaps you can share your classpath and enable debug logging and share those logs with us.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-kafka-connector] oscerd commented on issue #1304: camel-salesforce-kafka-connector-0.11.0 There is an Exception during HANDSHAKE: Invalid protocol null

Posted by GitBox <gi...@apache.org>.
oscerd commented on issue #1304:
URL: https://github.com/apache/camel-kafka-connector/issues/1304#issuecomment-999337704


   @zregvart @jeremyross I think we saw something like this in older version of camel right?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-kafka-connector] valdar commented on issue #1304: camel-salesforce-kafka-connector-0.11.0 There is an Exception during HANDSHAKE: Invalid protocol null

Posted by GitBox <gi...@apache.org>.
valdar commented on issue #1304:
URL: https://github.com/apache/camel-kafka-connector/issues/1304#issuecomment-1020579336


   @yingbo-wu I am closing this one for now, feel free to reopen it if you happen to gather more information.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-kafka-connector] valdar closed issue #1304: camel-salesforce-kafka-connector-0.11.0 There is an Exception during HANDSHAKE: Invalid protocol null

Posted by GitBox <gi...@apache.org>.
valdar closed issue #1304:
URL: https://github.com/apache/camel-kafka-connector/issues/1304


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-kafka-connector] yingbo-wu commented on issue #1304: camel-salesforce-kafka-connector-0.11.0 There is an Exception during HANDSHAKE: Invalid protocol null

Posted by GitBox <gi...@apache.org>.
yingbo-wu commented on issue #1304:
URL: https://github.com/apache/camel-kafka-connector/issues/1304#issuecomment-999504036


   > @yingbo-wu obvious question would be what changed since yesterday? Can you also specify versions of Camel Kafka Connector and Camel, perhaps you can share your classpath and enable debug logging and share those logs with us.
   
   @zregvart Camel Kafka Connector Version is 0.11.0, Camel Version is 3.11.1
   
   [2021-12-22 11:15:29,235] DEBUG Found configurer: salesforce-component via type: org.apache.camel.component.salesforce.SalesforceComponentConfigurer via: META-INF/services/org/apache/camel/configurer/salesforce-component (org.apache.camel.impl.engine.DefaultConfigurerResolver)
   [2021-12-22 11:15:29,259] DEBUG Creating endpoint uri=[salesforce://topic/Work_Order__c?apiVersion=52.0&rawPayload=false&replayId=-1], path=[topic/Work_Order__c] (org.apache.camel.support.DefaultComponent)
   [2021-12-22 11:15:29,259] DEBUG Creating endpoint for: topic/Work_Order__c (org.apache.camel.component.salesforce.SalesforceComponent)
   [2021-12-22 11:15:29,270] DEBUG salesforce://topic/Work_Order__c?apiVersion=52.0&rawPayload=false&replayId=-1 converted to endpoint: salesforce://topic/Work_Order__c?apiVersion=52.0&rawPayload=false&replayId=-1 by component: org.apache.camel.component.salesforce.SalesforceComponent@584036f0 (org.apache.camel.impl.engine.AbstractCamelContext)
   [2021-12-22 11:15:29,274] DEBUG Found ProcessorFactory: org.apache.camel.processor.DefaultProcessorFactory via: META-INF/services/org/apache/camel/processor-factory (org.apache.camel.support.ResolverHelper)
   [2021-12-22 11:15:29,274] DEBUG Detected and using ProcessorFactory: org.apache.camel.processor.DefaultProcessorFactory@7023469e (org.apache.camel.support.ResolverHelper)
   [2021-12-22 11:15:29,275] DEBUG Resolving language: simple (org.apache.camel.impl.engine.AbstractCamelContext)
   [2021-12-22 11:15:29,286] DEBUG Found InternalProcessorFactory: org.apache.camel.processor.DefaultInternalProcessorFactory via: META-INF/services/org/apache/camel/internal-processor-factory (org.apache.camel.support.ResolverHelper)
   [2021-12-22 11:15:29,286] DEBUG Detected and using InternalProcessorFactory: org.apache.camel.processor.DefaultInternalProcessorFactory@43f40929 (org.apache.camel.support.ResolverHelper)
   [2021-12-22 11:15:29,307] DEBUG Initializing route id: route1 (org.apache.camel.impl.engine.InternalRouteStartupManager)
   [2021-12-22 11:15:29,367] WARN Property sObjectName or sObjectClass NOT set, messages will be of type java.lang.Map (org.apache.camel.component.salesforce.SalesforceConsumer)
   [2021-12-22 11:15:29,374] DEBUG Apache Camel 3.11.1 (camel-1) initialized in 154ms (org.apache.camel.impl.engine.AbstractCamelContext)
   [2021-12-22 11:15:29,374] DEBUG Apache Camel 3.11.1 (camel-1) is starting (org.apache.camel.impl.engine.AbstractCamelContext)
   [2021-12-22 11:15:29,374] DEBUG Using ClassResolver=org.apache.camel.impl.engine.DefaultClassResolver@2b84d8d, PackageScanClassResolver=org.apache.camel.impl.engine.DefaultPackageScanClassResolver@195076bc, ApplicationContextClassLoader=null, RouteController=org.apache.camel.impl.engine.DefaultRouteController@6ae2e536 (org.apache.camel.impl.engine.AbstractCamelContext)
   [2021-12-22 11:15:29,376] DEBUG Created login configuration: SalesforceLoginConfig[instanceUrl= 'https://aliconnector-dev-ed.my.salesforce.com', loginUrl='https://login.salesforce.com',clientId='3MVG97quAmFZJfVxvRkJ1UM_zzkXT_n.vmSrpoprRpwhTCquWbYdJyc37zS1yvFtnemq29h.P2SUwV7QVSlnk', clientSecret='********', refreshToken='null', userName='integration@accenture.com.aliconn', password=********', keystore=********', lazyLogin=true] (org.apache.camel.component.salesforce.SalesforceComponent)
   [2021-12-22 11:15:29,389] INFO Logging initialized @136055ms to org.eclipse.jetty.util.log.Slf4jLog (org.eclipse.jetty.util.log)
   [2021-12-22 11:15:29,408] INFO Available providers: SUN version 11. (org.apache.camel.support.jsse.SSLContextParameters)
   [2021-12-22 11:15:29,447] DEBUG SSLContext [javax.net.ssl.SSLContext@71fdf9b9], initialized from [SSLContextParameters[keyManagers=null, trustManagers=null, secureRandom=null, clientParameters=null, serverParameters=null, provider=null, secureSocketProtocol=null, certAlias=null, getCipherSuites()=null, getCipherSuitesFilter()=null, getSecureSocketProtocols()=null, getSecureSocketProtocolsFilter()=null, getSessionTimeout()=null]], is using provider [SunJSSE version 11], protocol [TLSv1.2], key managers null, trust managers null, and secure random [null]. (org.apache.camel.support.jsse.SSLContextParameters)
   [2021-12-22 11:15:29,485] DEBUG SSLSocketFactory [sun.security.ssl.SSLSocketFactoryImpl@61f711ef] created from SSLContext [javax.net.ssl.SSLContext@71fdf9b9]. (org.apache.camel.support.jsse.BaseSSLContextParameters)
   [2021-12-22 11:15:29,502] DEBUG Created Socket [Socket[unconnected]] from SocketFactory [sun.security.ssl.SSLSocketFactoryImpl@61f711ef]. (org.apache.camel.support.jsse.BaseSSLContextParameters)
   [2021-12-22 11:15:29,503] DEBUG Configuring SSLSocket [Socket[unconnected]] with
            explicitly set cipher suites [null],
            cipher suite patterns [null],
            available cipher suites [......] with
            explicitly set protocols [null],
            protocol patterns [null],
            available protocols [[TLSv1.2]],
            currently enabled protocols [[TLSv1.2]],
            and default protocol patterns [Patterns [includes=[.*], excludes=[SSL.*]]].
            Resulting enabled protocols are [[TLSv1.2]]. (org.apache.camel.support.jsse.BaseSSLContextParameters)
   [2021-12-22 11:15:29,503] DEBUG SSLSocketFactory [sun.security.ssl.SSLSocketFactoryImpl@3463134c] created from SSLContext [javax.net.ssl.SSLContext@71fdf9b9]. (org.apache.camel.support.jsse.BaseSSLContextParameters)
   [2021-12-22 11:15:29,504] DEBUG Created Socket [Socket[unconnected]] from SocketFactory [sun.security.ssl.SSLSocketFactoryImpl@3463134c]. (org.apache.camel.support.jsse.BaseSSLContextParameters)
   [2021-12-22 11:15:29,504] DEBUG Configuring SSLSocket [Socket[unconnected]] with
            explicitly set cipher suites [null],
            cipher suite patterns [null],
            available cipher suites [......] with
            explicitly set protocols [null],
            protocol patterns [null],
            available protocols [[TLSv1.2]],
            currently enabled protocols [[TLSv1.2]],
            and default protocol patterns [Patterns [includes=[.*], excludes=[SSL.*]]].
            Resulting enabled protocols are [[TLSv1.2]]. (org.apache.camel.support.jsse.BaseSSLContextParameters)
   [2021-12-22 11:15:29,505] DEBUG SSLSocketFactory [sun.security.ssl.SSLSocketFactoryImpl@4ad5a84a] created from SSLContext [javax.net.ssl.SSLContext@71fdf9b9]. (org.apache.camel.support.jsse.BaseSSLContextParameters)
   [2021-12-22 11:15:29,505] DEBUG Created Socket [Socket[unconnected]] from SocketFactory [sun.security.ssl.SSLSocketFactoryImpl@4ad5a84a]. (org.apache.camel.support.jsse.BaseSSLContextParameters)
   [2021-12-22 11:15:29,505] DEBUG Configuring SSLSocket [Socket[unconnected]] with
            explicitly set cipher suites [null],
            cipher suite patterns [null],
            available cipher suites [......] with
            explicitly set protocols [null],
            protocol patterns [null],
            available protocols [[TLSv1.2]],
            currently enabled protocols [[TLSv1.2]],
            and default protocol patterns [Patterns [includes=[.*], excludes=[SSL.*]]].
            Resulting enabled protocols are [[TLSv1.2]]. (org.apache.camel.support.jsse.BaseSSLContextParameters)
   [2021-12-22 11:15:29,505] DEBUG SSLSocketFactory [sun.security.ssl.SSLSocketFactoryImpl@388e3cff] created from SSLContext [javax.net.ssl.SSLContext@71fdf9b9]. (org.apache.camel.support.jsse.BaseSSLContextParameters)
   [2021-12-22 11:15:29,505] DEBUG Created Socket [Socket[unconnected]] from SocketFactory [sun.security.ssl.SSLSocketFactoryImpl@388e3cff]. (org.apache.camel.support.jsse.BaseSSLContextParameters)
   [2021-12-22 11:15:29,506] DEBUG Configuring SSLSocket [Socket[unconnected]] with
            explicitly set cipher suites [null],
            cipher suite patterns [null],
            available cipher suites [......] with
            explicitly set protocols [null],
            protocol patterns [null],
            available protocols [[TLSv1.2]],
            currently enabled protocols [[TLSv1.2]],
            and default protocol patterns [Patterns [includes=[.*], excludes=[SSL.*]]].
            Resulting enabled protocols are [[TLSv1.2]]. (org.apache.camel.support.jsse.BaseSSLContextParameters)
   [2021-12-22 11:15:29,506] DEBUG SSLSocketFactory [sun.security.ssl.SSLSocketFactoryImpl@6b9d6ccd] created from SSLContext [javax.net.ssl.SSLContext@71fdf9b9]. (org.apache.camel.support.jsse.BaseSSLContextParameters)
   [2021-12-22 11:15:29,506] DEBUG Created Socket [Socket[unconnected]] from SocketFactory [sun.security.ssl.SSLSocketFactoryImpl@6b9d6ccd]. (org.apache.camel.support.jsse.BaseSSLContextParameters)
   [2021-12-22 11:15:29,507] DEBUG Configuring SSLSocket [Socket[unconnected]] with
            explicitly set cipher suites [null],
            cipher suite patterns [null],
            available cipher suites [......] with
            explicitly set protocols [null],
            protocol patterns [null],
            available protocols [[TLSv1.2]],
            currently enabled protocols [[TLSv1.2]],
            and default protocol patterns [Patterns [includes=[.*], excludes=[SSL.*]]].
            Resulting enabled protocols are [[TLSv1.2]]. (org.apache.camel.support.jsse.BaseSSLContextParameters)
   [2021-12-22 11:15:29,507] DEBUG SSLSocketFactory [sun.security.ssl.SSLSocketFactoryImpl@d6b0f40] created from SSLContext [javax.net.ssl.SSLContext@71fdf9b9]. (org.apache.camel.support.jsse.BaseSSLContextParameters)
   [2021-12-22 11:15:29,507] DEBUG Created Socket [Socket[unconnected]] from SocketFactory [sun.security.ssl.SSLSocketFactoryImpl@d6b0f40]. (org.apache.camel.support.jsse.BaseSSLContextParameters)
   [2021-12-22 11:15:29,507] DEBUG Configuring SSLSocket [Socket[unconnected]] with
            explicitly set cipher suites [null],
            cipher suite patterns [null],
            available cipher suites [......] with
            explicitly set protocols [null],
            protocol patterns [null],
            available protocols [[TLSv1.2]],
            currently enabled protocols [[TLSv1.2]],
            and default protocol patterns [Patterns [includes=[.*], excludes=[SSL.*]]].
            Resulting enabled protocols are [[TLSv1.2]]. (org.apache.camel.support.jsse.BaseSSLContextParameters)
   [2021-12-22 11:15:29,508] DEBUG SSLContextDecorator [......] decorating SSLContext [javax.net.ssl.SSLContext@71fdf9b9]. (org.apache.camel.support.jsse.BaseSSLContextParameters)
   [2021-12-22 11:15:29,569] DEBUG SSLSocketFactory [sun.security.ssl.SSLSocketFactoryImpl@4201cc07] created from SSLContext [javax.net.ssl.SSLContext@71fdf9b9]. (org.apache.camel.support.jsse.BaseSSLContextParameters)
   [2021-12-22 11:15:29,569] DEBUG Created Socket [Socket[unconnected]] from SocketFactory [sun.security.ssl.SSLSocketFactoryImpl@4201cc07]. (org.apache.camel.support.jsse.BaseSSLContextParameters)
   [2021-12-22 11:15:29,570] DEBUG Configuring SSLSocket [Socket[unconnected]] with
            explicitly set cipher suites [null],
            cipher suite patterns [null],
            available cipher suites [......] with
            explicitly set protocols [null],
            protocol patterns [null],
            available protocols [[TLSv1.2]],
            currently enabled protocols [[TLSv1.2]],
            and default protocol patterns [Patterns [includes=[.*], excludes=[SSL.*]]].
            Resulting enabled protocols are [[TLSv1.2]]. (org.apache.camel.support.jsse.BaseSSLContextParameters)
   [2021-12-22 11:15:29,570] DEBUG SSLSocketFactory [sun.security.ssl.SSLSocketFactoryImpl@556b5c38] created from SSLContext [javax.net.ssl.SSLContext@71fdf9b9]. (org.apache.camel.support.jsse.BaseSSLContextParameters)
   [2021-12-22 11:15:29,570] DEBUG Created Socket [Socket[unconnected]] from SocketFactory [sun.security.ssl.SSLSocketFactoryImpl@556b5c38]. (org.apache.camel.support.jsse.BaseSSLContextParameters)
   [2021-12-22 11:15:29,571] DEBUG Configuring SSLSocket [Socket[unconnected]] with
            explicitly set cipher suites [null],
            cipher suite patterns [null],
            available cipher suites [......],
            currently enabled cipher suites [......],
            and default cipher suite patterns [Patterns [includes=[.*], excludes=[.*_NULL_.*, .*_anon_.*, .*_EXPORT_.*, .*_DES_.*, .*MD5, .*RC4.*]]].
            Resulting enabled cipher suites are [......]. (org.apache.camel.support.jsse.BaseSSLContextParameters)
   [2021-12-22 11:15:29,571] DEBUG Configuring SSLSocket [Socket[unconnected]] with
            explicitly set protocols [null],
            protocol patterns [null],
            available protocols [[TLSv1.2]],
            currently enabled protocols [[TLSv1.2]],
            and default protocol patterns [Patterns [includes=[.*], excludes=[SSL.*]]].
            Resulting enabled protocols are [[TLSv1.2]]. (org.apache.camel.support.jsse.BaseSSLContextParameters)
   [2021-12-22 11:15:29,573] DEBUG SSLEngine [sun.security.ssl.SSLEngineImpl@253422a7] created from SSLContext [javax.net.ssl.SSLContext@71fdf9b9]. (org.apache.camel.support.jsse.BaseSSLContextParameters)
   [2021-12-22 11:15:29,576] DEBUG Configuring SSLEngine [sun.security.ssl.SSLEngineImpl@253422a7] with
            explicitly set cipher suites [null],
            cipher suite patterns [null],
            available cipher suites [......],
            currently enabled cipher suites [.......,
            and default cipher suite patterns [Patterns [includes=[.*], excludes=[.*_NULL_.*, .*_anon_.*, .*_EXPORT_.*, .*_DES_.*, .*MD5, .*RC4.*]]].
            Resulting enabled cipher suites are [......]. (org.apache.camel.support.jsse.BaseSSLContextParameters)
   [2021-12-22 11:15:29,577] DEBUG Configuring SSLEngine [sun.security.ssl.SSLEngineImpl@253422a7] with
            explicitly set protocols [null],
            protocol patterns [null],
            available protocols [[TLSv1.3, TLSv1.2, SSLv2Hello]],
            currently enabled protocols [[TLSv1.3, TLSv1.2, SSLv2Hello]],
            and default protocol patterns [Patterns [includes=[.*], excludes=[SSL.*]]].
            Resulting enabled protocols are [[TLSv1.3, TLSv1.2]]. (org.apache.camel.support.jsse.BaseSSLContextParameters)
   [2021-12-22 11:15:29,582] WARN Missing property packages, getSObject* operations will NOT work without property rawPayload=true (org.apache.camel.component.salesforce.SalesforceComponent)
   [2021-12-22 11:15:29,631] INFO Login at Salesforce loginUrl: https://login.salesforce.com/services/oauth2/token (org.apache.camel.component.salesforce.internal.SalesforceSession)
   [2021-12-22 11:15:29,786] DEBUG SSLEngine [sun.security.ssl.SSLEngineImpl@3c3ebeba] created from SSLContext [javax.net.ssl.SSLContext@71fdf9b9]. (org.apache.camel.support.jsse.BaseSSLContextParameters)
   [2021-12-22 11:15:29,788] DEBUG Configuring SSLEngine [sun.security.ssl.SSLEngineImpl@3c3ebeba] with
            explicitly set cipher suites [null],
            cipher suite patterns [null],
            available cipher suites [[TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA256, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_
 WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV]],
            currently enabled cipher suites [[TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA256, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_E
 CDH_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV]],
            and default cipher suite patterns [Patterns [includes=[.*], excludes=[.*_NULL_.*, .*_anon_.*, .*_EXPORT_.*, .*_DES_.*, .*MD5, .*RC4.*]]].
            Resulting enabled cipher suites are [[TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA256, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, T
 LS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV]]. (org.apache.camel.support.jsse.BaseSSLContextParameters)
   [2021-12-22 11:15:29,788] DEBUG Configuring SSLEngine [sun.security.ssl.SSLEngineImpl@3c3ebeba] with
            explicitly set protocols [null],
            protocol patterns [null],
            available protocols [[TLSv1.3, TLSv1.2, SSLv2Hello]],
            currently enabled protocols [[TLSv1.3, TLSv1.2, SSLv2Hello]],
            and default protocol patterns [Patterns [includes=[.*], excludes=[SSL.*]]].
            Resulting enabled protocols are [[TLSv1.3, TLSv1.2]]. (org.apache.camel.support.jsse.BaseSSLContextParameters)
   [2021-12-22 11:15:30,690] INFO Login successful (org.apache.camel.component.salesforce.internal.SalesforceSession)
   [2021-12-22 11:15:30,695] DEBUG [CHANNEL:META_HANDSHAKE]: {failure={exception=java.lang.IllegalArgumentException: Invalid protocol null, message={ext={replay=true}, supportedConnectionTypes=[long-polling], channel=/meta/handshake, id=1, version=1.0}, connectionType=long-polling}, channel=/meta/handshake, id=1, successful=false} (org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper)
   [2021-12-22 11:15:30,695] WARN Handshake failure: {failure={exception=java.lang.IllegalArgumentException: Invalid protocol null, message={ext={replay=true}, supportedConnectionTypes=[long-polling], channel=/meta/handshake, id=1, version=1.0}, connectionType=long-polling}, channel=/meta/handshake, id=1, successful=false} (org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper)
   [2021-12-22 11:15:30,696] INFO Restarting on unexpected disconnect from Salesforce... (org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper)
   [2021-12-22 11:15:30,697] DEBUG Waiting to disconnect... (org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper)
   [2021-12-22 11:15:30,699] DEBUG [CHANNEL:META_HANDSHAKE]: {failure={exception=java.lang.IllegalArgumentException: Invalid protocol null, message={ext={replay=true}, supportedConnectionTypes=[long-polling], channel=/meta/handshake, id=2, version=1.0}, connectionType=long-polling}, channel=/meta/handshake, id=2, successful=false} (org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper)
   [2021-12-22 11:15:30,699] WARN Handshake failure: {failure={exception=java.lang.IllegalArgumentException: Invalid protocol null, message={ext={replay=true}, supportedConnectionTypes=[long-polling], channel=/meta/handshake, id=2, version=1.0}, connectionType=long-polling}, channel=/meta/handshake, id=2, successful=false} (org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper)
   [2021-12-22 11:15:31,700] DEBUG [CHANNEL:META_HANDSHAKE]: {failure={exception=java.lang.IllegalArgumentException: Invalid protocol null, message={ext={replay=true}, supportedConnectionTypes=[long-polling], channel=/meta/handshake, id=3, version=1.0}, connectionType=long-polling}, channel=/meta/handshake, id=3, successful=false} (org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper)
   [2021-12-22 11:15:31,700] WARN Handshake failure: {failure={exception=java.lang.IllegalArgumentException: Invalid protocol null, message={ext={replay=true}, supportedConnectionTypes=[long-polling], channel=/meta/handshake, id=3, version=1.0}, connectionType=long-polling}, channel=/meta/handshake, id=3, successful=false} (org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper)
   [2021-12-22 11:15:33,702] DEBUG [CHANNEL:META_HANDSHAKE]: {failure={exception=java.lang.IllegalArgumentException: Invalid protocol null, message={ext={replay=true}, supportedConnectionTypes=[long-polling], channel=/meta/handshake, id=4, version=1.0}, connectionType=long-polling}, channel=/meta/handshake, id=4, successful=false} (org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper)
   [2021-12-22 11:15:33,702] WARN Handshake failure: {failure={exception=java.lang.IllegalArgumentException: Invalid protocol null, message={ext={replay=true}, supportedConnectionTypes=[long-polling], channel=/meta/handshake, id=4, version=1.0}, connectionType=long-polling}, channel=/meta/handshake, id=4, successful=false} (org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper)
   [2021-12-22 11:15:36,704] DEBUG [CHANNEL:META_HANDSHAKE]: {failure={exception=java.lang.IllegalArgumentException: Invalid protocol null, message={ext={replay=true}, supportedConnectionTypes=[long-polling], channel=/meta/handshake, id=5, version=1.0}, connectionType=long-polling}, channel=/meta/handshake, id=5, successful=false} (org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper)
   [2021-12-22 11:15:36,704] WARN Handshake failure: {failure={exception=java.lang.IllegalArgumentException: Invalid protocol null, message={ext={replay=true}, supportedConnectionTypes=[long-polling], channel=/meta/handshake, id=5, version=1.0}, connectionType=long-polling}, channel=/meta/handshake, id=5, successful=false} (org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper)
   [2021-12-22 11:15:38,734] INFO WorkerSourceTask{id=sfdc.work_order__c.source-0} Either no records were produced by the task since the last offset commit, or every record has been filtered out by a transformation or dropped due to transformation or conversion errors. (org.apache.kafka.connect.runtime.WorkerSourceTask)
   [2021-12-22 11:15:40,705] DEBUG [CHANNEL:META_HANDSHAKE]: {failure={exception=java.lang.IllegalArgumentException: Invalid protocol null, message={ext={replay=true}, supportedConnectionTypes=[long-polling], channel=/meta/handshake, id=6, version=1.0}, connectionType=long-polling}, channel=/meta/handshake, id=6, successful=false} (org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper)
   [2021-12-22 11:15:40,705] WARN Handshake failure: {failure={exception=java.lang.IllegalArgumentException: Invalid protocol null, message={ext={replay=true}, supportedConnectionTypes=[long-polling], channel=/meta/handshake, id=6, version=1.0}, connectionType=long-polling}, channel=/meta/handshake, id=6, successful=false} (org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper)
   [2021-12-22 11:15:45,706] DEBUG [CHANNEL:META_HANDSHAKE]: {failure={exception=java.lang.IllegalArgumentException: Invalid protocol null, message={ext={replay=true}, supportedConnectionTypes=[long-polling], channel=/meta/handshake, id=7, version=1.0}, connectionType=long-polling}, channel=/meta/handshake, id=7, successful=false} (org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper)
   [2021-12-22 11:15:45,707] WARN Handshake failure: {failure={exception=java.lang.IllegalArgumentException: Invalid protocol null, message={ext={replay=true}, supportedConnectionTypes=[long-polling], channel=/meta/handshake, id=7, version=1.0}, connectionType=long-polling}, channel=/meta/handshake, id=7, successful=false} (org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper)
   [2021-12-22 11:15:48,736] INFO WorkerSourceTask{id=sfdc.work_order__c.source-0} Either no records were produced by the task since the last offset commit, or every record has been filtered out by a transformation or dropped due to transformation or conversion errors. (org.apache.kafka.connect.runtime.WorkerSourceTask)
   [2021-12-22 11:15:51,708] DEBUG [CHANNEL:META_HANDSHAKE]: {failure={exception=java.lang.IllegalArgumentException: Invalid protocol null, message={ext={replay=true}, supportedConnectionTypes=[long-polling], channel=/meta/handshake, id=8, version=1.0}, connectionType=long-polling}, channel=/meta/handshake, id=8, successful=false} (org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper)
   [2021-12-22 11:15:51,708] WARN Handshake failure: {failure={exception=java.lang.IllegalArgumentException: Invalid protocol null, message={ext={replay=true}, supportedConnectionTypes=[long-polling], channel=/meta/handshake, id=8, version=1.0}, connectionType=long-polling}, channel=/meta/handshake, id=8, successful=false} (org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper)
   [2021-12-22 11:15:58,708] DEBUG [CHANNEL:META_HANDSHAKE]: {failure={exception=java.lang.IllegalArgumentException: Invalid protocol null, message={ext={replay=true}, supportedConnectionTypes=[long-polling], channel=/meta/handshake, id=9, version=1.0}, connectionType=long-polling}, channel=/meta/handshake, id=9, successful=false} (org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper)
   [2021-12-22 11:15:58,708] WARN Handshake failure: {failure={exception=java.lang.IllegalArgumentException: Invalid protocol null, message={ext={replay=true}, supportedConnectionTypes=[long-polling], channel=/meta/handshake, id=9, version=1.0}, connectionType=long-polling}, channel=/meta/handshake, id=9, successful=false} (org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper)
   [2021-12-22 11:15:58,737] INFO WorkerSourceTask{id=sfdc.work_order__c.source-0} Either no records were produced by the task since the last offset commit, or every record has been filtered out by a transformation or dropped due to transformation or conversion errors. (org.apache.kafka.connect.runtime.WorkerSourceTask)
   [2021-12-22 11:16:06,709] DEBUG [CHANNEL:META_HANDSHAKE]: {failure={exception=java.lang.IllegalArgumentException: Invalid protocol null, message={ext={replay=true}, supportedConnectionTypes=[long-polling], channel=/meta/handshake, id=10, version=1.0}, connectionType=long-polling}, channel=/meta/handshake, id=10, successful=false} (org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper)
   [2021-12-22 11:16:06,709] WARN Handshake failure: {failure={exception=java.lang.IllegalArgumentException: Invalid protocol null, message={ext={replay=true}, supportedConnectionTypes=[long-polling], channel=/meta/handshake, id=10, version=1.0}, connectionType=long-polling}, channel=/meta/handshake, id=10, successful=false} (org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper)
   [2021-12-22 11:16:08,738] INFO WorkerSourceTask{id=sfdc.work_order__c.source-0} Either no records were produced by the task since the last offset commit, or every record has been filtered out by a transformation or dropped due to transformation or conversion errors. (org.apache.kafka.connect.runtime.WorkerSourceTask)
   [2021-12-22 11:16:15,710] DEBUG [CHANNEL:META_HANDSHAKE]: {failure={exception=java.lang.IllegalArgumentException: Invalid protocol null, message={ext={replay=true}, supportedConnectionTypes=[long-polling], channel=/meta/handshake, id=11, version=1.0}, connectionType=long-polling}, channel=/meta/handshake, id=11, successful=false} (org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper)
   [2021-12-22 11:16:15,710] WARN Handshake failure: {failure={exception=java.lang.IllegalArgumentException: Invalid protocol null, message={ext={replay=true}, supportedConnectionTypes=[long-polling], channel=/meta/handshake, id=11, version=1.0}, connectionType=long-polling}, channel=/meta/handshake, id=11, successful=false} (org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper)
   [2021-12-22 11:16:18,739] INFO WorkerSourceTask{id=sfdc.work_order__c.source-0} Either no records were produced by the task since the last offset commit, or every record has been filtered out by a transformation or dropped due to transformation or conversion errors. (org.apache.kafka.connect.runtime.WorkerSourceTask)
   [2021-12-22 11:16:25,712] DEBUG [CHANNEL:META_HANDSHAKE]: {failure={exception=java.lang.IllegalArgumentException: Invalid protocol null, message={ext={replay=true}, supportedConnectionTypes=[long-polling], channel=/meta/handshake, id=12, version=1.0}, connectionType=long-polling}, channel=/meta/handshake, id=12, successful=false} (org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper)
   [2021-12-22 11:16:25,712] WARN Handshake failure: {failure={exception=java.lang.IllegalArgumentException: Invalid protocol null, message={ext={replay=true}, supportedConnectionTypes=[long-polling], channel=/meta/handshake, id=12, version=1.0}, connectionType=long-polling}, channel=/meta/handshake, id=12, successful=false} (org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper)
   [2021-12-22 11:16:28,739] INFO WorkerSourceTask{id=sfdc.work_order__c.source-0} Either no records were produced by the task since the last offset commit, or every record has been filtered out by a transformation or dropped due to transformation or conversion errors. (org.apache.kafka.connect.runtime.WorkerSourceTask)
   [2021-12-22 11:16:36,713] DEBUG [CHANNEL:META_HANDSHAKE]: {failure={exception=java.lang.IllegalArgumentException: Invalid protocol null, message={ext={replay=true}, supportedConnectionTypes=[long-polling], channel=/meta/handshake, id=13, version=1.0}, connectionType=long-polling}, channel=/meta/handshake, id=13, successful=false} (org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper)
   [2021-12-22 11:16:36,713] WARN Handshake failure: {failure={exception=java.lang.IllegalArgumentException: Invalid protocol null, message={ext={replay=true}, supportedConnectionTypes=[long-polling], channel=/meta/handshake, id=13, version=1.0}, connectionType=long-polling}, channel=/meta/handshake, id=13, successful=false} (org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper)
   [2021-12-22 11:16:38,740] INFO WorkerSourceTask{id=sfdc.work_order__c.source-0} Either no records were produced by the task since the last offset commit, or every record has been filtered out by a transformation or dropped due to transformation or conversion errors. (org.apache.kafka.connect.runtime.WorkerSourceTask)
   [2021-12-22 11:16:48,715] DEBUG [CHANNEL:META_HANDSHAKE]: {failure={exception=java.lang.IllegalArgumentException: Invalid protocol null, message={ext={replay=true}, supportedConnectionTypes=[long-polling], channel=/meta/handshake, id=14, version=1.0}, connectionType=long-polling}, channel=/meta/handshake, id=14, successful=false} (org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper)
   [2021-12-22 11:16:48,715] WARN Handshake failure: {failure={exception=java.lang.IllegalArgumentException: Invalid protocol null, message={ext={replay=true}, supportedConnectionTypes=[long-polling], channel=/meta/handshake, id=14, version=1.0}, connectionType=long-polling}, channel=/meta/handshake, id=14, successful=false} (org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper)
   [2021-12-22 11:16:48,741] INFO WorkerSourceTask{id=sfdc.work_order__c.source-0} Either no records were produced by the task since the last offset commit, or every record has been filtered out by a transformation or dropped due to transformation or conversion errors. (org.apache.kafka.connect.runtime.WorkerSourceTask)
   [2021-12-22 11:16:58,742] INFO WorkerSourceTask{id=sfdc.work_order__c.source-0} Either no records were produced by the task since the last offset commit, or every record has been filtered out by a transformation or dropped due to transformation or conversion errors. (org.apache.kafka.connect.runtime.WorkerSourceTask)
   [2021-12-22 11:17:01,716] DEBUG [CHANNEL:META_HANDSHAKE]: {failure={exception=java.lang.IllegalArgumentException: Invalid protocol null, message={ext={replay=true}, supportedConnectionTypes=[long-polling], channel=/meta/handshake, id=15, version=1.0}, connectionType=long-polling}, channel=/meta/handshake, id=15, successful=false} (org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper)
   [2021-12-22 11:17:01,716] WARN Handshake failure: {failure={exception=java.lang.IllegalArgumentException: Invalid protocol null, message={ext={replay=true}, supportedConnectionTypes=[long-polling], channel=/meta/handshake, id=15, version=1.0}, connectionType=long-polling}, channel=/meta/handshake, id=15, successful=false} (org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper)
   [2021-12-22 11:17:08,743] INFO WorkerSourceTask{id=sfdc.work_order__c.source-0} Either no records were produced by the task since the last offset commit, or every record has been filtered out by a transformation or dropped due to transformation or conversion errors. (org.apache.kafka.connect.runtime.WorkerSourceTask)
   [2021-12-22 11:17:15,718] DEBUG [CHANNEL:META_HANDSHAKE]: {failure={exception=java.lang.IllegalArgumentException: Invalid protocol null, message={ext={replay=true}, supportedConnectionTypes=[long-polling], channel=/meta/handshake, id=16, version=1.0}, connectionType=long-polling}, channel=/meta/handshake, id=16, successful=false} (org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper)
   [2021-12-22 11:17:15,718] WARN Handshake failure: {failure={exception=java.lang.IllegalArgumentException: Invalid protocol null, message={ext={replay=true}, supportedConnectionTypes=[long-polling], channel=/meta/handshake, id=16, version=1.0}, connectionType=long-polling}, channel=/meta/handshake, id=16, successful=false} (org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper)
   [2021-12-22 11:17:18,743] INFO WorkerSourceTask{id=sfdc.work_order__c.source-0} Either no records were produced by the task since the last offset commit, or every record has been filtered out by a transformation or dropped due to transformation or conversion errors. (org.apache.kafka.connect.runtime.WorkerSourceTask)
   [2021-12-22 11:17:20,709] DEBUG Stopped the helper and destroyed the client (org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper)
   [2021-12-22 11:17:20,830] DEBUG SSLEngine [sun.security.ssl.SSLEngineImpl@416aa3ed] created from SSLContext [javax.net.ssl.SSLContext@71fdf9b9]. (org.apache.camel.support.jsse.BaseSSLContextParameters)
   [2021-12-22 11:17:20,830] DEBUG Configuring SSLEngine [sun.security.ssl.SSLEngineImpl@416aa3ed] with
            explicitly set cipher suites [null],
            cipher suite patterns [null],
            available cipher suites [[TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA256, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_
 WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV]],
            currently enabled cipher suites [[TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA256, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_E
 CDH_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV]],
            and default cipher suite patterns [Patterns [includes=[.*], excludes=[.*_NULL_.*, .*_anon_.*, .*_EXPORT_.*, .*_DES_.*, .*MD5, .*RC4.*]]].
            Resulting enabled cipher suites are [[TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA256, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, T
 LS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV]]. (org.apache.camel.support.jsse.BaseSSLContextParameters)
   [2021-12-22 11:17:20,830] DEBUG Configuring SSLEngine [sun.security.ssl.SSLEngineImpl@416aa3ed] with
            explicitly set protocols [null],
            protocol patterns [null],
            available protocols [[TLSv1.3, TLSv1.2, SSLv2Hello]],
            currently enabled protocols [[TLSv1.3, TLSv1.2, SSLv2Hello]],
            and default protocol patterns [Patterns [includes=[.*], excludes=[SSL.*]]].
            Resulting enabled protocols are [[TLSv1.3, TLSv1.2]]. (org.apache.camel.support.jsse.BaseSSLContextParameters)
   [2021-12-22 11:17:21,271] INFO Logout successful (org.apache.camel.component.salesforce.internal.SalesforceSession)
   [2021-12-22 11:17:21,284] ERROR Error starting CamelContext (camel-1) due to exception thrown: Failed to start component salesforce because of org.apache.camel.CamelException: Exception during HANDSHAKE: Invalid protocol null (org.apache.camel.impl.engine.AbstractCamelContext)
   org.apache.camel.FailedToStartComponentException: Failed to start component salesforce because of org.apache.camel.CamelException: Exception during HANDSHAKE: Invalid protocol null
           at org.apache.camel.impl.engine.AbstractCamelContext.doStartCamel(AbstractCamelContext.java:3075)
           at org.apache.camel.impl.engine.AbstractCamelContext.doStartContext(AbstractCamelContext.java:2847)
           at org.apache.camel.impl.engine.AbstractCamelContext.doStart(AbstractCamelContext.java:2798)
           at org.apache.camel.support.service.BaseService.start(BaseService.java:119)
           at org.apache.camel.impl.engine.AbstractCamelContext.start(AbstractCamelContext.java:2494)
           at org.apache.camel.impl.DefaultCamelContext.start(DefaultCamelContext.java:245)
           at org.apache.camel.main.SimpleMain.doStart(SimpleMain.java:43)
           at org.apache.camel.support.service.BaseService.start(BaseService.java:119)
           at org.apache.camel.kafkaconnector.CamelSourceTask.start(CamelSourceTask.java:173)
           at org.apache.kafka.connect.runtime.WorkerSourceTask.initializeAndStart(WorkerSourceTask.java:225)
           at org.apache.kafka.connect.runtime.WorkerTask.doRun(WorkerTask.java:186)
           at org.apache.kafka.connect.runtime.WorkerTask.run(WorkerTask.java:243)
           at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
           at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
           at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
           at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
           at java.base/java.lang.Thread.run(Thread.java:829)
   Caused by: org.apache.camel.RuntimeCamelException: org.apache.camel.CamelException: Exception during HANDSHAKE: Invalid protocol null
           at org.apache.camel.RuntimeCamelException.wrapRuntimeException(RuntimeCamelException.java:66)
           at org.apache.camel.support.service.BaseService.doFail(BaseService.java:413)
           at org.apache.camel.support.service.BaseService.fail(BaseService.java:342)
           at org.apache.camel.support.service.BaseService.start(BaseService.java:132)
           at org.apache.camel.support.service.ServiceHelper.startService(ServiceHelper.java:113)
           at org.apache.camel.component.salesforce.SalesforceComponent.doStart(SalesforceComponent.java:426)
           at org.apache.camel.support.service.BaseService.start(BaseService.java:119)
           at org.apache.camel.support.service.ServiceHelper.startService(ServiceHelper.java:113)
           at org.apache.camel.impl.engine.AbstractCamelContext.startService(AbstractCamelContext.java:3464)
           at org.apache.camel.impl.engine.AbstractCamelContext.doStartCamel(AbstractCamelContext.java:3073)
           ... 16 more
   Caused by: org.apache.camel.CamelException: Exception during HANDSHAKE: Invalid protocol null
           at org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper.connect(SubscriptionHelper.java:223)
           at org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper.doStart(SubscriptionHelper.java:212)
           at org.apache.camel.support.service.BaseService.start(BaseService.java:119)
           ... 22 more
   Caused by: java.lang.IllegalArgumentException: Invalid protocol null
           at org.eclipse.jetty.client.HttpClient.createOrigin(HttpClient.java:558)
           at org.eclipse.jetty.client.HttpClient.resolveDestination(HttpClient.java:550)
           at org.eclipse.jetty.client.HttpClient.send(HttpClient.java:599)
           at org.eclipse.jetty.client.HttpRequest.sendAsync(HttpRequest.java:778)
           at org.eclipse.jetty.client.HttpRequest.send(HttpRequest.java:765)
           at org.cometd.client.transport.LongPollingTransport.send(LongPollingTransport.java:185)
           at org.cometd.client.transport.LongPollingTransport.lambda$send$0(LongPollingTransport.java:150)
           at org.cometd.bayeux.Promise$2.succeed(Promise.java:103)
           at org.cometd.client.transport.LongPollingTransport.customize(LongPollingTransport.java:267)
           at org.cometd.client.transport.LongPollingTransport.send(LongPollingTransport.java:149)
           at org.cometd.client.BayeuxClient$SessionState.send(BayeuxClient.java:1631)
           at org.cometd.client.BayeuxClient$SessionState.access$3600(BayeuxClient.java:1285)
           at org.cometd.client.BayeuxClient.lambda$sendMessages$8(BayeuxClient.java:516)
           at org.cometd.bayeux.Promise$2.succeed(Promise.java:103)
           at org.cometd.common.AsyncFoldLeft.run(AsyncFoldLeft.java:90)
           at org.cometd.client.BayeuxClient.lambda$sendMessages$9(BayeuxClient.java:503)
           at org.cometd.bayeux.Promise$2.succeed(Promise.java:103)
           at org.cometd.common.AsyncFoldLeft$AbstractLoop.run(AsyncFoldLeft.java:199)
           at org.cometd.common.AsyncFoldLeft.run(AsyncFoldLeft.java:93)
           at org.cometd.client.BayeuxClient.sendMessages(BayeuxClient.java:483)
           at org.cometd.client.BayeuxClient.sendHandshake(BayeuxClient.java:363)
           at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
           at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
           at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
           ... 3 more
   [2021-12-22 11:17:21,287] INFO Apache Camel 3.11.1 (camel-1) shutting down (timeout:45s) (org.apache.camel.impl.engine.AbstractCamelContext)
   [2021-12-22 11:17:21,288] DEBUG Shutting down with no inflight threads. (org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager)
   [2021-12-22 11:17:21,288] DEBUG Route: route1 which failed to startup will be stopped (org.apache.camel.impl.engine.AbstractCamelContext)
   [2021-12-22 11:17:21,290] DEBUG Stopping consumer: Consumer[salesforce://topic/Work_Order__c?apiVersion=52.0&rawPayload=false&replayId=-1] (org.apache.camel.support.DefaultConsumer)
   [2021-12-22 11:17:21,291] DEBUG Shutting down consumer: Consumer[salesforce://topic/Work_Order__c?apiVersion=52.0&rawPayload=false&replayId=-1] (org.apache.camel.support.DefaultConsumer)
   [2021-12-22 11:17:21,292] INFO Routes shutdown summary (total:1 stopped:1) (org.apache.camel.impl.engine.AbstractCamelContext)
   [2021-12-22 11:17:21,292] INFO     Stopped route1 (salesforce://topic/Work_Order__c) (org.apache.camel.impl.engine.AbstractCamelContext)
   [2021-12-22 11:17:21,295] DEBUG Shutting down with no inflight exchanges. (org.apache.camel.impl.engine.DefaultInflightRepository)
   [2021-12-22 11:17:21,295] DEBUG Stopping BeanIntrospection which was invoked: 8 times (org.apache.camel.impl.engine.DefaultBeanIntrospection)
   [2021-12-22 11:17:21,296] INFO Apache Camel 3.11.1 (camel-1) shutdown in 8ms (uptime:1m51s) (org.apache.camel.impl.engine.AbstractCamelContext)
   [2021-12-22 11:17:21,296] ERROR WorkerSourceTask{id=sfdc.work_order__c.source-0} Task threw an uncaught and unrecoverable exception. Task is being killed and will not recover until manually restarted (org.apache.kafka.connect.runtime.WorkerTask)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-kafka-connector] yingbo-wu commented on issue #1304: camel-salesforce-kafka-connector-0.11.0 There is an Exception during HANDSHAKE: Invalid protocol null

Posted by GitBox <gi...@apache.org>.
yingbo-wu commented on issue #1304:
URL: https://github.com/apache/camel-kafka-connector/issues/1304#issuecomment-999512362


   > @yingbo-wu obvious question would be what changed since yesterday? Can you also specify versions of Camel Kafka Connector and Camel, perhaps you can share your classpath and enable debug logging and share those logs with us.
   
   In the log
   
   explicitly set protocols [null],
   protocol patterns [null],
   
   Is the error related to this information?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-kafka-connector] yingbo-wu removed a comment on issue #1304: camel-salesforce-kafka-connector-0.11.0 There is an Exception during HANDSHAKE: Invalid protocol null

Posted by GitBox <gi...@apache.org>.
yingbo-wu removed a comment on issue #1304:
URL: https://github.com/apache/camel-kafka-connector/issues/1304#issuecomment-999512362


   > @yingbo-wu obvious question would be what changed since yesterday? Can you also specify versions of Camel Kafka Connector and Camel, perhaps you can share your classpath and enable debug logging and share those logs with us.
   
   In the log
   
   explicitly set protocols [null],
   protocol patterns [null],
   
   Is the error related to this information?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-kafka-connector] yingbo-wu commented on issue #1304: camel-salesforce-kafka-connector-0.11.0 There is an Exception during HANDSHAKE: Invalid protocol null

Posted by GitBox <gi...@apache.org>.
yingbo-wu commented on issue #1304:
URL: https://github.com/apache/camel-kafka-connector/issues/1304#issuecomment-1000061624


   > xception during HANDSHAKE: Invalid protocol nu
   
   The server kept reporting errors yesterday, but so far today it's working fine


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org