Bug 49947 - Could you please advise why the error is coming ...Error" faultString: java.lang.ArrayIndexOutOfBoundsException: 23"
Summary: Could you please advise why the error is coming ...Error" faultString: java.l...
Status: NEEDINFO
Alias: None
Product: Security - Now in JIRA
Classification: Unclassified
Component: Canonicalization (show other bugs)
Version: Java 1.4
Hardware: PC Windows XP
: P2 major
Target Milestone: ---
Assignee: XML Security Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-17 04:24 UTC by selvan
Modified: 2010-09-24 11:30 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description selvan 2010-09-17 04:24:28 UTC
AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
 faultSubcode: 
 faultString: java.lang.ArrayIndexOutOfBoundsException: 23
 faultActor: 
 faultNode: 
 faultDetail: 
	{http://xml.apache.org/axis/}stackTrace:java.lang.ArrayIndexOutOfBoundsException: 23
	at org.apache.xml.security.c14n.implementations.SymbMap.index(Unknown Source)
	at org.apache.xml.security.c14n.implementations.SymbMap.get(Unknown Source)
	at org.apache.xml.security.c14n.implementations.NameSpaceSymbTable.addMappingAndRender(Unknown Source)
	at org.apache.xml.security.c14n.implementations.Canonicalizer20010315.handleAttributesSubtree(Unknown Source)
	at org.apache.xml.security.c14n.implementations.CanonicalizerBase.canonicalizeSubTree(Unknown Source)
	at org.apache.xml.security.c14n.implementations.CanonicalizerBase.engineCanonicalizeSubTree(Unknown Source)
	at org.apache.xml.security.c14n.implementations.CanonicalizerBase.engineCanonicalizeSubTree(Unknown Source)
	at org.apache.xml.security.c14n.Canonicalizer.canonicalizeSubtree(Unknown Source)
	at org.apache.xml.security.utils.XMLUtils.outputDOM(Unknown Source)
	at org.apache.ws.axis.security.WSDoAllSender.invoke(WSDoAllSender.java:195)
	at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
	at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
	at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
	at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
	at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
	at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
	at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
	at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
	at org.apache.axis.client.Call.invoke(Call.java:2767)
	at org.apache.axis.client.Call.invoke(Call.java:2443)
	at org.apache.axis.client.Call.invoke(Call.java:2366)
	at org.apache.axis.client.Call.invoke(Call.java:1812)
	at
Comment 1 selvan 2010-09-17 05:01:55 UTC
AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
 faultSubcode: 
 faultString: java.lang.ArrayIndexOutOfBoundsException: 23
 faultActor: 
 faultNode: 
 faultDetail: 
   
{http://xml.apache.org/axis/}stackTrace:java.lang.ArrayIndexOutOfBoundsException:
23
    at org.apache.xml.security.c14n.implementations.SymbMap.index(Unknown
Source)
    at org.apache.xml.security.c14n.implementations.SymbMap.get(Unknown Source)
    at
org.apache.xml.security.c14n.implementations.NameSpaceSymbTable.addMappingAndRender(Unknown
Source)
    at
org.apache.xml.security.c14n.implementations.Canonicalizer20010315.handleAttributesSubtree(Unknown
Source)
    at
org.apache.xml.security.c14n.implementations.CanonicalizerBase.canonicalizeSubTree(Unknown
Source)
    at
org.apache.xml.security.c14n.implementations.CanonicalizerBase.engineCanonicalizeSubTree(Unknown
Source)
    at
org.apache.xml.security.c14n.implementations.CanonicalizerBase.engineCanonicalizeSubTree(Unknown
Source)
    at org.apache.xml.security.c14n.Canonicalizer.canonicalizeSubtree(Unknown
Source)
    at org.apache.xml.security.utils.XMLUtils.outputDOM(Unknown Source)
    at org.apache.ws.axis.security.WSDoAllSender.invoke(WSDoAllSender.java:195)
    at
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
    at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
    at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
    at
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
    at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
    at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
    at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
    at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
    at org.apache.axis.client.Call.invoke(Call.java:2767)
    at org.apache.axis.client.Call.invoke(Call.java:2443)
    at org.apache.axis.client.Call.invoke(Call.java:2366)
    at org.apache.axis.client.Call.invoke(Call.java:1812)
    at
Comment 2 coheigea 2010-09-23 04:40:25 UTC
Hi,

Could you supply a test-case to reproduce this problem?

Colm.
Comment 3 sean.mullan 2010-09-24 11:30:58 UTC
This looks very similar to https://issues.apache.org/bugzilla/show_bug.cgi?id=38655 which was fixed in 1.4. 

Are you sure you are using the latest release?