3 messages in com.googlegroups.android-internalsRe: ServerSocket.toString() NullPoint...
FromSent OnAttachments
rob18 Nov 2007 01:25 
shan...@gmail.com18 Nov 2007 09:18 
rob18 Nov 2007 13:32 
Subject:Re: ServerSocket.toString() NullPointerException
From:shan...@gmail.com (shan@gmail.com)
Date:11/18/2007 09:18:50 AM
List:com.googlegroups.android-internals

Rob,

You'd probably get more of a response if you posted your question to the user (or developer) list, as your question doesn't deal with Android internals.

Regards, Shane

On Nov 18, 1:26 am, rob <yoma@socal.rr.com> wrote:

Stack trace: ServerSocket.toString() line: 321

Code to produce: ServerSocket serverSocket = new ServerSocket(45000); Log.i("SocketService", "Created server: " + serverSocket);

I would try to debug it but the Java source code isn't available for download.

ServerSocket doesn't appear to work either because a call to getLocalPort() returns 0 and there's no listing of the specified port