Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Cannot list plugins #2162

Copy link
Copy link
@mp-blurify

Description

@mp-blurify
Issue body actions

Hey,

I have a problem with listing available plugins. Setup is default with docker-compose from docs with latest images like:

services:
  killbill:
    image: killbill/killbill:0.24.15
    ports:
      - "8082:8080"
    environment:
      - KILLBILL_DAO_URL=jdbc:mysql://db:3306/killbill
      - KILLBILL_DAO_USER=root
      - KILLBILL_DAO_PASSWORD=killbill
      - KILLBILL_CATALOG_URI=SpyCarAdvanced.xml
  kaui:
    image: killbill/kaui:3.0.23
    ports:
      - "9090:8080"
    environment:
      - KAUI_CONFIG_DAO_URL=jdbc:mysql://db:3306/kaui
      - KAUI_CONFIG_DAO_USER=root
      - KAUI_CONFIG_DAO_PASSWORD=killbill
      - KAUI_KILLBILL_URL=http://killbill:8080
    depends_on:
      - killbill
  db:
    image: killbill/mariadb:0.24
    volumes:
      - db:/var/lib/mysql
    expose:
      - "3306"
    environment:
      - MYSQL_ROOT_PASSWORD=killbill
  stripe_demo:
    image: killbill/stripe-demo
    environment:
      - PUBLISHABLE_KEY=${PUBLISHABLE_KEY}
      - KB_URL=http://killbill:8080
    ports:
      - 4567:4567

volumes:
  db:

After navigating to KPM:

Image

and clicking Install new plugin I got:

Image

"Error while communicating with the Kill Bill server: Unable to get killbill version info: LATEST"

Logs in attachment.

killbill-logs.txt

Nothing changed in envirovement, working great at ~ 17 July 2025.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.