/* 143 */ log.error(e);
/* 144 */ e.printStackTrace();
/* 145 */ throw new RemoteConnectionException();
/* */ }
/* */
/* 149 */ ChatServer chatServer = new ChatServerStub(serverClient);
/* */
/* 152 */ SendThread sendThread = new SendThread(chatServer, outgoingLines);
/* 153 */ sendThread.start();
/* */
/* 155 */ return chatServer;