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

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-19
  • 2021-09-05
  • 2022-12-23
  • 2021-12-21
猜你喜欢
  • 2021-04-19
  • 2022-01-08
  • 2022-12-23
  • 2022-01-13
  • 2021-10-12
相关资源
相似解决方案