• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Coldfusion 10 Flash Remoting deserializing Error

Explorer ,
Nov 08, 2013 Nov 08, 2013

Copy link to clipboard

Copied

Our Coldfusion 10 Standard server ( win2008 IIS7 )  has been handling flash remoting requests from our flex app and AIR IOS, AIR Android APP sweetly for over a year until a few days ago.

We're now getting frequent errors of the type:

REMOTEOBJECT ERROR Client.Packet.Encoding Error deserializing client message. null


- when sending a VO to a coldfusion CFC as follows:

mainApp.routeRemoteCall('lessonService','recordLesson',{aLessonVO:myLesson,runIte:runIte},this)    


<cffunction name="recordLesson" access="remote" returntype="String">

<cfargument name="aLessonVO" type="appcfc.cfcs.LessonVO">

<cfargument name="runITE" type="boolean" >

etc etc

We've made no code changes on server or apps to trigger this. We've restarted server.

The errors are intermittent and distributed across users. 

Typically you get an error when you start a session of use then it resolves.

Errors are more common when more users are connected - as you always expect  - however this could indicate a scale issue.

regarding scale we would only have max 50 or so users using the apps at one time.

Could this be a scaling issue?

How does Coldfusion allocate flash remoting sessions?

Help appreciated. Thanks

Views

453

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation
Resources
Documentation