Hi,

I'm having a problem with a shared object.. it contains basically a
coldfusion structure that holds a bunch of query reuslts and other
structure elements.

For some reason, I've started having trouble loading the shared object.

I'm using Flex Builder 3 beta 2, compiling with the 2.0.1 hot fix 3 SDK.

The specific error  is:
RangeError: Error #2006: The supplied index is out of bounds.
        at ObjectInput/readObject()
        at 
mx.collections::ArrayList/readExternal()[C:\dev\flex_201_gmc\sdk\frameworks\mx\collections\ArrayList.as:451]
        at 
mx.collections::ArrayCollection/readExternal()[C:\dev\flex_201_gmc\sdk\frameworks\mx\collections\ArrayCollection.as:130]
        at ObjectInput/readObject()
        at 
mx.utils::ObjectProxy/readExternal()[E:\dev\flex_201_borneo\sdk\frameworks\mx\utils\ObjectProxy.as:510]
        at flash.net::SharedObject$/getLocal()
        at 
views.criteria::queryTool/initQueryTool()[E:\Inetpub\flexProjects\Enquire\views\criteria\queryTool.mxml:43]
        at Enquire/initPostAuth()

The line in question is simply this:

        soListData = SharedObject.getLocal('erListData3','/');

I haven't changed my code that deals with this shared object at all in
quite some time.... I've only made a minor change to the coldfusion
code that generates the structure of data.... but when I undo those
changes, the problem is still occuring.

I'm at a loss to figure out what's going on.. does anyone have any suggestions?

Rick

-- 
Rick Root
Check out CFMBB, BlogCFM, ImageCFC, ImapCFC, CFFM, and more at
www.opensourcecf.com

Reply via email to