天天看点

【ActiveMQ】Exception occureed while processing this request,check the log for more information!

ActiveMQ安装成功后,访问管理页面时,报如下错误:

【ActiveMQ】Exception occureed while processing this request,check the log for more information!

根据错误提示“查看日志文件”,那么ActiveMQ的日志文件在哪那??通过conf/log4j.properties查看日志路径

【ActiveMQ】Exception occureed while processing this request,check the log for more information!

找到data下面的activemq.log,显示如下信息:

【ActiveMQ】Exception occureed while processing this request,check the log for more information!

错误原因:

   jsp渲染的时候报错了。根本原因在于jdk版本和activemq版本的问题。小编的activeMQ的版本为5.12,jdk的版本为1.8,然而mq5.12的版本需要依赖于jdk1.7.

两种解决方案:

  1. 把jdk版本改为jdk1.7
  2. activeMQ采用5.15,它依赖于jdk1.8