|
we could catch this when the service goes live: look for IPv6 addresses and fail the deployment.
ubuntu 9.04 doesnt let you turn off ipv6, so w need to identify the root cause in hadoop and fix it. It could just be that jetty is listening on ipv4, but the info isnt being picked up
the solution is to insert the following option into setSFEnvVariables.sh
#IPv4 only, please export SF_OPTS="-Djava.net.preferIPv4Stack=true" and in build.properties (for testing) daemon.jvmargs="-Djava.net.preferIPv4Stack=true" this switches SF to IPv4 only. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
http://www.ubuntugeek.com/how-to-disable-ipv6-in-ubuntu.html
-could have a component that detects ipv6 and fails if it is live.