Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Client Side Timing logs not coming in RPCTiming Tab

    Hi,
    I am using
    SmartClient Version: v11.1p_2019-07-21/PowerEdition Deployment (built 2019-07-21). SmartGWT version is 6.1p-20190721.

    I am not getting Client Side timing logs recorded in the RPC tab. I have checked the "Track client side timing check box " as well.

    Under the "Results" tab, I see following messages:

    Global Log Priorities updated: Logging messages at priority 'Info' and above for category 'RpcTabTiming'.
    Remote Debugging unavailable (Messaging endpoint not responding). To enable Remote Debugging, see the Remote Debugging overview in the reference.
    12:14:02.593:MUP2:WARN:Log:Unexpected failure to find stack entry logging timing data: description: 'Marshall and send request', type: start
    12:14:02.599:MUP2:WARN:Log:Unexpected failure to find stack entry logging timing data: description: 'Marshall and send request', type: end
    12:14:02.600:MUP2:WARN:Log:Unexpected failure to find stack entry logging timing data: description: 'Client processing', type: end

    Request you to please help me identifying what configuration do I need to do, to get the client side timing logs

    In my module.gwt.xml I have added following properties for logging:

    <set-property name="gwt.logging.logLevel" value="INFO"/>
    <set-property name="gwt.logging.enabled" value="TRUE"/>
    <set-property name="gwt.logging.simpleRemoteHandler" value="ENABLED"/>
    <set-property name="gwt.logging.developmentModeHandler" value="ENABLED"/>
    <set-property name="gwt.logging.systemHandler" value="DISABLED"/>
    <set-property name="gwt.logging.consoleHandler" value="ENABLED"/>
    <set-property name="compiler.stackMode" value="emulated"/>
    <set-property name="compiler.useSourceMaps" value="true"/>

    Thank you!
    Starts
    26 May 2021
    Ends
    26 May 2021

    #2
    Revert all your settings, just us what we documented under the Debugging topic, and try again.

    Comment

    Working...
    X