javax.media.rtp.InvalidSessionAddressException: Local Data AddressDoes not belong to any of this hosts local interfaces
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Jive Software Open Source by Francisco Vives, 1 year ago
via JIRA by Francisco Vives, 1 year ago
via Jive Software Open Source by Francisco Vives, 1 year ago
via Oracle Community by 843799, 1 year ago
via Stack Overflow by Nick
, 2 years agovia Coderanch by ahmed hlal, 1 year ago
javax.media.rtp.InvalidSessionAddressException: Local Data AddressDoes not belong to any of this hosts local interfaces
at com.sun.media.rtp.RTPSessionMgr.initialize(RTPSessionMgr.java:2664)
at com.sun.media.rtp.RTPSessionMgr.initialize(RTPSessionMgr.java:2515)
at net.java.sipmack.media.AudioReceiverChannel.createReceiver(AudioReceiverChannel.java:151)
at net.java.sipmack.media.AudioReceiverChannel.start(AudioReceiverChannel.java:82)
at net.java.sipmack.softphone.SoftPhoneManager.callStateChanged(SoftPhoneManager.java:657)
at net.java.sipmack.sip.Call.fireCallStatusChangedEvent(Call.java:368)
at net.java.sipmack.sip.Call.setState(Call.java:239)
at net.java.sipmack.sip.CallProcessing.processRingingBack(CallProcessing.java:177)
at net.java.sipmack.sip.SipManager.processResponse(SipManager.java:1646)
at gov.nist.javax.sip.EventScanner.deliverEvent(EventScanner.java:290)
at gov.nist.javax.sip.EventScanner.run(EventScanner.java:492)
at java.lang.Thread.run(Thread.java:595)