Re: Upgraded plugins, now my install is "bricked."

2013-10-23 Thread Joshua J. Kugler
Turns out as part of the downgrade from 1.533 to the 1.509.4 the credentials 
plugin got marked as disabled.  Apparently some other plugin wanted it, and 
thus wouldn't work correctly without it.  Removed the credentials.jpi.disabled 
file in $JENKINS_HOME/plugins cleared it up.

Is there no dependency checking in the plugin infrastructure, so as to not 
allow a plugin to be disabled if another plugin relies on it?

j

On Tuesday, October 22, 2013 16:22:40 Slide wrote:
> Do you have publish-over-ssh or publish-over-ftp installed? I believe there
> was some issue with one or both of those.
> 
> On Tue, Oct 22, 2013 at 4:13 PM, Joshua J. Kugler wrote:
> > I have Jenkins 1.509.4 installed on RHEL6.  I just went and upgraded all
> > my
> > plugins, and when Jenkins restarted, I get the attached spit out in the
> > browser. Nothing in /var/log/jenkins/jenkins.log, just spit to the
> > browser.
> > 
> > I can't even get to my manage screen to try disabling plugins to see what
> > might be causing it.
> > 
> > Help?  Pointers to documentation?
> > 
> > Thanks in advance for any help given!
> > 
> > j
> > 
> > --
> > Joshua J. Kugler - Fairbanks, Alaska
> > Azariah Enterprises - Programming and Website Design
> > jos...@azariah.com - Jabber: pedah...@gmail.com
> > PGP Key: http://pgp.mit.edu/  ID 0x73B13B6A
> > 
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Jenkins Users" group.
> > To unsubscribe from this group and stop receiving emails from it, send an
> > email to jenkinsci-users+unsubscr...@googlegroups.com.
> > For more options, visit https://groups.google.com/groups/opt_out.

-- 
Joshua J. Kugler - Fairbanks, Alaska
Azariah Enterprises - Programming and Website Design
jos...@azariah.com - Jabber: pedah...@gmail.com
PGP Key: http://pgp.mit.edu/  ID 0x73B13B6A

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Upgraded plugins, now my install is "bricked."

2013-10-22 Thread Slide
Do you have publish-over-ssh or publish-over-ftp installed? I believe there
was some issue with one or both of those.


On Tue, Oct 22, 2013 at 4:13 PM, Joshua J. Kugler wrote:

> I have Jenkins 1.509.4 installed on RHEL6.  I just went and upgraded all my
> plugins, and when Jenkins restarted, I get the attached spit out in the
> browser. Nothing in /var/log/jenkins/jenkins.log, just spit to the browser.
>
> I can't even get to my manage screen to try disabling plugins to see what
> might be causing it.
>
> Help?  Pointers to documentation?
>
> Thanks in advance for any help given!
>
> j
>
> --
> Joshua J. Kugler - Fairbanks, Alaska
> Azariah Enterprises - Programming and Website Design
> jos...@azariah.com - Jabber: pedah...@gmail.com
> PGP Key: http://pgp.mit.edu/  ID 0x73B13B6A
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
Website: http://earl-of-code.com

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Upgraded plugins, now my install is "bricked."

2013-10-22 Thread Joshua J. Kugler
I have Jenkins 1.509.4 installed on RHEL6.  I just went and upgraded all my 
plugins, and when Jenkins restarted, I get the attached spit out in the 
browser. Nothing in /var/log/jenkins/jenkins.log, just spit to the browser.

I can't even get to my manage screen to try disabling plugins to see what 
might be causing it.

Help?  Pointers to documentation?

Thanks in advance for any help given!

j

-- 
Joshua J. Kugler - Fairbanks, Alaska
Azariah Enterprises - Programming and Website Design
jos...@azariah.com - Jabber: pedah...@gmail.com
PGP Key: http://pgp.mit.edu/  ID 0x73B13B6A

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
org.jvnet.hudson.reactor.ReactorException: java.lang.NoClassDefFoundError: 
com/cloudbees/plugins/credentials/common/StandardCredentials
at org.jvnet.hudson.reactor.Reactor.execute(Reactor.java:246)
at jenkins.InitReactorRunner.run(InitReactorRunner.java:43)
at jenkins.model.Jenkins.executeReactor(Jenkins.java:904)
at jenkins.model.Jenkins.(Jenkins.java:802)
at hudson.model.Hudson.(Hudson.java:81)
at hudson.model.Hudson.(Hudson.java:77)
at hudson.WebAppMain$3.run(WebAppMain.java:221)
Caused by: java.lang.NoClassDefFoundError: 
com/cloudbees/plugins/credentials/common/StandardCredentials
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2444)
at java.lang.Class.getDeclaredMethods(Class.java:1808)
at org.jvnet.hudson.annotation_indexer.Index$2$1.fetch(Index.java:101)
at org.jvnet.hudson.annotation_indexer.Index$2$1.hasNext(Index.java:71)
at 
org.jvnet.hudson.annotation_indexer.FilterIterator.fetch(FilterIterator.java:23)
at 
org.jvnet.hudson.annotation_indexer.FilterIterator.hasNext(FilterIterator.java:42)
at 
hudson.init.InitializerFinder.discoverTasks(InitializerFinder.java:70)
at hudson.PluginManager$2$1$3.run(PluginManager.java:388)
at 
org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:146)
at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:259)
at jenkins.model.Jenkins$7.runTask(Jenkins.java:893)
at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:187)
at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:94)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:679)
Caused by: java.lang.ClassNotFoundException: 
com.cloudbees.plugins.credentials.common.StandardCredentials
at 
org.apache.tools.ant.AntClassLoader.findClassInComponents(AntClassLoader.java:1365)
at 
org.apache.tools.ant.AntClassLoader.findClass(AntClassLoader.java:1315)
at 
org.apache.tools.ant.AntClassLoader.loadClass(AntClassLoader.java:1068)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
... 17 more