3 Replies Latest reply on Oct 5, 2002 12:16 PM by juha

    jcvs not connecting

    vickyk

      Hi,
      I have been doing the application programming from long time and now feel I should see the internals of the applicaiton server in detail and for that I opt for Jboss.
      I have downloaded the jcvs and once I try to test the connectivity from jcvs to cvs repository of jboss it gives following output/error :
      **********************************************************
      CVSRequest: opening server...
      CVSClient.openServer: creating connection...
      could not create INETD connection for '2401@cvs.jboss.sourceforge.net' --> cvs.jboss.sourceforge.net
      CVSRequest: server is not open.
      CVSClient.buildErrorReponse: The CVS Request failed.
      Failed to open socket to connect to cvs server '2401@cvs.jboss.sourceforge.net'.
      could not create INETD connection for '2401@cvs.jboss.sourceforge.net' --> cvs.jboss.sourceforge.net
      could not create INETD connection for '2401@cvs.jboss.sourceforge.net' --> cvs.jboss.sourceforge.net

      ======================== CVSClient.processCVSRequest ========================
      Command: noop
      Repository:
      RootRepository: /cvsroot/jboss
      CVSServer: 2401@cvs.jboss.sourceforge.net
      RootDirectory: /cvsroot/jboss
      LocalDirectory:
      Connect Method: INETD
      Rsh Command: null
      Server Command: (not applicable)
      isPServer? 'true ' user 'anonymous' pass 'A'
      There are no user set variables.
      NumEntries: 0 NumArguments: 0
      GlobalOptions: 0 GzipStreamLevel: 6
      redirectOutput 'false' execInCurDir 'true '
      sendEntries 'false' sendEntryfiles 'false'
      sendModifieds 'false' sendEmptyMods 'false'
      sendArguments 'false' ignoreResult 'false'
      sendModule 'false' allowOverWrites 'false'
      displayReponse 'false' handleUpdated 'false'
      handleMerged 'false' handleCopyFile 'false'
      handleEntries 'false' handleFlags 'false'
      queueResponse 'true ' responseHandler 'null '
      includeNotifies 'false' notifiesSize 'null'
      *****************************************************************************
      CVSRequest: opening server...
      CVSClient.openServer: creating connection...
      could not create INETD connection for '2401@cvs.jboss.sourceforge.net' --> cvs.jboss.sourceforge.net
      CVSRequest: server is not open.
      CVSClient.buildErrorReponse: The CVS Request failed.
      Failed to open socket to connect to cvs server '2401@cvs.jboss.sourceforge.net'.
      could not create INETD connection for '2401@cvs.jboss.sourceforge.net' --> cvs.jboss.sourceforge.net
      could not create INETD connection for '2401@cvs.jboss.sourceforge.net' --> cvs.jboss.sourceforge.net
      *****************************************************
      I am using the proxy connection is that the cause?Please
      help me this as I have wasted a lot of time on this.
      regards
      Vicky

        • 1. Re: jcvs not connecting

          First, I recommend you first try to make sure you can get CVS to work from the command line, before trying any of the graphical tools. If you're on Win32 system, download and install Cygwin (and include the CVS module), if you're on Linux/Unix you are more than likely to have CVS command line already.

          Use SSH to connect to the server, i.e EXPORT CVS_RSH=ssh.

          Then checkout with cvs -d :ext:anonymous@cvs.jboss.sf.net:/cvsroot/jboss co jboss-all

          Once you got that working from command line, then start playing with GUI toys.

          Your proxy needs to allow CVS to pass.

          • 2. Re: jcvs not connecting
            vickyk

            Hi,
            > Then checkout with cvs -d
            > :ext:anonymous@cvs.jboss.sf.net:/cvsroot/jboss co
            > jboss-all
            I am using windows 2000 professionals
            > Once you got that working from command line, then
            > start playing with GUI toys.
            >
            > Your proxy needs to allow CVS to pass.
            How to set proxy needs to allow CVS to pass?
            regards
            Vicky

            • 3. Re: jcvs not connecting

              that's up to whoever administrates your proxy/firewall/NAT or however you go to the Internet.