[JIRA] (JENKINS-14468) Not reconnect if libvirt is restarted

2013-01-31 Thread tasty...@tastybug.com (JIRA)















































Philipp Bartsch
 resolved  JENKINS-14468 as Fixed


Not reconnect if libvirt is restarted
















Fixed in 1.7





Change By:


Philipp Bartsch
(31/Jan/13 2:01 PM)




Status:


In Progress
Resolved





Resolution:


Fixed



























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/groups/opt_out.
 
 


[JIRA] (JENKINS-14468) Not reconnect if libvirt is restarted

2013-01-31 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-14468


Not reconnect if libvirt is restarted















Code changed in jenkins
User: tastybug
Path:
 src/main/java/hudson/plugins/libvirt/Hypervisor.java
 src/main/java/hudson/plugins/libvirt/PluginImpl.java
 src/main/java/hudson/plugins/libvirt/VirtualMachineLauncher.java
 src/main/java/hudson/plugins/libvirt/VirtualMachineSlave.java
 src/main/resources/hudson/plugins/libvirt/VirtualMachineSlave/configure-entries.jelly
 src/main/resources/index.jelly
 src/main/webapp/help-libvirt-computerName.html
 src/main/webapp/help-libvirt-hypervisorHost.html
 src/main/webapp/help-libvirt-hypervisorSshPort.html
 src/main/webapp/help-libvirt-hypervisorType.html
 src/main/webapp/help-libvirt-hypervisorUri.html
http://jenkins-ci.org/commit/libvirt-slave-plugin/550e3286fa7df9514498562d4ba28ddf5784c1c1
Log:
  -Fixed JENKINS-14468
-Fixed JENKINS-9471 (and duplicates JENKINS-8240, JENKINS-7179)
-Some comments improved





























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/groups/opt_out.
 
 


[JIRA] (JENKINS-14468) Not reconnect if libvirt is restarted

2013-01-30 Thread tasty...@tastybug.com (JIRA)















































Philipp Bartsch
 assigned  JENKINS-14468 to Philipp Bartsch



Not reconnect if libvirt is restarted
















Change By:


Philipp Bartsch
(30/Jan/13 1:47 PM)




Assignee:


mmornati
Philipp Bartsch



























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/groups/opt_out.
 
 


[JIRA] (JENKINS-14468) Not reconnect if libvirt is restarted

2013-01-30 Thread tasty...@tastybug.com (JIRA)














































Philipp Bartsch
 started work on  JENKINS-14468


Not reconnect if libvirt is restarted
















Change By:


Philipp Bartsch
(30/Jan/13 1:48 PM)




Status:


Open
In Progress



























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/groups/opt_out.
 
 


[JIRA] (JENKINS-14468) Not reconnect if libvirt is restarted

2012-07-17 Thread ed...@eddie.cl (JIRA)














































Eduardo Gonzalez
 updated  JENKINS-14468


Not reconnect if libvirt is restarted
















Change By:


Eduardo Gonzalez
(17/Jul/12 4:18 PM)




Description:


If the host (or service) where the libvirtd is running, is restarted, the connection from Jenkins will be lost. However, is expected to be reconnected and that is not happening. I have to manually restart Jenkins in order to regain the connection (there is no option to reconnect to libvirt host). This affects all the slaves in that host, no builds can be done in those slaves (if those slave are offline).
Log:Getting connection to the virtual datacenterorg.libvirt.LibvirtException: cannot send data: Broken pipe	at org.libvirt.ErrorHandler.processError(Unknown Source)	at org.libvirt.Connect.processError(Unknown Source)	at org.libvirt.Connect.numOfDefinedDomains(Unknown Source)	at org.libvirt.Connect.listDefinedDomains(Unknown Source)	at hudson.plugins.libvirt.Hypervisor.getDomains(Hypervisor.java:146)	at hudson.plugins.libvirt.VirtualMachineLauncher.launch(VirtualMachineLauncher.java:99)	at hudson.slaves.SlaveComputer$1.call(SlaveComputer.java:200)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)	at java.lang.Thread.run(Thread.java:679)



























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






[JIRA] (JENKINS-14468) Not reconnect if libvirt is restarted

2012-07-17 Thread ed...@eddie.cl (JIRA)














































Eduardo Gonzalez
 created  JENKINS-14468


Not reconnect if libvirt is restarted















Issue Type:


Bug



Affects Versions:


current



Assignee:


mmornati



Components:


libvirt-slave, libvirtslave



Created:


17/Jul/12 4:16 PM



Description:


If the host (or service) where the libvirtd is running, is restarted, the connection from Jenkins will be lost. However, is expected to be reconnected and that is not happening. I have to manually restart Jenkins in order to regain the connection (there is no option to reconnect to libvirt host). This affects all the slaves in that host, no builds can be done in those slaves (if those slave are offline).




Environment:


Centos 5 i386 (jenkins)

Centos 6 x86_64 / libvirtd 0.9.4 (VM host)




Project:


Jenkins



Labels:


plugin
jenkins




Priority:


Major



Reporter:


Eduardo Gonzalez

























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