[JIRA] [prioritysorter-plugin] (JENKINS-28621) Jenkins jobs get held up in queue waiting for available executors, even though all are available

2015-06-02 Thread tfl...@rethinkrobotics.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Travis Flint commented on  JENKINS-28621 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Jenkins jobs get held up in queue waiting for available executors, even though all are available  
 
 
 
 
 
 
 
 
 
 
It seems to be working now. Thank you. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [prioritysorter-plugin] (JENKINS-28621) Jenkins jobs get held up in queue waiting for available executors, even though all are available

2015-06-01 Thread tfl...@rethinkrobotics.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Travis Flint commented on  JENKINS-28621 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Jenkins jobs get held up in queue waiting for available executors, even though all are available  
 
 
 
 
 
 
 
 
 
 
java version 1.6.0_35 OpenJDK Runtime Environment (IcedTea6 1.13.7) (6b35-1.13.7-1ubuntu0.14.04.1) OpenJDK 64-Bit Server VM (build 23.25-b01, mixed mode) 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [prioritysorter-plugin] (JENKINS-28621) Jenkins jobs get held up in queue waiting for available executors, even though all are available

2015-06-01 Thread tfl...@rethinkrobotics.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Travis Flint commented on  JENKINS-28621 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Jenkins jobs get held up in queue waiting for available executors, even though all are available  
 
 
 
 
 
 
 
 
 
 
thanks, yes it seems to still be referencing the older version of java. Will try to figure out why it is getting that. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [prioritysorter-plugin] (JENKINS-28621) Jenkins jobs get held up in queue waiting for available executors, even though all are available

2015-06-01 Thread tfl...@rethinkrobotics.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Travis Flint commented on  JENKINS-28621 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Jenkins jobs get held up in queue waiting for available executors, even though all are available  
 
 
 
 
 
 
 
 
 
 
I ran the commands: sudo apt-get install default-jre sudo apt-get install default-jdk 
java version: java version 1.7.0_79 OpenJDK Runtime Environment (IcedTea 2.5.5) (7u79-2.5.5-0ubuntu0.14.04.2) OpenJDK 64-Bit Server VM (build 24.79-b02, mixed mode) 
and I still get errors in the log after restarting my jenkins host machine: Jun 01, 2015 7:34:40 AM SEVERE hudson.triggers.SafeTimerTask run Timer task hudson.model.Queue$MaintainTask@5ad5a375 failed java.lang.NoSuchMethodError: java.lang.Long.compare(JJ)I at jenkins.advancedqueue.sorter.ItemInfo.compareTo(ItemInfo.java:156) at jenkins.advancedqueue.sorter.AdvancedQueueSorter$2.compare(AdvancedQueueSorter.java:84) at jenkins.advancedqueue.sorter.AdvancedQueueSorter$2.compare(AdvancedQueueSorter.java:76) at java.util.Arrays.mergeSort(Arrays.java:1306) at java.util.Arrays.mergeSort(Arrays.java:1294) at java.util.Arrays.sort(Arrays.java:1223) at java.util.Collections.sort(Collections.java:176) at jenkins.advancedqueue.sorter.AdvancedQueueSorter.sortBuildableItems(AdvancedQueueSorter.java:76) at hudson.model.Queue.maintain(Queue.java:1135) at hudson.model.Queue$MaintainTask.doRun(Queue.java:2197) at hudson.triggers.SafeTimerTask.run(SafeTimerTask.java:54) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:351) at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:178) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:165) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:267) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:701) 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

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

[JIRA] [core] (JENKINS-28621) Jenkins jobs get held up in queue waiting for available executors, even though all are available

2015-05-28 Thread tfl...@rethinkrobotics.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Travis Flint commented on  JENKINS-28621 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Jenkins jobs get held up in queue waiting for available executors, even though all are available  
 
 
 
 
 
 
 
 
 
 
here is some log output... it happened to me again: 
May 28, 2015 12:48:50 PM WARNING org.kohsuke.stapler.RequestImpl$TypePair convertJSON 'stapler-class' is deprecated: hudson.tasks.LogRotator May 28, 2015 12:48:50 PM WARNING org.kohsuke.stapler.RequestImpl$TypePair convertJSON 'stapler-class' is deprecated: hudson.model.StringParameterDefinition May 28, 2015 12:48:50 PM WARNING org.kohsuke.stapler.RequestImpl$TypePair convertJSON 'stapler-class' is deprecated: hudson.tasks.Shell May 28, 2015 12:48:50 PM WARNING org.kohsuke.stapler.RequestImpl$TypePair convertJSON 'stapler-class' is deprecated: com.tikal.jenkins.plugins.multijob.MultiJobBuilder May 28, 2015 12:48:50 PM WARNING org.kohsuke.stapler.RequestImpl$TypePair convertJSON 'stapler-class' is deprecated: hudson.tasks.Shell May 28, 2015 12:48:50 PM WARNING org.kohsuke.stapler.RequestImpl$TypePair convertJSON 'stapler-class' is deprecated: htmlpublisher.HtmlPublisher May 28, 2015 12:48:50 PM WARNING org.kohsuke.stapler.RequestImpl$TypePair convertJSON 'stapler-class' is deprecated: hudson.tasks.junit.JUnitResultArchiver May 28, 2015 12:49:02 PM SEVERE hudson.triggers.SafeTimerTask run Timer task hudson.model.Queue$MaintainTask@6a30228c failed java.lang.NoSuchMethodError: java.lang.Long.compare(JJ)I at jenkins.advancedqueue.sorter.ItemInfo.compareTo(ItemInfo.java:156) at jenkins.advancedqueue.sorter.AdvancedQueueSorter$2.compare(AdvancedQueueSorter.java:84) at jenkins.advancedqueue.sorter.AdvancedQueueSorter$2.compare(AdvancedQueueSorter.java:76) at java.util.Arrays.mergeSort(Arrays.java:1283) at java.util.Arrays.sort(Arrays.java:1223) at java.util.Collections.sort(Collections.java:176) at jenkins.advancedqueue.sorter.AdvancedQueueSorter.sortBuildableItems(AdvancedQueueSorter.java:76) at hudson.model.Queue.maintain(Queue.java:1135) at hudson.model.Queue$MaintainTask.doRun(Queue.java:2197) at hudson.triggers.SafeTimerTask.run(SafeTimerTask.java:54) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:351) at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:178) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:165) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:267) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:701) 
May 28, 2015 12:49:07 PM SEVERE hudson.triggers.SafeTimerTask run Timer task hudson.model.Queue$MaintainTask@6a30228c failed java.lang.NoSuchMethodError: java.lang.Long.compare(JJ)I at jenkins.advancedqueue.sorter.ItemInfo.compareTo(ItemInfo.java:156) at jenkins.advancedqueue.sorter.AdvancedQueueSorter$2.compare(AdvancedQueueSorter.java:84) at jenkins.advancedqueue.sorter.AdvancedQueueSorter$2.compare(AdvancedQueueSorter.java:76) at java.util.Arrays.mergeSort(Arrays.java:1283) at java.util.Arrays.sort(Arrays.java:1223) at java.util.Collections.sort(Collections.java:176) at jenkins.advancedqueue.sorter.AdvancedQueueSorter.sortBuildableItems(AdvancedQueueSorter.java:76) at hudson.model.Queue.maintain(Queue.java:1135) at hudson.model.Queue$MaintainTask.doRun(Queue.java:2197) at hudson.triggers.SafeTimerTask.run(SafeTimerTask.java:54) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:351) at 

[JIRA] [core] (JENKINS-28621) Jenkins jobs get held up in queue waiting for available executors, even though all are available

2015-05-28 Thread tfl...@rethinkrobotics.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Travis Flint created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Jenkins /  JENKINS-28621 
 
 
 
  Jenkins jobs get held up in queue waiting for available executors, even though all are available  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Components:
 

 core 
 
 
 

Created:
 

 28/May/15 11:17 AM 
 
 
 

Environment:
 

 v 1.596.3, Ubuntu 14.04 
 
 
 

Labels:
 

 slave job 
 
 
 

Priority:
 
  Blocker 
 
 
 

Reporter:
 
 Travis Flint 
 
 
 
 
 
 
 
 
 
 
I have a framework with 10 slaves, with the same label.  
My test jobs end up stuck in queue saying that they are waiting for an available executor, but all of my slaves are up and not running anything. I have tried rebooting my slaves, and they still did not pick up any of the jobs in queue. 
Plugins installed: Active Directory plugin 1.39  
Ant Plugin 1.2  
build timeout plugin 1.14.1  
conditional-buildstep 1.3.3