Skip to Content.
Sympa Menu

mace-opensaml-users - OpenSAML SP load test

Subject: OpenSAML user discussion

List archive

OpenSAML SP load test


Chronological Thread 
  • From: "Singh, Manish" <>
  • To: <>
  • Subject: OpenSAML SP load test
  • Date: Thu, 26 Jun 2008 11:49:39 -0400

As I mentioned sometime back, we have executed a load test against the
OpenSAML code that we have in place for SP implementation.

I see below exception in log occasionally. It's not frequent but still
there are more than a few occurrence during a few hours test.
I did not see the below error while manually testing the connection.

I looked at the encrypted Assertion we are receiving (from PingIdentity)
but did not find anything alarming.

Any help in understanding the cause of below error is appreciated.

I have set maxPoolSize for BasicParserPool to 10
And createBuildersAtPoolLimit = true
setNamespaceAware = true

I am also curious to know what does "FWK005" means below.

Thanks,
Manish

Caused by: org.opensaml.ws.message.decoder.MessageDecodingException:
Encountered error parsing message into its DOM representation
at
org.opensaml.ws.message.decoder.BaseMessageDecoder.unmarshallMessage(Bas
eMessageDecoder.java:166)
at
org.opensaml.saml2.binding.decoding.HTTPPostDecoder.doDecode(HTTPPostDec
oder.java:90)
at
org.opensaml.ws.message.decoder.BaseMessageDecoder.decode(BaseMessageDec
oder.java:74)
at
org.opensaml.saml2.binding.decoding.BaseSAML2MessageDecoder.decode(BaseS
AML2MessageDecoder.java:69)
at
com.citistreet.id.sso.security.saml.opensaml.OpenSAMLProcessorSP_2_0.get
InboundMessageContext(OpenSAMLProcessorSP_2_0.java:274)
at
com.citistreet.id.sso.security.saml.opensaml.OpenSAMLProcessorSP_2_0.pro
cessSAMLResponse(OpenSAMLProcessorSP_2_0.java:156)
... 45 more
Caused by: org.opensaml.xml.parse.XMLParserException: Invalid XML
at
org.opensaml.xml.parse.BasicParserPool.parse(BasicParserPool.java:213)
at
org.opensaml.ws.message.decoder.BaseMessageDecoder.unmarshallMessage(Bas
eMessageDecoder.java:143)
... 50 more
Caused by: org.xml.sax.SAXException: FWK005 parse may not be called
while parsing.
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown
Source)
at javax.xml.parsers.DocumentBuilder.parse(Unknown Source)
at
org.opensaml.xml.parse.BasicParserPool$DocumentBuilderProxy.parse(BasicP
arserPool.java:607)
at
org.opensaml.xml.parse.BasicParserPool.parse(BasicParserPool.java:210)
... 51 more



Archive powered by MHonArc 2.6.16.

Top of Page