Status: Accepted
Owner: [email protected]
Labels: Type-Defect Priority-Medium Component-SS7 Roadmap-Fix
Release-Type-Candidate-4 Version-1.0.0 SS7-1.0.0.CR4
New issue 3107 by [email protected]: NPE in M3UA when RC is not
configured and message exchange is DE
http://code.google.com/p/mobicents/issues/detail?id=3107
14:32:17,382 INFO [SelectorThread] Asscoiation=Assoc1 connected
to=[/192.168.1.81:2905]
14:32:17,385 INFO [AssociationHandler] New association setup for
Association=Assoc1 with 32 outbound streams, and 32 inbound streams.
14:32:17,399 ERROR [AssociationImpl] Error while calling Listener for
Association=Assoc1.Payload=PayloadData [dataLength=16, complete=true,
unordered=false, payloadProtocolId=3, streamNumber=0, data=
Start: 0 (0x00) End: 15 (0x0F) Length: 16 (0x10)
00: 01 00 04 03 00 00 00 10 00 0B 00 08 00 00 00 02 | ........ ........
]
java.lang.NullPointerException
at
org.mobicents.protocols.ss7.m3ua.impl.AspTrafficMaintenanceHandler.handleAspActiveAck(AspTrafficMaintenanceHandler.java:204)
at
org.mobicents.protocols.ss7.m3ua.impl.AspFactory.read(AspFactory.java:354)
at
org.mobicents.protocols.ss7.m3ua.impl.AspFactory.onPayload(AspFactory.java:595)
at
org.mobicents.protocols.sctp.AssociationImpl.read(AssociationImpl.java:341)
at
org.mobicents.protocols.sctp.SelectorThread.read(SelectorThread.java:230)
at
org.mobicents.protocols.sctp.SelectorThread.run(SelectorThread.java:140)
at java.lang.Thread.run(Thread.java:722)