随笔分类 -  异常

摘要:今天启动要查看dashBoard的时候发现不能访问了 结果进机器看了下 是master和pod ping不通 curl也不通, 解决了很长时间 结果最后重新部署了以下网络插件就通了 kubectl apply -f https://docs.projectcalico.org/manifests/c 阅读全文
posted @ 2022-03-27 16:12 錵開や落幕 阅读(1252) 评论(0) 推荐(0)
摘要:使用 属性解决 的仓库地址不安全警告 在 的 中使用命令 可以打印出当前 存在的所有警告信息 正文 如果有报以下警告: `Using insecure protocols with repositories, without explicit opt in, has been deprecated. 阅读全文
posted @ 2021-11-14 15:49 錵開や落幕 阅读(805) 评论(0) 推荐(0)
摘要:主从复制报错2061:Authentication plugin 'caching_sha2_password' reported error:Authentication require secure connection (转) https://www.modb.pro/db/29919 主从复 阅读全文
posted @ 2021-10-12 16:58 錵開や落幕 阅读(3122) 评论(0) 推荐(0)
摘要:【已解决】com.mysql.jdbc.exceptions.jdbc4.CommunicationsExcepti:Communications link failure mysql连接报错 最终查找原因解决办法如下; 第一种: 我之前使用的mysql版本是 5.7 驱动使用的是 com.mysq 阅读全文
posted @ 2021-05-25 15:54 錵開や落幕 阅读(2764) 评论(0) 推荐(0)
摘要:Failed to start LSB: Bring up/down networking 遇到这个错误好几次,所以总结了一下排解的几种方法。 错误记录及排查方法过程: 当我克隆出一台新的centos7的虚拟机的时候,修改了网卡配置文件启动时,报错 [root@centos7 ~]# systemc 阅读全文
posted @ 2021-05-25 09:44 錵開や落幕 阅读(11346) 评论(0) 推荐(1)
摘要:Thymeleaf报错SpelEvaluationException: EL1007E: Property or field 'username' canno be found on null 报错原因: username不能为空 解决办法: 原来的代码: <span th:text="${sess 阅读全文
posted @ 2021-04-13 17:16 錵開や落幕 阅读(1076) 评论(0) 推荐(0)
摘要:springBoot启动报 NoSuchMethodError: javax.servlet.ServletContext.getVirtualServerName()Ljava/lang/String;问题解决 在项目的根目录下 查看是哪个包将serlet-api引入的 使用 mvn depend 阅读全文
posted @ 2021-04-09 16:22 錵開や落幕 阅读(597) 评论(0) 推荐(0)
摘要:redis的安全模式 今天使用springBoot链接redis报错,出现以下提示 1)通过从服务器的同一主机连接到Redis,只需禁用保护模式从环回接口发送命令'CONFIG SET protected-mode no'正在运行,但如果您这样做,则无法通过互联网公开访问。使用CONFIG REWR 阅读全文
posted @ 2021-04-09 10:09 錵開や落幕 阅读(453) 评论(0) 推荐(1)
摘要:看看log: ashboardConfiguration$ProxyStreamServlet : Origin parameter: http://localhost:9000/actuator/hystrix.stream is not in the allowed list of proxy 阅读全文
posted @ 2021-01-28 20:36 錵開や落幕 阅读(584) 评论(0) 推荐(0)
摘要:转自 https://blog.csdn.net/qq_29960063/article/details/78989841 出现这个问题,Idea报错说明是 类型转换错误,可是之前这么做事没错的,类似于 我就是这么展示在jsp页面上的,这次居然报类型转换错误,Google了一圈之后,发现不应该这么写 阅读全文
posted @ 2020-12-15 23:47 錵開や落幕 阅读(419) 评论(0) 推荐(0)
摘要:spring Data Jpa 报错 failed to lazily initialize a collection of role: com.itheim.pojo.Role.users, could not initialize proxy - no Session 初始环境:hibernat 阅读全文
posted @ 2020-12-15 23:43 錵開や落幕 阅读(939) 评论(0) 推荐(0)
摘要:发现的controller接口是这样配置的: 然后我的postman的请求是这样的: 当我怎么修改请求的媒体头类型的时候,这个问题依然存在,虽然程序库顺利的执行到我的代码上,但是却获取不到我从postman提交过来的参数,于是就根据控制台抛出的代码路径跟踪代码,通过debug得出如下图: 发现Str 阅读全文
posted @ 2020-12-13 09:31 錵開や落幕 阅读(3180) 评论(0) 推荐(0)
摘要:包冲突异常 loader constraint violation: when resolving interface method "javax.servlet.jsp.JspApplicationContext.getExpressionFacto 加jbpm 后运行 jsp 报错: ����: 阅读全文
posted @ 2020-12-09 20:32 錵開や落幕 阅读(723) 评论(0) 推荐(0)
摘要:启动测试类产生异常Failed to load ApplicationContext 解决方法: 添加依赖包 <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifa 阅读全文
posted @ 2020-11-07 15:23 錵開や落幕 阅读(342) 评论(0) 推荐(0)
摘要:报错解决:Request execution error. endpoint=DefaultEndpoint{ serviceUrl='http://localhost:8761/eureka/ 刚开始没有遇到这个错误,后来不知到怎么回事自己就出现了 这是因为application.properti 阅读全文
posted @ 2020-09-11 17:01 錵開や落幕 阅读(11234) 评论(1) 推荐(0)
摘要:Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependen Maven 解决方法 在项目的pom.xml加入如下代码: ... <properties> <p 阅读全文
posted @ 2020-07-16 22:11 錵開や落幕 阅读(1125) 评论(0) 推荐(0)
摘要:连接数据库的jar出现异常(通常报错:Cannot find class:com.mysql.jdbc.Drive), 问题:Connector的jar已经导入,还是出现 Cause: java.sql.SQLException: Error setting driver on UnpooledDa 阅读全文
posted @ 2020-07-10 23:17 錵開や落幕 阅读(516) 评论(0) 推荐(0)