There's a comment in data/LzLoader:

LzLoader.prototype.returnData = function ( loadobj , data ){
    // Check if returnData has already been called on this
    // object. This can happen if a serverless data load timed out in
    // the LFC, but eventually returned something via the
    // LoadVars.sendAndLoad() callback.
    if (loadobj.loaded) {
        if ($debug) {
            Debug.warn("%w.returnData: %w already loaded",
                       this, loadobj);
        }
        return;
    }

What resource is the app loading? Is it possible it is getting an error or timeout?
Can the customer manually try to fetch the URL using wget or a web browser with tracing on HTTP, and see what response is being returned from the server?


On 6/2/06, Antun Karlovac <[EMAIL PROTECTED]> wrote:
I'm seeing a bug in a customer's (SOLO) application where once the
following warning is reported:

----
WARNING: «LzMediaLoader#7| «MediaLoadObj#6| <FILENAME>
(timedout)»».returnData: «MediaLoadObj#6| <FILENAME> (timedout)» already
loaded
----

When the warning(s) show up, the views that were supposed to display
runtime-loaded resources fail to attach them. All media requests appear
to fail after the error shows up.

Has anyone got any clues as to what this error means, or where it comes
from? I've searched the source code tree, and that error does not appear
in there.

Thanks,

Antun
_______________________________________________
Laszlo-dev mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-dev



--
Henry Minsky
Software Architect
[EMAIL PROTECTED]

_______________________________________________
Laszlo-dev mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-dev

Reply via email to