[JIRA] (JENKINS-36845) ConcurrentModificationException when using Xvnc plugin on Pipeline

2016-07-22 Thread arodrig...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andres Rodriguez commented on  JENKINS-36845  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: ConcurrentModificationException when using Xvnc plugin on Pipeline   
 

  
 
 
 
 

 
 Released as 1.24  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-36845) ConcurrentModificationException when using Xvnc plugin on Pipeline

2016-07-22 Thread arodrig...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andres Rodriguez closed an issue as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36845  
 
 
  ConcurrentModificationException when using Xvnc plugin on Pipeline   
 

  
 
 
 
 

 
Change By: 
 Andres Rodriguez  
 
 
Status: 
 Resolved Closed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-36845) ConcurrentModificationException when using Xvnc plugin on Pipeline

2016-07-21 Thread ogon...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oliver Gondža resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36845  
 
 
  ConcurrentModificationException when using Xvnc plugin on Pipeline   
 

  
 
 
 
 

 
Change By: 
 Oliver Gondža  
 
 
Status: 
 In Progress Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-36845) ConcurrentModificationException when using Xvnc plugin on Pipeline

2016-07-21 Thread arodrig...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andres Rodriguez started work on  JENKINS-36845  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Andres Rodriguez  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-36845) ConcurrentModificationException when using Xvnc plugin on Pipeline

2016-07-21 Thread arodrig...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andres Rodriguez created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36845  
 
 
  ConcurrentModificationException when using Xvnc plugin on Pipeline   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Andres Rodriguez  
 
 
Components: 
 xvnc-plugin  
 
 
Created: 
 2016/Jul/21 11:15 AM  
 
 
Environment: 
 Jenkins 1.651.2  Xvnc plugin 1.23  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Andres Rodriguez  
 

  
 
 
 
 

 
 Several pipeline jobs using this plugin fail in a non-deterministic way with: 

 
java.lang.RuntimeException: Failed to serialize hudson.plugins.xvnc.Xvnc$DescriptorImpl#allocators for class hudson.plugins.xvnc.Xvnc$DescriptorImpl
	at hudson.util.RobustReflectionConverter$2.writeField(RobustReflectionConverter.java:215)
	at hudson.util.RobustReflectionConverter$2.visit(RobustReflectionConverter.java:183)
	at com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider.visitSerializableFields(PureJavaReflectionProvider.java:138)
	at hudson.util.RobustReflectionConverter.doMarshal(RobustReflectionConverter.java:168)
	at hudson.util.RobustReflectionConverter.marshal(RobustReflectionConverter.java:109)
	at com.thoughtworks.xstream.core.AbstractReferenceMarshaller.convert(AbstractReferenceMarshaller.java:69)
	at com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:58)
	at com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:43)
	at com.thoughtworks.xstream.core.TreeMarshaller.start(TreeMarshaller.java:82)
	at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.marshal(AbstractTreeMarshallingStrategy.java:37)
	at com.thoughtworks.xstream.XStream.marshal(XStream.java:1026)
	at com.thoughtworks.x