shibboleth-dev - Re: LightTPD SP module
Subject: Shibboleth Developers
List archive
- From: André Cruz <>
- To:
- Subject: Re: LightTPD SP module
- Date: Thu, 04 Jan 2007 16:38:29 +0000
Hello.
I'm having a strange problem initializing the shib library... My
lighttpd module is working fine on my dev server but on another I just
tried it gives these errors:
2007-01-04 16:31:23 CRIT shibtarget.Config : plugin was not an Attribute
factory
2007-01-04 16:31:23 CRIT shibtarget.XMLApplication : plugin was not an
AAP provider
2007-01-04 16:31:24 CRIT shibtarget.XMLApplication : plugin was not a
metadata provider
Also on this same server I have an apache setup, which uses the same
config files (shibboleth.xml, AAP.xml, etc) and was linked to the same
shib library, and it starts fine.
Here is the complete startup log with the errors.
2007-01-04 16:31:23 DEBUG shibtarget.Config : added property clockSkew (180)
2007-01-04 16:31:23 DEBUG shibtarget.Config : added property logger
(/usr/local/shib-sp/etc/shibboleth/shibboleth.logger)
2007-01-04 16:31:23 DEBUG shibtarget.Config : added property
{http://www.w3.org/2001/XMLSchema-instance}schemaLocation
(urn:mace:shibboleth:target:config:1.0
/usr/local/shib-sp/share/xml/shibboleth/shibboleth-
targetconfig-1.0.xsd)
2007-01-04 16:31:23 DEBUG shibtarget.Config : added property logger
(/usr/local/shib-sp/etc/shibboleth/shibd.logger)
2007-01-04 16:31:23 DEBUG shibtarget.Config : added nested property set:
{urn:mace:shibboleth:target:config:1.0}Global
2007-01-04 16:31:23 DEBUG shibtarget.Config : added property
localRelayState (true)
2007-01-04 16:31:23 DEBUG shibtarget.Config : added property logger
(/usr/local/shib-sp/etc/shibboleth/native.logger)
2007-01-04 16:31:23 DEBUG shibtarget.Config : added nested property set:
{urn:mace:shibboleth:target:config:1.0}Local
2007-01-04 16:31:23 INFO SAML.SAMLInternalConfig : loading extension:
/usr/local/shib-sp/libexec/xmlproviders.so
2007-01-04 16:31:23 INFO SAML.SAMLInternalConfig : loaded extension:
/usr/local/shib-sp/libexec/xmlproviders.so
2007-01-04 16:31:23 DEBUG shibtarget.Config : loaded global extension
library /usr/local/shib-sp/libexec/xmlproviders.so
2007-01-04 16:31:23 INFO shibtarget.Config : building Listener of type
edu.internet2.middleware.shibboleth.sp.provider.UnixListener...
2007-01-04 16:31:23 INFO shibtarget.Config : building Attribute factory
of type
edu.internet2.middleware.shibboleth.common.provider.TargetedIDFactory...
2007-01-04 16:31:23 CRIT shibtarget.Config : plugin was not an Attribute
factory
2007-01-04 16:31:23 INFO shibtarget.Config : building Request Mapper of
type
edu.internet2.middleware.shibboleth.sp.provider.NativeRequestMapProvider...
2007-01-04 16:31:23 DEBUG shibtarget.RequestMapper : added property
applicationId (default)
2007-01-04 16:31:23 DEBUG shibtarget.RequestMapper : added property name
(andre.localhost)
2007-01-04 16:31:23 DEBUG shibtarget.RequestMapper : added property
authType (shibboleth)
2007-01-04 16:31:23 DEBUG shibtarget.RequestMapper : added property name
(login.bml)
2007-01-04 16:31:23 DEBUG shibtarget.RequestMapper : added property
requireSession (true)
2007-01-04 16:31:23 DEBUG shibtarget.RequestMapper : added property
authType (shibboleth)
2007-01-04 16:31:23 DEBUG shibtarget.RequestMapper : added property name
(create.bml)
2007-01-04 16:31:23 DEBUG shibtarget.RequestMapper : added property
requireSession (true)
2007-01-04 16:31:23 DEBUG shibtarget.RequestMapper : added property
authType (shibboleth)
2007-01-04 16:31:23 DEBUG shibtarget.RequestMapper : added property name
(index.bml)
2007-01-04 16:31:23 DEBUG shibtarget.RequestMapper : added property
requireSession (true)
2007-01-04 16:31:23 DEBUG shibtarget.RequestMapper : Added <Host>
mapping for http://andre.localhost
2007-01-04 16:31:23 DEBUG shibtarget.RequestMapper : Added <Host>
mapping for http://andre.localhost:80
2007-01-04 16:31:23 DEBUG shibtarget.RequestMapper : Added <Host>
mapping for https://andre.localhost
2007-01-04 16:31:23 DEBUG shibtarget.RequestMapper : Added <Host>
mapping for https://andre.localhost:443
2007-01-04 16:31:23 INFO shibtarget.XMLApplication : building AAP
provider of type edu.internet2.middleware.shibboleth.aap.provider.XMLAAP...
2007-01-04 16:31:23 INFO Shibboleth.ReloadableXMLFileImpl : Loaded and
parsed XML file (/usr/local/shib-sp/etc/shibboleth/AAP.xml)
2007-01-04 16:31:23 CRIT shibtarget.XMLApplication : plugin was not an
AAP provider
2007-01-04 16:31:23 INFO shibtarget.XMLApplication : building metadata
provider of type
edu.internet2.middleware.shibboleth.metadata.provider.XMLMetadata...
2007-01-04 16:31:23 INFO Shibboleth.ReloadableXMLFileImpl : Loaded and
parsed XML file (/usr/local/shib-sp/etc/shibboleth/sapo-metadata.xml)
2007-01-04 16:31:24 CRIT shibtarget.XMLApplication : plugin was not a
metadata provider
2007-01-04 16:31:24 INFO shibtarget.Config : finished loading configuration
I've spent the last hour trying to find the problem but I could not. I
already recompiled the entire library+modules and checked the config
files but found nothing...
Any clue?
Thanks,
André
Attachment:
signature.asc
Description: OpenPGP digital signature
- Re: LightTPD SP module, André Cruz, 01/02/2007
- RE: LightTPD SP module, Scott Cantor, 01/02/2007
- Re: LightTPD SP module, André Cruz, 01/03/2007
- RE: LightTPD SP module, Scott Cantor, 01/03/2007
- Re: LightTPD SP module, André Cruz, 01/03/2007
- RE: LightTPD SP module, Scott Cantor, 01/03/2007
- Re: LightTPD SP module, André Cruz, 01/04/2007
- RE: LightTPD SP module, Scott Cantor, 01/04/2007
- Re: LightTPD SP module, André Cruz, 01/04/2007
- RE: LightTPD SP module, Scott Cantor, 01/04/2007
- Re: LightTPD SP module, André Cruz, 01/04/2007
- Re: LightTPD SP module, André Cruz, 01/04/2007
- RE: LightTPD SP module, Scott Cantor, 01/03/2007
- Re: LightTPD SP module, André Cruz, 01/03/2007
- RE: LightTPD SP module, Scott Cantor, 01/03/2007
- Re: LightTPD SP module, André Cruz, 01/03/2007
- RE: LightTPD SP module, Scott Cantor, 01/02/2007
Archive powered by MHonArc 2.6.16.