Page 1 of 3 123 LastLast
Results 1 to 10 of 30
  1. #1
    Member
    Join Date
    Apr 2009
    Location
    HOULI
    Posts
    1

    Cool [Help] Can't run the Demo Code on external Web Server ?

    computer_1
    -->OS="windows 2003"
    -->hostname="WebServer",
    -->IP="10.33.184.31"
    -->Web Server IIS 6.0
    I copy the 'demos/MessengerDemo/*.*' into computer_1's 'C:\Inetpub\wwwroot'
    and use IIS Manager to do the relational setting.
    Then I modified the index.html content;
    (1) pushPage.context.setDomain("");
    (2) lsEngine.connection.setLSHost("LSserver");
    (3) lsEngine.connection.setLSPort("8080");

    computer_2
    -->OS="windows 2003"
    -->hostname="LSserver"
    -->IP="10.33.184.25"
    -->Lightstreamer Server (port=8080).
    -->The Lightstreamer Server is already startup.

    When I use IE6.0 (computer_2) to browse the MessengerDemo index.html,it always pop up a javascript error message which mean that there is no previlege.

    I don't know what kind of mistakes I did, please help me to fix this problem, thanks.

  2. #2
    Power Member
    Join Date
    Jul 2006
    Location
    Cesano Maderno, Italy
    Posts
    784
    Hi,

    please check the HOW_TO_DEPLOY_ON_YOUR_WEB_SERVER.TXT file available in the Lightstreamer distribution under pages/demos/ to configure the messenger demo to run from an external web server.

    Check also the setDomain documentation and the Known Browser Issues section of the forum

    HTH

  3. #3
    Member
    Join Date
    Feb 2009
    Location
    KL
    Posts
    29
    Hi Mone,

    I'm having the similar problem as CHTSENG, I copy the entire HelloWorldSockets folder to my external web server C:\Inetpub\wwwroot folder, and done some changes on the index.htm:

    (1) pushPage.context.setDomain("");
    (2) lsEngine.connection.setLSHost("Chuan");
    (3) lsEngine.connection.setLSPort("8080");

    *Chuan is my LS server host name

    When I use IE browser to access the index.htm on the external web server, I can see that the push_page is connected to the push server with the message shown on the LS server console. Other than these, it also showing the following message:

    03.Jun.09 16:35:04,203 < INFO > Serving Request: /lightstreamer/create_session.html?LS_phase=9956&LS_requested_max _bandwidth=500&LS_polling=true&LS_polling_millis=1 0000&LS_idle_millis=30000&LS_client_version=4.3&LS _adapter=RBMS_Demo&LS_user=SD1244017664234_425& from 192.168.1.21:3854
    03.Jun.09 16:35:04,203 < WARN > Bandwidth control request ignored
    03.Jun.09 16:35:04,203 < INFO > Starting new session: Sa74f501e5970264T4021156 from 192.168.1.21:3854

    The above message keep appear and have a different value on certain variable, and it seems that it keep starting new session on the requested push page (I guess...).
    I try to push some data to the push page but both the server and push page show no response.

    Can you please give me some advice on this problem? Thank you.

  4. #4
    Power Member
    Join Date
    Jul 2006
    Location
    Cesano Maderno, Italy
    Posts
    784
    Hi Chuan,

    it seems to me that you're experiencing exactly the same problem, as you're trying to connect with lightstreamer server from a web page without using the setDomain call correctly.

    Please check the HOW_TO_DEPLOY_ON_YOUR_WEB_SERVER.TXT file available in the Lightstreamer distribution under pages/demos/, it will guide you step by step on the deploy of a lightstreamer web application on an external web server.

    HTH.

  5. #5
    Member
    Join Date
    Feb 2009
    Location
    KL
    Posts
    29
    Hi Mone,

    Thanks for your reply. I found out the problem after I have posted the question where there was a permission issue on the connection due to different domain (both push and web server having a different IP, since they were demo server and do not have a domain, I connect them using IP).

    I then moved the push server to the same host with the web server (the idea of different server in the same host), the permission issue has gone but it fails to push data to the push page. The push page was actually attached in an iFrame, when the push page has connected to the push server, I try to push some data to the push page but it shows no response, even for the push server. I check the log too (in the log folder) but it does not record anything regarding failed push data other than those connection status.

    Any idea on this situation? Thanks.

    *I can see the pushed data on the push page if I direct browse the push page, but empty if the push page is attached in the iFrame. Is that I miss any settings or did something wrong?

  6. #6
    Administrator
    Join Date
    Jul 2006
    Location
    Milan
    Posts
    1,089
    We expect no difference between a Pushpage that is recalled directly in the browser and a Pushpage that is included as an iFrame.
    Ensure that the url used to load the page is the same in both cases.

    You can check if any difference is induced on the Server side by looking at the Server log after setting the LightstreamerLogger.subscriptions and LightstreamerLogger.push categories as DEBUG in lightstreamer_log_conf.xml

  7. #7
    Member
    Join Date
    Feb 2009
    Location
    KL
    Posts
    29
    Hi DarioCrevelli,

    After I've set the LightstreamerLogger.subscriptions and LightstreamerLogger.push categories as DEBUG in lightstreamer_log_conf.xml, I see bunch of logs as below:

    RELEASING DATA --> HTTP/1.0 200 OK
    Date: Thu, 4 Jun 2009 09:07:06 GMT
    Server: Lightstreamer/3.5 build 1428.4 (Lightstreamer Push Server - www.lightstreamer.com) Moderato edition
    Content-Type: text/html; charset=iso-8859-1
    Cache-Control: no-store
    Cache-Control: no-cache
    Pragma: no-cache
    Expires: Thu, 1 Jan 1970 00:00:00 GMT
    Content-Length: 300000
    Connection: close

    <html>

    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <meta http-equiv="Cache-Control" content="no-store">
    <meta http-equiv="Cache-Control" content="no-cache">
    <meta http-equiv="Pragma" content="no-cache">
    <meta http-equiv="Expires" content="Thu, 1 Jan 1970 00:00:00 GMT">
    <title>Lightstreamer is pushing...</title>

    <script>
    var LS_window = parent;
    if (window.LS_e || window.e) {
    LS_window = window;
    }
    if (LS_window.LS_e) {
    } else {
    LS_window.LS_w = LS_window.w;
    LS_window.LS_l = LS_window.l;
    LS_window.LS_e = LS_window.e;
    LS_window.LS_s = LS_window.s;
    LS_window.LS_u = LS_window.u;
    LS_window.LS_v = LS_window.v;
    LS_window.LS_n = LS_window.onEos;
    LS_window.LS_o = LS_window.o;
    LS_window.LS_forceReload = LS_window.forceReload;
    }
    if (LS_window.LS_t) {
    LS_window.LS_t("Lightstreamer");
    }
    var phase = null;
    function setPhase(ph) {
    phase = ph;
    }

    var winPhase = {};
    function setWin(tbl, ph) {
    winPhase[tbl] = ph;
    }

    var clsd = false;
    function c(cod, ph, tbl) {
    LS_window.LS_w(cod, ph, tbl);
    }

    function error(cod, ph, tbl, msg) {
    if (tbl != null) {
    LS_window.LS_l(cod, ph, tbl, msg);
    } else {
    LS_window.LS_l(cod, phase, null, msg);
    }
    }

    function start(sID, addr, kaMs, reqLim, srv) {
    LS_window.LS_e(1, phase, sID, addr, kaMs, reqLim, srv);
    }

    function end() {
    LS_window.LS_e(4, phase);
    }

    function loop(holdMs) {
    LS_window.LS_e(2, phase, holdMs);
    }

    function retry() {
    LS_window.LS_e(3, phase);
    }

    function s0(lastTopFreq, lastSlowFact, maxBW) {
    LS_window.LS_s(phase, -1, lastTopFreq, lastSlowFact, maxBW);
    }
    function y(secs) {
    LS_window.LS_s(phase, secs);
    }

    var unchangedSignal = {};
    unchangedSignal.length = -1;
    function convert(arr, first) {
    var i;
    for (i = first; i < arr.length; i++) {
    if (arr[i] == null || arr[i] == '') arr[i] = unchangedSignal;
    else if (arr[i] == '$') arr[i] = '';
    else if (arr[i] == '#') arr[i] = null;
    else if (arr[i].charAt) {
    var f = arr[i].charAt(0);
    if (f == '$' || f == '#') arr[i] = arr[i].substring(1);
    }
    }
    return arr;
    }
    function d(tbl) {
    try { LS_window.LS_u(winPhase[tbl], convert(d.arguments, 2)); } catch(exc) {}
    }
    function z(tbl) {
    LS_window.LS_v(winPhase[tbl], convert(z.arguments, 2));
    }
    function n(tbl) {
    LS_window.LS_n(winPhase[tbl], n.arguments);
    }
    function r(tbl) {
    LS_window.LS_o(winPhase[tbl], r.arguments);
    }
    function p() {
    LS_window.LS_u(phase, p.arguments);
    }

    </script>
    </head>

    <body onload="if (! clsd) { retry(); }">
    <script>setPhase(6503);</script><script>start('Se1cd2a9d1651078aT0706204', null, 2000, 50000);</script><script>s0(0.0,1.0,-1.0);</script>
    RELEASING DATA --> <script>c(6,4,1);setWin(1,4);setWin(1,4);</script>
    INCOMING END OF SNAPSHOT NOTIFY for NewUser
    Manager: com.lightstreamer.c.fb@27982
    INCOMING DATA for NewUser --> {home=loading, teama=loading [H], teamb=loading, under=loading, score=loading, hhandicap=&nbsp;, bgcolor=white, away=loading, over=loading, sfe=<font color=white>loading</font>, command=ADD, ahandicap=loading, datetime=loading, overunder=loading, key=loading}
    Manager: com.lightstreamer.c.fb@27982
    INCOMING DATA for NewUser --> {command=DELETE, key=loading}
    Manager: com.lightstreamer.c.fb@27982
    RELEASING DATA --> <script>n(1,1,1);</script>
    RELEASING DATA --> <script>p();</script>
    RELEASING DATA --> <script>p();</script>
    RELEASING DATA --> <script>p();</script>
    RELEASING DATA --> <script>p();</script>
    RELEASING DATA --> <script>p();</script>
    RELEASING DATA --> <script>p();</script>
    RELEASING DATA --> <script>p();</script>
    RELEASING DATA --> <script>p();</script>
    RELEASING DATA --> <script>p();</script>
    RELEASING DATA --> <script>p();</script>

    I don't really understand what it means, can you please have a look on it? Thanks.

  8. #8
    Administrator
    Join Date
    Jul 2006
    Location
    Milan
    Posts
    1,089
    I expected to see more log, but the snippet clearly shows that a filtering operation was performed by the Server.
    The two updates received in fast sequence, with an ADD and a DELETE for the "loading" key, cause the deletion to be performed internally before the ADD event is sent to the client. In this case, nothing is sent at all.

    This is the correct behavior, as we consider the key information as obsolete at the time the DELETE is received. Probably, you are not using the COMMAND mode in the correct way; why should you delete the key at that point?
    Anyway, you can suppress this kind of filtering by asking the item in "unfiltered" mode, that is, by issuing setRequestedMaxFrequency("unfiltered") on the client page.

    There is no reason why the filtering should happen only when your page is loaded in an iFrame. However, this filtering behaviour is exposed to race conditions. The Server might forward the ADD event before receiving the DELETE event depending on the current load and two different page initialization sequences can explain the different outcomes.

  9. #9
    Member
    Join Date
    Feb 2009
    Location
    KL
    Posts
    29
    Hi DarioCrivelli, thanks for your reply again. I've set the setRequestedMaxFrequency("unfiltered") on the client page but it seems no different, the client page still no response. Below are the logs:

    /*
    var LS_window = parent;
    if (window.LS_e || window.e) {
    LS_window = window;
    }
    if (LS_window.LS_e) {
    } else {
    LS_window.LS_w = LS_window.w;
    LS_window.LS_l = LS_window.l;
    LS_window.LS_e = LS_window.e;
    LS_window.LS_s = LS_window.s;
    LS_window.LS_u = LS_window.u;
    LS_window.LS_v = LS_window.v;
    LS_window.LS_n = LS_window.onEos;
    LS_window.LS_o = LS_window.o;
    LS_window.LS_forceReload = LS_window.forceReload;
    }
    if (LS_window.LS_t) {
    LS_window.LS_t("Lightstreamer");
    }
    var phase = null;
    function setPhase(ph) {
    phase = ph;
    }

    var winPhase = {};
    function setWin(tbl, ph) {
    winPhase[tbl] = ph;
    }

    var clsd = false;
    function c(cod, ph, tbl) {
    LS_window.LS_w(cod, ph, tbl);
    }

    function error(cod, ph, tbl, msg) {
    if (tbl != null) {
    LS_window.LS_l(cod, ph, tbl, msg);
    } else {
    LS_window.LS_l(cod, phase, null, msg);
    }
    }

    function start(sID, addr, kaMs, reqLim, srv) {
    LS_window.LS_e(1, phase, sID, addr, kaMs, reqLim, srv);
    }

    function end() {
    LS_window.LS_e(4, phase);
    }

    function loop(holdMs) {
    LS_window.LS_e(2, phase, holdMs);
    }

    function retry() {
    LS_window.LS_e(3, phase);
    }

    function s0(lastTopFreq, lastSlowFact, maxBW) {
    LS_window.LS_s(phase, -1, lastTopFreq, lastSlowFact, maxBW);
    }
    function y(secs) {
    LS_window.LS_s(phase, secs);
    }

    var unchangedSignal = {};
    unchangedSignal.length = -1;
    function convert(arr, first) {
    var i;
    for (i = first; i < arr.length; i++) {
    if (arr[i] == null || arr[i] == '') arr[i] = unchangedSignal;
    else if (arr[i] == '$') arr[i] = '';
    else if (arr[i] == '#') arr[i] = null;
    else if (arr[i].charAt) {
    var f = arr[i].charAt(0);
    if (f == '$' || f == '#') arr[i] = arr[i].substring(1);
    }
    }
    return arr;
    }
    function d(tbl) {
    LS_window.LS_u(winPhase[tbl], convert(d.arguments, 2));
    }
    function z(tbl) {
    LS_window.LS_v(winPhase[tbl], convert(z.arguments, 2));
    }
    function n(tbl) {
    LS_window.LS_n(winPhase[tbl], n.arguments);
    }
    function r(tbl) {
    LS_window.LS_o(winPhase[tbl], r.arguments);
    }
    function p() {
    LS_window.LS_u(phase, p.arguments);
    }
    window.setPhase = setPhase;
    window.setWin = setWin;
    window.c = c;
    window.error = error;
    window.end = end;
    window.start = start;
    window.loop = loop;
    window.retry = retry;
    window.s0 = s0;
    window.y = y;
    window.convert = convert;
    window.d = d;
    window.z = z;
    window.n = n;
    window.r = r;
    window.p = p;
    window.LS_window = LS_window;
    setPhase(1502);start('S868cb962ea1c57d9T3234016', null, 30000, 50000, 'Lightstreamer HTTP Server');s0(0.0,1.0,-1.0);loop(10000);end();

    */
    09-Jun-09 10:32:34,094 |INFO |LightstreamerLogger.requests |SERVER POOLED THREAD 7 |Serving request: /lightstreamer/control.html?LS_session=S868cb962ea1c57d9T3234016& LS_window=1&LS_win_phase=4&LS_op=add&LS_req_phase= 19&LS_mode1=COMMAND&LS_id1=NewUser&LS_schema1=key% 20command%20sfe%20datetime%20score%20teama%20teamb %20hhandicap%20ahandicap%20home%20away%20overunder %20over%20under%20bgcolor&LS_snapshot1=true&LS_req uested_max_frequency1=unfiltered&LS_unique=1 from 192.168.1.6:1447
    09-Jun-09 10:32:34,109 |INFO |LightstreamerLogger.requests |SERVER POOLED THREAD 7 |Controlling session: S868cb962ea1c57d9T3234016 from 192.168.1.6:1447
    09-Jun-09 10:32:34,125 |INFO |LightstreamerLogger.requests |SERVER POOLED THREAD 9 |Serving request: /lightstreamer/STREAMING_IN_PROGRESS?LS_session=S868cb962ea1c57d9 T3234016&LS_phase=1503& from 192.168.1.6:1448
    09-Jun-09 10:32:34,141 |TRACE|LightstreamerLogger.subscriptions|SERVER POOLED THREAD 7 |Subscribing item NewUser on RBMS_Demo.DEFAULT
    09-Jun-09 10:32:34,141 |DEBUG|LightstreamerLogger.subscriptions|SERVER POOLED THREAD 7 |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:32:34,156 |INFO |LightstreamerLogger.requests |SERVER POOLED THREAD 9 |Attaching session: S868cb962ea1c57d9T3234016 from 192.168.1.6:1448
    09-Jun-09 10:32:34,156 |TRACE|LightstreamerLogger.push |SERVER POOLED THREAD 9 |RELEASING DATA --> HTTP/1.0 200 OK
    Date: Tue, 9 Jun 2009 02:32:34 GMT
    Server: Lightstreamer/3.5 build 1428.4 (Lightstreamer Push Server - www.lightstreamer.com) Moderato edition
    Content-Type: text/html; charset=iso-8859-1
    Cache-Control: no-store
    Cache-Control: no-cache
    Pragma: no-cache
    Expires: Thu, 1 Jan 1970 00:00:00 GMT
    Content-Length: 300000
    Connection: close

    <!--
    -- LIGHTSTREAMER
    -- Live Web Content Delivery
    --
    -- www.lightstreamer.com - info@lightstreamer.com
    --
    -- Copyright (c) 2004-2008 Weswit s.r.l. All Rights Reserved.
    -->

    <html>

    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <meta http-equiv="Cache-Control" content="no-store">
    <meta http-equiv="Cache-Control" content="no-cache">
    <meta http-equiv="Pragma" content="no-cache">
    <meta http-equiv="Expires" content="Thu, 1 Jan 1970 00:00:00 GMT">
    <title>Lightstreamer is pushing...</title>

    <script>
    var LS_window = parent;
    if (window.LS_e || window.e) {
    LS_window = window;
    }
    if (LS_window.LS_e) {
    } else {
    LS_window.LS_w = LS_window.w;
    LS_window.LS_l = LS_window.l;
    LS_window.LS_e = LS_window.e;
    LS_window.LS_s = LS_window.s;
    LS_window.LS_u = LS_window.u;
    LS_window.LS_v = LS_window.v;
    LS_window.LS_n = LS_window.onEos;
    LS_window.LS_o = LS_window.o;
    LS_window.LS_forceReload = LS_window.forceReload;
    }
    if (LS_window.LS_t) {
    LS_window.LS_t("Lightstreamer");
    }
    var phase = null;
    function setPhase(ph) {
    phase = ph;
    }

    var winPhase = {};
    function setWin(tbl, ph) {
    winPhase[tbl] = ph;
    }

    var clsd = false;
    function c(cod, ph, tbl) {
    LS_window.LS_w(cod, ph, tbl);
    }

    function error(cod, ph, tbl, msg) {
    if (tbl != null) {
    LS_window.LS_l(cod, ph, tbl, msg);
    } else {
    LS_window.LS_l(cod, phase, null, msg);
    }
    }

    function start(sID, addr, kaMs, reqLim, srv) {
    LS_window.LS_e(1, phase, sID, addr, kaMs, reqLim, srv);
    }

    function end() {
    LS_window.LS_e(4, phase);
    }

    function loop(holdMs) {
    LS_window.LS_e(2, phase, holdMs);
    }

    function retry() {
    LS_window.LS_e(3, phase);
    }

    function s0(lastTopFreq, lastSlowFact, maxBW) {
    LS_window.LS_s(phase, -1, lastTopFreq, lastSlowFact, maxBW);
    }
    function y(secs) {
    LS_window.LS_s(phase, secs);
    }

    var unchangedSignal = {};
    unchangedSignal.length = -1;
    function convert(arr, first) {
    var i;
    for (i = first; i < arr.length; i++) {
    if (arr[i] == null || arr[i] == '') arr[i] = unchangedSignal;
    else if (arr[i] == '$') arr[i] = '';
    else if (arr[i] == '#') arr[i] = null;
    else if (arr[i].charAt) {
    var f = arr[i].charAt(0);
    if (f == '$' || f == '#') arr[i] = arr[i].substring(1);
    }
    }
    return arr;
    }
    function d(tbl) {
    try { LS_window.LS_u(winPhase[tbl], convert(d.arguments, 2)); } catch(exc) {}
    }
    function z(tbl) {
    LS_window.LS_v(winPhase[tbl], convert(z.arguments, 2));
    }
    function n(tbl) {
    LS_window.LS_n(winPhase[tbl], n.arguments);
    }
    function r(tbl) {
    LS_window.LS_o(winPhase[tbl], r.arguments);
    }
    function p() {
    LS_window.LS_u(phase, p.arguments);
    }

    </script>
    </head>

    <body onload="if (! clsd) { retry(); }">
    <script>setPhase(1503);</script><script>start('S868cb962ea1c57d9T3234016', null, 2000, 50000);</script><script>s0(0.0,1.0,-1.0);</script>
    09-Jun-09 10:32:34,172 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING END OF SNAPSHOT NOTIFY for NewUser
    09-Jun-09 10:32:34,172 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:32:34,172 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {home=loading, teama=loading [H], teamb=loading, under=loading, score=loading, hhandicap=&nbsp;, bgcolor=white, away=loading, over=loading, sfe=<font color=white>loading</font>, command=ADD, ahandicap=loading, datetime=loading, overunder=loading, key=loading}
    09-Jun-09 10:32:34,188 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:32:34,188 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>c(6,4,1);setWin(1,4);setWin(1,4);</script>
    09-Jun-09 10:32:34,391 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"loading","ADD","\u003Cfont color=white>loading\u003C/font>","loading","loading","loading [H]","loading","&nbsp;","loading","loading","loading" ,"loading","loading","loading","white");</script>
    09-Jun-09 10:32:36,172 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {command=DELETE, key=loading}
    09-Jun-09 10:32:36,172 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:32:36,172 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"","DELETE","#","#","#","#","#","# ","#","#","#","#","#","#","#");</script>
    09-Jun-09 10:32:38,172 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>p();</script>
    09-Jun-09 10:32:40,172 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>p();</script>
    09-Jun-09 10:32:42,172 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>p();</script>
    09-Jun-09 10:32:42,969 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {home=<b><a href='#' style='text-decoration:none'>2.030</a></b>, teama=Adelaide United FC [H], teamb=New Zealand Knights FC, under=<b><a href='#' style='text-decoration:none'>1.710</a></b>, score=2 : 1, hhandicap=5, bgcolor=#1BA578, away=<b><a href='#' style='text-decoration:none'>1.850</a></b>, over=<b><a href='#' style='text-decoration:none'>2.150</a></b>, sfe=<font color=#FFFFFF>AUS LA</font>, command=ADD, ahandicap=&nbsp;, datetime=27-05-09<br />08:00, overunder=5.5, key=301813}
    09-Jun-09 10:32:42,969 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:32:42,969 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>y(8);</script><script>d(1,1,1,"301813","ADD","\u003Cfont color=#FFFFFF>AUS LA\u003C/font>","27-05-09\u003Cbr />08:00","2 : 1","Adelaide United FC [H]","New Zealand Knights FC","5","&nbsp;","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.030\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.850\u003C/a>\u003C/b>","5.5","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.150\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.710\u003C/a>\u003C/b>","##1BA578");</script>
    09-Jun-09 10:32:44,969 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>p();</script>
    09-Jun-09 10:32:44,969 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {home=<b><a href='#' style='text-decoration:none'>2.260</a></b>, teama=Indonesia [H], teamb=Australia, under=<b><a href='#' style='text-decoration:none'>1.830</a></b>, score=2 : 2, hhandicap=&nbsp;, bgcolor=#D5DBEE, away=<b><a href='#' style='text-decoration:none'>1.620</a></b>, over=<b><a href='#' style='text-decoration:none'>2.030</a></b>, sfe=<font color=#000000>ABC</font>, command=ADD, ahandicap=4/4.5, datetime=27-05-09<br />08:00, overunder=4.5/5, key=301815}
    09-Jun-09 10:32:44,969 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:32:44,969 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"301815","","\u003Cfont color=#000000>ABC\u003C/font>","","2 : 2","Indonesia [H]","Australia","&nbsp;","4/4.5","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.260\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.620\u003C/a>\u003C/b>","4.5/5","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.030\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.830\u003C/a>\u003C/b>","##D5DBEE");</script>
    09-Jun-09 10:32:46,969 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>p();</script>
    09-Jun-09 10:32:48,969 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>p();</script>
    09-Jun-09 10:32:49,000 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {over=<b><a href='#' style='text-decoration:none'>1.990</a></b>, under=<b><a href='#' style='text-decoration:none'>1.870</a></b>, command=UPDATE, overunder=1.5/2, key=301815}
    09-Jun-09 10:32:50,734 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:32:50,750 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>y(16);</script><script>d(1,1,1,"","UPDATE","","","","","", "","","","","1.5/2","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.990\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.870\u003C/a>\u003C/b>","");</script>
    09-Jun-09 10:32:51,000 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {over=<b><a href='#' style='text-decoration:none'>1.930</a></b>, under=<b><a href='#' style='text-decoration:none'>1.930</a></b>, command=UPDATE, overunder=1.5/2, key=301815}
    09-Jun-09 10:32:51,000 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:32:51,734 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," ","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.930\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.930\u003C/a>\u003C/b>","");</script>
    09-Jun-09 10:32:53,000 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {home=<b><a href='#' style='text-decoration:none'>2.020</a></b>, away=<b><a href='#' style='text-decoration:none'>1.860</a></b>, command=UPDATE, hhandicap=&nbsp;, ahandicap=1/1.5, key=301815}
    09-Jun-09 10:32:53,000 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:32:53,000 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","1/1.5","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.020\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.860\u003C/a>\u003C/b>","","","","");</script>
    09-Jun-09 10:32:55,000 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {command=DELETE, key=301813}
    09-Jun-09 10:32:55,000 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:32:55,000 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"301813","DELETE","#","#","#","#", "#","#","#","#","#","#","#","#","#");</script>
    09-Jun-09 10:32:57,000 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>p();</script>
    09-Jun-09 10:34:13,188 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {over=<b><a href='#' style='text-decoration:none'>2.030</a></b>, under=<b><a href='#' style='text-decoration:none'>1.830</a></b>, command=UPDATE, overunder=4.5/5, key=301815}
    09-Jun-09 10:34:13,188 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:13,188 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {home=<b><a href='#' style='text-decoration:none'>2.260</a></b>, away=<b><a href='#' style='text-decoration:none'>1.620</a></b>, command=UPDATE, hhandicap=&nbsp;, ahandicap=4/4.5, key=301815}
    09-Jun-09 10:34:13,188 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:13,188 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {over=<b><a href='#' style='text-decoration:none'>2.030</a></b>, under=<b><a href='#' style='text-decoration:none'>1.830</a></b>, command=UPDATE, overunder=4.5/5, key=301815}
    09-Jun-09 10:34:13,188 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:14,172 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","4/4.5","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.260\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.620\u003C/a>\u003C/b>","","","","");</script>
    09-Jun-09 10:34:15,078 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {home=&nbsp;, away=&nbsp;, command=UPDATE, hhandicap=&nbsp;, ahandicap=&nbsp;, key=301813}
    09-Jun-09 10:34:15,359 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:15,172 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," 4.5/5","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.030\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.830\u003C/a>\u003C/b>","");</script>
    09-Jun-09 10:34:15,359 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {over=&nbsp;, under=&nbsp;, command=UPDATE, overunder=&nbsp;, key=301813}
    09-Jun-09 10:34:15,359 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:16,172 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," 3/3.5","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.950\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.910\u003C/a>\u003C/b>","");</script>
    09-Jun-09 10:34:17,078 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {home=<b><a href='#' style='text-decoration:none'>2.110</a></b>, away=<b><a href='#' style='text-decoration:none'>1.770</a></b>, command=UPDATE, hhandicap=4/4.5, ahandicap=&nbsp;, key=301813}
    09-Jun-09 10:34:17,078 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:17,172 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," ","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.940\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.920\u003C/a>\u003C/b>","");</script>
    09-Jun-09 10:34:18,172 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," ","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.960\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.900\u003C/a>\u003C/b>","");</script>
    09-Jun-09 10:34:19,094 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {home=<b><a href='#' style='text-decoration:none'>2.030</a></b>, away=<b><a href='#' style='text-decoration:none'>1.850</a></b>, command=UPDATE, hhandicap=5, ahandicap=&nbsp;, key=301813}
    09-Jun-09 10:34:19,094 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:19,094 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {over=<b><a href='#' style='text-decoration:none'>2.150</a></b>, under=<b><a href='#' style='text-decoration:none'>1.710</a></b>, command=UPDATE, overunder=5.5, key=301813}
    09-Jun-09 10:34:19,094 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:19,172 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," ","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.950\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.913\u003C/a>\u003C/b>","");</script>
    09-Jun-09 10:34:20,172 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","&nbsp;"," &nbsp;","&nbsp;","","","","");</script>
    09-Jun-09 10:34:21,094 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {over=<b><a href='#' style='text-decoration:none'>2.110</a></b>, under=<b><a href='#' style='text-decoration:none'>1.750</a></b>, command=UPDATE, overunder=4.5, key=301813}
    09-Jun-09 10:34:21,094 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:21,172 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," &nbsp;","&nbsp;","&nbsp;","");</script>
    09-Jun-09 10:34:22,172 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," ","","","");</script>
    09-Jun-09 10:34:23,094 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {over=<b><a href='#' style='text-decoration:none'>2.130</a></b>, under=<b><a href='#' style='text-decoration:none'>1.730</a></b>, command=UPDATE, overunder=4.5, key=301813}
    09-Jun-09 10:34:25,781 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:23,172 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","4/4.5","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.230\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.650\u003C/a>\u003C/b>","","","","");</script>
    09-Jun-09 10:34:25,781 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {over=<b><a href='#' style='text-decoration:none'>2.150</a></b>, under=<b><a href='#' style='text-decoration:none'>1.710</a></b>, command=UPDATE, overunder=4.5, key=301813}
    09-Jun-09 10:34:25,781 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:25,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," 4.5/5","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.030\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.830\u003C/a>\u003C/b>","");</script>
    09-Jun-09 10:34:26,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","\u003C b>\u003Ca href='#' style='text-decoration:none'>2.260\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.620\u003C/a>\u003C/b>","","","","");</script>
    09-Jun-09 10:34:27,094 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {over=<b><a href='#' style='text-decoration:none'>2.120</a></b>, under=<b><a href='#' style='text-decoration:none'>1.740</a></b>, command=UPDATE, overunder=4.5, key=301813}
    09-Jun-09 10:34:27,094 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:27,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>y(113);</script><script>d(1,1,1,"","","","","","","","","", "","","","","","");</script>
    09-Jun-09 10:34:28,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"301813","","\u003Cfont color=#FFFFFF>AUS LA\u003C/font>","","2 : 3","Adelaide United FC [H]","New Zealand Knights FC","","&nbsp;","&nbsp;","&nbsp;","3.5/4","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.120\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.740\u003C/a>\u003C/b>","##1BA578");</script>
    09-Jun-09 10:34:29,094 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {over=<b><a href='#' style='text-decoration:none'>2.150</a></b>, under=<b><a href='#' style='text-decoration:none'>1.710</a></b>, command=UPDATE, overunder=4.5, key=301813}
    09-Jun-09 10:34:29,094 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:29,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," &nbsp;","&nbsp;","&nbsp;","");</script>
    09-Jun-09 10:34:30,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","4/4.5","","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.110\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.770\u003C/a>\u003C/b>","","","","");</script>
    09-Jun-09 10:34:31,094 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {home=&nbsp;, away=&nbsp;, command=UPDATE, hhandicap=&nbsp;, ahandicap=&nbsp;, key=301813}
    09-Jun-09 10:34:31,094 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:31,094 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {over=&nbsp;, under=&nbsp;, command=UPDATE, overunder=&nbsp;, key=301813}
    09-Jun-09 10:34:31,094 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:31,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","5","","\u003 Cb>\u003Ca href='#' style='text-decoration:none'>2.030\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.850\u003C/a>\u003C/b>","","","","");</script>
    09-Jun-09 10:34:32,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," 5.5","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.150\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.710\u003C/a>\u003C/b>","");</script>
    09-Jun-09 10:34:33,094 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {home=<b><a href='#' style='text-decoration:none'>2.030</a></b>, away=<b><a href='#' style='text-decoration:none'>1.850</a></b>, command=UPDATE, hhandicap=5, ahandicap=&nbsp;, key=301813}
    09-Jun-09 10:34:33,094 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:33,109 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {over=<b><a href='#' style='text-decoration:none'>2.150</a></b>, under=<b><a href='#' style='text-decoration:none'>1.710</a></b>, command=UPDATE, overunder=5.5, key=301813}
    09-Jun-09 10:34:33,109 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:33,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," 4.5","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.110\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.750\u003C/a>\u003C/b>","");</script>
    09-Jun-09 10:34:34,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," ","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.130\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.730\u003C/a>\u003C/b>","");</script>
    09-Jun-09 10:34:35,109 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {home=<b><a href='#' style='text-decoration:none'>2.110</a></b>, away=<b><a href='#' style='text-decoration:none'>1.770</a></b>, command=UPDATE, hhandicap=5, ahandicap=&nbsp;, key=301813}
    09-Jun-09 10:34:35,109 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:35,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," ","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.150\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.710\u003C/a>\u003C/b>","");</script>
    09-Jun-09 10:34:36,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," ","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.120\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.740\u003C/a>\u003C/b>","");</script>
    09-Jun-09 10:34:37,109 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {over=<b><a href='#' style='text-decoration:none'>2.120</a></b>, under=<b><a href='#' style='text-decoration:none'>1.740</a></b>, command=UPDATE, overunder=5.5, key=301813}
    09-Jun-09 10:34:37,109 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:37,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," ","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.150\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.710\u003C/a>\u003C/b>","");</script>
    09-Jun-09 10:34:38,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","&nbsp;",""," &nbsp;","&nbsp;","","","","");</script>
    09-Jun-09 10:34:39,109 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {home=&nbsp;, away=&nbsp;, command=UPDATE, hhandicap=&nbsp;, ahandicap=&nbsp;, key=301813}
    09-Jun-09 10:34:39,109 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:39,109 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {over=&nbsp;, under=&nbsp;, command=UPDATE, overunder=&nbsp;, key=301813}
    09-Jun-09 10:34:39,109 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:39,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," &nbsp;","&nbsp;","&nbsp;","");</script>
    09-Jun-09 10:34:40,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","5","","\u003 Cb>\u003Ca href='#' style='text-decoration:none'>2.030\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.850\u003C/a>\u003C/b>","","","","");</script>
    09-Jun-09 10:34:41,109 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {command=DELETE, key=301813}
    09-Jun-09 10:34:41,109 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:41,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," 5.5","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.150\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.710\u003C/a>\u003C/b>","");</script>
    09-Jun-09 10:34:42,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>y(128);</script><script>d(1,1,1,"","","","","","","","","", "\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.110\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.770\u003C/a>\u003C/b>","","","","");</script>
    09-Jun-09 10:34:43,109 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {home=<b><a href='#' style='text-decoration:none'>2.030</a></b>, teama=Adelaide United FC [H], teamb=New Zealand Knights FC, under=<b><a href='#' style='text-decoration:none'>1.710</a></b>, score=2 : 1, hhandicap=5, bgcolor=#1BA578, away=<b><a href='#' style='text-decoration:none'>1.850</a></b>, over=<b><a href='#' style='text-decoration:none'>2.150</a></b>, sfe=<font color=#FFFFFF>AUS LA</font>, command=UPDATE, ahandicap=&nbsp;, datetime=27-05-09<br />08:00, overunder=5.5, key=301813}
    09-Jun-09 10:34:43,109 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:43,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," ","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.120\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.740\u003C/a>\u003C/b>","");</script>
    09-Jun-09 10:34:44,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","&nbsp;",""," &nbsp;","&nbsp;","","","","");</script>
    09-Jun-09 10:34:45,109 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {home=&nbsp;, away=&nbsp;, command=UPDATE, hhandicap=&nbsp;, ahandicap=&nbsp;, key=301813}
    09-Jun-09 10:34:45,109 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:45,109 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {over=&nbsp;, under=&nbsp;, command=UPDATE, overunder=&nbsp;, key=301813}
    09-Jun-09 10:34:45,109 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:45,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," &nbsp;","&nbsp;","&nbsp;","");</script>
    09-Jun-09 10:34:46,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"","DELETE","#","#","#","#","#","# ","#","#","#","#","#","#","#");</script>
    09-Jun-09 10:34:47,109 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {home=<b><a href='#' style='text-decoration:none'>2.030</a></b>, away=<b><a href='#' style='text-decoration:none'>1.850</a></b>, command=UPDATE, hhandicap=5, ahandicap=&nbsp;, key=301813}
    09-Jun-09 10:34:47,109 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:47,109 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {over=<b><a href='#' style='text-decoration:none'>2.150</a></b>, under=<b><a href='#' style='text-decoration:none'>1.710</a></b>, command=UPDATE, overunder=5.5, key=301813}
    09-Jun-09 10:34:47,125 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:47,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"","UPDATE","\u003Cfont color=#FFFFFF>AUS LA\u003C/font>","27-05-09\u003Cbr />08:00","2 : 1","Adelaide United FC [H]","New Zealand Knights FC","5","&nbsp;","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.030\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.850\u003C/a>\u003C/b>","5.5","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.150\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.710\u003C/a>\u003C/b>","##1BA578");</script>
    09-Jun-09 10:34:48,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","&nbsp;",""," &nbsp;","&nbsp;","","","","");</script>
    09-Jun-09 10:34:49,109 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {over=<b><a href='#' style='text-decoration:none'>2.040</a></b>, under=<b><a href='#' style='text-decoration:none'>1.820</a></b>, command=UPDATE, overunder=4.5/5, key=301815}
    09-Jun-09 10:34:49,125 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:49,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," &nbsp;","&nbsp;","&nbsp;","");</script>
    09-Jun-09 10:34:50,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","5","","\u003 Cb>\u003Ca href='#' style='text-decoration:none'>2.030\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.850\u003C/a>\u003C/b>","","","","");</script>
    09-Jun-09 10:34:51,109 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {over=<b><a href='#' style='text-decoration:none'>2.050</a></b>, under=<b><a href='#' style='text-decoration:none'>1.810</a></b>, command=UPDATE, overunder=4.5/5, key=301815}
    09-Jun-09 10:34:51,125 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:51,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," 5.5","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.150\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.710\u003C/a>\u003C/b>","");</script>
    09-Jun-09 10:34:52,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"301815","","\u003Cfont color=#000000>ABC\u003C/font>","","2 : 2","Indonesia [H]","Australia","&nbsp;","4/4.5","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.260\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.620\u003C/a>\u003C/b>","4.5/5","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.040\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.820\u003C/a>\u003C/b>","##D5DBEE");</script>
    09-Jun-09 10:34:53,109 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {over=<b><a href='#' style='text-decoration:none'>2.030</a></b>, under=<b><a href='#' style='text-decoration:none'>1.830</a></b>, command=UPDATE, overunder=4.5/5, key=301815}
    09-Jun-09 10:34:53,125 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:53,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," ","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.050\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.810\u003C/a>\u003C/b>","");</script>
    09-Jun-09 10:34:54,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," ","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.030\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.830\u003C/a>\u003C/b>","");</script>
    09-Jun-09 10:34:55,109 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {home=<b><a href='#' style='text-decoration:none'>2.260</a></b>, away=<b><a href='#' style='text-decoration:none'>1.620</a></b>, command=UPDATE, hhandicap=&nbsp;, ahandicap=4/4.5, key=301815}
    09-Jun-09 10:34:55,125 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:55,781 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>d(1,1,1,"","","","","","","","","","",""," ","","","");</script>
    09-Jun-09 10:34:57,109 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {over=<b><a href='#' style='text-decoration:none'>2.160</a></b>, under=<b><a href='#' style='text-decoration:none'>1.700</a></b>, command=UPDATE, overunder=5.5, key=301813}
    09-Jun-09 10:34:57,125 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:57,125 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>d(1,1,1,"301813","","\u003Cfont color=#FFFFFF>AUS LA\u003C/font>","","2 : 1","Adelaide United FC [H]","New Zealand Knights FC","5","&nbsp;","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.030\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.850\u003C/a>\u003C/b>","5.5","\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.160\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.700\u003C/a>\u003C/b>","##1BA578");</script>
    09-Jun-09 10:34:59,109 |TRACE|LightstreamerLogger.subscriptions|#1 Notify Receiver |INCOMING DATA for NewUser --> {home=<b><a href='#' style='text-decoration:none'>2.010</a></b>, away=<b><a href='#' style='text-decoration:none'>1.870</a></b>, command=UPDATE, hhandicap=5, ahandicap=&nbsp;, key=301813}
    09-Jun-09 10:34:59,125 |DEBUG|LightstreamerLogger.subscriptions|#1 Notify Receiver |Manager: com.lightstreamer.c.fb@18e4327
    09-Jun-09 10:34:59,125 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>y(144);</script><script>d(1,1,1,"","","","","","","","","", "\u003Cb>\u003Ca href='#' style='text-decoration:none'>2.010\u003C/a>\u003C/b>","\u003Cb>\u003Ca href='#' style='text-decoration:none'>1.870\u003C/a>\u003C/b>","","","","");</script>
    09-Jun-09 10:35:01,125 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>p();</script>
    09-Jun-09 10:35:03,125 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>p();</script>
    09-Jun-09 10:35:05,125 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>p();</script>
    09-Jun-09 10:35:08,656 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>p();</script>
    09-Jun-09 10:35:10,922 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 2 |RELEASING DATA --> <script>p();</script>
    09-Jun-09 10:35:13,219 |TRACE|LightstreamerLogger.push |PUMP POOLED THREAD 1 |RELEASING DATA --> <script>p();</script>


    And 1 thing that I noticed is when I open the client page by direct browsing from the browser, the push server immediately receive the client subscriptions signal; but when I browsing the client page in an iframe, it took a while to connect to the server (I guess..) by viewing the push server console. Please correct me if I'm wrong.

  10. #10
    Administrator
    Join Date
    Jul 2006
    Location
    Milan
    Posts
    1,089
    With respect to the previous log, the "unfiltered" mode has caused the Server to send data to the client, as the "RELEASING DATA" lines show.
    Did you see all those data in the direct loading case and none of them in the iFrame case?

    However, the reported log contains a few anomalies in the events sent that we can't manage to replicate.
    Is it a full log or is it a compound of various log snippets?
    Is it possible that your Data Adapter reuses the Maps it sends through "update" or "smartUpdate"? (this is not supported)

    While the Server output is unclear, it is difficult to understand the effect of using an iFrame on the client side.
    Anyway, may you please show us the two Server logs in the two scenarios for a comparison?

 

 

Similar Threads

  1. How to deploy on an external Web Server?
    By AndyKelly in forum Client SDKs
    Replies: 1
    Last Post: July 7th, 2010, 11:50 AM
  2. How to deploy on an external Web Server?
    By AndyKelly in forum Adapter SDKs
    Replies: 0
    Last Post: July 6th, 2010, 11:34 AM
  3. Interaction demo source code
    By sarbao in forum General
    Replies: 1
    Last Post: April 16th, 2009, 09:59 AM
  4. Replies: 4
    Last Post: March 19th, 2008, 11:10 AM
  5. Replies: 1
    Last Post: November 5th, 2007, 02:36 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT +1. The time now is 08:12 AM.