Re: Build failed in Jenkins: java-identity-provider-multi-jdk » JDK-1.8 #322
Brent Putman
putmanb at georgetown.edu
Wed Apr 16 13:34:27 EDT 2014
On 4/16/14 4:30 AM, Rod Widdowson wrote:
> AFAICS the current failures in the IdP and OpenSAML) are due to some oddity/incompatibility in the Sun provided Xerces.
A few days ago I looked briefly at the OpenSAML failure. It's in the
schema builder obviously. From the stack trace, it's failing in the
java.net.URL constructor. So I speculated that for some reason it's
trying to fetch a schema from the internet, probably because of an
<import>, which many of the schemas do and they all generally have a
schemaLocation attrib point to an http URL. But I didn't get as far as
trying to figure out which one(s), or why it's even trying to do this in
the first place, given that earlier versions didn't. I had thought a
next step was to figure out how to get any debug logging out of the JDK
Xerces to tell us what it's actually doing, but haven't had time yet.
Scott tried to fix, so maybe he has more info.
More information about the dev
mailing list