10-11-2023 04:43 AM
Hello Everyone,
I have installed cisco xpresso on docker compose. I can see "docker compose ps" up for all services. But when I login into xpresso GUI i am getting error -"No resource found". I have restarted the docker enginer and also restarted resource service. But still its not coming up.
I have attached docker compose ps output for reference and also GUI screen shot.
Can someone please help me here how to resolve this issue.
10-11-2023 06:14 AM
Using port 8080? What is the output in docker-compose logs?
10-18-2023 11:37 AM
Hi @bigevilbeard,
Thank you so much for replying and sorry for my late reply.
When i run docker-compose logs -f xpresso_resources_1 command, I getting error that no such service found. I have attached screen shot for reference. However I can see in docker-compose ps that its up but port is not assisgned to it.
10-19-2023 12:09 AM
docker-compose up -d xpresso_resources_1
This will start the service in the background and then once the service is up and running, view the logs
docker-compose logs xpresso_resources_1
Hope this helps.
10-19-2023 01:31 AM
Hi @bigevilbeard,
I checked .yml file and i can see that resource service is listed. But still i cannot see any logs or even i can cannot restart it. I have output
10-19-2023 03:45 AM
There source service may be logging to a different location? I think you can add a logging section in your Docker Compose file if its not printing to the console.
Can you restart this with docker-compose down -v command to stop and remove all of the containers and volumes associated with your Docker Compose project?
I am pretty much out of ideas at this stage. I would follow up here with an issue or the emailer to the team https://github.com/CiscoTestAutomation/xpresso
10-19-2023 04:58 AM
Hi @bigevilbeard ,
Thank you so much for your suggestion and time, Surely I will check on this to Git Hub.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide