Menu

#86 NullPointerException not shown in hli view

1.0
open
nobody
None
2015-11-11
2015-08-26
No

There are currently 18 NPEs shown in haleflogs, 17 in hl, and none in hli.

Discussion

  • David Suendermann-Oeft

    The one not showing up in hl is ID 6574352

    java.lang.RuntimeException: playSource() encountered unexpected exception java.lang.RuntimeException: playSource() encountered unexpected exception
    at org.speechforge.cairo.rtp.RTPPlayer.playSource(RTPPlayer.java:188)
    at org.speechforge.cairo.rtp.RTPPlayer.playPrompt(RTPPlayer.java:128)
    at org.speechforge.cairo.server.tts.RTPSpeechSynthChannel$SendThread.run(RTPSpeechSynthChannel.java:163)
    Caused by: java.lang.NullPointerException
    at org.speechforge.cairo.rtp.RTPPlayer.play(RTPPlayer.java:328)

    which is, however, preceded by

    playSource():
    encountered unexpected exception: java.lang.NullPointerException
    at org.speechforge.cairo.rtp.RTPPlayer.play(RTPPlayer.java:328)
    at org.speechforge.cairo.rtp.RTPPlayer.playSource(RTPPlayer.java:168)
    at org.speechforge.cairo.rtp.RTPPlayer.playPrompt(RTPPlayer.java:128)
    at org.speechforge.cairo.server.tts.RTPSpeechSynthChannel$SendThread.run(RTPSpeechSynthChannel.java:163)

    which IS in hl. So, this might not be an issue.

     
  • David Suendermann-Oeft

    Looking at an example: ID in hl 6598150 is likely associated with callId 13355e43c3247ef8fe54ec9f7cab8bfc@141.31.8.62 whose scope is ID 6597140 to 6598138.

     

    Last edit: David Suendermann-Oeft 2015-08-26
  • Patrick L. Lange

    I assume that every null pointer exception that is catched properly in the code and thus not crashing cairo immediately is only showing up when the catch block creates a log message. We might need to manually add these because the stacktrace is not logged.

     

    Last edit: Patrick L. Lange 2015-11-11

Log in to post a comment.

MongoDB Logo MongoDB