You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'am about to run nGrinder in a docker container like explained in the following link. run nGrinder with docker
2. Reproduction steps
Pull the ngrinder/controller image: $ docker pull ngrinder/controller
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
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
The text was updated successfully, but these errors were encountered:
FrancoisTsague
changed the title
Unable to start the nGrinder Start controller with docker
Unable to start the nGrinder controller with docker
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
Pull the ngrinder/controller image:
$ docker pull ngrinder/controller
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
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
The text was updated successfully, but these errors were encountered: