I am trying to install the Vocbench on a web server using docker and
1) when running the following command:
- docker run -v ${PWD}/volumes/stdata:/opt/vocbench3/data -p 1979:1979 --name vocbench3 -t vocbench3:9.1.0
I receved the following error:
- 19:07:04.118 ERROR [qtp101642095-73] General Security Exception javax.security.auth.login.LoginException: No LoginModules configured for karaf at javax.security.auth.login.LoginContext.init(LoginContext.java:264)
2) When running the following command:
- docker run -p 1979:1979 --name vocbench3 -t vocbench3:9.1.0 start
the application starts but when I try to login it crashes.
Thank you in advance.