Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot get cluster list #580

Open
SKDragon18 opened this issue Feb 19, 2025 · 1 comment
Open

Cannot get cluster list #580

SKDragon18 opened this issue Feb 19, 2025 · 1 comment

Comments

@SKDragon18
Copy link

Hi, i cannot get cluster by api in GUI Dashboard, i dont know why it get tenant list but not getting cluster list, please help me

Payload:
http://127.0.0.1:9527/pulsar-manager/admin/v2/clusters?query=%7B%22cluster%22:%22%22,%22page%22:1,%22limit%22:10%7D
Response:
{
"timestamp": "2025-02-19T02:44:04.865+0000",
"status": 500,
"error": "Internal Server Error",
"message": "Failed to get failureDomains list.",
"path": "/pulsar-manager/admin/v2/clusters"
}

I run on docker compose:
version: "3.7"
services:
pulsar:
image: apachepulsar/pulsar:2.6.0
command: bin/pulsar standalone
hostname: pulsar
ports:
- "8080:8080"
- "6650:6650"
restart: unless-stopped
volumes:
- "./data/:/pulsar/data"
dashboard:
image: apachepulsar/pulsar-manager:v0.2.0
ports:
- "9527:9527"
- "7750:7750"
depends_on:
- pulsar
links:
- pulsar
environment:
SPRING_CONFIGURATION_FILE: /pulsar-manager/pulsar-manager/application.properties

@SKDragon18
Copy link
Author

it response {"message":"Please login."} but i login in http://127.0.0.1:9527/#/login?redirect=%2Fmanagement%2Fclusters

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant