Caused by: java.net.SocketException: Protocol family unavailable
This is a common Java issue when trying to containerize, I believe you can
search for it and find a generic answer. Basically has to do with whether
Java is trying to use IPv4 or IPv6 and what your Docker solution supports.
If I reca
Just by the look of the "Protocol family unavailable" error can you
disable IPv6 in the JVm startup script ?
On Mon, Nov 5, 2018 at 4:37 AM li li wrote:
> Hi ALL
>
>
> I'm trying to encapsulate cloudstack 4.11 into docker. After build is
> successful, cloudstack-management cannot function p