java.rmi.ConnectException: Connection refused to host: 127.0.1.1; nested exception is: java.net.ConnectException: Connection refused at sun.rmi.transport
you can use LocalRegistry such as:
Registry rgsty = LocateRegistry.createRegistry(1888); rgsty.rebind("hello", hello);