Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-18141] LiveView reporting constant handled exceptions to APM

GitHub Issuen/a
TypeBug
PriorityNone
StatusClosed
ResolutionFixed
Resolution Date2020-05-19T15:20:13.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsLiveView
Labelsn/a
ReporterAlan Leard
AssigneeBruce Wayne
Created2014-12-05T18:51:34.000+0000
Updated2020-05-19T15:20:13.000+0000

Description

When LiveView disconnects from the server it starts throwing exception after exception. We are currently capturing all of these exceptions which pollutes the Performance Management results for that application. We either need to recognize that it is a LiveView error and not capture it OR we need LiveView to not fire off a bunch of errors when it gets disconnected. Not to mention this is increasing API usage and server load. For one sample app (single user), these errors account for over 1000 handled exceptions in a 24 hour period.
[LiveView] The operation couldn’t be completed. Operation timed out
AND
[LiveView] The operation couldn’t be completed. Network is unreachable
AND
[LiveView] Event Server unavailable. Connection Refused @ 192.168.1.6:8324 [LiveView] Please ensure your device and computer are on the same network and the port is not blocked.

Comments

  1. Nam Le 2014-12-05

    [~ngupta] / [~ingo] Which project should I move this live view bug to?
  2. Ingo Muschenetz 2014-12-05

    [~nle] TIMOB, LiveView component
  3. Ingo Muschenetz 2014-12-05

    However, I do think the server should handle it too, as we can only fix new versions of LiveView, not older ones.
  4. Ewan Harris 2020-05-19

    APM is no more, but this was actually handled by providing a no-op shim

JSON Source