随笔分类 -  问题记录

摘要:背景: 晚11点客户反馈,发送短信收不到了 问题现象: 查看短信服务日志,发现日志提示: RocketMqMsgSender.java:41 - 发送短信消息到消息队列失败,CODE: 14 DESC: service not available now. It may be caused by o 阅读全文
posted @ 2025-09-15 10:30 wh459086748 阅读(43) 评论(0) 推荐(0)
摘要:背景: 本月MSE生产环境提示nacos即将过期,阿里云将不维护,故决定对本地测试环境的nacos服务端进行升级,升级至MSE维护最新版2.3.2进行系统兼容性测试。 测试环境的nacos部署在阿里云ack,数据(/home/nacos/data)、日志(/home/nacos/logs)目录进行了 阅读全文
posted @ 2025-04-29 14:00 wh459086748 阅读(142) 评论(0) 推荐(0)
摘要:背景: 今天,开发反馈开发环境的日志没有了。 问题现象: kibana无最新日志。 查看elk各个容器,发现容器启动正常 64e4553efa33 kibana:7.6.0 "/usr/local/bin/dumb…" 2 months ago Up 3 days 0.0.0.0:5601->560 阅读全文
posted @ 2025-02-13 14:14 wh459086748 阅读(175) 评论(0) 推荐(0)
摘要:背景: 为了使用allure插件,需要对jenkins进行重启。 jenkins部署在k8s集群中。 对jenkins的工作目录进行了挂载。 问题现象: jenkins重启后,原有的流水线都没有了。并且新建的时候,也看不见流水线选项。 jenkins日志提示: jenkins.InitReactor 阅读全文
posted @ 2024-10-22 16:09 wh459086748 阅读(590) 评论(0) 推荐(0)
摘要:问题现象: 0/2 nodes are available: 1 node(s) didn't have free ports for the requested pod ports. preemption: 0/2 nodes are available: 2 No preemption vict 阅读全文
posted @ 2024-08-13 16:15 wh459086748 阅读(436) 评论(0) 推荐(0)
摘要:安装字体 第一步: sudo yum install fontconfig sudo yum install mkfontscale 安装完命令,会自动生成出/usr/share/fonts目录 第二步: mkdir /usr/share/fonts/chinese 第三步: rz 字体包 [tes 阅读全文
posted @ 2024-07-26 15:42 wh459086748 阅读(527) 评论(0) 推荐(0)
摘要:问题现象: [2024-06-22T09:26:50,692][ERROR][o.e.b.Elasticsearch ] [platformdb] node validation exception [1] bootstrap checks failed. You must address the 阅读全文
posted @ 2024-06-22 09:33 wh459086748 阅读(55) 评论(0) 推荐(0)
摘要:[root@localhost sbin]# rabbitmqctl status escript: exception error: undefined function rabbitmqctl_escript:main/1 in function escript:run/2 (escript.e 阅读全文
posted @ 2024-06-12 10:42 wh459086748 阅读(193) 评论(0) 推荐(0)
摘要:docker容器之间共享网络操作步骤 第一步 docker network create share_net 第二步 每个docker-compose里都加一下这个 networks: - share_net networks: share_net: external: true 阅读全文
posted @ 2024-04-13 16:12 wh459086748 阅读(41) 评论(0) 推荐(0)
摘要:K8S集群启动失败 一、问题现象 问题的起因:来源于大年初二的停电 上班后第一天:开始重启所有服务,就发现了k8s集群无法启动了。。 [root@test ~]# kubectl get nodes The connection to the server 10.0.7.16:6443 was re 阅读全文
posted @ 2024-02-22 13:52 wh459086748 阅读(354) 评论(0) 推荐(0)
摘要:mysql无法启动,提示"mysql.service: Failed with result 'exit-code'." 一、故障现象 [root@test mysql]# systemctl status mysql× mysql.service - MySQL Server Loaded: lo 阅读全文
posted @ 2024-02-21 16:18 wh459086748 阅读(1038) 评论(0) 推荐(0)
摘要:部署方式:Docker部署 [root@rabbitmq /data/software/rabbitmq5675]# cat docker-compose.yml version: "3" services: rabbitmq: image: rabbitmq:v3.11.3 #此镜像名被修改过 c 阅读全文
posted @ 2024-02-06 11:06 wh459086748 阅读(34) 评论(0) 推荐(0)
摘要:jenkins修改80端口后报错 一、问题现象 #jenkins修改80端口后报错 Aug 10 10:47:40 jenkins systemd[1]: Unit jenkins.service entered failed state. Aug 10 10:47:40 jenkins syste 阅读全文
posted @ 2024-01-29 09:40 wh459086748 阅读(60) 评论(0) 推荐(0)
摘要:windows下java启动失败 一、问题现象 微服务原来在linux下部署,现在有客户环境为windows server,把linux的包拷到windows server下,使用java -jar命令无法启动。同样的包在linux可以启动,就是在windows启动不了。 问题提示: 现象一: 20 阅读全文
posted @ 2024-01-27 10:00 wh459086748 阅读(132) 评论(0) 推荐(0)
摘要:shell提示"command not found" 一、故障现象 [root@sjjc ~]# sh startup.sh startup.sh: line 69: ps: command not found startup.sh: line 69: grep: command not found 阅读全文
posted @ 2024-01-23 16:48 wh459086748 阅读(397) 评论(0) 推荐(0)
摘要:jenkins安装完成启动报错 一、故障现象 jenkins提示"AWT is not properly configured on this server. Perhaps you need to run your container with "-Djava.awt.headless=true" 阅读全文
posted @ 2024-01-22 16:45 wh459086748 阅读(393) 评论(0) 推荐(0)
摘要:一、问题现象 ###使用sudo提示输入密码 [userread@test ~]$ sudo jstat -gcutil 69754 3000 我们信任您已经从系统管理员那里了解了日常注意事项。 总结起来无外乎这三点: #1) 尊重别人的隐私。 #2) 输入前要先考虑(后果和风险)。 #3) 权力越 阅读全文
posted @ 2024-01-19 10:44 wh459086748 阅读(228) 评论(0) 推荐(0)
摘要:企业微信应用配置完之后,打开报错 一、问题现象 企业微信应用配置完之后,打开报错,提示"UNSAFE_PORT" 二、解决思路 原来是用了6666端口。。。。。。 去搜了一下发现Chrome浏览器是默认一些端口号为非安全端口的。 遇到这个问题建议更换端口号 下面记录一下Chrome浏览器限制的部分端 阅读全文
posted @ 2024-01-17 16:37 wh459086748 阅读(262) 评论(0) 推荐(0)
摘要:###alertmanager的目录 [root@test /data/software/alertmanager]# ll total 62512 -rwxr-xr-x 1 3434 3434 35410965 Aug 24 19:12 alertmanager -rw-r--r-- 1 3434 阅读全文
posted @ 2024-01-13 09:29 wh459086748 阅读(85) 评论(0) 推荐(0)
摘要:一、问题现象 [root@test ~]# cat 2e44fc3e1551879f86112ff36ef7671b313a7d0d7ad52ff8b5b080e850e10f50-json.log-20240110 |grep '2024-01-10' Binary file (standard 阅读全文
posted @ 2024-01-11 09:38 wh459086748 阅读(6159) 评论(0) 推荐(0)