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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
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
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