Open sadmanamin opened 6 months ago
same issue
I'm having the same problem. I can successfully run and see the train-ticket page. However when I try to log in it fails. I can't see the CAPTCHA image in the login page. I tried logging into the admin panel and that didn't work either. Have you solved the problem now?
Summary
I have trying to run TrainTicket using docker-compose and k8s.
For docker-compose, as per the doc, i need to build the docker-compose first and then run docker-compose up. However, its not building showing error to many of the dockerfiles that contains java image instead of openjdk. When i change it to openjdk, it shows some internal error.
For docker-compose from deployment/docker-compose-manifests/docker-compose-with-jaeger.yml, it doesn't run showing some images have been removed from the codewisdom repo.
For k8s with istio, initially it didn't find ts-gateway-service. Later I have added it and ran. However, login doesn't work. It cant seem to find other services inside the cluster and gives 503 everytime.
To sum up, I want to run TrainTicket with Jaeger enabled for observability and monitoring tests. However, its not working as told previously.
Expected behaviour
TrainTicket should run and should be able to have proper api responses.
Current behaviour
Showing error in deployment. After deployment, showing error in inter service communication.
Steps to reproduce
Your environment
OS(e.g:
cat /etc/os-release
): Ubuntu 22.04.4 LTdocker version(e.g
docker-compose version (e.g `docker-compose --version`): docker-compose version 1.29.2, build 5becea4c Kubernetes version(use `kubectl version`): v1.28.7docker version
): 26.0.0