Expand my Community achievements bar.

Error when loading LCDS application

Avatar

Level 2

Hi,

I'm implementing an application using LCDS 3.1 data management service together with Fiber. I got the following error occasionally during the loading of my application in browse window.

Error: DataService error. Configuration not present.

         at mx.data::Metadata/getUID()[C:\depot\DataServices\trunk\frameworks\projects\data\src\mx\data\Metadata.as:1441]

         at mx.data::ConcreteDataService/http://www.adobe.com/2006/flex/mx/internal::getItemCacheId()[C:\depot\DataServices\trunk\frameworks\projects\data\src\mx\data\ConcreteDataService.as:3621]

         at mx.data::DataList/http://www.adobe.com/2006/flex/mx/internal::processSequence()[C:\depot\DataServices\trunk\frameworks\projects\data\src\mx\data\DataList.as:2528]

         at mx.data::DataList/http://www.adobe.com/2006/flex/mx/internal::processSequenceResult()[C:\depot\DataServices\trunk\frameworks\projects\data\src\mx\data\DataList.as:2881]

         at mx.data::DataListRequestResponder/result()[C:\depot\DataServices\trunk\frameworks\projects\data\src\mx\data\DataListRequestResponder.as:103]

         at mx.rpc::AsyncRequest/acknowledge()[E:\dev\4.x\frameworks\projects\rpc\src\mx\rpc\AsyncRequest.as:84]

         at NetConnectionMessageResponder/resultHandler()[E:\dev\4.x\frameworks\projects\rpc\src\mx\messaging\channels\NetConnectionChannel.as:547]

         at mx.messaging::MessageResponder/result()[E:\dev\4.x\frameworks\projects\rpc\src\mx\messaging\MessageResponder.as:235]

After I refresh my browser to load the application once again, the error does not come up again in most of the time. Anyone knows what may be the cause?

1 Reply

Avatar

Employee

The initial communication with the server is not happening.  Review your messaging and channel configuration against any other system variables or setup that might interfere with this.