摘要:activemq.xml 添加了networkConnectors后,启动activemq就报错 <networkConnectors> <networkConnector userName="admin" password="admin" uri="static:(tcp://127.0.0.1:
阅读全文
摘要:在nignx目录下 cd /usr/local/nginx/conf vi nginx.conf 在sever下面插入想要反向代理的信息: 配置好内容后,启动nginx cd /usr/local/nginx/sbin ./nginx 然后到页面输入nginx服务器地址:如:172.19.20.75
阅读全文
摘要:1.检测系统内部有没有安装其他的mysql数据库 rpm -qa | grep mysql 然后如果有的话删除这些mysql yum remove 查出来的所有名字 2.彻底删除系统中mysql的目录 find / -name mysql 将查出的所有目录删掉 rm -rf 查到的路径 查看yum提
阅读全文
摘要:ERROR: [2] bootstrap checks failed [1]: max file descriptors [4096] for elasticsearch process is too low, increase to at least [65536] 修改系统配置文件/etc/se
阅读全文
摘要:ERROR Fatal error during KafkaServer startup. Prepare to shutdown (kafka.server.KafkaServer) kafka.common.InconsistentBrokerIdException: Configured br
阅读全文
摘要:1.在线下载zookeeper 先在/var/local下创建个zookeeper文件夹 /var/local/zookeeper wget wget http://mirror.bit.edu.cn/apache/zookeeper/zookeeper-3.4.11/zookeeper-3.4.1
阅读全文
摘要:linux下nginx的安装以及环境配置 第一步:需要安装nginx所需的环境 yum install gcc-c++yum install -y pcre pcre-develyum install -y zlib zlib-develyum install -y openssl openssl-
阅读全文