[JIRA] [ssh-credentials-plugin] (JENKINS-26379) Jenkins - ssh connection exception

2016-03-01 Thread lieven.card...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Lieven Cardoen commented on  JENKINS-26379 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Jenkins - ssh connection exception  
 
 
 
 
 
 
 
 
 
 
Never mind. DNS problem apparently. With IP address it does work. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [ssh-credentials-plugin] (JENKINS-26379) Jenkins - ssh connection exception

2016-03-01 Thread lieven.card...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Lieven Cardoen commented on  JENKINS-26379 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Jenkins - ssh connection exception  
 
 
 
 
 
 
 
 
 
 
So in Jenkins: 
[03/01/16 12:17:10] [SSH] Opening SSH connection to DEV-G-UX:22. DEV-G-UX ERROR: Unexpected error in launching a slave. This is probably a bug in Jenkins. java.lang.IllegalStateException: Connection is not established! at com.trilead.ssh2.Connection.getRemainingAuthMethods(Connection.java:1030) at com.cloudbees.jenkins.plugins.sshcredentials.impl.TrileadSSHPasswordAuthenticator.canAuthenticate(TrileadSSHPasswordAuthenticator.java:82) at com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticator.newInstance(SSHAuthenticator.java:207) at com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticator.newInstance(SSHAuthenticator.java:169) at hudson.plugins.sshslaves.SSHLauncher.openConnection(SSHLauncher.java:1212) at hudson.plugins.sshslaves.SSHLauncher$2.call(SSHLauncher.java:711) at hudson.plugins.sshslaves.SSHLauncher$2.call(SSHLauncher.java:706) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) [03/01/16 12:17:13] Launch failed - cleaning up connection [03/01/16 12:17:13] [SSH] Connection closed. 
In my sshd log file (actually /var/log/secure ) on Centos: 
Mar 1 12:14:08 SRV-CI-MADE-UNIX sshd[14189]: Received signal 15; terminating. Mar 1 12:14:08 SRV-CI-MADE-UNIX sshd[14289]: Server listening on 0.0.0.0 port 22. Mar 1 12:14:08 SRV-CI-MADE-UNIX sshd[14289]: Server listening on :: port 22. 
So I can't see any trace of my Jenkins trying to log in... 
Lieven 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to 

[JIRA] [ssh-credentials-plugin] (JENKINS-26379) Jenkins - ssh connection exception

2016-03-01 Thread lieven.card...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Lieven Cardoen commented on  JENKINS-26379 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Jenkins - ssh connection exception  
 
 
 
 
 
 
 
 
 
 
Do I need to add Ciphers and/or MACs? 
In my sshd_config there were no KexAlgorithms, Ciphers or MACs defined. 
Lieven Cardoen 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [ssh-credentials-plugin] (JENKINS-26379) Jenkins - ssh connection exception

2016-03-01 Thread lieven.card...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Lieven Cardoen commented on  JENKINS-26379 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Jenkins - ssh connection exception  
 
 
 
 
 
 
 
 
 
 
Hi Anton, 
Have added  
KexAlgorithms ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1 
curve25519... is unkown... ( Unsupported KEX algorithm "curve25519-sha...@libssh.org" ). 
The plugin JSch dependency plugin wasn't even installed... So I installed it, but I don't know if that was of any use. 
restarted sshd service. 
In Jenkins still the same error... 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [ssh-credentials-plugin] (JENKINS-26379) Jenkins - ssh connection exception

2016-02-19 Thread lieven.card...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Lieven Cardoen commented on  JENKINS-26379 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Jenkins - ssh connection exception  
 
 
 
 
 
 
 
 
 
 
They could well be out of sync. Could that be the reason? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [ssh-credentials-plugin] (JENKINS-26379) Jenkins - ssh connection exception

2016-02-19 Thread lieven.card...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Lieven Cardoen commented on  JENKINS-26379 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Jenkins - ssh connection exception  
 
 
 
 
 
 
 
 
 
 
From the logs on the CentOs machine: 
Feb 19 09:10:09 DEV-G-UX sshd[1122]: Accepted password for root from 192.168.1.65 port 57926 ssh2 Feb 19 09:10:09 DEV-G-UX sshd[1122]: pam_unix(sshd:session): session opened for user root by (uid=0) 
But in Jenkins I still get: 
[02/19/16 09:16:19] [SSH] Opening SSH connection to DEV-G-UX:22. DEV-G-UX ERROR: Unexpected error in launching a slave. This is probably a bug in Jenkins. java.lang.IllegalStateException: Connection is not established! at com.trilead.ssh2.Connection.getRemainingAuthMethods(Connection.java:1030) at com.cloudbees.jenkins.plugins.sshcredentials.impl.TrileadSSHPasswordAuthenticator.canAuthenticate(TrileadSSHPasswordAuthenticator.java:82) at com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticator.newInstance(SSHAuthenticator.java:207) at com.cloudbees.jenkins.plugins.sshcredentials.SSHAuthenticator.newInstance(SSHAuthenticator.java:169) at hudson.plugins.sshslaves.SSHLauncher.openConnection(SSHLauncher.java:1212) at hudson.plugins.sshslaves.SSHLauncher$2.call(SSHLauncher.java:711) at hudson.plugins.sshslaves.SSHLauncher$2.call(SSHLauncher.java:706) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) [02/19/16 09:16:21] Launch failed - cleaning up connection [02/19/16 09:16:21] [SSH] Connection closed. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [ssh-credentials-plugin] (JENKINS-26379) Jenkins - ssh connection exception

2016-02-19 Thread lieven.card...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Lieven Cardoen commented on  JENKINS-26379 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Jenkins - ssh connection exception  
 
 
 
 
 
 
 
 
 
 
How do you configure it in Jenkins to run as sshd -d? 
Add -d in the JVM Options? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [ssh-credentials-plugin] (JENKINS-26379) Jenkins - ssh connection exception

2016-02-19 Thread lieven.card...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Lieven Cardoen commented on  JENKINS-26379 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Jenkins - ssh connection exception  
 
 
 
 
 
 
 
 
 
 
Where can I find the sshd error log? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [ssh-credentials-plugin] (JENKINS-26379) Jenkins - ssh connection exception

2016-02-18 Thread lieven.card...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Lieven Cardoen commented on  JENKINS-26379 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Jenkins - ssh connection exception  
 
 
 
 
 
 
 
 
 
 
Using port 443 instead of port 22 also doesn't work. (suggested by someone on Stackoverflow). 
http://stackoverflow.com/questions/27226845/unable-to-start-slave-node-in-jenkins 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [ssh-credentials-plugin] (JENKINS-26379) Jenkins - ssh connection exception

2016-02-18 Thread lieven.card...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Lieven Cardoen commented on  JENKINS-26379 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Jenkins - ssh connection exception  
 
 
 
 
 
 
 
 
 
 
Also doesn't work with root user. 
Kind regards, Lieven Cardoen 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [ssh-credentials-plugin] (JENKINS-26379) Jenkins - ssh connection exception

2016-02-18 Thread lieven.card...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Lieven Cardoen commented on  JENKINS-26379 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Jenkins - ssh connection exception  
 
 
 
 
 
 
 
 
 
 
Installing the Java Cryptography Extension (JCE) unlimited strength jurisdiction policy files doesn't resolve the issue. 
Kind regards, Lieven Cardoen 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [ssh-credentials-plugin] (JENKINS-26379) Jenkins - ssh connection exception

2016-02-18 Thread lieven.card...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Lieven Cardoen commented on  JENKINS-26379 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Jenkins - ssh connection exception  
 
 
 
 
 
 
 
 
 
 
My logs after restart of my Jenkins master VM (deleting all logs before starting Jenkins again). 

feb 18, 2016 12:06:36 PM winstone.Logger logInternal INFO: Beginning extraction from war file feb 18, 2016 12:06:36 PM org.eclipse.jetty.util.log.JavaUtilLog info INFO: jetty-winstone-2.9 feb 18, 2016 12:06:40 PM org.eclipse.jetty.util.log.JavaUtilLog info INFO: NO JSP Support for , did not find org.apache.jasper.servlet.JspServlet feb 18, 2016 12:06:41 PM org.eclipse.jetty.util.log.JavaUtilLog info INFO: Started SelectChannelConnector@0.0.0.0:8080 feb 18, 2016 12:06:41 PM winstone.Logger logInternal INFO: Winstone Servlet Engine v2.0 running: controlPort=disabled feb 18, 2016 12:06:42 PM jenkins.InitReactorRunner$1 onAttained INFO: Started initialization feb 18, 2016 12:06:42 PM jenkins.InitReactorRunner$1 onAttained INFO: Listed all plugins Feb 18, 2016 12:06:43 PM jenkins.InitReactorRunner$1 onAttained INFO: Prepared all plugins Feb 18, 2016 12:06:56 PM jenkins.InitReactorRunner$1 onAttained INFO: Started all plugins Feb 18, 2016 12:06:56 PM jenkins.InitReactorRunner$1 onAttained INFO: Augmented all extensions Feb 18, 2016 12:06:56 PM hudson.slaves.SlaveComputer tryReconnect INFO: Attempting to reconnect DEV-G-UX Feb 18, 2016 12:06:56 PM hudson.slaves.SlaveComputer tryReconnect INFO: Attempting to reconnect SRV-CI-MADE-UNIX Feb 18, 2016 12:07:01 PM jenkins.InitReactorRunner$1 onAttained INFO: Loaded all jobs Feb 18, 2016 12:07:02 PM hudson.model.AsyncPeriodicWork$1 run INFO: Started Download metadata Feb 18, 2016 12:07:02 PM hudson.model.AsyncPeriodicWork$1 run INFO: Finished Download metadata. 3 ms Feb 18, 2016 12:07:04 PM org.springframework.context.support.AbstractApplicationContext prepareRefresh INFO: Refreshing org.springframework.web.context.support.StaticWebApplicationContext@2e6b353e: display name [Root WebApplicationContext]; startup date [Thu Feb 18 12:07:04 CET 2016]; root of context hierarchy Feb 18, 2016 12:07:04 PM org.springframework.context.support.AbstractApplicationContext obtainFreshBeanFactory INFO: Bean factory for application context [org.springframework.web.context.support.StaticWebApplicationContext@2e6b353e]: org.springframework.beans.factory.support.DefaultListableBeanFactory@646d5af4 Feb 18, 2016 12:07:04 PM org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons INFO: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@646d5af4: defining beans [authenticationManager]; root of factory hierarchy Feb 18, 2016 12:07:04 PM org.springframework.context.support.AbstractApplicationContext prepareRefresh INFO: Refreshing org.springframework.web.context.support.StaticWebApplicationContext@196a1c5d: display name [Root WebApplicationContext]; startup date [Thu Feb 18 12:07:04 CET 2016]; root of context hierarchy Feb 18, 2016 12:07:04 PM org.springframework.context.support.AbstractApplicationContext obtainFreshBeanFactory INFO: Bean factory for application context [org.springframework.web.context.support.StaticWebApplicationContext@196a1c5d]: org.springframework.beans.factory.support.DefaultListableBeanFactory@508b1fd3 Feb 18, 2016 12:07:04 PM org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons INFO: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@508b1fd3: defining beans [filter,legacy]; root of factory hierarchy Feb 18, 2016 12:07:04 PM org.jenkinsci.main.modules.sshd.SSHD start INFO: Started SSHD at port 49503 Feb 18, 2016 12:07:04 PM jenkins.InitReactorRunner$1 onAttained INFO: Completed initialization Feb 18, 2016 12:07:04 PM 

[JIRA] [ssh-credentials-plugin] (JENKINS-26379) Jenkins - ssh connection exception

2016-02-17 Thread lieven.card...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Lieven Cardoen commented on  JENKINS-26379 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Jenkins - ssh connection exception  
 
 
 
 
 
 
 
 
 
 
Same here. Haven't got a clue why this suddenly started occurring. Worked fine for months... 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [ssh-credentials-plugin] (JENKINS-26379) Jenkins - ssh connection exception

2016-02-03 Thread lieven.card...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Lieven Cardoen commented on  JENKINS-26379 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Jenkins - ssh connection exception  
 
 
 
 
 
 
 
 
 
 
I'm having the same issue. The unix slave (cent os) has been running for months and suddenly, last week (January 30th), I have started to have the same issue described here. We probably did update some Jenkins plugins, but not Jenkins itself. I would need to ask the IT department if something has changed regarding firewalls, other security, ... but I doubt it. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-10577) Builds fails with JDK_Installed\jdk.exe error in both 1.423 and 1.424 versions

2015-08-11 Thread lieven.card...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Lieven Cardoen commented on  JENKINS-10577 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Builds fails with JDK_Installed\jdk.exe error in both 1.423 and 1.424 versions  
 
 
 
 
 
 
 
 
 
 
Having the same issue with latest version of Jenkins. Will try to provide more information. I do struggle already months with this jdk installation on Windows. Always new problems. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-10577) Builds fails with JDK_Installed\jdk.exe error in both 1.423 and 1.424 versions

2015-08-11 Thread lieven.card...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Lieven Cardoen commented on  JENKINS-10577 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Builds fails with JDK_Installed\jdk.exe error in both 1.423 and 1.424 versions  
 
 
 
 
 
 
 
 
 
 
Error 87 usually comes from the CLASSPATH being too long... 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-10577) Builds fails with JDK_Installed\jdk.exe error in both 1.423 and 1.424 versions

2015-08-11 Thread lieven.card...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Lieven Cardoen edited a comment on  JENKINS-10577 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Builds fails with JDK_Installed\jdk.exe error in both 1.423 and 1.424 versions  
 
 
 
 
 
 
 
 
 
 SomethingsI'veseen:-ToconfiguremyVMasslave,IneedtoinstallaJDKorJRE.AfterinstallationitappearsintheAdd/RemoveProgramsofWindows-Afterthat,ifajobrunsontheslaveandtriestoinstallthesameJDK,itnoticesthat,anduninstallstheJDKtheslaveisusing...ThentheVMreboots,afterwhichtheslavecan'tbestartednomore(JDKuninstalled)andnoJDKisinstalledundertheToolsdirectory.-DisablingtheEnvInjectPluginpluginalwaysfixestheproblem.Butdisablingandenablingithastheannoyingside-effectthatallmyconfigurationoftheEnvInjectPluginislostinallofmybuildprojects...AnotherthingthatwassuccesfullwastoinstalltheJDKfortheSlave,copyittoanotherlocationanduninstallingitfromAdd/Removeprograms.ThenrunningthejobdoesautomaticallyinstalltheJDKintheToolsdirectory.Hopethishelpsabit...;-) Jenkinsversion:1.624org.jenkins-ci.plugins:envinject:1.91.4org.jenkins-ci.lib:envinject-lib:1.22 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-10577) Builds fails with JDK_Installed\jdk.exe error in both 1.423 and 1.424 versions

2015-08-11 Thread lieven.card...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Lieven Cardoen commented on  JENKINS-10577 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Builds fails with JDK_Installed\jdk.exe error in both 1.423 and 1.424 versions  
 
 
 
 
 
 
 
 
 
 
Some things I've seen: 
 

To configure my VM as slave, I need to install a JDK or JRE. After installation it appears in the Add/Remove Programs of Windows
 

After that, if a job runs on the slave and tries to install the same JDK, it notices that, and uninstalls the JDK the slave is using... Then the VM reboots, after which the slave can't be started no more (JDK uninstalled) and no JDK is installed under the Tools directory.
 

Disabling the EnvInject Plugin plugin always fixes the problem. But disabling and enabling it has the annoying side-effect that all my configuration of the EnvInject Plugin is lost in all of my build projects...
 
 
Another thing that was succesfull was to install the JDK for the Slave, copy it to another location and uninstalling it from Add/Remove programs. Then running the job does automatically install the JDK in the Tools directory. 
Hope this helps a bit...  
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-client-plugin] (JENKINS-26757) Error cloning remote repo 'origin' with username:passw...@bitbucket.org URLs

2015-07-14 Thread lieven.card...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Lieven Cardoen commented on  JENKINS-26757 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Error cloning remote repo 'origin' with username:passw...@bitbucket.org URLs  
 
 
 
 
 
 
 
 
 
 
I'm having the same issue with a GitBlit repository using https. Re-queuing the build resolves the issue each time. Jenkins version: 1.619 GIT client plugin 1.17.1 GIT plugin 2.3.5 Git Version 1.9.5-preview20150319 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-27616) Installing JDK on Windows Slaves deletes existing Java installation and reboots Slave

2015-03-30 Thread lieven.card...@gmail.com (JIRA)














































Lieven Cardoen
 commented on  JENKINS-27616


Installing JDK on Windows Slaves deletes existing Java installation and reboots Slave















No, issue doe not appear when I disable the Env-Inject plugin... But I do use that plugin, so what are the next steps? Strange that the plugin messes up core functionality... 

Kind regards, Lieven Cardoen



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-27616) Installing JDK on Windows Slaves deletes existing Java installation and reboots Slave

2015-03-30 Thread lieven.card...@gmail.com (JIRA)














































Lieven Cardoen
 commented on  JENKINS-27616


Installing JDK on Windows Slaves deletes existing Java installation and reboots Slave















The issue also occurred on a version previous to 1.599, but I can't say which one it was. I'm certain it was a 1.59x version.

Now I'm on 1.606.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-27616) Installing JDK on Windows Slaves deletes existing Java installation and reboots Slave

2015-03-26 Thread lieven.card...@gmail.com (JIRA)














































Lieven Cardoen
 updated  JENKINS-27616


Installing JDK on Windows Slaves deletes existing Java installation and reboots Slave
















Change By:


Lieven Cardoen
(26/Mar/15 9:44 AM)




Description:


Firstofall,
I
knowthereareotherticketsdealingwiththesameissue,buttheyseemtohavebeenfixedinthelatestJenkinsversion.Butinmycase,theissuestillremains...I
vefirstcreatedaWindowsSlaveServicewiththeslave-agent.jnlp.Afterthisstep,themastercouldsuccesfullyconnecttotheWindowsSlave.WindowsSlaveisalsoaWindowsServer2008R2.Toinstalltheslaveasaservice,IhadtoinstallJavaJre.DidtheinstallationinC:\jenkins_opt\Java\jre1.8.0_40.TheWindowsSlaveServicedirectoryisC:\jenkins_slave.ThenIlaunchedaJenkinsprojectontheSlaveNode.JenkinsfirsttriestoinstallaJavajdkinthetoolsdirectory.Forsomereasonthisdoesntseemtowork.WhathappensisthattheinstallationinC:\jenkins_opt\Java\jre1.8.0_40isdeletedandtheWindowsSlaveisrebooted.Afterrestart,JavainstallationinC:\jenkins_opt\Java\jre1.8.0_40isgoneandnoinstallationofJavaJdkisdoneinC:\jenkins_slave\tools\hudson.model.JDK\JDK8u40.Theinstall...logfileinC:\jenkins_slave\tools\hudson.model.JDKisempty.---ConsoleoutputofMasterJenkinsproject:00:00:00.006StartedbyuserLievenCardoen00:00:00.008[EnvInject]-Loadingnodeenvironmentvariables.00:00:23.581InstallingC:\jenkins_slave\tools\hudson.model.JDK\JDK8u40\jdk.exe00:00:23.916[JDK8u40]$C:\jenkins_slave\tools\hudson.model.JDK\JDK8u40\jdk.exe/sADDLOCAL=ToolsFeatureREBOOT=ReallySuppressINSTALLDIR=C:\jenkins_slave\tools\hudson.model.JDK\JDK8u40/LC:\jenkins_slave\tools\hudson.model.JDK\install3674831485415202650log00:00:36.081FailedtoinstallJDK.Exitcode=-100:00:36.110ERROR:SEVEREERRORoccurs00:00:36.111org.jenkinsci.lib.envinject.EnvInjectException:hudson.AbortException00:00:36.111	atorg.jenkinsci.plugins.envinject.service.EnvInjectVariableGetter.getBuildVariables(EnvInjectVariableGetter.java:91)00:00:36.111	atorg.jenkinsci.plugins.envinject.EnvInjectListener.setUpEnvironmentWithoutJobPropertyObject(EnvInjectListener.java:231)00:00:36.111	atorg.jenkinsci.plugins.envinject.EnvInjectListener.setUpEnvironment(EnvInjectListener.java:46)00:00:36.111	athudson.model.AbstractBuild$AbstractBuildExecution.createLauncher(AbstractBuild.java:574)00:00:36.111	athudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:494)00:00:36.111	athudson.model.Run.execute(Run.java:1751)00:00:36.111	athudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)00:00:36.111	athudson.model.ResourceController.execute(ResourceController.java:89)00:00:36.111	athudson.model.Executor.run(Executor.java:240)00:00:36.111Causedby:hudson.AbortException00:00:36.111	athudson.tools.JDKInstaller.install(JDKInstaller.java:279)00:00:36.111	athudson.tools.JDKInstaller.performInstallation(JDKInstaller.java:141)00:00:36.112	athudson.tools.InstallerTranslator.getToolHome(InstallerTranslator.java:68)00:00:36.112	athudson.tools.ToolLocationNodeProperty.getToolHome(ToolLocationNodeProperty.java:107)00:00:36.112	athudson.tools.ToolInstallation.translateFor(ToolInstallation.java:205)00:00:36.112	athudson.model.JDK.forNode(JDK.java:130)00:00:36.112	atorg.jenkinsci.plugins.envinject.service.EnvInjectVariableGetter.getBuildVariables(EnvInjectVariableGetter.java:86)00:00:36.112