}
public static void main(String[] args) throws Exception {
final LocalRMIServerSocketFactory f =
new LocalRMIServerSocketFactory();
final ServerSocket s = f.createServerSocket(0);
final int port = s.getLocalPort();
Thread t = new Thread() {
public void run() {
while (true) {