io.fabric8.kubernetes.client.http.WebSocketHandshakeException

这篇具有很好参考价值的文章主要介绍了io.fabric8.kubernetes.client.http.WebSocketHandshakeException。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

io.fabric8.kubernetes.client.http.WebSocketHandshakeException

	at io.fabric8.kubernetes.client.okhttp.OkHttpWebSocketImpl$BuilderImpl$1.onFailure(OkHttpWebSocketImpl.java:65)

	at okhttp3.internal.ws.RealWebSocket.failWebSocket(RealWebSocket.java:571)

	at okhttp3.internal.ws.RealWebSocket$2.onResponse(RealWebSocket.java:198)

	at okhttp3.RealCall$AsyncCall.execute(RealCall.java:203)

	at okhttp3.internal.NamedRunnable.run(NamedRunnable.java:32)

	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)

	Suppressed: java.lang.Throwable: waiting here

		at io.fabric8.kubernetes.client.utils.Utils.waitUntilReady(Utils.java:164)

		at io.fabric8.kubernetes.client.utils.Utils.waitUntilReadyOrFail(Utils.java:175)

		at io.fabric8.kubernetes.client.dsl.internal.core.v1.PodOperationsImpl.exec(PodOperationsImpl.java:322)

		at io.fabric8.kubernetes.client.dsl.internal.core.v1.PodOperationsImpl.exec(PodOperationsImpl.java:84)

		at org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1.doLaunch(ContainerExecDecorator.java:427)

		at org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1.launch(ContainerExecDecorator.java:344)

		at hudson.Launcher$ProcStarter.start(Launcher.java:507)

		at org.jenkinsci.plugins.durabletask.BourneShellScript.launchWithCookie(BourneShellScript.java:176)

		at org.jenkinsci.plugins.durabletask.FileMonitoringTask.launch(FileMonitoringTask.java:132)

		at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.start(DurableTaskStep.java:320)

		at org.jenkinsci.plugins.workflow.cps.DSL.invokeStep(DSL.java:319)

		at org.jenkinsci.plugins.workflow.cps.DSL.invokeMethod(DSL.java:193)

		at org.jenkinsci.plugins.workflow.cps.CpsScript.invokeMethod(CpsScript.java:122)

		at jdk.internal.reflect.GeneratedMethodAccessor990.invoke(Unknown Source)

		at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

		at java.base/java.lang.reflect.Method.invoke(Method.java:566)

		at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)

		at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)

		at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1213)

		at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1022)

		at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:42)

		at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:48)

		at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:113)

		at org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:163)

		at org.kohsuke.groovy.sandbox.GroovyInterceptor.onMethodCall(GroovyInterceptor.java:23)

		at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onMethodCall(SandboxInterceptor.java:158)

		at org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:161)

		at org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:165)

		at org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:135)

		at org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:135)

		at com.cloudbees.groovy.cps.sandbox.SandboxInvoker.methodCall(SandboxInvoker.java:17)

		at com.cloudbees.groovy.cps.impl.ContinuationGroup.methodCall(ContinuationGroup.java:86)

		at com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.dispatchOrArg(FunctionCallBlock.java:113)

		at com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.fixArg(FunctionCallBlock.java:83)

		at jdk.internal.reflect.GeneratedMethodAccessor543.invoke(Unknown Source)

		at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

		at java.base/java.lang.reflect.Method.invoke(Method.java:566)

		at com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:72)

		at com.cloudbees.groovy.cps.impl.ConstantBlock.eval(ConstantBlock.java:21)

		at com.cloudbees.groovy.cps.Next.step(Next.java:83)

		at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:174)

		at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:163)

		at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:129)

		at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:268)

		at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:163)

		at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:18)

		at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:51)

		at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:185)

		at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:402)

		at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.access$400(CpsThreadGroup.java:96)

		at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:314)

		at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:278)

		at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$2.call(CpsVmExecutorService.java:67)

		at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

		at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:139)

		at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)

		at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:68)

		at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)

		at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

		... 3 more

Caused by: java.net.ProtocolException: Expected HTTP 101 response but was '400 Bad Request'

	at okhttp3.internal.ws.RealWebSocket.checkResponse(RealWebSocket.java:229)

	at okhttp3.internal.ws.RealWebSocket$2.onResponse(RealWebSocket.java:196)

	... 5 more

An error has occurred.

io.fabric8.kubernetes.client.http.websockethandshakeexception,网络协议文章来源地址https://www.toymoban.com/news/detail-848751.html

到了这里,关于io.fabric8.kubernetes.client.http.WebSocketHandshakeException的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

  • Kubernetes operator(一)client-go篇【更新中】

    云原生学习路线导航页(持续更新中) 本文是 Kubernetes operator学习 系列第一篇,主要对client-go进行学习,从源码阅读角度,学习client-go各个组件的实现原理、如何协同工作等 参考视频:Bilibili 2022年最新k8s编程operator篇,UP主:白丁云原生 本文参考资料 https://pan.baidu.com/s/1Bi

    2024年01月24日
    浏览(33)
  • kubernetes系列教程之 nfs-client-provisioner部署

    Kubernetes版本 v1.19.14 NFS Client Provisioner 是一个 Kubernetes 存储类的实现,它利用 NFS(Network File System)来动态创建持久卷(Persistent Volume)。在本篇博客中,我们将介绍如何在 Kubernetes 集群上部署和配置 NFS Client Provisioner。 步骤一:部署 NFS 服务器 首先,我们需要准备一个 NFS 服务

    2024年02月16日
    浏览(33)
  • client-go初级篇,从操作kubernetes到编写单元测试

    欢迎访问我的GitHub 这里分类和汇总了欣宸的全部原创(含配套源码):https://github.com/zq2599/blog_demos 本篇概览 尽管长篇系列《client-go实战》的内容足够丰富,然而内容太多每个知识点也有一定深度,对于打算快速学习并开始kubernetes开发的新手并不友好,因此本篇的目标读者就是

    2024年02月12日
    浏览(41)
  • ensp基础配置--建立简单的http端,DNS端,Client端,且能够在Client利用域名访问http端

    1.拓扑图(搭建设备,并配置各设备的IP地址和子网掩码)  2.打开路由器配置两个接口IP地址 3.给4个pc手动添加IP地址,网关和子网掩码  5.点开Server1 作为http端      (1)手动配置IP地址,网关和子网掩码      (2)点击服务器信息 找到HttpServer 在配置选项中添加文件并启动

    2024年02月05日
    浏览(45)
  • 【golang】2、http client、爬图

    用 golang 可以很方便的爬图(http 下载图片,存储为 jpg 格式)。 http client 有如下最佳实践: 尽量用 default http client:默认的 http client 设置了很多合适的参数(如超时、连接池),也便于在各请求间复用(如先将获取到的 token 存储到 client 内,后续所有请求都可用此 token) 要

    2024年02月06日
    浏览(26)
  • ES的两种认证登录方式: JAVA REST Client/HTTP Client

    通过RestHighLevelClient发送的es请求验证方式: 通过http直接发送的es请求认证方式:

    2024年02月16日
    浏览(37)
  • Java 11 HTTP Client库的使用

    每种编程语言里最常用的库恐怕是Http请求库了,如python里的requests包,nodejs里的request模块。 在Java世界里,也是百花齐放,山头林立。常用的有: HttpURLConnection: 最早的JDK提供的类 Java 11提供的HttpClient Apache HttpComponents项目中的HTTPClient Square提供的OkHttpClient Spring 自带的WebClien

    2024年02月09日
    浏览(34)
  • 记一次Apache HTTP Client问题排查

    通过日志查看,存在两种异常情况。 第一种:开始的时候HTTP请求会报超时异常。 762663363 [2023-07-21 06:04:25] [executor-64] ERROR - com.xxl.CucmTool - CucmTool|sendRisPortSoap error,url:https://xxxxxx/realtimeservice/services/RisPort org.apache.http.conn.HttpHostConnectException: Connect to xxx [/xxx] failed: 连接超时 第二种

    2024年02月12日
    浏览(62)
  • SpringBoot集成kubernetes-client升级k8s后初始化失败问题

    SpringBoot集成kubernetes-client升级k8s后初始化失败问题 1.问题描述 程序以前使用的k8s版本是1.16,fabric8.kubernetes-client的版本是4.10.2,springboot版本是2.3.5。由于环境切换,这次需要升级k8s的版本,现在将k8s版本升级到了1.26,程序中使用了新配置的certificate-authority-data,client-certific

    2024年02月10日
    浏览(47)
  • 手撕分布式缓存---HTTP Client搭建

      经过上个章节的学习,我们已经实现了一致性哈希算法,这个算法保证我们可以在节点发生变动时,最少的key请求受到影响,并返回这个节点的名称;这很大程度上避免了哈希雪崩和哈希穿透的问题。 这个章节我们要基于此实现完整的服务器端在处理客户端请求时,内部

    2024年02月04日
    浏览(33)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包