You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Alan Moore <am...@ciphergen.com> on 2002/08/30 20:35:37 UTC

RE: DO NOT REPLY [Bug 11706] - ArrayStoreException thrown by Ja vaUtils.convert()

You might also consider defect #11707 since it appear the deserializer is
finding the wrong object type at the wrong time... high likelyhood of being
related to this problem...

If you keep running the test #11707 should also occur - with lower
frequency.

alan

> -----Original Message-----
> From: bugzilla@apache.org [mailto:bugzilla@apache.org]
> Sent: Friday, August 30, 2002 11:25 AM
> To: axis-dev@xml.apache.org
> Subject: DO NOT REPLY [Bug 11706] - ArrayStoreException thrown by
> JavaUtils.convert()
> 
> 
> DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
> RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
> <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11706>.
> ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
> INSERTED IN THE BUG DATABASE.
> 
> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11706
> 
> ArrayStoreException thrown by JavaUtils.convert()
> 
> 
> 
> 
> 
> ------- Additional Comments From scheu@us.ibm.com  2002-08-30 
> 18:24 -------
> I am suspecting a serialization problem..notice id3 in the 
> response that you 
> sent.  It is referenced twice, and the reference in the array 
> appears to be 
> wrong.  
> 
> I also noticed the same kind of problem during my processing 
> of the your test 
> client/service.  The deserializer is blowing up in the middle 
> of an array for 
> an item that doesn't belong....the only way that I can 
> explain this is the 
> serializer generated the wrong message.
> 
> I am suspecting a problem with hash objects during multi-ref 
> serialization...
>