Hi,
I have a problem on MSS with Clustering Capabilities.
DispatcherException occures when MSS received BYE message with
following sequence.
IP LoadBalancer MSS1 MSS2
| INVITE | |
|--------->| |
| INVITE | |
|<---------| |
| 180 | |
|--------->| |
| 180 | |
|<---------| |
| 200 | |
|--------->| |
| 200 | |
|<---------| |
| ACK | |
|--------->| |
| ACK | |
|<---------| |
| | |
| Down |
| |
| BYE |
|-------------------->| Exception!!
| |
Log details are below.
org.mobicents.servlet.sip.core.dispatchers.DispatcherException: Cannot
find the corresponding sip application session to this subsequent
request BYE
sip:ser...@172.28.43.173:5060 SIP/2.0
Via: SIP/2.0/UDP 192.168.0.10:5062;branch=z9hG4bK-4020-1-12
From: "sipp" <
sip:si...@192.168.0.10:5062>;tag=1
To: "sut"
<
sip:ser...@172.28.43.173:5060>;tag=78611897_c3356d0b_526159770738847
Call-ID:
1-4...@192.168.0.10
CSeq: 5 BYE
Contact: <
sip:si...@192.168.0.10:5062>
Max-Forwards: 70
Subject: Performance Test
Content-Length: 0
with the following popped route header null
at
org.mobicents.servlet.sip.core.dispatchers.SubsequentRequestDispatcher.dispatchMessage
(SubsequentRequestDispatcher.java:176)
at
org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl.processRequest
(SipApplicationDispatcherImpl.java:596)
at gov.nist.javax.sip.EventScanner.deliverEvent
(EventScanner.java:223)
at gov.nist.javax.sip.SipProviderImpl.handleEvent
(SipProviderImpl.java:184)
at gov.nist.javax.sip.DialogFilter.processRequest
(DialogFilter.java:941)
at gov.nist.javax.sip.stack.SIPServerTransaction.processRequest
(SIPServerTransaction.java:807)
at gov.nist.javax.sip.stack.UDPMessageChannel.processMessage
(UDPMessageChannel.java:455)
at
gov.nist.javax.sip.stack.UDPMessageChannel.processIncomingDataPacket
(UDPMessageChannel.java:414)
at gov.nist.javax.sip.stack.UDPMessageChannel.run
(UDPMessageChannel.java:258)
at java.lang.Thread.run(Thread.java:619)
Environments:
Java : jdk.1.6.0_16 64bit
MSS : mss-1.1-SNAPSHOT-jboss-4.2.3.GA-0910131133.zip
Settings:
copy mobicents-cluster jars to <JBOSS_HOME>/server/deploy/jboss-
web.deployer/.
jars:
-core-1.0.0BETA1-20091030.091738-5.jar,
-cache-1.0.0BETA1-20091030.091738-5.jar,
-timers-1.0.0BETA1-20091030.091738-53.jar
#downloaded from
http://snapshots.jboss.org/maven2/org/mobicents/cluster/.
server.log:
http://mobicents-public.googlegroups.com/web/server.log?gda=FfYJEzwAAAApHGZ3vHgE0cv5xBvSddQPE9vUjgV3fSRJlBD3yQhayb9MPIvINPpzZuSF5rcNuvT9Wm-ajmzVoAFUlE7c_fAt
What's wrong?
Thaks in advance.
Yukinobu