proton icon indicating copy to clipboard operation
proton copied to clipboard

When setting PROTON_USER and PROTON_PASSWORD env variables, config merge causes proton to crash

Open sarwarbhuiyan opened this issue 1 year ago • 0 comments

compose file

version: '3.3'
services:
  proton:
    image: [d.timeplus.com/timeplus-io/proton:latest](http://d.timeplus.com/timeplus-io/proton:latest)
    pull_policy: always
    environment:
      - PROTON_USER=proton
      - PROTON_PASSWORD=hello
      - TELEMETRY_ENABLED=false
    ports:
      - 3218:3218 #http port for JDBC driver, default streaming mode
      - 8123:8123 #http port for JDBC driver, default batch mode
9 replies

Error

Application: Poco::Exception. Code: 1000, e.code() = 0, Exception: Failed to merge config with '/etc/proton-server/users.d/default-user.xml': Exception: Root element doesn't have the corresponding root element as the config file. It must be <proton>, Stack trace (when copying this message, always include the lines below):

sarwarbhuiyan avatar Mar 14 '25 17:03 sarwarbhuiyan