Brinkman, Jeremy
2009-03-27 16:07:44 UTC
I am testing with an SP and am getting errors in the idp-process.log file. The errors below appear, then my browser is placed in a loop between the IdP and the SP.
11:53:52.415 - DEBUG [edu.internet2.middleware.shibboleth.idp.profile.saml2.AttributeQueryProfileHandler:140] - Decoding message with decoder binding urn:oasis:names:tc:SAML:2.0:bindings:SOAP
11:53:52.415 - ERROR [edu.internet2.middleware.shibboleth.idp.profile.saml2.AttributeQueryProfileHandler:169] - Error decoding attribute query message
org.opensaml.ws.message.decoder.MessageDecodingException: SAML 2 message was not a request or a response
at org.opensaml.saml2.binding.decoding.BaseSAML2MessageDecoder.populateMessageIdIssueInstantIssuer(BaseSAML2MessageDecoder.java:117) [opensaml-2.2.3.jar:na]
...
11:53:52.415 - WARN [edu.internet2.middleware.shibboleth.idp.profile.AbstractSAMLProfileHandler:255] - No metadata for relying party null, treating party as anonymous
11:53:52.415 - ERROR [edu.internet2.middleware.shibboleth.common.profile.ProfileRequestDispatcherServlet:85] - Error processing profile request
java.lang.ClassCastException: org.opensaml.saml1.core.impl.RequestImpl cannot be cast to org.opensaml.saml2.core.AttributeQuery
at edu.internet2.middleware.shibboleth.idp.profile.saml2.AttributeQueryProfileHandler.populateSAMLMessageInformation(AttributeQueryProfileHandler.java:220) [shibboleth-identityprovider-2.1.2.jar:na]
...
Can anyone tell by the errors where I should start looking?
Thank you,
Jeremy Brinkman
11:53:52.415 - DEBUG [edu.internet2.middleware.shibboleth.idp.profile.saml2.AttributeQueryProfileHandler:140] - Decoding message with decoder binding urn:oasis:names:tc:SAML:2.0:bindings:SOAP
11:53:52.415 - ERROR [edu.internet2.middleware.shibboleth.idp.profile.saml2.AttributeQueryProfileHandler:169] - Error decoding attribute query message
org.opensaml.ws.message.decoder.MessageDecodingException: SAML 2 message was not a request or a response
at org.opensaml.saml2.binding.decoding.BaseSAML2MessageDecoder.populateMessageIdIssueInstantIssuer(BaseSAML2MessageDecoder.java:117) [opensaml-2.2.3.jar:na]
...
11:53:52.415 - WARN [edu.internet2.middleware.shibboleth.idp.profile.AbstractSAMLProfileHandler:255] - No metadata for relying party null, treating party as anonymous
11:53:52.415 - ERROR [edu.internet2.middleware.shibboleth.common.profile.ProfileRequestDispatcherServlet:85] - Error processing profile request
java.lang.ClassCastException: org.opensaml.saml1.core.impl.RequestImpl cannot be cast to org.opensaml.saml2.core.AttributeQuery
at edu.internet2.middleware.shibboleth.idp.profile.saml2.AttributeQueryProfileHandler.populateSAMLMessageInformation(AttributeQueryProfileHandler.java:220) [shibboleth-identityprovider-2.1.2.jar:na]
...
Can anyone tell by the errors where I should start looking?
Thank you,
Jeremy Brinkman