在安装解压完active-mq 启动后发现
(you can configure options in one of these file: /etc/default/activemq /root/.activemqrc)
INFO: Invoke the following command to create a configuration file
/apache-activemq-5.10.2/bin/activemq setup [ /etc/default/activemq | /root/.activemqrc ]
INFO: Using java '/jdk/jdk1.8.0_161/bin/java'
INFO: Starting - inspect logfiles specified in logging.properties and log4j.properties to get details
INFO: pidfile created : '/apache-activemq-5.10.2/data/activemq-iZ2zefq9vbrnj5odlyp6g5Z.pid' (pid '16600')
访问后台管理并没有访问到。
杀死pid 提示没有这个进程
查看vim /apache-activemq-5.10.2/data/activemq.log 也没有日志输出
进入 cd /apache-activemq-5.10.2/bin/ 看见生成了几个日志文件
果断访问进去:大概的意思就是 启动所占用的空间不足了。
free 看一下内存空间
由于我的服务器是最基础的(一个月才20多快钱)。上面跑了一台 redis,一台nginx,2台tomcat, 一个svn,实在是跑不动了。
果断杀死一个to'mcat 然后启动。
还是提示了跟刚才一样的信息,但是这个日志文件(activemq.log)有东西输出了。这说明已经开始启动了
这个是无法解析服务,不用太在意。activemq还是正常启动了。