报错: | ERROR | Failed to start Apache ActiveMQ (localhost, ID:centos_3-46241-1605658863365-0:1) | org.apache.activemq.broker.BrokerService | main
java.net.URISyntaxException: Illegal character in hostname at index 11: ws://centos_3:61614?maximumConnections=1000&wireFormat.maxFrameSize=104857600
原因:主机名称带下划线
解决方法:
修改
vi /etc/hostname
vi hostnamectl set-hostname 主机名
vi /etc/hosts