Re: Only 1 Windows Slave is allowed by Jenkins?? Unexpected error in launching a slave

2016-09-19 Thread Vinay Sharma
Hi Voll AufMühlen, I have been trying to configure Jenkins to launch Windows EC2 instances. I have had success only with linux instances. With windows instances I have been unsuccessful. My Jenkins is able to launch the windows instance, but post that, nothing happens. The windows instance is

Re: Only 1 Windows Slave is allowed by Jenkins?? Unexpected error in launching a slave

2016-03-10 Thread jpd4nt
Hi Voll. No problems. On Thursday, 10 March 2016 07:38:24 UTC, Voll AufMühlen wrote: > > @jpd4nt > > I used wireshark to see to who the Jenkins Windows Slave is really talking > to when it says that it is talking with the master ( > https://xxx.jenkins.de/). And saw that the handshake

Re: Only 1 Windows Slave is allowed by Jenkins?? Unexpected error in launching a slave

2016-03-09 Thread 'Voll AufMühlen' via Jenkins Users
@jpd4nt I used wireshark to see to who the Jenkins Windows Slave is really talking to when it says that it is talking with the master (https://xxx.jenkins.de/). And saw that the handshake happens with the gateway and never reaches the IP of the master. The gateway don't know the right IP

Re: Only 1 Windows Slave is allowed by Jenkins?? Unexpected error in launching a slave

2016-03-09 Thread jpd4nt
Packet sniff between master and windows slave to make sure its actually talking, as that the error. Otherwise it could be a bug in the plugin. On Wednesday, 9 March 2016 10:17:18 UTC, Voll AufMühlen wrote: > > @jpd4nt > > Thanks for the quick answer. > > On the windows machines, the firewall is

Re: Only 1 Windows Slave is allowed by Jenkins?? Unexpected error in launching a slave

2016-03-09 Thread 'Voll AufMühlen' via Jenkins Users
@jpd4nt Thanks for the quick answer. On the windows machines, the firewall is disabled. Therefore...all ports are open. I checked with telnet on the windows slave if the connection to the jenkins master is open. And yes, i can connect to the jenkins master on port 58844. Any other guesses ?

Re: Only 1 Windows Slave is allowed by Jenkins?? Unexpected error in launching a slave

2016-03-08 Thread jpd4nt
Hi. Rough guess it network issue, ie jenkins is not listening on port 58844 due to firewall or some issue. Not used the windows slave plugin as I use ec2 plugin but that uses the same slave-agent.jnlp. Use telnet to see if the socket is open from the windows box back to the jenkins master.

Only 1 Windows Slave is allowed by Jenkins?? Unexpected error in launching a slave

2016-03-08 Thread 'Voll AufMühlen' via Jenkins Users
Hi there, hope that you can help me out :) my Configuration :* Jenkins Master, Version: 1.651 (Ubuntu 14.04 LTS 64bit)* *Launching via: JNLP* *Java Version: 1.80_65Windows Slave Plugin: 1.1* it's 3 days now that i have searched the whole internet, but couldn't find an answer

Only 1 Windows Slave is allowed by Jenkins?? Unexpected error in launching a slave

2016-03-08 Thread 'Voll AufMühlen' via Jenkins Users
Hi there, my Configuration : Jenkins Master (Ubuntu 14.04 LTS 64bit) it's 3 days now that i have searched the whole internet, but couldn't find an answer to my problem. The Problem. I have several Linux slaves that are connecting with jenkins master without a problem. And I have one Windows