I have a problem with packaging the application in docker. I run applications without the joker, everything is great, everything works, but it doesn’t work with the docker. Error 500 on all requests. Our main public relations department of the new department issues such digitization:
“message”: “JDBC exception when executing SQL [select d1_0.id ,d1_0.department code,d1_0.Description of the department,d1_0.department name from departments d1_0, where d1_0.department code=?] [ERROR: the relationship “departments” does not exist, position: 91] [out of stock]; SQL [out of stock]”,
I looked at the logs, the error is AmqpConnectException.
I provide a link to my repository with the project:
https://github.com/IvanDolg/Production-practice-microservice -> select branch a here
and the repository for the configuration: https://github.com/IvanDolg/config-server-repo/blob/main/organization.properties
please help me, I can’t figure out what’s wrong. All services are visible on Eureka!
I tried a lot, changed the configuration for Docker-compose, but nothing
Ivan Dauhalaptseu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.