« Return to Thread: Re: Unhandled AMF call?

Re: Unhandled AMF call?

by Israel Derdik :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View in Thread

Zoli,

The object it seems to fail on has a bunch of strings and a Date but the field causing the trouble is:

  public FluorineFx.ASObject SaveSettings { get { return saveSettings; } set { saveSettings = value; } }

I use this object in my .net code as a Dictionary object. Are there any special guidelines that need to be followed to serialize this type of object?

I tried using both .5 and .15.

Thanks,
Israel



Hi Israel,
 
It means the deserializer failed for some reason.
Can you identify the object (or it's class layout) that was just sent (you will not be able to identify in the log the method that just was called because of the deserializer failure...could you for example check what method was called before so it may give indication about this call)?
Is this the v1.0.0.15 version?
 
Thanks,
Zoli


From: fluorine-bounces@... [mailto:fluorine-bounces@...] On Behalf Of Israel Derdik
Sent: Friday, April 24, 2009 4:00 PM
To: fluorine@...
Subject: [Fluorine] Unhandled AMF call?

Hi,

I'm seeing this in the Fluorine logs:

2009-04-24 06:32:11,167 [82] FATAL FluorineFx.FluorineGateway - Amf message was not handled. Check your log file for further information
System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: offset
   at System.Web.HttpInputStream.Seek(Int64 offset, SeekOrigin origin)
   at System.Web.HttpInputStream.set_Position(Int64 value)
   at FluorineFx.IO.AMFDeserializer.ReadBody()
   at FluorineFx.IO.AMFDeserializer.ReadAMFMessage()
   at FluorineFx.Messaging.Endpoints.Filter.DeserializationFilter.Invoke(AMFContext context)
   at FluorineFx.Messaging.Endpoints.Filter.FilterChain.InvokeFilters(AMFContext context)
   at FluorineFx.Messaging.Endpoints.AMFEndpoint.Service()
   at FluorineFx.Messaging.MessageServer.Service()
   at FluorineFx.FluorineGateway.HandleXAmfEx(HttpApplication httpApplication)

Any idea what might be causing it? What log file should I be checking for more information?

_______________________________________________
fluorine mailing list
fluorine@...
http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com
_______________________________________________
fluorine mailing list
fluorine@...
http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com

 « Return to Thread: Re: Unhandled AMF call?