-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
Jenkins 1.600
Java 1.7
dashboard-view 2.9.4
Dear all,
if i open a Dashboard i got that stacktrace in serverlog:
[#|2015-03-02T09:50:33.641+0100|WARNING|glassfish3.0.1|hudson.ExpressionFactory2$JexlExpression|_ThreadID=42;_ThreadName=Thread-1;|Caught exception evaluating: it.getBuildStat(jobs
) in /hudson/. Reason: java.lang.IllegalArgumentException: fromKey > toKey
java.lang.IllegalArgumentException: fromKey > toKey
at java.util.TreeMap$NavigableSubMap.<init>(TreeMap.java:1261)
at java.util.TreeMap$AscendingSubMap.<init>(TreeMap.java:1699)
at java.util.TreeMap.subMap(TreeMap.java:877)
at java.util.TreeMap.subMap(TreeMap.java:918)
at jenkins.model.lazy.AbstractLazyLoadRunMap.subMap(AbstractLazyLoadRunMap.java:250)
at jenkins.model.lazy.AbstractLazyLoadRunMap.headMap(AbstractLazyLoadRunMap.java:254)
at jenkins.model.lazy.AbstractLazyLoadRunMap.headMap(AbstractLazyLoadRunMap.java:88)
at java.util.Collections$UnmodifiableSortedMap.headMap(Collections.java:1543)
at hudson.plugins.view.dashboard.stats.StatBuilds.getBuildStat(StatBuilds.java:48)
at sun.reflect.GeneratedMethodAccessor661.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
Perhaps the same as in JENKINS-26690
- is related to
-
JENKINS-26690 Build stats throws illegal argument exception on dashboard view
- Resolved