|
From: Keith D. <kd...@cs...> - 2004-04-07 15:39:02
|
Has anyone besides me been having trouble connecting to the sourceforge repository? It frequently takes me 2 or 3 attempts to commit changes successfully. Eclipse M8 often reports a "I/O error occured: connection reset" (or something like that). Or I get the wonderfully descriptive message "An error has occured." :-) It works eventually, don't get me wrong, my changes are sticking--it's just a bit annoying. Keith |
|
From: <tho...@tr...> - 2004-04-07 16:10:45
|
I'm having the same kind of issues. It's more tha a _bit_ annoying :-) Anybody thought about dev.java.net? Thomas Quoting Keith Donald <kd...@cs...>: > Has anyone besides me been having trouble connecting to the sourceforge > repository? > > It frequently takes me 2 or 3 attempts to commit changes successfully. > Eclipse M8 often reports a "I/O error occured: connection reset" (or > something like that). Or I get the wonderfully descriptive message "An > error has occured." :-) > > It works eventually, don't get me wrong, my changes are sticking--it's just > a bit annoying. Keith > |
|
From: Keith D. <kd...@cs...> - 2004-04-07 16:53:01
|
My latest error required me to change the name of a class before it = would let me add it. For some reason the server would NOT let me commit a new resource with that name... I kept getting: spring: cvs: hash.c:312: findnode: Assertion `key !=3D ((void *)0)' failed. ... returned from the server (at least Eclipse said it came from the server.) Arggh - Keith -----Original Message----- From: spr...@li... [mailto:spr...@li...] On Behalf = Of tho...@tr... Sent: Wednesday, April 07, 2004 12:11 PM To: spr...@li... Subject: Re: [Springframework-developer] sf connection problems? I'm having the same kind of issues. It's more tha a _bit_ annoying :-) Anybody thought about dev.java.net?=20 Thomas Quoting Keith Donald <kd...@cs...>: > Has anyone besides me been having trouble connecting to the=20 > sourceforge repository? > =20 > It frequently takes me 2 or 3 attempts to commit changes successfully. = > Eclipse M8 often reports a "I/O error occured: connection reset" (or=20 > something like that). Or I get the wonderfully descriptive message=20 > "An error has occured." :-) > =20 > It works eventually, don't get me wrong, my changes are sticking--it's = > just a bit annoying. Keith >=20 ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of = GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=3D1470&alloc_id=3D3638&op=3Dcli= ck _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |
|
From: Colin S. <col...@ex...> - 2004-04-07 17:21:46
|
This is almost certainly an uppercase vs. lowercase issue; something such as the fact that you are on a windows system, and on the (unix) server, there is already a file (maybe in the attic) with the same name except for the case... Keith Donald wrote: >My latest error required me to change the name of a class before it would >let me add it. For some reason the server would NOT let me commit a new >resource with that name... > >I kept getting: > spring: cvs: hash.c:312: findnode: Assertion `key != ((void *)0)' >failed. > >... returned from the server (at least Eclipse said it came from the >server.) > >Arggh - Keith > > >-----Original Message----- >From: spr...@li... >[mailto:spr...@li...] On Behalf Of >tho...@tr... >Sent: Wednesday, April 07, 2004 12:11 PM >To: spr...@li... >Subject: Re: [Springframework-developer] sf connection problems? > > > >I'm having the same kind of issues. It's more tha a _bit_ annoying :-) > >Anybody thought about dev.java.net? > >Thomas > > > >Quoting Keith Donald <kd...@cs...>: > > > >>Has anyone besides me been having trouble connecting to the >>sourceforge repository? >> >>It frequently takes me 2 or 3 attempts to commit changes successfully. >>Eclipse M8 often reports a "I/O error occured: connection reset" (or >>something like that). Or I get the wonderfully descriptive message >>"An error has occured." :-) >> >>It works eventually, don't get me wrong, my changes are sticking--it's >>just a bit annoying. Keith >> >> >> > > > > > >------------------------------------------------------- >This SF.Net email is sponsored by: IBM Linux Tutorials >Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo >technologies. Learn everything from fundamentals to system >administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click >_______________________________________________ >Springframework-developer mailing list >Spr...@li... >https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > >------------------------------------------------------- >This SF.Net email is sponsored by: IBM Linux Tutorials >Free Linux tutorial presented by Daniel Robbins, President and CEO of >GenToo technologies. Learn everything from fundamentals to system >administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click >_______________________________________________ >Springframework-developer mailing list >Spr...@li... >https://lists.sourceforge.net/lists/listinfo/springframework-developer > > |