Troubleshooting
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
If you receive the
BUILD SUCCESSFUL message,
but the deployed container is not active and running, then do the following:- Verify that the JDK version you are using is supported, by checking the OpenEdge 13 Platform Compatibility Guide.
- Check the container logs for errors in the JDK path or the JDK
image name:
- To check simple Docker logs (Docker and Docker Compose),
run:
docker container logs container_name - To check Minikube logs, check the pod status:
kubectl logs pod_name. For more information about pods, run:kubectl describe pods/pod_name
- To check simple Docker logs (Docker and Docker Compose),
run: