Hi Federico, Here's how to remove Jenkins plugins:
- locate Jenkins home folder (/var/lib/jenkins) - open plugins folder - remove plugin file with jpi extension and related data folder So for ant plugin remove ant.jpi and ant folder. Before writing to plugin developer, try to reinstall plugins on your existing Jenkins installation(as described above). If that does not help, reinstall Jenkins and reinstall plugins one by one. Make sure that there are no plugins conflicts. If that does not resolve the issue, then contact developers. Hope it helps. Andrey On Wed, Jun 20, 2012 at 11:00 PM, fridodev <[email protected]> wrote: > Hi Andrey > I saw that those plugins are causing issues. > I also updated all plugins but the error still is there. > I need artifactory plugin and release plugin working so.. how can i solve? > Should i write to the plugin owner? > Is there a way to unistall and reinstall from scratch the plugins (even > removing files manually..)? > > Thank you! > > Il giorno 21/giu/2012 07:15, "Andrey Myatlyuk" <[email protected]> ha > scritto: > > > > Hi Federico, > > > > Have you tried to find a plugin which is causing the issue? > > > > I see the following exception: > > java.lang.LinkageError: Failed to resolve class > hudson.plugins.release.dashboard.RecentReleasesPortlet$DescriptorImpl > > > > Can it be caused by Jenkins Maven Release Plug-in Plug-in 0.9.1? (sic) > > > > Another exception: > > 1) Error injecting constructor, java.lang.NoClassDefFoundError: > hudson/ivy/AntIvyBuildWrapper > > at > org.jfrog.hudson.ivy.ArtifactoryIvyConfigurator$DescriptorImpl.<init>(ArtifactoryIvyConfigurator.java:298) > > > > Can it be caused by Jenkins Artifactory Plugin2.1.1 ? > > > > It is always better to isolate the problem to one component, makes it > easier to pinpoint an issue. > > > > Andrey > > > > On Tue, Jun 19, 2012 at 2:12 AM, fridodev <[email protected]> wrote: > >> > >> Dear List, > >> I have several errors on jenkins startup ( please see the attachment) > >> All errors seems linked to some missing class of plugins.. > >> > >> This is the actual configuration of my ci server. > >> > >> OS: Red Hat Enterprise Linux Server release 5.5 (Tikanga) > >> > >> JAVA: java version "1.6.0_30" > >> Java(TM) SE Runtime Environment (build 1.6.0_30-b12) > >> Java HotSpot(TM) 64-Bit Server VM (build 20.5-b03, mixed mode) > >> > >> TOMCAT 6.0.29 > >> > >> Jenkins ver. 1.447.2 > >> > >> Installed Plugins: > >> > >> ant 1.1 > >> javadoc 1.0 > >> FSTrigger Plugin 0.30 > >> IvyTrigger Plugin 0.21 > >> ScriptTrigger Plugin 0.19 > >> Jenkins BuildResultTrigger Plug-in 0.7 > >> URLTrigger Plugin 0.18 > >> XTrigger Plugin 0.46 > >> Maven Integration plugin 1.447.2 > >> Jenkins Maven Release Plug-in Plug-in 0.9.1 > >> Jenkins CVS Plug-in 2.4 > >> Jenkins batch task plugin 1.16 > >> Static Analysis Utilities 1.42 > >> Task Scanner Plugin 4.30 > >> FindBugs Plug-in 4.41 > >> Static Analysis Collector Plug-in 1.28 > >> Deploy to container Plugin 1.9 > >> Jenkins Job Configuration History Plugin 1.13 > >> Jenkins disk-usage plugin 0.17 > >> Publish Over SSH 1.7 > >> Multiline Views TabBar Plugin 1.1 > >> Performance plugin 1.8 > >> Console Column Plugin 1.5 > >> export dynamic job data 0.4 > >> Jenkins Release Plugin 2.2 > >> ThinBackup 1.6 > >> Jenkins Subversion Plug-in 1.40 > >> Translation Assistance Plugin 1.8 > >> Jenkins SSH Slaves plugin 0.21 > >> Jenkins Artifactory Plugin2.1.1 > >> Email-ext plugin 2.21 > >> JBoss Management Plugin 1.0.5 > >> CAS protocol version 1 plugin 1.0.1 > >> Hudson Xvnc plugin 1.10 > >> Build Pipeline Plugin 1.2.3 > >> Jenkins DocLinks plugin 0.5 > >> Hudson SCP publisher plugin 1.8 > >> > >> I would be sure that this errors are not causing issues to Jenkins. > >> Thank you > >> Federico > >> > > > > >
