k, thanks. Strange thing is I have seen this posted on a number of lists and has been attributed to Java 6. However, I am running this with Java 5 on OSX.
Ta Meeraj On Wed, Feb 25, 2009 at 12:29 PM, sebb <[email protected]> wrote: > On 25/02/2009, Meeraj Kunnumpurath <[email protected]> wrote: > > Hi, > > > > Does anyone use the above on OSX with Java 5. The code that was running > with > > 1.4.1 version of the library seems to be failing with the following > > exception, > > > > Caused by: java.net.SocketException: Unconnected sockets not implemented > > at javax.net.SocketFactory.createSocket(SocketFactory.java:97) > > at > > org.apache.commons.net.SocketClient.connect(SocketClient.java:152) > > I've seen the same error message in JMeter, when moving from Java 1.4 to > 1.6. > > That was due to a change in the way the Java uses socket factories. > > It now uses createSocket() rather than any of the createSocket(...) > methods with parameters. Looks like this may be the problem here. > > I suggest you create a JIRA issue for this. > > > Ta > > > > Meeraj > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
