Hey @Kanishk are there any docker logs or any error you are facing
Hey @Vishal_Sharma ,
yeah after submitting login form I get
2025-03-30 22:20:10 2025-03-30T19:50:10.558+0300 – INFO – Class: AuthenticationListener, Method: onFailure, Info: Unsuccessful login attempt for admin
2025-03-30 22:20:10 2025-03-30T19:50:10.560+0300 – INFO – Class: CustomAuthenticationFailureHandler, Method: onFailure, Info: Unsuccessful login attempt from 172.20.1.1
2025-03-30 22:20:10 2025-03-30T19:50:10.725+0300 – INFO – Class: AuthenticationListener, Method: onFailure, Info: Unsuccessful login attempt for admin
2025-03-30 22:20:10 2025-03-30T19:50:10.726+0300 – INFO – Class: CustomAuthenticationFailureHandler, Method: onFailure, Info: Unsuccessful login attempt from 172.20.1.1
All containers are successfully running, the oe-certs container is in a restarting loop, as seen here using docker ps command
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
65dd2b0dc5bd itechuw/openelis-global-2-dev:develop “/docker-entrypoint.…” 9 minutes ago Up 9 minutes 0.0.0.0:8080->8080/tcp, 0.0.0.0:8443->8443/tcp openelisglobal-webapp
856cb7c48ebe itechuw/openelis-global-2-fhir:develop “/opt/bitnami/script…” 9 minutes ago Up 9 minutes 8009/tcp, 0.0.0.0:8081->8080/tcp, 0.0.0.0:8444->8443/tcp external-fhir-api
5725fdf5cd88 itechuw/openelis-global-2-proxy:develop “nginx -g 'daemon of…” 9 minutes ago Up 9 minutes 0.0.0.0:80->80/tcp, 0.0.0.0:443->443/tcp openelisglobal-proxy
b34960837d8e itechuw/certgen:main “/bin/bash” 9 minutes ago Restarting (0) 41 seconds ago oe-certs
18219daf22b1 postgres:14.4 “docker-entrypoint.s…” 9 minutes ago Up 9 minutes (healthy) 0.0.0.0:15432->5432/tcp openelisglobal-database
f5faa93e27f9 itechuw/openelis-global-2-frontend-dev:develop “docker-entrypoint.s…” 9 minutes ago Up 9 minutes openelisglobal-front-end
2025-03-30 22:11:45 openelisglobal-webapp | 2025-03-30T19:41:45.059+0300 – ERROR – Class: org.openelisglobal.config.CreateAdminUserTask, Method: createAdminUser, Line: 67, Message: could not create default admin user as password was not complex enough
I did get this error while starting containers
Yes, but I manually added the login credentials to the database. I’m not sure if it’s correct, but I had no other option to access the site on our local machine.
Hello everyone, I am also facing some issues while setting up OpenELIS Global 2 on my local machine.
While trying to build submodules via the commands :- " ```
cd dataexport
mvn clean install -DskipTests
It is showing that error is caused by missing dependencies (org.itech:dataexport-api:jar:0.0.0.9 and org.itech:dataexport-core:jar:0.0.0.9) that Maven cannot find
Can someone please help me with this??
git submodule update --init --recursive
cd dataexport
mvn clean install -DskipTests
cd ..
mvn clean install -DskipTests
I have already followed the above steps.
MAVEN is not installed in your PC
please install java 21 and Maven
MAVEN is already installed.
But the version of java is 22. Is that an issue??
yess
java 21 is a must!
and if you are in windows, then try to set the ENVIRONMENT VARIABLE
too!
Hey @aditya or anyone, I am facing issue while login
After entering credentials it says expiredCredentials
, how to fix it
Please help, Thanks!
Hey @atulyadav745 use CHangePassword Button on the right If doesn’t work go to old UI use change password button from there !
when doing through Old UI it’s saying
Your password has expired. Please contact system administrator.
is this testing server ?? or your local ??
It’s local, I am trying it on my local
do one things
docker compose -f dev.docker-compose.yml up -d --no-deps --force-recreate oe.openelis.org
try to run this command for now !
later on will see whats the issue!
Sttill getting same error aditya