在新安装PCF Dev时,登录后:
cf创建-service p-rabbitmq标准my_rabbitmq
Showing info of service my_rabbitmq in org system / space system as admin...
name: my_rabbitmq
service: p-rabbitmq
bound apps:
tags:
plan: standard
description: RabbitMQ is a robust and scalable high-performance multi-protocol messaging broker.
documentation:
dashboard: https://rabbitmq-management.local.pcfdev.io/#/login/mu-3ea7453d-7cff-44bd-b7a7-ce0290d9b4d6-v509qlipcuhnu6relaeuat49ca/25849257198976921347999121731293969259
Showing status of last operation from service my_rabbitmq...
status: create succeeded
message:
started: 2018-01-05T01:48:17Z
updated: 2018-01-05T01:48:17Z当我转到管理仪表板url时,浏览器会显示以下错误:
404未找到:请求路由(‘rabbitmq-management.local.pcfdev.io ement.local.pcfdev.io’)不存在。
如何安装和响应RabbitMQ管理仪表板?
发布于 2018-01-10 18:31:49
我发现的唯一解决办法是安装早期版本的PCF。这解决了这个问题。
有关更多细节,请查看Github上的这个线程。
https://stackoverflow.com/questions/48106204
复制相似问题