jss7 icon indicating copy to clipboard operation
jss7 copied to clipboard

Dialogic part NullPointerException

Open vetss opened this issue 8 years ago • 0 comments

When DialogicMtp3UserPart has not yet started but there is a meesage from a Dialogic card, the we have such messages in the log:

2016-03-16 10:40:36,131 ERROR org.mobicents.ss7.hardware.dialogic.DialogicMtp3UserPart Error while reading data from the Dialogic card java.lang.NullPointerException at org.mobicents.ss7.hardware.dialogic.DialogicMtp3UserPart$MtpStreamHandler.run(DialogicMtp3UserPart.java:153) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745)

Reason: "getMtp3TransferPrimitiveFactory()" is still null.

This does not affect on the stack workability but cinfuses uses. We have to make logs more grasfull.

vetss avatar Mar 16 '16 11:03 vetss