So in the jclouds plugin (github.com/jenkins/jclouds-plugin), I've moved to
a newer version of Guava needed for jclouds 1.7.1, and am now hitting unit
test errors like
"com.gargoylesoftware.htmlunit.FailingHttpStatusCodeException: 500 Could
not initialize class org.kohsuke.stapler.Function$InstanceFunction for
http://localhost:59217/configure"; - that's with Jenkins core 1.509. But
everything works fine when I do mvn hpi:run, so...yeah.

When I switch to 1.532, I get different errors - mvn hpi:run still works,
but now when the tests are running, they're getting 500s on attempts to hit
"configure" - i.e., via configRoundTrip(). I threw in a j.pause() and
verified that there's nothing served at the configure URL during the tests.

Anyone have any ideas?

A.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to