vintuwei / jss7

Automatically exported from code.google.com/p/jss7
0 stars 0 forks source link

NPE in MAPProviderImpl when particular service is not active and MAP V1 message is received #239

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
NPE in MAPProviderImpl when particular service is not active and MAP V1 message 
is received  

2013-02-20 18:35:52,395 ERROR 
[org.mobicents.protocols.ss7.tcap.TCAPProviderImpl] (pool-35-thread-1) Received 
exception while delivering data to transport layer.
java.lang.NullPointerException
    at org.mobicents.protocols.ss7.map.MAPProviderImpl.onTCBegin(MAPProviderImpl.java:581)
    at org.mobicents.protocols.ss7.tcap.TCAPProviderImpl.deliver(TCAPProviderImpl.java:271)
    at org.mobicents.protocols.ss7.tcap.DialogImpl.processBegin(DialogImpl.java:1195)
    at org.mobicents.protocols.ss7.tcap.TCAPProviderImpl.onMessage(TCAPProviderImpl.java:583)
    at org.mobicents.protocols.ss7.sccp.impl.SccpRoutingControl.route(SccpRoutingControl.java:469)
    at org.mobicents.protocols.ss7.sccp.impl.SccpRoutingControl.translationFunction(SccpRoutingControl.java:388)
    at org.mobicents.protocols.ss7.sccp.impl.SccpRoutingControl.routeMssgFromMtp(SccpRoutingControl.java:149)
    at org.mobicents.protocols.ss7.sccp.impl.SccpStackImpl.onMtp3TransferMessage(SccpStackImpl.java:735)
    at org.mobicents.protocols.ss7.mtp.Mtp3UserPartBaseImpl$MsgTransferDeliveryHandler.run(Mtp3UserPartBaseImpl.java:248)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
    at java.lang.Thread.run(Thread.java:722)

Original issue reported on code.google.com by amit.bha...@gmail.com on 22 Feb 2013 at 9:14

GoogleCodeExporter commented 9 years ago
This issue is fixed for 2.0 and master branches.

http://code.google.com/p/jss7/source/detail?r=038e0a5c3809c32cf5697c59f3fe99bda5
7d4358

Original comment by serg.vet...@gmail.com on 22 Feb 2013 at 12:57