java.io.IOException: java.net.SocketException: Connection reset
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Google Groups by Kaiming Wan, 1 year ago
via Stack Overflow by Kami Wan
, 1 year agojava.io.IOException: java.net.SocketException: Connection reset
at alluxio.AbstractClient.checkVersion(AbstractClient.java:112)
at alluxio.AbstractClient.connect(AbstractClient.java:175)
at alluxio.AbstractClient.retryRPC(AbstractClient.java:291)
at alluxio.worker.block.BlockMasterClient.getId(BlockMasterClient.java:109)
at alluxio.worker.WorkerIdRegistry.registerWithBlockMaster(WorkerIdRegistry.java:60)
at alluxio.worker.block.BlockWorker.start(BlockWorker.java:168)
at alluxio.worker.AlluxioWorker.startWorkers(AlluxioWorker.java:354)
at alluxio.worker.AlluxioWorker.start(AlluxioWorker.java:326)
at alluxio.worker.AlluxioWorker.main(AlluxioWorker.java:84)