Description
Good Day,
I am interested in testing this project, so cloned it and built it on my dev box (CentOS 8 Stream). I had a few issues getting it to build, but was able to resolve to the point it gets the containers running. Having said that, when I try to hit the link you provide for localhost (I am running on localhost) the server returns a 500. CentOS 8 runs podman by default, so I thought maybe whatever differences there are between podman and docker might be causing the issue, so I spun up an Ubuntu 20.04, and added the 3 dependencies you mention: maven, docker-compose (docker too, obviously), and wget/curl. I was able to build on Ubuntu just fine, yet I still get a 500 error when hitting the link: http://localhost:8080/RESOservice-1.0/$metadata
My best guess is it's a config issue on my end, so wanted to ask are there other dependencies or configurations not documented that may help?
I haven't actually had a chance to shell into the containers yet, so may be able to find some answers there, but I did notice i can't connect to the mysql container using the client on the host. I also noticed the port binding seems to be tcp6, so maybe I need to disable ipv6, so it only binds to ipv4? I wouldn't' think that would make a difference, but exploring all possibilities.
I appreciate your feedback, and can provide better info like debug info once I'm in the office today.
Best Regards!