Am Elijah.I tried to take refference from Mr Derick’s post Error “Not Authenticated.
Before that i was getting not authenticated but after going through the procedures its now
In the browser
check if you docker container named openelisglobal-webapp
is running properly or not !
also check if the ports are already occupied some process or not.
some fixes
restart you container using flag down -v
and then restart it
or force recreate the above mentioned container
I have refollowed this way i was doing it
1.PORTS
$ sudo lsof - i:${port eg.80}
Done this to all the ports ie. 80,443,8080,8444,8443,15432
$ sudo kill ${id of the ones connected}
2.DOCKER
$sudo systemctl stop docker.socket
$sudo systemctl stop docker
$sudo systemctl start docker.socket
$sudo systemctl start docker
.CONTAINERS
$sudo docker ps -a
Then removed all running containers one by one
$sudo docker stop [container-id]
$sudo docker rm [container-id]
3.OpenELIS-Global-2
Then i followed that as it on github after u have finished the cloning process
Here on OpenELIS@git
Thats how i have eventually got up:
running...some requirements to check installed or not before proceeding with the above commands
- java 11
- maven
follow those steps one by one
if any errors you face then please share screenshot of them
@ELAI any progress ?
Yes, Sir,i had to break the ports one by one and the containers .Actually the post i put there above recovered me ,thanks