e.printStackTrace();
} catch (NullPointerException e) {
e.printStackTrace();
System.err.println("Null pointer exception ... obj: " + obj);
if(obj != null)
System.err.println("obj: " + obj.toString() + " ... obj.retrieveExtensionProxy: " + obj.retrieveExtensionProxy());
}
//System.out.printf("I got a connection from %s to " + myip[0] + "." + myip[1] + "." + myip[2] + "." + myip[3] + ":%d\n",obj.name,myip[0],myip[1],myip[2],myip[3],port);
//System.out.printf("Got Outgoing (%d) by %s to %d,%d,%d,%d:%d\n",id,(obj == null ? "null" : obj.toString()),
//
// port