[JIRA] (JENKINS-55625) ec2 agent launching broken in 1.42

2019-08-10 Thread fabrizio.manfr...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 FABRIZIO MANFREDI started work on  JENKINS-55625  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 FABRIZIO MANFREDI  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.196798.1547654869000.608.1565467860745%40Atlassian.JIRA.


[JIRA] (JENKINS-55625) ec2 agent launching broken in 1.42

2019-08-10 Thread fabrizio.manfr...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 FABRIZIO MANFREDI closed an issue as Cannot Reproduce  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55625  
 
 
  ec2 agent launching broken in 1.42   
 

  
 
 
 
 

 
Change By: 
 FABRIZIO MANFREDI  
 
 
Status: 
 In Progress Closed  
 
 
Resolution: 
 Cannot Reproduce  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.196798.1547654869000.610.1565467860773%40Atlassian.JIRA.


[JIRA] (JENKINS-55625) ec2 agent launching broken in 1.42

2019-01-16 Thread fabrizio.manfr...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 FABRIZIO MANFREDI commented on  JENKINS-55625  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: ec2 agent launching broken in 1.42   
 

  
 
 
 
 

 
 Which version of the plugin has been used before the upgrade ?  Are specify in the configuration the path of the java or working dir other things ? Did you restart the jenkins without any change in the configuration ?  in this case can you re try the plugin, but before the use to save the configuration (without any changes ) ?    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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] (JENKINS-55625) ec2 agent launching broken in 1.42

2019-01-16 Thread acrewd...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew C updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55625  
 
 
  ec2 agent launching broken in 1.42   
 

  
 
 
 
 

 
Change By: 
 Andrew C  
 

  
 
 
 
 

 
 Upgraded to ec2 plugin 1.42 today (Jenkins 2.150.1) and it broke ec2 agent launching. Downgrading to 1.42 fixed the problem. Here's the exception and stack trace below. We are attempting to launch Linux m4large instances with an init script.  Let me know if I can provide more information and thanks for taking a look. {code:java}<===[JENKINS REMOTING CAPACITY]===>Remoting version: 3.27This is a Unix agentERROR: Connection terminatedERROR: Unexpected error in launching an agent. This is probably a bug in Jenkinsjava.io.EOFExceptionat java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2680)at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3155)at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:861)at java.io.ObjectInputStream.(ObjectInputStream.java:357)at hudson.remoting.ObjectInputStreamEx.(ObjectInputStreamEx.java:49)at hudson.remoting.Command.readFrom(Command.java:140)at hudson.remoting.Command.readFrom(Command.java:126)at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:36)at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:63)Caused: java.io.IOException: Unexpected termination of the channelat hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:77)java.lang.NullPointerExceptionat hudson.Util.isRelativePath(Util.java:555)at hudson.slaves.SlaveComputer.setChannel(SlaveComputer.java:642)at hudson.slaves.SlaveComputer.setChannel(SlaveComputer.java:432)at hudson.plugins.ec2.ssh.EC2UnixLauncher.launchScript(EC2UnixLauncher.java:217)at hudson.plugins.ec2.EC2ComputerLauncher.launch(EC2ComputerLauncher.java:48)at hudson.slaves.SlaveComputer$1.call(SlaveComputer.java:294)at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:71)at java.util.concurrent.FutureTask.run(FutureTask.java:266)at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)at java.lang.Thread.run(Thread.java:748){code}   
 

  
 
 
 
 

 
 
 
   

[JIRA] (JENKINS-55625) ec2 agent launching broken in 1.42

2019-01-16 Thread acrewd...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew C updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55625  
 
 
  ec2 agent launching broken in 1.42   
 

  
 
 
 
 

 
Change By: 
 Andrew C  
 

  
 
 
 
 

 
 Upgraded to ec2 plugin 1.42 today (Jenkins 2.150.1) and it broke ec2 agent launching. Downgrading to 1.42 fixed the problem. Here's the exception and stack trace below. Let me know if I can provide more information and thanks for taking a look. {code:java}<===[JENKINS REMOTING CAPACITY]===>Remoting version: 3.27This is a Unix agentERROR: Connection terminatedERROR: Unexpected error in launching an agent. This is probably a bug in Jenkinsjava.io.EOFExceptionat java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2680)at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3155)at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:861)at java.io.ObjectInputStream.(ObjectInputStream.java:357)at hudson.remoting.ObjectInputStreamEx.(ObjectInputStreamEx.java:49)at hudson.remoting.Command.readFrom(Command.java:140)at hudson.remoting.Command.readFrom(Command.java:126)at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:36)at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:63)Caused: java.io.IOException: Unexpected termination of the channelat hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:77)  java.lang.NullPointerExceptionat hudson.Util.isRelativePath(Util.java:555)at hudson.slaves.SlaveComputer.setChannel(SlaveComputer.java:642)at hudson.slaves.SlaveComputer.setChannel(SlaveComputer.java:432)at hudson.plugins.ec2.ssh.EC2UnixLauncher.launchScript(EC2UnixLauncher.java:217)at hudson.plugins.ec2.EC2ComputerLauncher.launch(EC2ComputerLauncher.java:48)at hudson.slaves.SlaveComputer$1.call(SlaveComputer.java:294)at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:71)at java.util.concurrent.FutureTask.run(FutureTask.java:266)at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)at java.lang.Thread.run(Thread.java:748){code}   
 

  
 
 
 
 

 
 
 

 

[JIRA] (JENKINS-55625) ec2 agent launching broken in 1.42

2019-01-16 Thread acrewd...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew C created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55625  
 
 
  ec2 agent launching broken in 1.42   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 FABRIZIO MANFREDI  
 
 
Components: 
 ec2-plugin  
 
 
Created: 
 2019-01-16 16:07  
 
 
Environment: 
 Jenkins 2.150.1  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Andrew C  
 

  
 
 
 
 

 
 Upgraded to ec2 plugin 1.42 today (Jenkins 2.150.1) and it broke ec2 agent launching. Downgrading to 1.42 fixed the problem. Here's the exception and stack trace below. Let me know if I can provide more information and thanks for taking a look.   

 

<===[JENKINS REMOTING CAPACITY]===>Remoting version: 3.27
This is a Unix agent
ERROR: Connection terminated
ERROR: Unexpected error in launching an agent. This is probably a bug in Jenkins
java.io.EOFException
at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2680)
at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3155)
at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:861)
at java.io.ObjectInputStream.(ObjectInputStream.java:357)
at hudson.remoting.ObjectInputStreamEx.(ObjectInputStreamEx.java:49)
at hudson.remoting.Command.readFrom(Command.java:140)
at hudson.remoting.Command.readFrom(Command.java:126)
at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:36)
at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:63)
Caused: java.io.IOException: Unexpected termination of the channel
at