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

Install New Plugins at /kpm/plugins returns error in stock setup #332

Open
jblachly opened this issue Jan 17, 2023 · 2 comments
Open

Install New Plugins at /kpm/plugins returns error in stock setup #332

jblachly opened this issue Jan 17, 2023 · 2 comments

Comments

@jblachly
Copy link

KAUI in a stock setup using the public Docker images for KillBill, KAUI, and killbill/mariadb with example docker-compose.yml works well with no seeming problems, except that clicking "Install New Plugins" does not work.

The link goes to <domain>/kpm/plugins but when clicking, there is a delay of ~15 secs and then finally a blank page with a red error message "We're sorry, but something went wrong."

I'm using the latest published version tags (0.24.0; 2.0.11)

killbill:
    image: killbill/killbill:0.24.0
    restart: always
    volumes:
      - ./killbill/killbill.properties:/var/lib/killbill/killbill.properties:ro
    environment:
      - KILLBILL_DAO_URL=jdbc:mysql://mariadb:3306/killbill
      - KILLBILL_DAO_USER=root
      - KILLBILL_DAO_PASSWORD=${KILLBILL_DAO_PASSWORD}

  kaui:
    image: killbill/kaui:2.0.11
    environment:
      - KAUI_CONFIG_DAO_URL=jdbc:mysql://mariadb:3306/kaui
      - KAUI_CONFIG_DAO_USER=root
      - KAUI_CONFIG_DAO_PASSWORD=${KILLBILL_DAO_PASSWORD}
      - KAUI_KILLBILL_URL=http://killbill:8080

(some labels and network tags removed)

@ngirardin
Copy link

I'm having the same issue as you, are you on a Mac M1?

I think that this is the same issue as in killbill/killbill#1848

@jblachly
Copy link
Author

jblachly commented May 2, 2023

I'm having the same issue as you, are you on a Mac M1?

I think that this is the same issue as in killbill/killbill#1848

Yes!

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

2 participants