logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

RocketMQ采坑笔记之connect to 172.17.42.1:10911 failed

在按照RocketMQ官网(http://rocketmq.apache.org/docs/simple-example/)案例学习RocketMQ时,采了很多坑,记录下来,分享给小伙伴们。前提:在Linux分别运行成功地运行了NameServer和broker问题描述:分别启动了Name Server和Broker。然后运行http://rocketmq.apache.org/docs/simp

文章图片
#java
关于zookeeper连接问题:“telnet ip:2181不能打开到主机的连接, 在端口 23: 连接失败”问题

关于“telnet ip:2181不能打开到主机的连接, 在端口 23: 连接失败”问题在学习zookeeper中,通过api的方式创建连接时,一直报超时,于是就使用:telnet ip:2181 这个命令看是不是端口的问题。结果我的天,太扎心了:此处红牌警告:“telnet ip 端口号”这个命令ip和端口号之间没有冒号(:)、没有冒号(:)、没有冒号(:)!!!!!另外多提一句:zookeep

#java
关于:Caused by: com.github.pagehelper.PageException: java.lang.ClassNotFoundException: mysql

Caused by: com.github.pagehelper.PageException: java.lang.ClassNotFoundException: mysql场景复现:在Spring Boot 2.3整合PageHelper时,依赖如下:spring boot 2.3pagehelper 1.3mybaits-spring-boot -starter 2.1.3结果启动时报错:"C

#java
关于:Caused by: com.github.pagehelper.PageException: java.lang.ClassNotFoundException: mysql

Caused by: com.github.pagehelper.PageException: java.lang.ClassNotFoundException: mysql场景复现:在Spring Boot 2.3整合PageHelper时,依赖如下:spring boot 2.3pagehelper 1.3mybaits-spring-boot -starter 2.1.3结果启动时报错:"C

#java
到底了