// start sub-process, connecting back to server
this.subprocess = startSubprocess(job);
// open client, connecting to sub-process
this.clientTransceiver =
new SocketTransceiver(new InetSocketAddress(outputService.inputPort()));
this.inputClient = (InputProtocol)
SpecificRequestor.getClient(InputProtocol.class, clientTransceiver);
} catch (Exception t) {