Unexpected timeout/disconnect

105 views
Skip to first unread message

donp

unread,
May 30, 2012, 10:18:24 AM5/30/12
to cometd-users
Simon,

I have Cometd working for a use case to push messages from the server
to a browser client. The client properly receives the messages, but
the subscription seems to stop at some arbitrary time after the
initial connection.

Specifically, our application sends regular data updates every 15
seconds from the server, indefinitely. For each update, I am
publishing a message on a ServerChannel, and the client subscription
for that channel receives the message. However, some period of time
between 6 and 15 minutes, the client stops receiving the subscription
messages, and the server is no longer sending them. It looks like the
connection is still made successfully, but no messages are being
sent. Below is the logging output:

5/30/12 08:48:00 AM EDT [DEBUG] [WebView] New value for quantum -
89225472 at index - 0 : IntegerTimeslicedValue: type: 0x101 absent:
false count: 1 start: 1338382065000 stop: 1338382080000 val: 159 min:
159 max: 159
5/30/12 08:48:00 AM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
1429531285] < {id=2, data={min=159, startTime=1338382065000, max=159,
dataPointCount=1, value=159, type=class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.IntegerMetricValue,
endTime=1338382080000}, channel=/dashboard}
5/30/12 08:48:00 AM EDT [DEBUG] [WebView] doQuantumChanged() New
metric data for quantum - 89225472
5/30/12 08:48:00 AM EDT [DEBUG] [WebView] New value for quantum -
89225472 at index - 0 : StringTimeslicedValue: type: 0x15 absent:
false count: 1 start: 1338382065000 stop: 1338382080000 val: PETDO05-
GX960
5/30/12 08:48:00 AM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
1429531285] < {id=123, successful=true, channel=/meta/connect}
5/30/12 08:48:00 AM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
1429531285] < {id=1, data={startTime=1338382065000, dataPointCount=1,
value=PETDO05-GX960, label=Custom Metric Host (Virtual)|Custom Metric
Process (Virtual)|Custom Metric Agent (Virtual)|Enterprise
Manager:Host, type=class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.StringMetricValue,
endTime=1338382080000}, channel=/dashboard}
5/30/12 08:48:00 AM EDT [DEBUG] [WebView] doQuantumChanged() New
metric data for quantum - 89225472
5/30/12 08:48:00 AM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
1429531285] > {id=124, connectionType=long-polling, channel=/meta/
connect, clientId=1hjjvimrjunbxcvpmt7iwm954} 1hjjvimrjunbxcvpmt7iwm954
- last connect 15281 ms ago
5/30/12 08:48:00 AM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
1429531285] >> {id=124, connectionType=long-polling, channel=/meta/
connect, clientId=1hjjvimrjunbxcvpmt7iwm954}
5/30/12 08:48:00 AM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
1429531285] << {id=124, successful=true, channel=/meta/connect}
5/30/12 08:48:00 AM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
1429531285] < {id=124, successful=true, channel=/meta/connect}
5/30/12 08:48:00 AM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
1429531285] > {id=125, connectionType=long-polling, channel=/meta/
connect, clientId=1hjjvimrjunbxcvpmt7iwm954} 1hjjvimrjunbxcvpmt7iwm954
- last connect 0 ms ago
5/30/12 08:48:00 AM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
1429531285] >> {id=125, connectionType=long-polling, channel=/meta/
connect, clientId=1hjjvimrjunbxcvpmt7iwm954}
5/30/12 08:48:00 AM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
1429531285] << {id=125, successful=true, channel=/meta/connect}
5/30/12 08:48:30 AM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
1429531285] < {id=125, successful=true, channel=/meta/connect}
5/30/12 08:48:30 AM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
1429531285] > {id=126, connectionType=long-polling, channel=/meta/
connect, clientId=1hjjvimrjunbxcvpmt7iwm954} 1hjjvimrjunbxcvpmt7iwm954
- last connect 30000 ms ago
5/30/12 08:48:30 AM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
1429531285] >> {id=126, connectionType=long-polling, channel=/meta/
connect, clientId=1hjjvimrjunbxcvpmt7iwm954}
5/30/12 08:48:30 AM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
1429531285] << {id=126, successful=true, channel=/meta/connect}
5/30/12 08:49:00 AM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
1429531285] < {id=126, successful=true, channel=/meta/connect}
5/30/12 08:49:00 AM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
1429531285] > {id=127, connectionType=long-polling, channel=/meta/
connect, clientId=1hjjvimrjunbxcvpmt7iwm954} 1hjjvimrjunbxcvpmt7iwm954
- last connect 30000 ms ago
5/30/12 08:49:00 AM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
1429531285] >> {id=127, connectionType=long-polling, channel=/meta/
connect, clientId=1hjjvimrjunbxcvpmt7iwm954}
5/30/12 08:49:00 AM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
1429531285] << {id=127, successful=true, channel=/meta/connect}
5/30/12 08:49:30 AM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
1429531285] < {id=127, successful=true, channel=/meta/connect}


Below is the servlet configuration, showing a 30 second timeout, which
should not be a problem given that data updates are produced every 15
seconds.

<servlet>
<servlet-name>cometd</servlet-name>
<servlet-class>org.cometd.server.CometdServlet</servlet-class>
<load-on-startup>1</load-on-startup>
<init-param>
<param-name>timeout</param-name>
<param-value>30000</param-value>
</init-param>
<init-param>
<param-name>logLevel</param-name>
<param-value>3</param-value>
</init-param>
</servlet>
<servlet-mapping>
<servlet-name>cometd</servlet-name>
<url-pattern>/cometd/*</url-pattern>
</servlet-mapping>


Can you provide any suggestions or ideas about why this apparent
timeout may be occurring, and what can be done to avoid it?

Thanks,
Don P.

Simone Bordet

unread,
May 30, 2012, 1:16:29 PM5/30/12
to cometd...@googlegroups.com
Hi,

On Wed, May 30, 2012 at 4:18 PM, donp <don...@gmail.com> wrote:
> Simon,
>
> I have Cometd working for a use case to push messages from the server
> to a browser client.  The client properly receives the messages, but
> the subscription seems to stop at some arbitrary time after the
> initial connection.
>
> Specifically, our application sends regular data updates every 15
> seconds from the server, indefinitely.  For each update, I am
> publishing a message on a ServerChannel, and the client subscription
> for that channel receives the message.  However, some period of time
> between 6 and 15 minutes, the client stops receiving the subscription
> messages, and the server is no longer sending them.  It looks like the
> connection is still made successfully, but no messages are being
> sent.  Below is the logging output:

The logs shows that CometD is working as expected.
Why your application does not send messages, I cannot tell, but to me
it seems an application problem.
Are you sure it's not your application that stops sending ?

Simon
--
http://cometd.org
http://intalio.com
http://bordet.blogspot.com
----
Finally, no matter how good the architecture and design are,
to deliver bug-free software with optimal performance and reliability,
the implementation technique must be flawless.   Victoria Livschitz

donp

unread,
May 30, 2012, 5:50:53 PM5/30/12
to cometd-users
Simon,

I think there may be a few things going on here. I made some updates
to our code, and what I see now is that the Cometd subscription/
session is timing out, even though my server is still producing data
updates. Unfortunately, there is no way to attach files, so I'm
including the log output here.

====================
SERVER LOG (note ***)

5/30/12 04:18:30 PM EDT [DEBUG] [WebView] New value for quantum -
89227274 at index - 0 : StringTimeslicedValue: type: 0x15 absent:
false count: 1 start: 1338409095000 stop: 1338409110000 val: PETDO05-
GX960
5/30/12 04:18:30 PM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
470053688] < {id=1, data={startTime=1338409095000, dataPointCount=1,
value=PETDO05-GX960, label=Custom Metric Host (Virtual)|Custom Metric
Process (Virtual)|Custom Metric Agent (Virtual)|Enterprise
Manager:Host, type=class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.StringMetricValue,
endTime=1338409110000}, channel=/dashboard}
5/30/12 04:18:30 PM EDT [DEBUG] [WebView] doQuantumChanged() New
metric data for quantum - 89227274
5/30/12 04:18:30 PM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
470053688] < {id=79, successful=true, channel=/meta/connect}
5/30/12 04:18:30 PM EDT [DEBUG] [WebView] New value for quantum -
89227274 at index - 0 : IntegerTimeslicedValue: type: 0x101 absent:
false count: 1 start: 1338409095000 stop: 1338409110000 val: 61 min:
61 max: 61
5/30/12 04:18:30 PM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
470053688] < {id=2, data={min=61, startTime=1338409095000, max=61,
dataPointCount=1, value=61, type=class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.IntegerMetricValue,
endTime=1338409110000}, channel=/dashboard}
5/30/12 04:18:30 PM EDT [DEBUG] [WebView] doQuantumChanged() New
metric data for quantum - 89227274
5/30/12 04:18:30 PM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
470053688] > {id=80, connectionType=long-polling, channel=/meta/
connect, clientId=11j2f3p3i5aaycf9yk6hmtonv4}
11j2f3p3i5aaycf9yk6hmtonv4 - last connect 14938 ms ago
5/30/12 04:18:30 PM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
470053688] >> {id=80, connectionType=long-polling, channel=/meta/
connect, clientId=11j2f3p3i5aaycf9yk6hmtonv4}
5/30/12 04:18:30 PM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
470053688] << {id=80, successful=true, channel=/meta/connect}
5/30/12 04:18:30 PM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
470053688] < {id=80, successful=true, channel=/meta/connect}
5/30/12 04:18:30 PM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
470053688] > {id=81, connectionType=long-polling, channel=/meta/
connect, clientId=11j2f3p3i5aaycf9yk6hmtonv4}
11j2f3p3i5aaycf9yk6hmtonv4 - last connect 0 ms ago
5/30/12 04:18:30 PM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
470053688] >> {id=81, connectionType=long-polling, channel=/meta/
connect, clientId=11j2f3p3i5aaycf9yk6hmtonv4}
5/30/12 04:18:30 PM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
470053688] << {id=81, successful=true, channel=/meta/connect}
5/30/12 04:18:45 PM EDT [DEBUG] [WebView] New value for quantum -
89227275 at index - 0 : StringTimeslicedValue: type: 0x15 absent:
false count: 1 start: 1338409110000 stop: 1338409125000 val: PETDO05-
GX960
5/30/12 04:18:45 PM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
470053688] < {id=1, data={startTime=1338409110000, dataPointCount=1,
value=PETDO05-GX960, label=Custom Metric Host (Virtual)|Custom Metric
Process (Virtual)|Custom Metric Agent (Virtual)|Enterprise
Manager:Host, type=class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.StringMetricValue,
endTime=1338409125000}, channel=/dashboard}
5/30/12 04:18:45 PM EDT [DEBUG] [WebView] doQuantumChanged() New
metric data for quantum - 89227275
5/30/12 04:18:45 PM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
470053688] < {id=81, successful=true, channel=/meta/connect}
5/30/12 04:18:45 PM EDT [DEBUG] [WebView] New value for quantum -
89227275 at index - 0 : IntegerTimeslicedValue: type: 0x101 absent:
false count: 1 start: 1338409110000 stop: 1338409125000 val: 63 min:
63 max: 63
5/30/12 04:18:45 PM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
470053688] < {id=2, data={min=63, startTime=1338409110000, max=63,
dataPointCount=1, value=63, type=class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.IntegerMetricValue,
endTime=1338409125000}, channel=/dashboard}
5/30/12 04:18:45 PM EDT [DEBUG] [WebView] doQuantumChanged() New
metric data for quantum - 89227275
***5/30/12 04:18:55 PM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
470053688] Removing session 11j2f3p3i5aaycf9yk6hmtonv4 - last connect
14875 ms ago, timed out: true
5/30/12 04:19:00 PM EDT [DEBUG] [WebView] New value for quantum -
89227276 at index - 0 : StringTimeslicedValue: type: 0x15 absent:
false count: 1 start: 1338409125000 stop: 1338409140000 val: PETDO05-
GX960
5/30/12 04:19:00 PM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
470053688] < {id=1, data={startTime=1338409125000, dataPointCount=1,
value=PETDO05-GX960, label=Custom Metric Host (Virtual)|Custom Metric
Process (Virtual)|Custom Metric Agent (Virtual)|Enterprise
Manager:Host, type=class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.StringMetricValue,
endTime=1338409140000}, channel=/dashboard}
5/30/12 04:19:00 PM EDT [DEBUG] [WebView] doQuantumChanged() New
metric data for quantum - 89227276
5/30/12 04:19:00 PM EDT [DEBUG] [WebView] New value for quantum -
89227276 at index - 0 : IntegerTimeslicedValue: type: 0x101 absent:
false count: 1 start: 1338409125000 stop: 1338409140000 val: 65 min:
65 max: 65
5/30/12 04:19:00 PM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
470053688] < {id=2, data={min=65, startTime=1338409125000, max=65,
dataPointCount=1, value=65, type=class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.IntegerMetricValue,
endTime=1338409140000}, channel=/dashboard}
5/30/12 04:19:00 PM EDT [DEBUG] [WebView] doQuantumChanged() New
metric data for quantum - 89227276
5/30/12 04:19:11 PM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
470053688] > {id=82, connectionType=long-polling, channel=/meta/
connect, clientId=11j2f3p3i5aaycf9yk6hmtonv4} null
5/30/12 04:19:11 PM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
470053688] >> {id=82, connectionType=long-polling, channel=/meta/
connect, clientId=11j2f3p3i5aaycf9yk6hmtonv4}
***5/30/12 04:19:11 PM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
470053688] << {id=82, error=402::Unknown client, successful=false,
advice={interval=0, reconnect=handshake}, channel=/meta/connect}
5/30/12 04:19:11 PM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
470053688] < {id=82, error=402::Unknown client, successful=false,
advice={interval=0, reconnect=handshake}, channel=/meta/connect}
5/30/12 04:19:14 PM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
470053688] > {id=84, minimumVersion=0.9,
supportedConnectionTypes=[Ljava.lang.Object;@2287fa6d,
advice={interval=0, timeout=60000}, channel=/meta/handshake,
version=1.0} null
5/30/12 04:19:14 PM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
470053688] >> {id=84, minimumVersion=0.9,
supportedConnectionTypes=[Ljava.lang.Object;@2287fa6d,
advice={interval=0, timeout=60000}, channel=/meta/handshake,
version=1.0}
5/30/12 04:19:14 PM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
470053688] << {id=84, minimumVersion=1.0,
supportedConnectionTypes=[callback-polling, long-polling],
successful=true, channel=/meta/handshake,
clientId=21huo77vs7hawhdbros102zkuf, version=1.0}
5/30/12 04:19:14 PM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
470053688] < {id=84, minimumVersion=1.0,
supportedConnectionTypes=[callback-polling, long-polling],
successful=true, channel=/meta/handshake,
clientId=21huo77vs7hawhdbros102zkuf, version=1.0}
5/30/12 04:19:14 PM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
470053688] > {id=85, connectionType=long-polling, advice={timeout=0},
channel=/meta/connect, clientId=21huo77vs7hawhdbros102zkuf}
21huo77vs7hawhdbros102zkuf - last connect 0 ms ago
5/30/12 04:19:14 PM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
470053688] >> {id=85, connectionType=long-polling, advice={timeout=0},
channel=/meta/connect, clientId=21huo77vs7hawhdbros102zkuf}
5/30/12 04:19:14 PM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
470053688] << {id=85, successful=true, advice={interval=0,
reconnect=retry, timeout=30000}, channel=/meta/connect}
5/30/12 04:19:14 PM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
470053688] < {id=85, successful=true, advice={interval=0,
reconnect=retry, timeout=30000}, channel=/meta/connect}
5/30/12 04:19:14 PM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
470053688] > {id=86, connectionType=long-polling, channel=/meta/
connect, clientId=21huo77vs7hawhdbros102zkuf}
21huo77vs7hawhdbros102zkuf - last connect 0 ms ago
5/30/12 04:19:14 PM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
470053688] >> {id=86, connectionType=long-polling, channel=/meta/
connect, clientId=21huo77vs7hawhdbros102zkuf}
5/30/12 04:19:14 PM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
470053688] << {id=86, successful=true, channel=/meta/connect}
5/30/12 04:19:15 PM EDT [DEBUG] [WebView] New value for quantum -
89227277 at index - 0 : StringTimeslicedValue: type: 0x15 absent:
false count: 1 start: 1338409140000 stop: 1338409155000 val: PETDO05-
GX960
5/30/12 04:19:15 PM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
470053688] < {id=1, data={startTime=1338409140000, dataPointCount=1,
value=PETDO05-GX960, label=Custom Metric Host (Virtual)|Custom Metric
Process (Virtual)|Custom Metric Agent (Virtual)|Enterprise
Manager:Host, type=class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.StringMetricValue,
endTime=1338409155000}, channel=/dashboard}
5/30/12 04:19:15 PM EDT [DEBUG] [WebView] doQuantumChanged() New
metric data for quantum - 89227277
5/30/12 04:19:15 PM EDT [DEBUG] [WebView] New value for quantum -
89227277 at index - 0 : IntegerTimeslicedValue: type: 0x101 absent:
false count: 1 start: 1338409140000 stop: 1338409155000 val: 67 min:
67 max: 67
5/30/12 04:19:15 PM EDT [INFO] [org.cometd.server.BayeuxServerImpl.
470053688] < {id=2, data={min=67, startTime=1338409140000, max=67,
dataPointCount=1, value=67, type=class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.IntegerMetricValue,
endTime=1338409155000}, channel=/dashboard}
5/30/12 04:19:15 PM EDT [DEBUG] [WebView] doQuantumChanged() New
metric data for quantum - 89227277
5/30/12 04:19:30 PM EDT [DEBUG] [WebView] New value for quantum -
89227278 at index - 0 : StringTimeslicedValue: type: 0x15 absent:
false count: 1 start: 1338409155000 stop: 1338409170000 val: PETDO05-
GX960
====================

Note that the first highlighted entry shows the session being removed
and timed out. After this, a connect request is made, but returns an
Error 402 UnknownClient.

A short time after this, Cometd seems to reconnect successfully, but
with a new clientId.

Also note, that after this, the server application is still producing
data updates, and has been the whole time.

====================
CLIENT LOG:

[INFO] [webview] - Wed May 30 16:09:17 EDT 2012 : received data:
{"min":78, "startTime":1338408525000, "max":78, "dataPointCount":1,
"value":78, "type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.IntegerMetricValue",
"endTime":1338408540000}
[INFO] [webview] - Wed May 30 16:09:19 EDT 2012 : received data:
{"startTime":1338408525000, "dataPointCount":1, "value":"PETDO05-
GX960", "label":"Custom Metric Host (Virtual)|Custom Metric Process
(Virtual)|Custom Metric Agent (Virtual)|Enterprise Manager:Host",
"type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.StringMetricValue",
"endTime":1338408540000}
[INFO] [webview] - Wed May 30 16:09:19 EDT 2012 : received data:
{"startTime":1338408540000, "dataPointCount":1, "value":"PETDO05-
GX960", "label":"Custom Metric Host (Virtual)|Custom Metric Process
(Virtual)|Custom Metric Agent (Virtual)|Enterprise Manager:Host",
"type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.StringMetricValue",
"endTime":1338408555000}
[INFO] [webview] - Wed May 30 16:09:19 EDT 2012 : received data:
{"min":67, "startTime":1338408540000, "max":67, "dataPointCount":1,
"value":67, "type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.IntegerMetricValue",
"endTime":1338408555000}
[INFO] [webview] - Wed May 30 16:09:30 EDT 2012 : received data:
{"startTime":1338408555000, "dataPointCount":1, "value":"PETDO05-
GX960", "label":"Custom Metric Host (Virtual)|Custom Metric Process
(Virtual)|Custom Metric Agent (Virtual)|Enterprise Manager:Host",
"type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.StringMetricValue",
"endTime":1338408570000}
[INFO] [webview] - Wed May 30 16:09:30 EDT 2012 : received data:
{"min":69, "startTime":1338408555000, "max":69, "dataPointCount":1,
"value":69, "type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.IntegerMetricValue",
"endTime":1338408570000}
[INFO] [webview] - Wed May 30 16:09:45 EDT 2012 : received data:
{"min":72, "startTime":1338408570000, "max":72, "dataPointCount":1,
"value":72, "type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.IntegerMetricValue",
"endTime":1338408585000}
[INFO] [webview] - Wed May 30 16:09:45 EDT 2012 : received data:
{"startTime":1338408570000, "dataPointCount":1, "value":"PETDO05-
GX960", "label":"Custom Metric Host (Virtual)|Custom Metric Process
(Virtual)|Custom Metric Agent (Virtual)|Enterprise Manager:Host",
"type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.StringMetricValue",
"endTime":1338408585000}
[INFO] [webview] - Wed May 30 16:10:00 EDT 2012 : received data:
{"min":74, "startTime":1338408585000, "max":74, "dataPointCount":1,
"value":74, "type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.IntegerMetricValue",
"endTime":1338408600000}
[INFO] [webview] - Wed May 30 16:10:00 EDT 2012 : received data:
{"startTime":1338408585000, "dataPointCount":1, "value":"PETDO05-
GX960", "label":"Custom Metric Host (Virtual)|Custom Metric Process
(Virtual)|Custom Metric Agent (Virtual)|Enterprise Manager:Host",
"type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.StringMetricValue",
"endTime":1338408600000}
[INFO] [webview] - Wed May 30 16:10:15 EDT 2012 : received data:
{"startTime":1338408600000, "dataPointCount":1, "value":"PETDO05-
GX960", "label":"Custom Metric Host (Virtual)|Custom Metric Process
(Virtual)|Custom Metric Agent (Virtual)|Enterprise Manager:Host",
"type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.StringMetricValue",
"endTime":1338408615000}
[INFO] [webview] - Wed May 30 16:10:15 EDT 2012 : received data:
{"min":76, "startTime":1338408600000, "max":76, "dataPointCount":1,
"value":76, "type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.IntegerMetricValue",
"endTime":1338408615000}
[INFO] [webview] - Wed May 30 16:10:30 EDT 2012 : received data:
{"min":78, "startTime":1338408615000, "max":78, "dataPointCount":1,
"value":78, "type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.IntegerMetricValue",
"endTime":1338408630000}
[INFO] [webview] - Wed May 30 16:10:30 EDT 2012 : received data:
{"startTime":1338408615000, "dataPointCount":1, "value":"PETDO05-
GX960", "label":"Custom Metric Host (Virtual)|Custom Metric Process
(Virtual)|Custom Metric Agent (Virtual)|Enterprise Manager:Host",
"type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.StringMetricValue",
"endTime":1338408630000}
[INFO] [webview] - Wed May 30 16:10:45 EDT 2012 : received data:
{"startTime":1338408630000, "dataPointCount":1, "value":"PETDO05-
GX960", "label":"Custom Metric Host (Virtual)|Custom Metric Process
(Virtual)|Custom Metric Agent (Virtual)|Enterprise Manager:Host",
"type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.StringMetricValue",
"endTime":1338408645000}
[INFO] [webview] - Wed May 30 16:10:45 EDT 2012 : received data:
{"min":80, "startTime":1338408630000, "max":80, "dataPointCount":1,
"value":80, "type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.IntegerMetricValue",
"endTime":1338408645000}
[INFO] [webview] - Wed May 30 16:11:00 EDT 2012 : received data:
{"startTime":1338408645000, "dataPointCount":1, "value":"PETDO05-
GX960", "label":"Custom Metric Host (Virtual)|Custom Metric Process
(Virtual)|Custom Metric Agent (Virtual)|Enterprise Manager:Host",
"type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.StringMetricValue",
"endTime":1338408660000}
[INFO] [webview] - Wed May 30 16:11:00 EDT 2012 : received data:
{"min":82, "startTime":1338408645000, "max":82, "dataPointCount":1,
"value":82, "type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.IntegerMetricValue",
"endTime":1338408660000}
[INFO] [webview] - Wed May 30 16:11:15 EDT 2012 : received data:
{"startTime":1338408660000, "dataPointCount":1, "value":"PETDO05-
GX960", "label":"Custom Metric Host (Virtual)|Custom Metric Process
(Virtual)|Custom Metric Agent (Virtual)|Enterprise Manager:Host",
"type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.StringMetricValue",
"endTime":1338408675000}
[INFO] [webview] - Wed May 30 16:11:15 EDT 2012 : received data:
{"min":85, "startTime":1338408660000, "max":85, "dataPointCount":1,
"value":85, "type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.IntegerMetricValue",
"endTime":1338408675000}
[INFO] [webview] - Wed May 30 16:11:30 EDT 2012 : received data:
{"startTime":1338408675000, "dataPointCount":1, "value":"PETDO05-
GX960", "label":"Custom Metric Host (Virtual)|Custom Metric Process
(Virtual)|Custom Metric Agent (Virtual)|Enterprise Manager:Host",
"type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.StringMetricValue",
"endTime":1338408690000}
[INFO] [webview] - Wed May 30 16:11:30 EDT 2012 : received data:
{"min":87, "startTime":1338408675000, "max":87, "dataPointCount":1,
"value":87, "type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.IntegerMetricValue",
"endTime":1338408690000}
[INFO] [webview] - Wed May 30 16:11:45 EDT 2012 : received data:
{"startTime":1338408690000, "dataPointCount":1, "value":"PETDO05-
GX960", "label":"Custom Metric Host (Virtual)|Custom Metric Process
(Virtual)|Custom Metric Agent (Virtual)|Enterprise Manager:Host",
"type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.StringMetricValue",
"endTime":1338408705000}
[INFO] [webview] - Wed May 30 16:11:45 EDT 2012 : received data:
{"min":60, "startTime":1338408690000, "max":60, "dataPointCount":1,
"value":60, "type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.IntegerMetricValue",
"endTime":1338408705000}
[INFO] [webview] - Wed May 30 16:12:00 EDT 2012 : received data:
{"min":62, "startTime":1338408705000, "max":62, "dataPointCount":1,
"value":62, "type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.IntegerMetricValue",
"endTime":1338408720000}
[INFO] [webview] - Wed May 30 16:12:00 EDT 2012 : received data:
{"startTime":1338408705000, "dataPointCount":1, "value":"PETDO05-
GX960", "label":"Custom Metric Host (Virtual)|Custom Metric Process
(Virtual)|Custom Metric Agent (Virtual)|Enterprise Manager:Host",
"type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.StringMetricValue",
"endTime":1338408720000}
[INFO] [webview] - Wed May 30 16:12:15 EDT 2012 : received data:
{"startTime":1338408720000, "dataPointCount":1, "value":"PETDO05-
GX960", "label":"Custom Metric Host (Virtual)|Custom Metric Process
(Virtual)|Custom Metric Agent (Virtual)|Enterprise Manager:Host",
"type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.StringMetricValue",
"endTime":1338408735000}
[INFO] [webview] - Wed May 30 16:12:15 EDT 2012 : received data:
{"min":64, "startTime":1338408720000, "max":64, "dataPointCount":1,
"value":64, "type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.IntegerMetricValue",
"endTime":1338408735000}
[INFO] [webview] - Wed May 30 16:12:30 EDT 2012 : received data:
{"startTime":1338408735000, "dataPointCount":1, "value":"PETDO05-
GX960", "label":"Custom Metric Host (Virtual)|Custom Metric Process
(Virtual)|Custom Metric Agent (Virtual)|Enterprise Manager:Host",
"type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.StringMetricValue",
"endTime":1338408750000}
[INFO] [webview] - Wed May 30 16:12:30 EDT 2012 : received data:
{"min":67, "startTime":1338408735000, "max":67, "dataPointCount":1,
"value":67, "type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.IntegerMetricValue",
"endTime":1338408750000}
[INFO] [webview] - Wed May 30 16:12:45 EDT 2012 : received data:
{"startTime":1338408750000, "dataPointCount":1, "value":"PETDO05-
GX960", "label":"Custom Metric Host (Virtual)|Custom Metric Process
(Virtual)|Custom Metric Agent (Virtual)|Enterprise Manager:Host",
"type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.StringMetricValue",
"endTime":1338408765000}
[INFO] [webview] - Wed May 30 16:12:45 EDT 2012 : received data:
{"min":69, "startTime":1338408750000, "max":69, "dataPointCount":1,
"value":69, "type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.IntegerMetricValue",
"endTime":1338408765000}
[INFO] [webview] - Wed May 30 16:13:00 EDT 2012 : received data:
{"min":71, "startTime":1338408765000, "max":71, "dataPointCount":1,
"value":71, "type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.IntegerMetricValue",
"endTime":1338408780000}
[INFO] [webview] - Wed May 30 16:13:00 EDT 2012 : received data:
{"startTime":1338408765000, "dataPointCount":1, "value":"PETDO05-
GX960", "label":"Custom Metric Host (Virtual)|Custom Metric Process
(Virtual)|Custom Metric Agent (Virtual)|Enterprise Manager:Host",
"type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.StringMetricValue",
"endTime":1338408780000}
[INFO] [webview] - Wed May 30 16:13:15 EDT 2012 : received data:
{"min":73, "startTime":1338408780000, "max":73, "dataPointCount":1,
"value":73, "type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.IntegerMetricValue",
"endTime":1338408795000}
[INFO] [webview] - Wed May 30 16:13:15 EDT 2012 : received data:
{"startTime":1338408780000, "dataPointCount":1, "value":"PETDO05-
GX960", "label":"Custom Metric Host (Virtual)|Custom Metric Process
(Virtual)|Custom Metric Agent (Virtual)|Enterprise Manager:Host",
"type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.StringMetricValue",
"endTime":1338408795000}
[INFO] [webview] - Wed May 30 16:13:30 EDT 2012 : received data:
{"startTime":1338408795000, "dataPointCount":1, "value":"PETDO05-
GX960", "label":"Custom Metric Host (Virtual)|Custom Metric Process
(Virtual)|Custom Metric Agent (Virtual)|Enterprise Manager:Host",
"type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.StringMetricValue",
"endTime":1338408810000}
[INFO] [webview] - Wed May 30 16:13:30 EDT 2012 : received data:
{"min":76, "startTime":1338408795000, "max":76, "dataPointCount":1,
"value":76, "type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.IntegerMetricValue",
"endTime":1338408810000}
[INFO] [webview] - Wed May 30 16:13:45 EDT 2012 : received data:
{"startTime":1338408810000, "dataPointCount":1, "value":"PETDO05-
GX960", "label":"Custom Metric Host (Virtual)|Custom Metric Process
(Virtual)|Custom Metric Agent (Virtual)|Enterprise Manager:Host",
"type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.StringMetricValue",
"endTime":1338408825000}
[INFO] [webview] - Wed May 30 16:13:45 EDT 2012 : received data:
{"min":78, "startTime":1338408810000, "max":78, "dataPointCount":1,
"value":78, "type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.IntegerMetricValue",
"endTime":1338408825000}
[INFO] [webview] - Wed May 30 16:14:00 EDT 2012 : received data:
{"startTime":1338408825000, "dataPointCount":1, "value":"PETDO05-
GX960", "label":"Custom Metric Host (Virtual)|Custom Metric Process
(Virtual)|Custom Metric Agent (Virtual)|Enterprise Manager:Host",
"type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.StringMetricValue",
"endTime":1338408840000}
[INFO] [webview] - Wed May 30 16:14:00 EDT 2012 : received data:
{"min":80, "startTime":1338408825000, "max":80, "dataPointCount":1,
"value":80, "type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.IntegerMetricValue",
"endTime":1338408840000}
[INFO] [webview] - Wed May 30 16:14:15 EDT 2012 : received data:
{"startTime":1338408840000, "dataPointCount":1, "value":"PETDO05-
GX960", "label":"Custom Metric Host (Virtual)|Custom Metric Process
(Virtual)|Custom Metric Agent (Virtual)|Enterprise Manager:Host",
"type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.StringMetricValue",
"endTime":1338408855000}
[INFO] [webview] - Wed May 30 16:14:15 EDT 2012 : received data:
{"min":82, "startTime":1338408840000, "max":82, "dataPointCount":1,
"value":82, "type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.IntegerMetricValue",
"endTime":1338408855000}
[INFO] [webview] - Wed May 30 16:14:30 EDT 2012 : received data:
{"startTime":1338408855000, "dataPointCount":1, "value":"PETDO05-
GX960", "label":"Custom Metric Host (Virtual)|Custom Metric Process
(Virtual)|Custom Metric Agent (Virtual)|Enterprise Manager:Host",
"type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.StringMetricValue",
"endTime":1338408870000}
[INFO] [webview] - Wed May 30 16:14:30 EDT 2012 : received data:
{"min":84, "startTime":1338408855000, "max":84, "dataPointCount":1,
"value":84, "type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.IntegerMetricValue",
"endTime":1338408870000}
[INFO] [webview] - Wed May 30 16:14:45 EDT 2012 : received data:
{"startTime":1338408870000, "dataPointCount":1, "value":"PETDO05-
GX960", "label":"Custom Metric Host (Virtual)|Custom Metric Process
(Virtual)|Custom Metric Agent (Virtual)|Enterprise Manager:Host",
"type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.StringMetricValue",
"endTime":1338408885000}
[INFO] [webview] - Wed May 30 16:14:45 EDT 2012 : received data:
{"min":87, "startTime":1338408870000, "max":87, "dataPointCount":1,
"value":87, "type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.IntegerMetricValue",
"endTime":1338408885000}
[INFO] [webview] - Wed May 30 16:15:00 EDT 2012 : received data:
{"startTime":1338408885000, "dataPointCount":1, "value":"PETDO05-
GX960", "label":"Custom Metric Host (Virtual)|Custom Metric Process
(Virtual)|Custom Metric Agent (Virtual)|Enterprise Manager:Host",
"type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.StringMetricValue",
"endTime":1338408900000}
[INFO] [webview] - Wed May 30 16:15:00 EDT 2012 : received data:
{"min":60, "startTime":1338408885000, "max":60, "dataPointCount":1,
"value":60, "type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.IntegerMetricValue",
"endTime":1338408900000}
[INFO] [webview] - Wed May 30 16:15:15 EDT 2012 : received data:
{"startTime":1338408900000, "dataPointCount":1, "value":"PETDO05-
GX960", "label":"Custom Metric Host (Virtual)|Custom Metric Process
(Virtual)|Custom Metric Agent (Virtual)|Enterprise Manager:Host",
"type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.StringMetricValue",
"endTime":1338408915000}
[INFO] [webview] - Wed May 30 16:15:15 EDT 2012 : received data:
{"min":62, "startTime":1338408900000, "max":62, "dataPointCount":1,
"value":62, "type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.IntegerMetricValue",
"endTime":1338408915000}
[INFO] [webview] - Wed May 30 16:15:30 EDT 2012 : received data:
{"min":64, "startTime":1338408915000, "max":64, "dataPointCount":1,
"value":64, "type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.IntegerMetricValue",
"endTime":1338408930000}
[INFO] [webview] - Wed May 30 16:15:30 EDT 2012 : received data:
{"startTime":1338408915000, "dataPointCount":1, "value":"PETDO05-
GX960", "label":"Custom Metric Host (Virtual)|Custom Metric Process
(Virtual)|Custom Metric Agent (Virtual)|Enterprise Manager:Host",
"type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.StringMetricValue",
"endTime":1338408930000}
[INFO] [webview] - Wed May 30 16:15:45 EDT 2012 : received data:
{"startTime":1338408930000, "dataPointCount":1, "value":"PETDO05-
GX960", "label":"Custom Metric Host (Virtual)|Custom Metric Process
(Virtual)|Custom Metric Agent (Virtual)|Enterprise Manager:Host",
"type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.StringMetricValue",
"endTime":1338408945000}
[INFO] [webview] - Wed May 30 16:15:45 EDT 2012 : received data:
{"min":67, "startTime":1338408930000, "max":67, "dataPointCount":1,
"value":67, "type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.IntegerMetricValue",
"endTime":1338408945000}
[INFO] [webview] - Wed May 30 16:16:00 EDT 2012 : received data:
{"startTime":1338408945000, "dataPointCount":1, "value":"PETDO05-
GX960", "label":"Custom Metric Host (Virtual)|Custom Metric Process
(Virtual)|Custom Metric Agent (Virtual)|Enterprise Manager:Host",
"type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.StringMetricValue",
"endTime":1338408960000}
[INFO] [webview] - Wed May 30 16:16:00 EDT 2012 : received data:
{"min":69, "startTime":1338408945000, "max":69, "dataPointCount":1,
"value":69, "type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.IntegerMetricValue",
"endTime":1338408960000}
[INFO] [webview] - Wed May 30 16:16:15 EDT 2012 : received data:
{"startTime":1338408960000, "dataPointCount":1, "value":"PETDO05-
GX960", "label":"Custom Metric Host (Virtual)|Custom Metric Process
(Virtual)|Custom Metric Agent (Virtual)|Enterprise Manager:Host",
"type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.StringMetricValue",
"endTime":1338408975000}
[INFO] [webview] - Wed May 30 16:16:15 EDT 2012 : received data:
{"min":71, "startTime":1338408960000, "max":71, "dataPointCount":1,
"value":71, "type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.IntegerMetricValue",
"endTime":1338408975000}
[INFO] [webview] - Wed May 30 16:16:30 EDT 2012 : received data:
{"startTime":1338408975000, "dataPointCount":1, "value":"PETDO05-
GX960", "label":"Custom Metric Host (Virtual)|Custom Metric Process
(Virtual)|Custom Metric Agent (Virtual)|Enterprise Manager:Host",
"type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.StringMetricValue",
"endTime":1338408990000}
[INFO] [webview] - Wed May 30 16:16:30 EDT 2012 : received data:
{"min":73, "startTime":1338408975000, "max":73, "dataPointCount":1,
"value":73, "type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.IntegerMetricValue",
"endTime":1338408990000}
[INFO] [webview] - Wed May 30 16:16:45 EDT 2012 : received data:
{"startTime":1338408990000, "dataPointCount":1, "value":"PETDO05-
GX960", "label":"Custom Metric Host (Virtual)|Custom Metric Process
(Virtual)|Custom Metric Agent (Virtual)|Enterprise Manager:Host",
"type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.StringMetricValue",
"endTime":1338409005000}
[INFO] [webview] - Wed May 30 16:16:45 EDT 2012 : received data:
{"min":75, "startTime":1338408990000, "max":75, "dataPointCount":1,
"value":75, "type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.IntegerMetricValue",
"endTime":1338409005000}
[INFO] [webview] - Wed May 30 16:17:00 EDT 2012 : received data:
{"startTime":1338409005000, "dataPointCount":1, "value":"PETDO05-
GX960", "label":"Custom Metric Host (Virtual)|Custom Metric Process
(Virtual)|Custom Metric Agent (Virtual)|Enterprise Manager:Host",
"type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.StringMetricValue",
"endTime":1338409020000}
[INFO] [webview] - Wed May 30 16:17:00 EDT 2012 : received data:
{"min":77, "startTime":1338409005000, "max":77, "dataPointCount":1,
"value":77, "type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.IntegerMetricValue",
"endTime":1338409020000}
[INFO] [webview] - Wed May 30 16:17:15 EDT 2012 : received data:
{"startTime":1338409020000, "dataPointCount":1, "value":"PETDO05-
GX960", "label":"Custom Metric Host (Virtual)|Custom Metric Process
(Virtual)|Custom Metric Agent (Virtual)|Enterprise Manager:Host",
"type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.StringMetricValue",
"endTime":1338409035000}
[INFO] [webview] - Wed May 30 16:17:15 EDT 2012 : received data:
{"min":79, "startTime":1338409020000, "max":79, "dataPointCount":1,
"value":79, "type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.IntegerMetricValue",
"endTime":1338409035000}
[INFO] [webview] - Wed May 30 16:17:30 EDT 2012 : received data:
{"startTime":1338409035000, "dataPointCount":1, "value":"PETDO05-
GX960", "label":"Custom Metric Host (Virtual)|Custom Metric Process
(Virtual)|Custom Metric Agent (Virtual)|Enterprise Manager:Host",
"type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.StringMetricValue",
"endTime":1338409050000}
[INFO] [webview] - Wed May 30 16:17:30 EDT 2012 : received data:
{"min":81, "startTime":1338409035000, "max":81, "dataPointCount":1,
"value":81, "type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.IntegerMetricValue",
"endTime":1338409050000}
[INFO] [webview] - Wed May 30 16:17:45 EDT 2012 : received data:
{"startTime":1338409050000, "dataPointCount":1, "value":"PETDO05-
GX960", "label":"Custom Metric Host (Virtual)|Custom Metric Process
(Virtual)|Custom Metric Agent (Virtual)|Enterprise Manager:Host",
"type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.StringMetricValue",
"endTime":1338409065000}
[INFO] [webview] - Wed May 30 16:17:45 EDT 2012 : received data:
{"min":84, "startTime":1338409050000, "max":84, "dataPointCount":1,
"value":84, "type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.IntegerMetricValue",
"endTime":1338409065000}
[INFO] [webview] - Wed May 30 16:18:00 EDT 2012 : received data:
{"startTime":1338409065000, "dataPointCount":1, "value":"PETDO05-
GX960", "label":"Custom Metric Host (Virtual)|Custom Metric Process
(Virtual)|Custom Metric Agent (Virtual)|Enterprise Manager:Host",
"type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.StringMetricValue",
"endTime":1338409080000}
[INFO] [webview] - Wed May 30 16:18:00 EDT 2012 : received data:
{"min":86, "startTime":1338409065000, "max":86, "dataPointCount":1,
"value":86, "type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.IntegerMetricValue",
"endTime":1338409080000}
[INFO] [webview] - Wed May 30 16:18:15 EDT 2012 : received data:
{"startTime":1338409080000, "dataPointCount":1, "value":"PETDO05-
GX960", "label":"Custom Metric Host (Virtual)|Custom Metric Process
(Virtual)|Custom Metric Agent (Virtual)|Enterprise Manager:Host",
"type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.StringMetricValue",
"endTime":1338409095000}
[INFO] [webview] - Wed May 30 16:18:15 EDT 2012 : received data:
{"min":88, "startTime":1338409080000, "max":88, "dataPointCount":1,
"value":88, "type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.IntegerMetricValue",
"endTime":1338409095000}
[INFO] [webview] - Wed May 30 16:18:30 EDT 2012 : received data:
{"startTime":1338409095000, "dataPointCount":1, "value":"PETDO05-
GX960", "label":"Custom Metric Host (Virtual)|Custom Metric Process
(Virtual)|Custom Metric Agent (Virtual)|Enterprise Manager:Host",
"type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.StringMetricValue",
"endTime":1338409110000}
[INFO] [webview] - Wed May 30 16:18:30 EDT 2012 : received data:
{"min":61, "startTime":1338409095000, "max":61, "dataPointCount":1,
"value":61, "type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.IntegerMetricValue",
"endTime":1338409110000}
***[INFO] [webview] - Wed May 30 16:18:45 EDT 2012 : received data:
{"startTime":1338409110000, "dataPointCount":1, "value":"PETDO05-
GX960", "label":"Custom Metric Host (Virtual)|Custom Metric Process
(Virtual)|Custom Metric Agent (Virtual)|Enterprise Manager:Host",
"type":"class
com.ca.apm.introscope.workstation.webapp.shared.dashboard.StringMetricValue",
"endTime":1338409125000}
[ERROR] [webview] - Uncaught exception escaped
[ERROR] [webview] - Uncaught exception escaped
[ERROR] [webview] - Remote connection lost
[INFO] [webview] - Unloading module webview (webview)
====================


In this log, note that the last subscription message received by the
client is at 16:18:45. This corresponds to the last message published
by the Cometd server before the subscription session timed out. This
seems to suggest that the subscription session terminated, although
the server application was still running and producing data updates.


Is there anything you can suggest with this?

Thanks,
Don P.
Reply all
Reply to author
Forward
0 new messages