• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

"Socket write error" while connecting to a CVS repository through Eclipse

 
Ranch Hand
Posts: 80
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear All,

I am trying to create a new CVS repository location through eclipse. It gets created too. But when I try to click on the tags HEAD/ Versions, it throws me an error
"Socket Exception: Connection aborted by peer: socket write error".
My CVSNT server is running on port 2401 and I have entered the same port number while creating the CVS repository location in eclipse.

Does anyone have any idea why am I getting the socket write error?

Regards and Thanks in advance,
Pankaj
 
Saloon Keeper
Posts: 27752
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't have a definite answer, but you might want to have your network person see if the TCP/IP MTU settings for your machines are appropriate.
 
reply
    Bookmark Topic Watch Topic
  • New Topic