naver / ngrinder

enterprise level performance testing solution
naver.github.io/ngrinder
Apache License 2.0
2k stars 478 forks source link

Unable to start the nGrinder controller with docker #1016

Open FrancoisTsague opened 5 months ago

FrancoisTsague commented 5 months ago

1. Describe the bug 🐞

I'am about to run nGrinder in a docker container like explained in the following link. run nGrinder with docker

2. Reproduction steps

  1. Pull the ngrinder/controller image:
    $ docker pull ngrinder/controller

  2. Start the controller $ docker run -d -v ~/ngrinder-controller:/opt/ngrinder-controller --name controller -p 80:80 -p 16001:16001 -p 12000-12009:12000-12009 ngrinder/controller

  3. See error ........... WARN AbstractApplicationContext.java:559 : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'databaseUpdater': Invocation of init method failed; nested exception is org.ngrinder.common.exception.NGrinderRuntimeException: Exception occurs while Liquibase update DB ......... .........

3. Environment

4. Screenshots

image image image image