Hello,
I have detect diffrent crash of my media server and I see that the 2 last was during call recording.
any idea ?
BR
Laurent
2014-01-22 08:49:13,245 INFO [Play] (Thread-6) (mobius/ivr/7) Start announcement (segment=11)
2014-01-22 08:49:16,084 INFO [AudioPlayerImpl] (Thread-8) (mobius/ivr/7) End of file reached
2014-01-22 08:49:16,084 INFO [Play] (Thread-8) (mobius/ivr/7) Announcement (segment=11) has completed
2014-01-22 08:49:16,091 INFO [MGCP] (Thread-8) tx=1389 Started, message= NTFY mobius/ivr/7...@95.128.80.92:2427, call agent = /95.128.80.92:2727
2014-01-22 08:49:16,092 INFO [MGCP] (Thread-4) tx=1389 was executed normaly
2014-01-22 08:49:16,124 INFO [MGCP] (Thread-11) tx=572103307 Started, message= RQNT mobius/ivr/7...@95.128.80.92:2427, call agent = /95.128.80.92:2727
2014-01-22 08:49:16,144 INFO [PlayRecord] (Thread-5) (mobius/ivr/7) Prepare digit collect phase
2014-01-22 08:49:16,144 INFO [PlayRecord] (Thread-5) (mobius/ivr/7) Start prompt phase
2014-01-22 08:49:16,145 INFO [DtmfBuffer] (Thread-5) (detector) Flush, buffer size: 0
2014-01-22 08:49:16,145 INFO [MGCP] (Thread-5) tx=572103307 was executed normaly
2014-01-22 08:49:16,564 INFO [AudioPlayerImpl] (Thread-12) (mobius/ivr/7) End of file reached
2014-01-22 08:49:16,564 INFO [PlayRecord] (Thread-12) (mobius/ivr/7) Prompt phase terminated, start collect/record phase
2014-01-22 08:49:16,704 INFO [MGCP] (Thread-7) tx=572103308 Started, message= RQNT mobius/ivr/7...@95.128.80.92:2427, call agent = /95.128.80.92:2727
2014-01-22 08:49:16,704 INFO [MGCP] (Thread-7) tx=572103309 Started, message= RQNT mobius/ivr/7...@95.128.80.92:2427, call agent = /95.128.80.92:2727
2014-01-22 08:49:16,704 INFO [MGCP] (Thread-7) tx=572103310 Started, message= DLCX mobius/ivr/7...@95.128.80.92:2427, call agent = /95.128.80.92:2727
2014-01-22 08:49:16,705 INFO [AudioRecorderImpl] (Thread-5) (mobius/ivr/7) !!!!!!!!!! Writting to file......................
2014-01-22 08:49:16,705 ERROR [MGCP] (Thread-5) tx=572103308 Failed
java.lang.NullPointerException
at ua.mobius.media.server.impl.resource.audio.AudioRecorderImpl.writeToWaveFile(AudioRecorderImpl.java:385)
at ua.mobius.media.server.impl.resource.audio.AudioRecorderImpl.deactivate(AudioRecorderImpl.java:198)
at ua.mobius.media.server.mgcp.pkg.au.PlayRecord.terminateRecordPhase(PlayRecord.java:327)
at ua.mobius.media.server.mgcp.pkg.au.PlayRecord.terminate(PlayRecord.java:407)
at ua.mobius.media.server.mgcp.pkg.au.PlayRecord.cancel(PlayRecord.java:228)
at ua.mobius.media.server.mgcp.controller.Request.cancel(Request.java:132)
at ua.mobius.media.server.mgcp.tx.cmd.NotificationRequestCmd$Request.perform(NotificationRequestCmd.java:128)
at ua.mobius.media.server.scheduler.Task.run(Task.java:127)
at ua.mobius.media.server.scheduler.Scheduler$WorkerThread.run(Scheduler.java:425)
|