I have a fairly simple game that works perfectly on every version now
up through 2.1, but with the new 2.2 (Froyo) release I am unable to
create a socket. I am using the mina package for nio, and get this
exception:

W/System.err( 263): java.net.SocketException: Bad address family W/
System.err( 263): at
org.apache.harmony.luni.platform.OSNetworkSystem.connectStreamWithTimeoutSocketImpl(Native
Method) W/System.err( 263): at
org.apache.harmony.luni.platform.OSNetworkSystem.connect(OSNetworkSystem.java:
115) W/System.err( 263): at
org.apache.harmony.nio.internal.SocketChannelImpl.connect(SocketChannelImpl.java:
272) W/System.err( 263): at org.apache.harmony.nio.internal.PipeImpl
$SinkChannelImpl.finishConnect(PipeImpl.java:164) W/System.err( 263):
at org.apache.harmony.nio.internal.PipeImpl.(PipeImpl.java:48) W/
System.err( 263): at
org.apache.harmony.nio.internal.SelectorProviderImpl.openPipe(SelectorProviderImpl.java:
51) W/System.err( 263): at
org.apache.harmony.nio.internal.SelectorImpl.(SelectorImpl.java:141) W/
System.err( 263): at
org.apache.harmony.nio.internal.SelectorProviderImpl.openSelector(SelectorProviderImpl.java:
58) W/System.err( 263): at
java.nio.channels.Selector.open(Selector.java:48) W/System.err( 263):
at
org.apache.mina.transport.socket.nio.SocketConnector.startupWorker(SocketConnector.java:
248) W/System.err( 263): at
org.apache.mina.transport.socket.nio.SocketConnector.connect(SocketConnector.java:
210) W/System.err( 263): at
org.apache.mina.transport.socket.nio.SocketConnector.connect(SocketConnector.java:
137) W/System.err( 263): at
org.apache.mina.common.support.BaseIoConnector.connect(BaseIoConnector.java:
40)

Later in the log, usually immediately following I get this:

W/System.err( 263): java.lang.NullPointerException W/System.err( 263):
at
org.apache.harmony.nio.internal.SelectorImpl.wakeup(SelectorImpl.java:
418) W/System.err( 263): at
org.apache.mina.transport.socket.nio.SocketConnector.connect(SocketConnector.java:
222) W/System.err( 263): at
org.apache.mina.transport.socket.nio.SocketConnector.connect(SocketConnector.java:
137) W/System.err( 263): at
org.apache.mina.common.support.BaseIoConnector.connect(BaseIoConnector.java:
40)

I have done all the googling and looking around I can think of and
found nothing. The closest I have come seems to be an old JDK bug with
ipv6 support on XP and Vista machines (I'm running Vista).
Recommendations included disabling ipv6 (that did not work) and
disabling ipv4 and leaving ipv6 (will not work for me as my router and
ISP don't support it and so could not test anyway).  I have also tried
commenting out the ipv6 line in my hosts file, and setting the
java.net.preferIPv4Stack=true (maybe did not do this one in the right
files?).

Any thoughts, suggestions, things I have not tried?

Also pasted same here with no response yet:
http://stackoverflow.com/questions/2879455/android-2-2-and-bad-address-family-on-socket-connect

Thanks,
Josh

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to