Skip to Content.
Sympa Menu

mace-opensaml-users - Re: [OpenSAML] This parser does not support specification "null" version "null"

Subject: OpenSAML user discussion

List archive

Re: [OpenSAML] This parser does not support specification "null" version "null"


Chronological Thread 
  • From: Brent Putman <>
  • To:
  • Cc: "Caraway, Mark" <>
  • Subject: Re: [OpenSAML] This parser does not support specification "null" version "null"
  • Date: Mon, 25 Jan 2010 17:51:58 -0500



On 1/25/10 5:15 PM, Caraway, Mark wrote:
> Sorry for the mix up in my prior reply.
>
> I believe I am now properly endorsing the endorsed jars,

Not sure if you can conclude that yet, see below...

> but am still
> unable to bootstrap the environment. I'm not sure why it is telling me
> that the RMI does not implement the RM. It appears to me that it is
> finding the correct classes so I'm not sure what I'm missing.
>
> org.opensaml.xml.ConfigurationException: Unable to initialize Velocity
> template engine
> at
> org.opensaml.DefaultBootstrap.initializeVelocity(DefaultBootstrap.java:1
> 31)
>


Hmm, well now it's failing in DefaultBootstrap at initializeVelocity,
which actually runs *before* initializeXMLTooling where is was failing
before:

> java.lang.UnsupportedOperationException: This parser does not support
> specification "null" version "null"
> at
> javax.xml.parsers.DocumentBuilderFactory.setSchema(DocumentBuilderFactory.java:561)
> at
> org.opensaml.xml.parse.BasicParserPool.initializePool(BasicParserPool.java:521)
> at
> org.opensaml.xml.parse.BasicParserPool.<init>(BasicParserPool.java:139)
> at org.opensaml.xml.XMLConfigurator.<init>(XMLConfigurator.java:87)
> at org.opensaml.xml.XMLConfigurator.<init>(XMLConfigurator.java:73)
> at
> org.opensaml.DefaultBootstrap.initializeXMLTooling(DefaultBootstrap.java:144)
> at org.opensaml.DefaultBootstrap.bootstrap(DefaultBootstrap.java:88)
>


So basically it's failing earlier now, not even getting to the JAXP
failure point (so not clear whether you are endorsing the XML libs
correctly or now). Did you change anything else about the environment,
such as where you were locating all the OpenSAML dependency jars? Do
you possibly have multiple conflicting versions of Velocity jars
somewhere in the environment?





Archive powered by MHonArc 2.6.16.

Top of Page