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

Unable to start the nGrinder controller with docker #1016

Open
FrancoisTsague opened this issue Apr 30, 2024 · 0 comments
Open

Unable to start the nGrinder controller with docker #1016

FrancoisTsague opened this issue Apr 30, 2024 · 0 comments

Comments

@FrancoisTsague
Copy link

FrancoisTsague commented Apr 30, 2024

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

  • Controller
    I've just pulled the lates docker image of the nGrinder controller

  • Agent
    I've just pulled the lates docker image of the nGrinder controller

4. Screenshots

image
image
image
image

@FrancoisTsague FrancoisTsague changed the title Unable to start the nGrinder Start controller with docker Unable to start the nGrinder controller with docker Apr 30, 2024
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