-
Bug
-
Resolution: Fixed
-
Blocker
-
None
-
Ubuntu 11.10, OpenJDK 1.6.0_23, Tomcat 7.0.21, Jenkins 1.448 & 1.449
Jenkins 1.456 on Windows Server 2003 64-bit, Sun JDK 6.0.260.3
Reproduction:
$JENKINS_HOME/plugins: subversion (directory), subversion.hpi
1) Open http://<root>/pluginManager. Update Subversion plugin from 1.34 -> 1.37 using download now and install after restart button.
$JENKINS_HOME/plugins: subversion (directory), subversion.bak (1.34), subversion.hpi.pinned, subversion.jpi (1.37)
2) Restart Tomcat/Jenkins
$JENKINS_HOME/plugins: subversion (directory), subversion.bak (1.34), subversion.hpi (1.34) subversion.hpi.pinned, subversion.jpi (1.37)
3) PluginManager still reports old version
Should note that the logs report:
INFO: Ignoring /ci/jenkins-home/plugins/subversion.jpi because /ci/jenkins-home/plugins/subversion.hpi is already loaded
Also the plugin is broken at this point with a NoClassDefFound on org/tmatesoft/svn/core/SVNException
Clean State:
1) /etc/init.d/tomcat7 stop
2) cd $JENKINS_HOME/plugins
3) rm subversion*
4) /etc/init.d/tomcat7 start
Workaround:
1) Restore clean state
2) Update plugin
3) Stop tomcat/jenkins
4) cd $JENKINS_HOME/plugins
5) mv subversion.jpi subversion.hpi
6) Start tomcat/jenkins
- is blocking
-
JENKINS-12449 Subversion java.lang.NoClassDefFoundError: org/tmatesoft/svn/core/auth/ISVNAuthenticationProvider
-
- Resolved
-
-
JENKINS-12583 update for cvs plugin to 2.0 doesn't work
-
- Resolved
-
- is duplicated by
-
JENKINS-13066 unable to update CVS plugin
-
- Closed
-
- is related to
-
JENKINS-13129 Updating built-in plugins doesn't work, the file doesn't get pinned and is overwritten on the next startup
-
- Resolved
-
-
JENKINS-12632 Subversion plugin update fails
-
- Resolved
-
[JENKINS-12514] .hpi versus .jpi causes inability to upgrade Subversion Plugin
Assignee | New: Kohsuke Kawaguchi [ kohsuke ] | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Link |
New:
This issue is blocking |
Link |
New:
This issue is blocking |
Resolution | Original: Fixed [ 1 ] | |
Status | Original: Resolved [ 5 ] | New: Reopened [ 4 ] |
Link |
New:
This issue is related to |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Reopened [ 4 ] | New: Resolved [ 5 ] |
Priority | Original: Minor [ 4 ] | New: Blocker [ 1 ] |
Link |
New:
This issue is duplicated by |
Resolution | Original: Fixed [ 1 ] | |
Status | Original: Resolved [ 5 ] | New: Reopened [ 4 ] |
Environment | Original: Ubuntu 11.10, OpenJDK 1.6.0_23, Tomcat 7.0.21, Jenkins 1.448 & 1.449 |
New:
Ubuntu 11.10, OpenJDK 1.6.0_23, Tomcat 7.0.21, Jenkins 1.448 & 1.449 Jenkins 1.456 on Windows Server 2003 64-bit, Sun JDK 6.0.260.3 |