Hi,
I have a web app deployed on Payara5, which runs on a Docker container. The base Docker image used is Java:8.
When running Payara 5 on localhost, or in a Docker container running on my localhost, then everything works fine.
However when I deploy the same Payara 5 + web app on AWS EBS (Docker AMI), then Payara starts normally but then terminates during deployment of my .war file.
server.log is clean, no error reported. Moreover, this exact same setup works great on Glassfish4, which I'm trying to migrate from.
Does anyone have any knowledge of anything special that may be required when running Payara 5 on AWS EBS Docker?
On what circumstances would Payara decide to terminate, and where would such reason be logged? Does that level of logging require explicit activation?
Many thanks!
Jim