安装rocketmq dashboard

1、访问如下地址:

GitHub - apache/rocketmq-dashboard: The state-of-the-art Dashboard of Apache RoccketMQ provides excellent monitoring capability. Various graphs and statistics of events, performance and system information of clients and application is evidently made available to the user.

下载代码后在Idea中打开

2、在Idea中执行如下命令:

复制代码
spring-boot:run

最后报错了,报错如下:

复制代码
[INFO] [2/4] Fetching packages...
[INFO] info There appears to be trouble with your network connection. Retrying...
[INFO] info There appears to be trouble with your network connection. Retrying...
[INFO] info There appears to be trouble with your network connection. Retrying...
[INFO] info There appears to be trouble with your network connection. Retrying...
[INFO] error An unexpected error occurred: "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.7.tgz: connect ETIMEDOUT 104.16.26.34:443".
[INFO] error An unexpected error occurred: "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.7.tgz: connect ETIMEDOUT 104.16.26.34:443".info If you think this is a bug, please open a bug report with the information provided in "D:\\soft\\rocketmq-dashboard-master\\frontend\\yarn-error.log".
[INFO] info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  08:02 min
[INFO] Finished at: 2025-01-08T18:18:42+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.11.3:yarn (yarn install) on project rocketmq-dashboard: Failed to run task: 'yarn install' failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1) -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
 
Process finished with exit code 1

继续看下怎么处理

后面有空可以参考:【源码编译并安装RocketMQ Dashboard】_rocketmq dashboard 怎么编译-CSDN博客

或者也可以参考:

liux 安装 RocketMQ Dashboard_linux rocketmq dashboard-CSDN博客

3、换个思路,有个现成的jar包能用

参考链接:https://download.csdn.net/download/weixin_54402381/89819541

执行如下命令:

复制代码
Java -jar rocketmq-dashboard-2.0.1.jar

访问

http://localhost:8080

查看消息

相关推荐
hey you~2 天前
云客服多渠道统一接入,消息队列技术实现方案
kafka·消息队列·rocketmq·系统集成·云客服·多渠道接入·接口对接
letisgo55 天前
JAVA 高级进阶10篇《消息队列实战:RocketMQ/Kafka选型与“不丢不重有序“三连解》
java·面试·kafka·消息队列·rocketmq
小楼昨夜又东风1266 天前
kafka、rocketmq、rabbitmq,有什么区别
kafka·rabbitmq·rocketmq
一本正经的不务正业8 天前
kafka与RocketMQ的不同
分布式·kafka·rocketmq
阿里云云原生9 天前
深入解析 RocketMQ LiteTopic:如何以百万级轻量主题实现用户级消息治理?
rocketmq
oliver_sys_log13 天前
RocketMQ 4.5.1 延迟消息"发送成功但消费不到"排查分析报告
后端·rocketmq
深念Y18 天前
视频平台架构重构:从微服务到可插拔基础设施
后端·微服务·云原生·架构·rabbitmq·音视频·rocketmq
阿里云云原生20 天前
深入解析 RocketMQ LiteTopic:从 Parent Topic 到会话级通道的架构演进
rocketmq
xbgRS20 天前
RocketMQ消费者消息获取
java·rocketmq·java-rocketmq
Arc星语20 天前
Linux服务器RocketMQ和RocketMQ Dashboard安装部署
rocketmq