Closed timja closed 13 years ago
Observed same error on Windows XP with Jenkins 1.403.
Observed same error on Windows XP with Jenkins 1.403.
Okay good then I know that I'm not the only one. I couldn't reproduce this on my test system, but it shows up on our production system all the time. Hopefully I have some time to investigate further tomorrow.
If you have any additional information that could be useful be sure to put it here.
These are the plugins and their versions that we use on our productions system (where the fault is seen).
Name | Version | Enabled | Pinned |
---|---|---|---|
active-directory | 1.18 | true | false |
analysis-collector | 1.12 | true | false |
analysis-core | 1.18 | true | false |
artifactory | 1.4.2 | true | false |
batch-task | 1.14 | true | false |
blame-upstream-commiters | 1.2 | true | false |
bugzilla | 1.4 | true | false |
build-timeout | 1.7 | true | false |
checkstyle | 3.14 | true | false |
ci-game | 1.18 | true | false |
clone-workspace-scm | 0.3 | true | false |
clover | 4.0 | true | false |
cobertura | 1.2 | true | false |
copyartifact | 1.14 | true | false |
cppcheck | 0.14 | true | false |
cvs | 1.3 | true | true |
dashboard-view | 2.0.2 | true | false |
dependencyanalyzer | 0.6 | true | false |
depgraph-view | 0.1 | true | false |
disk-usage | 0.12 | true | false |
email-ext | 2.12 | true | false |
findbugs | 4.22 | true | false |
global-build-stats | 1.0 | true | false |
greenballs | 1.10 | true | false |
hudson-wsclean-plugin | 1.0.4 | true | false |
instant-messaging | 1.13 | true | false |
iphoneview | 0.2 | true | false |
ircbot | 2.9 | true | false |
ivy | 1.15 | true | false |
ldapemail | 0.7 | true | false |
locks-and-latches | 0.6 | true | false |
log-parser | 1.0.8 | true | false |
m2-extra-steps | 1.1.4 | true | false |
m2release | 0.7.1 | true | false |
maven-deployment-linker | 1.3 | true | false |
maven-info | 0.0.3 | true | false |
maven-plugin | 1.403 | true | true |
mercurial | 1.35 | true | false |
plot | 1.4 | true | false |
pmd | 3.14 | true | false |
radiatorviewplugin | 1.9 | true | false |
redmine | 0.9 | false | false |
repository-connector | 0.6 | true | false |
schedule-failed-builds | 1.1 | true | false |
scis-ad | 1.2 | true | false |
scp | 1.8 | true | false |
sloccount | 1.5 | true | false |
ssh-slaves | 0.14 | true | true |
subversion | 1.24 | true | true |
template-project | 1.2 | true | false |
timestamper | 1.2.2 | true | false |
versionnumber | 1.3.2 | true | false |
viewVC | 1.3 | true | false |
violations | 0.7.7 | true | false |
visionproject | 0.1-SNAPSHOT (private-02/25/2011 16:20-rickard) | false | false |
warnings | 3.15 | true | false |
WebSVN2 | 0.9 | true | true |
Here is list of plugins we use on our system:
Name | Version | Enabled | Pinned |
---|---|---|---|
Jenkins Active Directory plugin | 1.18 | true | false |
Static Analysis Collector Plug-in | 1.12 | true | false |
Static Analysis Utilities | 1.18 | true | false |
Checkstyle Plug-in | 3.14 | true | false |
Hudson Collapsing Console Sections Plugin | 1.3 | true | false |
Compact Columns | 1.5 | true | false |
Create Job Advanced | 1.5 | true | false |
Hudson Cron Column Plugin | 1.003 | true | false |
Jenkins CVS Plug-in | 1.3 | true | true |
Hudson disk-usage plugin | 0.12 | true | false |
Hudson Emma plugin | 1.24 | false | false |
Emotional Hudson plugin | 1.2 | true | false |
Favorite | 1.5 | true | false |
FindBugs Plug-in | 4.22 | true | false |
Jenkins GIT plugin | 1.1.6 | false | false |
Green Balls | 1.10 | true | false |
Hudson Personal View | 1.8 | true | false |
Jenkins JIRA plugin | 1.27 | true | false |
LDAP Email Plugin | 0.7 | false | false |
Locale plugin | 1.2 | true | false |
Maven Integration plugin | 1.403 | true | false |
Hudson Setenv Plugin | 1.1 | true | false |
Hudson SSH Slaves plugin | 0.14 | true | false |
Hudson StarTeam plugin | 0.6.4-SNAPSHOT (private-03/18/2011 03:48-vyazelenko) | true | false |
Jenkins Subversion Plug-in | 1.24 | true | true |
We've seen the same errors in the log as posted above (on 1.403 with similar list of plugins).
However, only some existing jobs showed the behaviour on Configure (with "Loading" overlay covering the top few sections only).
In trying to reproduce with a new job using a specific plugin that might cause the issue, the problem went
away for all jobs!!
After upgrade to Jenkins v 1.404 the issue disappears.
Closing this since it is not seen anymore in Jenkins v 1.404 .
Overview
After upgrade from 1.389 to 1.403 it is not possible to edit a jobs configuration anymore. When loading/rendering the configuration the page is grayed out, previously this disappeared when the page was done, now it don't.
Opening the JavaScript console in Chromium shows an error (see stacktrace bellow). Checking the Jenkins logs shows a Exception thrown whenever someone tries to access a configuration page (approximately 100 times per time a configuration is accessed).
Jenkins Logs
Our logs are filled with a lot of these every time someone try to load a Configure for a Job.
JavaScript stacktrace
Opening a the js console in Chromium and loading the Configure page for a Job gives the following stacktrace:
Originally reported by rickard_von_essen, imported from: Not possible edit a Jobs Configuration