Skip to Content.
Sympa Menu

mace-opensaml-users - RE: Error-Message streaming SAML

Subject: OpenSAML user discussion

List archive

RE: Error-Message streaming SAML


Chronological Thread 
  • From: Scott Cantor <>
  • To: ,
  • Subject: RE: Error-Message streaming SAML
  • Date: Fri, 14 May 2004 11:00:57 -0400
  • Organization: The Ohio State University

> java.lang.IllegalArgumentException: No attributes are implemented
> at
> org.apache.crimson.jaxp.DocumentBuilderFactoryImpl.setAttribut
> e(DocumentBuilderFactoryImpl.java:93)

That looks suspiciously like the wrong parser version (way wrong). There
should be a check at startup for DOM3 support that ought to prevent this
from showing up so late.

I don't know anything about your Java environment, but you need to use a
DOM3 parser, preferably (perhaps only) Xerces of very recent vintage.

-- Scott




Archive powered by MHonArc 2.6.16.

Top of Page