I recently faced an issue where I deployed our spring boot application Docker environment. Everything worked our perfectly fine like app was getting started in docker env. as per logs. But when we tried to access the app endpoints from the docker host and port or the load balancer it was the container was unreachable. … Continue reading Cannot access Spring boot app from Docker host and port after deploying to Docker Containers. Solved!
Month: January 2022
Error: kie.container or kieModule bean – Null Pointer Exception? Solved!
I recently we faced an issue in my Drools Config class where we added config for kie container and kie modules. It was working fine in normal windows server environment but we migrated our app into docker environment we faced below error. When running our Java Spring Boot app (Fat Jar) on Docker Environment we … Continue reading Error: kie.container or kieModule bean – Null Pointer Exception? Solved!