It's all about the answers!

Ask a question

connection drop outs when uploading source code


Mike Rolls (12631813) | asked Nov 29 '13, 9:52 a.m.
retagged Dec 16 '13, 12:00 p.m. by David Lafreniere (4.8k7)
 Developers are reporting connection drop outs when uploading code changes.
The logs are reporting:
2013-11-29 13:31:40,296 [          http-443-Processor22]  WARN com.ibm.team.filesystem                             - Unhandled Exception
ClientAbortException:  java.net.SocketException: Connection reset by peer: socket write error
at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:327)
at org.apache.catalina.connector.OutputBuffer.flush(OutputBuffer.java:293)
at org.apache.catalina.connector.CoyoteOutputStream.flush(CoyoteOutputStream.java:98)
at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:147)
at com.ibm.team.repository.common.transport.ServerHttpUtil.serializeError(ServerHttpUtil.java:1186)
at com.ibm.team.repository.common.transport.ServerHttpUtil.serializeError(ServerHttpUtil.java:1076)
at com.ibm.team.filesystem.service.internal.FileContentService.perform_PUT(FileContentService.java:195)
....

Caused by: 
java.net.SocketException: Connection reset by peer: socket write error
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:105)
at java.net.SocketOutputStream.write(SocketOutputStream.java:149)
at com.ibm.jsse2.c.a(c.java:82)
at com.ibm.jsse2.c.a(c.java:102)
at com.ibm.jsse2.jc.b(jc.java:511)
at com.ibm.jsse2.jc.a(jc.java:349)
at com.ibm.jsse2.j.write(j.java:2)

...

Has anyone experienced a similar issue & know the cause / resolution ?

Thanks
Mike


Comments
1
Arun K Sriramaiah commented Nov 29 '13, 10:11 a.m.

Hi Mike,

I suspect there could be network bandwidth and large file size.

Could you please provide the below details.

Is the issue is happening when your trying to load the sandbox ?

Is the issue is happening for all the users ?

RTC Client\Server version ?

rtc client >> metadata.log file details and ccm log details ?

Regards,
Arun.

One answer



permanent link
Sonia Dimitrov (27159) | answered Feb 06 '14, 9:45 a.m.
JAZZ DEVELOPER
Users could try increasing their connection timeout setting.  In the eclipse client, this is set by opening the properties of the repository connection in the Team Artifacts view.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.