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 Jenkins JIRA by kimukou_26, 1 year ago
via Jenkins JIRA by kimukou_26, 1 year ago
via Jenkins JIRA by dhauslad, 1 year ago
via Jenkins JIRA by dhauslad, 1 year ago
via netbeans.org by Unknown author, 1 year ago
via GitHub by chendave
, 2 years agojava.net.SocketException: Connection reset
at java.net.SocketInputStream.read(SocketInputStream.java:168)
at java.io.FilterInputStream.read(FilterInputStream.java:116)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
at hudson.remoting.ChannelBuilder.negotiate(ChannelBuilder.java:198)
at hudson.remoting.Channel.
(Channel.java:418) at hudson.remoting.Channel.
(Channel.java:397) at hudson.remoting.Channel.
(Channel.java:393) at hudson.remoting.Channel.
(Channel.java:382) at hudson.remoting.Channel.
(Channel.java:374) at hudson.remoting.Channel.
(Channel.java:366) at hudson.slaves.Channels$1.
(Channels.java:70) at hudson.slaves.Channels.forProcess(Channels.java:70)
at hudson.maven.AbstractMavenProcessFactory.newProcess(AbstractMavenProcessFactory.java:280)
at hudson.maven.ProcessCache.get(ProcessCache.java:235)
at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:759)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:533)
at hudson.model.Run.execute(Run.java:1754)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:529)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)