4 Replies Latest reply on Dec 4, 2003 12:18 PM by jkharness87

    Problem reaching CVS

    fredrikhultin

      Hi,
      I have had lots of problem checking out the latest code. Has something changed or is the server down?

      Cheers
      /Fredrik

        • 1. Re: Problem reaching CVS
          valarr

          I just want to say that i also have the problems.
          I get either
          $ cvs -q update -dP
          cvs [update aborted]: connect to cvs.jboss.sourceforge.net(66.35.250.207):2401 failed: Connection refused

          either
          $ cvs -q update -dP
          cvs [update aborted]: end of file from server (consult above messages if any)

          or now
          $ cvs -q update -dP
          cvs update: authorization failed: server cvs.jboss.sourceforge.net rejected access to /cvsroot/jboss for user anonymous
          cvs update: used empty password; try "cvs login" with a real password

          no fun at all

          • 2. Re: Problem reaching CVS
            sstephens

            I have problems as well. I was able to download early yesterday but for the last 1.5 days I have not been able to connect to this cvs.

            E:\javaadd>cvs -d :pserver:anonymous@cvs.jboss.sourceforge.net:/cvsroot/jboss co
            nukes
            cvs checkout: Empty password used - try 'cvs login' with a real password

            cvs [checkout aborted]: authorization failed: server cvs.jboss.sourceforge.net r
            ejected access to /cvsroot/jboss for user anonymous

            E:\javaadd>cvs -d :pserver:anonymous@cvs.jboss.sourceforge.net:/cvsroot/jboss lo
            gin
            Logging in to :pserver:anonymous@cvs.jboss.sourceforge.net:2401/cvsroot/jboss
            CVS password:
            cvs [login aborted]: authorization failed: server cvs.jboss.sourceforge.net reje
            cted access to /cvsroot/jboss for user anonymous

            • 3. Re: Problem reaching CVS

              there is a dayly snapshot of the nukes module of the CVS, you can reach it by going on the nukes project page.

              julien

              • 4. Re: Problem reaching CVS
                jkharness87

                This is a bit late, but might help others who are searching the forums:

                Make sure you don't have a firewall blocking port 2401 outbound (as my company did).

                The workaround would be to do the following:

                Try hitting it on something that might not be blocked by the firewall (change port and URL):

                cvs -d:pserver:anonymous@cvs-pserver.sf.net:443/cvsroot/jboss login

                This worked for me. For more info see:

                http://sourceforge.net/docman/display_doc.php?docid=14033&group_id=1#firewall