Skip to Content.
Sympa Menu

shibboleth-dev - Re: Trying to test new apache module, but... XML errors in the config file

Subject: Shibboleth Developers

List archive

Re: Trying to test new apache module, but... XML errors in the config file


Chronological Thread 
  • From: Derek Atkins <>
  • To: Scott Cantor <>
  • Cc:
  • Subject: Re: Trying to test new apache module, but... XML errors in the config file
  • Date: Thu, 01 Apr 2004 09:55:13 -0500

FYI, I just tried commenting out the Extensions section as well as
the MySQL* section and still got the same error. I suspect this
is a schema problem:

1080831191 ERROR SAML.XML.ParserPool init ReloadableXMLFileImpl handleError:
error on line 25, column 30, message: The content type of the base
type:'anyType' and derived type:'PluggableType' must both be mixed or
element-only.

relates quite directly to:

<complexType name="PluggableType">
<complexContent>
line 25 ---> <extension base="anyType">
<attribute name="type" type="string"
use="required"/>
</extension>
</complexContent>
</complexType>

-derek

Derek Atkins
<>
writes:

> I've tried commenting out various portions of the config file, all to
> no avail. I suppose I can try commenting out the "load" of the mysql
> object extension as well as the mysql configuration and see what
> happens.
>
> Note that I'm still using xerces-2.2.0; could that be part of the
> problem?
>
>> -- Scott
>
> -derek
>
> --
> Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
> Member, MIT Student Information Processing Board (SIPB)
> URL: http://web.mit.edu/warlord/ PP-ASEL-IA N1NWH
>
>
> PGP key available
>
>

--
Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
Member, MIT Student Information Processing Board (SIPB)
URL: http://web.mit.edu/warlord/ PP-ASEL-IA N1NWH


PGP key available



Archive powered by MHonArc 2.6.16.

Top of Page