Re: jdk 1.1.5_v7 -> 1.1.6_v4a, socket problem.

1998-09-27 Thread Nelson Minar
>> COM.objectspace.voyager.TransportException: java.net.SocketException: Socket >option unsupported >It's a v4a bug. It's fixed in our development code, but that's waiting >on me to get the library version handling code tested. I bet you were >setting LINGER or REUSEADDR -- these got broken

jdk 1.1.5_v7 -> 1.1.6_v4a, socket problem.

1998-09-27 Thread Steve Byrne
Nelson Minar writes: > I have a bunch of complicated network code that works fine under > jdk 1.1.5_v7, but fails in jdk 1.1.6_v4a with a socket exception: > > COM.objectspace.voyager.TransportException: java.net.SocketException: Socket option unsupported It's a v4a bug. It's fixed in our

jdk 1.1.5_v7 -> 1.1.6_v4a, socket problem.

1998-09-26 Thread Nelson Minar
I have a bunch of complicated network code that works fine under jdk 1.1.5_v7, but fails in jdk 1.1.6_v4a with a socket exception: COM.objectspace.voyager.TransportException: java.net.SocketException: Socket option unsupported Unfortunately, my program has a lot of stuff in it, so it's hard t