Failed to load hudson.scm.AbstractCvs$1

2013-06-17 Thread Sameh Tawfik
Hi, I'm using *Jenkins ver. 1.518* , and I setup a slave "testbuild" that is In sync with the master, and when I attempt to run a build, the following is generated? Does anyone knows what is the fix to this problem? Started by user anonymous Building remotely on te

Re: Failed to load hudson.scm.AbstractCvs$1

2013-06-18 Thread Sameh Tawfik
Does anyone have an idea about this bad Jenkins behavior? This problem is preventing us from using Jenkins? On Monday, June 17, 2013 3:55:05 PM UTC-7, Sameh Tawfik wrote: > Hi, > > I'm using *Jenkins ver. 1.518* <http://jenkins-ci.org/> , and I setup a > slave &quo

Re: Failed to load hudson.scm.AbstractCvs$1

2013-06-18 Thread Sameh Tawfik
JDK 1.5. > > > > Bob > > > > *From:* jenkins...@googlegroups.com [mailto: > jenkins...@googlegroups.com ] *On Behalf Of *Sameh Tawfik > *Sent:* Tuesday, June 18, 2013 11:19 AM > *To:* jenkins...@googlegroups.com > *Subject:* Re: Failed to load hudson.sc

Re: Failed to load hudson.scm.AbstractCvs$1

2013-06-19 Thread Sameh Tawfik
CVS plugin documentation "*Note:* This plugin uses Netbeans CVS Library which relies on Java 1.6 or above", so now we've to upgrade java version on all machines in order to use Jenkins! On Tuesday, June 18, 2013 9:09:50 AM UTC-7, Sameh Tawfik wrote: > Thanks Bob, I just checked and fou

How to reset the system properties of a Unix salve?

2013-06-19 Thread Sameh Tawfik
Hi, I'm using *Jenkins ver. 1.519* , and I set a Unix slave that has java version 1.5 as the default java installation. I installed a newer version of Java 1.7 in my home folder on that slave machine, and I'm trying to let Jenkins use this version when it connect to t

Re: How to reset the system properties of a Unix salve?

2013-06-19 Thread Sameh Tawfik
Does anyone know how or from where Jenkins reads the salve node "System Properties" values? As I mentioned previously, I need to modify some of the system properties values of the slave node. On Wednesday, June 19, 2013 12:22:57 PM UTC-7, Sameh Tawfik wrote: > > Hi, I'

Half of the project configure screen is grayed out with Loading message!

2013-07-03 Thread Sameh Tawfik
Hi, We just installed Jenkins ver. 1.521, and now whenever we open any project to update some configuration by clicking on the project configure tab, we see the first half of the configuration screen is grayed out up to "Load script and properties files from the master" field with "Loadi

Re: Half of the project configure screen is grayed out with Loading message!

2013-07-03 Thread Sameh Tawfik
g/browse/JENKINS-18585 (which mentioned some > plugins). > > > On Wed, Jul 3, 2013 at 10:26 AM, Sameh Tawfik > > wrote: > >> >> >> Hi, >> >> We just installed Jenkins ver. 1.521, and now whenever we open any >> project to update so

Re: Half of the project configure screen is grayed out with Loading message!

2013-07-03 Thread Sameh Tawfik
7, Vincent Latombe wrote: > Hi, > > it's JENKINS-18585, and it will be fixed in 1.522. You should > downgrade the core for the time being. > > Cheers, > > Vincent > Vincent > > > 2013/7/3 Sameh Tawfik >: > > Hi Lary, > > > > Th

Re: Half of the project configure screen is grayed out with Loading message!

2013-07-08 Thread Sameh Tawfik
Hi, I just tried the newer version 1.522 and the problem is fixed. Thanks, Sameh On Thursday, July 4, 2013 1:54:16 PM UTC-7, Schalk Cronjé wrote: > I also saw this today. I can confirm downgrading to 1.520 resolves the > problem. > > > On Wednesday, 3 July 2013 17:26:

Re: Half of the project configure screen is grayed out with Loading message!

2013-07-08 Thread Sameh Tawfik
Hi, I just tried the newer version 1.522, and the problem is fixed. Thanks, Sameh On Wednesday, July 3, 2013 9:26:45 AM UTC-7, Sameh Tawfik wrote: > > > Hi, > > We just installed Jenkins ver. 1.521, and now whenever we open any project > to update som

CVS Authentication failed!

2013-07-11 Thread Sameh Tawfik
Hi, I'm using Jenkins ver. 1.522 Under "Manage Jenkins\Configure System\CVS\ Authentication" , I setup CVS Root, Username, and Password, but under same "CVS" section there are these fields: "Private Key Location", "Private Key Password", "Known Hosts Location" which I'm not using or need

Re: CVS Authentication failed!

2013-07-12 Thread Sameh Tawfik
word should be sufficient to access CVS repository. Am I missing something? Is this a bug in Jenkins? It is hard to believe that this is the case? There must be some settings that would always us to just use a specific account to access CVS! On Thursday, July 11, 2013 2:57:22 PM UTC-7, Sam

SEVERE: The server rejected the connection: SSH-2.0-OpenSSH_5.3

2013-07-16 Thread Sameh Tawfik
We're using Jenkins 1.522, both the master and the slave are linux systems. When, I try launch the salve node from the command line I get an error "The server rejected the connection: SSH-2.0-OpenSSH_5.3" I can successfully ssh to the master server from the slave system. I verified we do n

Re: SEVERE: The server rejected the connection: SSH-2.0-OpenSSH_5.3

2013-07-17 Thread Sameh Tawfik
Problem is resolved: jnlp connect from a slave to a master from the command line We were trying to tunnel jnlp through port 22, which was being used by the sshd daemon on the jenkins box, and this daemon gave an unexpected response . So we removed the tunneling. And additionally, our fixe

Re: SEVERE: The server rejected the connection: SSH-2.0-OpenSSH_5.3

2013-07-17 Thread Sameh Tawfik
Problem is resolved: jnlp connect from a slave to a master from the command line We were trying to tunnel jnlp through port 22, which was being used by the sshd daemon on the jenkins box, and this daemon gave an unexpected response . So we removed the tunneling. And additionally, our fixed J

Jenkins output report with CVS users screenshot sample?

2013-08-08 Thread Sameh Tawfik
Hi, In part of Jenkins evaluation, I need to a sample of one of Jenkins build output reports that displays CVS users who checked-in some code for a build. Does anyone knows where I can find a sample of this output? Thanks, Sameh -- You received this message because you are subscribed

[no subject]

2012-09-08 Thread Sameh Tawfik