安装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

查看消息

相关推荐
大E帝国子民12 天前
Docker 部署 RocketMQ 5
docker·容器·rocketmq
孫治AllenSun2 天前
【RocketMQ】Mac安装
macos·rocketmq
佛祖让我来巡山3 天前
消息中间件入门认知:从0开始认识消息队列与RocketMQ
rocketmq·认识rocketmq
霸道流氓气质3 天前
基于阿里云RocketMQ封装库的集成技术示例
阿里云·云计算·rocketmq
阿里云云原生4 天前
乌镇大赛丨5 万奖金已备好!RocketMQ 等你一起打造全新 AI-Native 管控平台
apache·rocketmq
阿昌喜欢吃黄桃1 个月前
RocketMq事务消息原理
java·中间件·消息队列·rocketmq·mq
huisheng_qaq1 个月前
【项目篇-01】Vmware虚拟机和环境安装配置
redis·mysql·canal·rocketmq·es·vaware虚拟机
码农飞哥1 个月前
RocketMQ消费接口设计实战:为什么HTTP回调接口必须吞掉所有异常,始终返回成功?
网络协议·http·中间件·消息队列·rocketmq
阿维的博客日记1 个月前
细说RocketMQ双网卡问题
rocketmq
北城以北88881 个月前
RocketMQ简介
java·spring boot·后端·rocketmq