IPv6 problems on Debian Jessie

We have recently had some problems getting OMERO to run on Debian Jessie AMD64. OMERO would fail to start with the following error in Blitz.log
The following lines was also in /etc/sysctl.conf
I tried setting the IPv6 config value to 0 with
as per http://www.openmicroscopy.org/site/supp ... oting.html
but this had no effect.
I did succeed in getting OMERO to start by commenting out the net.ipv6 lines in /etc/sysctl.conf and rebooting the server.
I do not have a specific question and am not that familar with IPv6, but perhaps some other admins have a comment to make about this.
- Code: Select all
2016-04-20 10:29:33,645 ERROR [o.services.blitz.util.BlitzConfiguration] ( main) Fatal error creating adapter. See the troubleshooting page
Ice.SocketException: java.net.SocketException: Protocol family unavailable
at IceInternal.Network.doBind(Network.java:251) ~[ice.jar:na]
at IceInternal.TcpAcceptor.<init>(TcpAcceptor.java:119) ~[ice.jar:na]
at IceInternal.TcpEndpointI.acceptor(TcpEndpointI.java:414) ~[ice.jar:na]
at IceInternal.IncomingConnectionFactory.<init>(IncomingConnectionFactory.java:376) ~[ice.jar:na]
at Ice.ObjectAdapterI.<init>(ObjectAdapterI.java:1028) ~[ice.jar:na]
at IceInternal.ObjectAdapterFactory.createObjectAdapter(ObjectAdapterFactory.java:160) ~[ice.jar:na]
The following lines was also in /etc/sysctl.conf
- Code: Select all
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
I tried setting the IPv6 config value to 0 with
- Code: Select all
./bin/omero config set IPv6 0
as per http://www.openmicroscopy.org/site/supp ... oting.html
but this had no effect.
I did succeed in getting OMERO to start by commenting out the net.ipv6 lines in /etc/sysctl.conf and rebooting the server.
I do not have a specific question and am not that familar with IPv6, but perhaps some other admins have a comment to make about this.