Application working on WLSS 3.0 is not working on OCCAS 4.0

Hi,
I have an application working perfectly on WLSS 3.0, but now that we decide to work with OCCAS 4.0, the application stop working. For every INVITE that we generate we got an exception. In the begining I thouht that was something related with the P-Asserted-Identity, but I configured it and still receive the exception. Someboy have an idea what is causing the problem?...
####<Nov 2, 2009 1:55:18 PM CST> <Error> <ServletContext-/serviceMLN> <ines> <engine1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1257191718972> <BEA-000000> <[WLSS.Engine:330052]Failed to dispatch Sip message to servlet serviceMLN
java.lang.NullPointerException
at com.bea.wcp.sip.engine.server.TelURLImpl.getAbsolutePhoneContext(TelURLImpl.java:651)
at com.bea.wcp.sip.engine.server.TelURLImpl.hashCode(TelURLImpl.java:677)
at com.bea.wcp.sip.engine.server.AddressImpl.hashCode(AddressImpl.java:751)
at java.util.HashMap.put(HashMap.java:372)
at java.util.HashSet.add(HashSet.java:200)
at com.bea.wcp.sip.security.internal.PAssertedIdentityHelper.collectPAIHeaders(PAssertedIdentityHelper.java:262)
at com.bea.wcp.sip.security.internal.PAssertedIdentityHelper.filterPAIHeaders(PAssertedIdentityHelper.java:222)
at com.bea.wcp.sip.engine.server.ClientTransaction.sendRequest(ClientTransaction.java:772)
at com.bea.wcp.sip.engine.server.ClientTransaction.startTransaction(ClientTransaction.java:276)
at com.bea.wcp.sip.engine.server.TransactionManager.startTransaction(TransactionManager.java:636)
at com.bea.wcp.sip.engine.server.TransactionManager.startTransaction(TransactionManager.java:709)
at com.bea.wcp.sip.engine.server.TransactionManager.sendRequest(TransactionManager.java:688)
at com.bea.wcp.sip.engine.server.SipSessionImpl.sendRequest(SipSessionImpl.java:1705)
at com.bea.wcp.sip.engine.server.SipSessionImpl.sendRequest(SipSessionImpl.java:1648)
at com.bea.wcp.sip.engine.server.SipServletRequestImpl.send(SipServletRequestImpl.java:980)
at com.bea.wcp.sip.engine.server.SipServletRequestImpl.send(SipServletRequestImpl.java:948)
at com.bea.wcp.sip.engine.SipServletRequestAdapter.send(SipServletRequestAdapter.java:241)

Scenario A dial B, using 4 digits dialing.
WLSS 3.0
INVITE that arrives to application server
INVITE sip:[email protected] SIP/2.0
CSeq: 1 INVITE
Route: <sip:192.168.xxx.99:5060;lr;original-dialog-id=z9hG4bK207d5fb7509ac5e8026a6cddd3279d7e-INVITE>
Call-ID: M2MxOWVlY2FjNzg0NTZmNGI3MDlmNGYzYjg3MWQ4NjQ.
Via: SIP/2.0/udp 192.168.xxx.99:5060;branch=z9hG4bK207d5fb7509ac5e8026a6cddd3279d7e
Via: SIP/2.0/UDP 192.168.xxx.3:15106;rport=15106;branch=z9hG4bK-d8754z-f81e7c52fd36ae62-1---d8754z-;received_port_ext=5060;received=192.168.xxx.3
From: 5555555550 <sip:[email protected]>;tag=ec38be44
Content-Type: application/sdp
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
To: 1001 <sip:[email protected]>
Content-Length: 317
Contact: sip:[email protected]:15106
User-Agent: X-Lite release 1103k stamp 53621
Record-Route: <sip:192.168.xxx.99:5060;from-tag=ec38be44;lr>
Max-Forwards: 69
v=0
o=- 6 2 IN IP4 192.168.xxx.3
s=CounterPath X-Lite 3.0
c=IN IP4 192.168.xxx.3
t=0 0
m=audio 59182 RTP/AVP 107 0 8 101
a=alt:1 2 : V8NeH3ke 9b6bIkKQ 192.168.xxx.3 59182
a=alt:2 1 : tL5skPf5 43JPfFYc 192.168.56.1 59182
a=fmtp:101 0-15
a=rtpmap:107 BV32/16000
a=rtpmap:101 telephone-event/8000
a=sendrecv
INVITE that leave the application server
INVITE sip:[email protected];user=phone SIP/2.0
Min-SE: 600
CSeq: 1 INVITE
Route: <sip:192.168.xxx.99:5060;lr;original-dialog-id=z9hG4bK207d5fb7509ac5e8026a6cddd3279d7e-INVITE>
Call-ID: wlss2c3d6be32e624bef48c8d32b05e66dc3wl(M2MxOWVlY2FjNzg0NTZmNGI3MDlmNGYzYjg3MWQ4NjQ.%)[email protected]
X-Orig: true
Via: SIP/2.0/UDP 192.168.xxx.99:5060;wlsscid=5fbb8cb142088f50;branch=z9hG4bK8c5e5cd05b7307d22adb3b86fcafbc73
From: <sip:[email protected];user=phone>;tag=6feed186
X-AreaCode: 55
Content-Type: application/sdp
Privacy: none
To: <sip:[email protected];user=phone>
Contact: <sip:192.168.xxx.99:5060;transport=udp;wlsscid=5fbb8cb142088f50;appsessionid=app-fyfo15rt41es>
Content-Length: 317
P-Asserted-Identity: 1000 <sip:[email protected]>
P-Asserted-Identity: 1000 <tel:1000>
Max-Forwards: 70
v=0
o=- 6 2 IN IP4 192.168.xxx.3
s=CounterPath X-Lite 3.0
c=IN IP4 192.168.xxx.3
t=0 0
m=audio 59182 RTP/AVP 107 0 8 101
a=alt:1 2 : V8NeH3ke 9b6bIkKQ 192.168.xxx.3 59182
a=alt:2 1 : tL5skPf5 43JPfFYc 192.168.56.1 59182
a=fmtp:101 0-15
a=rtpmap:107 BV32/16000
a=rtpmap:101 telephone-event/8000
a=sendrecv
============================================================================================================
OCCAS 4.0
This the INVITE that arrives to OCCAS, but there is no INVITE that leave.
INVITE sip:[email protected] SIP/2.0
Max-Forwards: 69
Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,NOTIFY,MESSAGE,SUBSCRIBE,INFO
CSeq: 1 INVITE
Content-Length: 314
Contact: <sip:[email protected]:28146>
User-Agent: X-Lite release 1103k stamp 53621
Route: <sip:192.168.xxx.99:5060;lr;original-dialog-id=z9hG4bK5d788dc27b37f686a6bd48ba60dcecde-INVITE>
To: "1001"<sip:[email protected]>
From: "5555555551"<sip:[email protected]>;tag=8655c909
Call-ID: YzgyNTgyYWFhNGIyNmJhYmIxMzU2NWE2Y2Q0YzdlYTU.
Content-Type: application/sdp
Via: SIP/2.0/udp 192.168.xxx.99:5060;branch=z9hG4bK5d788dc27b37f686a6bd48ba60dcecde
Via: SIP/2.0/UDP 192.168.xxx.3:28146;rport=28146;branch=z9hG4bK-d8754z-d519440851709a58-1---d8754z-;received_port_ext=5060;received=192.168.xxx.3
v=0
o=- 8 2 IN IP4 192.168.xxx.3
s=CounterPath X-Lite 3.0
c=IN IP4 192.168.xxx.3
t=0 0
m=audio 7010 RTP/AVP 107 0 8 101
a=alt:1 2 : VCGI+azN e2Vicgnj 192.168.xxx.3 7010
a=alt:2 1 : 3D30iwYm JfJo1JW0 192.168.56.1 7010
a=fmtp:101 0-15
a=rtpmap:107 BV32/16000
a=rtpmap:101 telephone-event/8000
a=sendrecv

Similar Messages

  • I have deployed one application containing youtube video but it is not working pls help

    I have deployed one application containing youtube video but it is not working pls help Application is build using struts2 and is deployed in oracle cloud, login page works fine but the success page is not displayed please help

    Hello,
    A wild guess, given the lack of details:
    I wonder whether it would violate the http://en.wikipedia.org/wiki/Same-origin_policy ?
    This is part of the security infrastructure.
    "Stealing" content to insert it anywhere else might also violate copyrights?
    Technically, does it at least work "on premises" onto WLS 10.3.6?
    Regards
    Patrick.

  • Hello. after updating to Ios 8 my iPhone is terribly! Discharged very quickly, many transitions between applications, the program takes off, ringtones do not work - works a standard call, the keyboard freezes, bad messages are sent, often loses the n

    Hello. after updating to Ios 8 my iPhone is terribly! Discharged very quickly, many transitions between applications, the program takes off, ringtones do not work - works a standard call, the keyboard freezes, bad messages are sent, often loses the network. what have you done with your phone moym ?! solve all these problems! I beg of you!

    Hello. after updating to Ios 8 my iPhone is terribly! Discharged very quickly, many transitions between applications, the program takes off, ringtones do not work - works a standard call, the keyboard freezes, bad messages are sent, often loses the network. what have you done with your phone moym ?! solve all these problems! I beg of you!

  • [svn:fx-trunk] 5019: ASDoc updates to indicate that some Halo containers do not work with the Spark equiv (ControlBar does not work with Spark Panel/ AppControlBar does not work with Spark Application), and indicate that Canvas, Box, Tile, Panel have Spa

    Revision: 5019
    Author: [email protected]
    Date: 2009-02-19 13:17:21 -0800 (Thu, 19 Feb 2009)
    Log Message:
    ASDoc updates to indicate that some Halo containers do not work with the Spark equiv (ControlBar does not work with Spark Panel/AppControlBar does not work with Spark Application), and indicate that Canvas, Box, Tile, Panel have Spark equivs
    QE Notes: None
    Doc Notes: None
    Bugs: -
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Accordion.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/ApplicationControlBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Box.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Canvas.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/ControlBar.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/HBox.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Panel.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/TabNavigator.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Tile.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/VBox.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/ViewStack.as

    Hi DST
    This is a great effort and gesture. thank you on behalf of all the newbies.
    PJ

  • My bb tourch 9800 OS 06 is not supportive to download any application from website becouse BB app word not working

    my OS 06 is not supportive to download any application from website becouse BB app word not working. some one help me to get a new version of OS plz either it my work

    can you explain what you mean by "BB app word not working" ?
    The search box on top-right of this page is your true friend, and the public Knowledge Base too:

  • Debug version works well, but release version does not work with simulator

    Hi,
    I use iOS 7.0.3 and Xcode 5.0.2.
    I developped one application and I tested with simulator-ipad retina. The debug version works well and release version did not work at all.
    The basic configuraton is like this:
    cocos2d: cocos2d-iphone v2.1
    cocos2d: compiled with Profiling Support: NO
    cocos2d: OS version: 7.0.3 (0x07000300)
    cocos2d: GL_VENDOR:   Apple Computer, Inc.
    cocos2d: GL_RENDERER: Apple Software Renderer
    cocos2d: GL_VERSION:  OpenGL ES 2.0 APPLE-9.2.1
    cocos2d: GL_MAX_TEXTURE_SIZE: 4096
    cocos2d: GL_MAX_TEXTURE_UNITS: 8
    cocos2d: GL_MAX_SAMPLES: 4
    cocos2d: GL supports PVRTC: YES
    cocos2d: GL supports BGRA8888 textures: YES
    cocos2d: GL supports NPOT textures: YES
    cocos2d: GL supports discard_framebuffer: YES
    cocos2d: GL supports shareable VAO: NO
    What is the reason and how to fix it?

    Well, yes...you need to upgrade to OS X Server 4.0 ($19.99)...I already did it also!

  • In outlook 2013 Add-In, Adding dynamic menu to splitButton idMso="DialMenu" is working and the same code is not working in outlook 2010 Add-In.

    In outlook 2013 Add-In, Adding dynamic menu to <splitButton idMso="DialMenu"> is working and the same code is not working in outlook
    2010 Add-In. please let me know, if i am missing something. Below is the xml and screen shot
    <contextMenu idMso="ContextMenuFlaggedContactItem">
     <splitButton idMso="DialMenu">
              <menu>
                <dynamicMenu id="CallContactwithFreedomvoice
    " label="CallContactwithFreedomvoice" 
                            getContent="OnGetContenttest"                           insertAfterMso="Call"/> 
            </menu>       </splitButton>    </contextMenu> 

    Hi Narasimha prasad2,
    Based on the description, the context menu for the flagged contact doen't work in Outlook. I am tring to rerpoduce this issue however failed.
    I suggest that you check the state of the add-in first to see wether the add-in was loaded successfully.
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I have just recently installed ios6 to my iPad 3 an iPhone 4 my iPhone works fine but my iPad is not working at all I can not get a response from it, it seemed to download an then install but did not reset and turn on and will not turn on HELP!! Withdrawa

    I have just recently installed ios6 to my iPad 3 an iPhone 4 my iPhone works fine but my iPad is not working at all I can not get a response from it, it seemed to download an then install but did not reset and turn on and will not turn on HELP!! Withdrawal or what!! Lol

    Hi there,
    Firstly, try a hard reset. Hold the sleep/wake and home buttons together until the Apple logo appears.
    If this doesn't work, try restoring your device. Put it in recovery mode if iTunes doesn't recognise it, and restore it from there. I have linked to instructions below.
    Recovery Mode and Restore - Apple
    Let me know if this helps,
    Nathan

  • The lock button on my Phone 5 has stopped working completely. It just will not work anymore so I have to rely on the auto-lock . Will apple replace me phone?

    I have an Iphone 5 on contract with T-mobile/EE. The lock button on my Phone 5 has stopped working completely. It just will not work anymore so I have to rely on the auto-lock . Will apple replace my phone or do I ahve to take it back to T-mobile? It is just short of a year into a 24 month contract.

    Yes; If it's under the one year hard ware warrnety and it doesn't have any damage on the device you can get it replaced, contact Apple ASAP

  • My back and forward buttons do not work also the refreash button does not work, I have reloaded the latest version of fire fox and that did not help. HELP please.

    My back and forward buttons do not work also the refresh button does not work, I have reloaded the latest version of fire fox and that did not help. All of navigation tool bar worked until I updated Fire Fox, now if I click on a link in yahoo, for instance, I can not get back to my yahoo home page without reloading Fire Fox. HELP please.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    A possible cause is a problem with the file places.sqlite that stores the bookmarks and the history.
    *http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    *https://support.mozilla.com/kb/Bookmarks+not+saved#w_places-database-file

  • HT201320 I have IOS 7 5S and using mail. Receiving works great. Sending mail will not work. Using Centurylink. On my IOS 6 Iphone 4 it works great. Compared settings and they are identical. Now what?

    I have IOS 7 5S and using mail. Receiving works great. Sending mail will not work. Using Centurylink. On my IOS 6 Iphone 4 it works great. Compared settings and they are identical. Now what?

    Well, this is a recurring issue for many users...a small percentage of users but still a bug.  Report the issue here to Apple:  www.apple.com/feedback
    iOS7.0.3 will be released next week, which as of now, I know is primarily for an iMessage but hopefully it will clear up some of these email issues some are also having.

  • I have purchased new iphone 3gs, its usb cable and charger not working.When I plugged in usb cable to my laptop it says"usb power hub exceeded". When I use another cable I have, it works fine.But the original one not working.Any help?

    I have purchased new iphone 3gs, its usb cable and charger not working.When I plugged in usb cable to my laptop it says"usb power hub exceeded". When I use another cable I have, it works fine.But the original one not working.Any help?

    Are you connecting your iPhone directly to your PC or to a USB hub?

  • Why my wi-fi is not working, and it says bluetooth is not working too??

    Why my wi-fi is not working, and it says bluetooth is not working too??
    My bluetooth n wi-fi are both unavailable! i had already restore my device, but it still doesn't work!!
    My name is juniper, i am from Taiwan! Any know what's wrong with this piece of XXXX!!?? Help me plzzzz!!

    Hi ,
    I am a specialist in Computer and Information Systems e. I am 40 years old from Egypt
    I have Iphone 3g 8g and my SN  868391XZY7H
    Tunes update killing my Iphone software , 3 days my Iphone not working  Although I am go to download 100% update and my iphone installed all  a software update but I don’t know what happened why my Iphone not working  ?
    now some one help me and he installed software for my iphone  and it is working but  Wi-Fi and Bluetooth not working
    I need help me because    Tunes   update from killing my Iphone  ??.
    i want my old Iphone software please
    thank you somuch
    [email protected]

  • How can put photo comment in Facebook in safari or other browser, am using ipad 4 and this was working perfectly but unfortunately it's not working now..the attach photo feature is there but can't attach, please help me in this

    How can put photo comment in Facebook in safari or other browser, am using ipad 4 and this was working perfectly but unfortunately it's not working now..the attach photo feature is there but can't attach, please help me in this

    How can put photo comment in Facebook in safari or other browser, am using ipad 4 and this was working perfectly but unfortunately it's not working now..the attach photo feature is there but can't attach, please help me in this

  • HT4236 I've been using the iCloud Photo Stream with my PC for few months already. It work fine every time, but suddenly not work for today

    I've been using the iCloud Photo Stream with my PC for few months already. It work fine every time, but suddenly not work for today

    Hey lalitgupta,
    Thanks for the question. The following article provides troubleshooting steps for Photo Stream:
    iCloud: Photo Stream troubleshooting
    http://support.apple.com/kb/TS3989
    Thanks,
    Matt M.

Maybe you are looking for

  • Formatted numbers in pie chart

    Hello I'm displaying a pie chart graph and the numbers in it are not formatted (eg 345234534 without any commas). I want to display numbers in a formatted way (0,000.00) in a pie chart, but if I use the NSTR function the number become a string and I

  • Lost cd for student edition flash pro cs6

    lost cd for student edition flash pro cs6, will "student serial" work with ADOBE's download/retrieve programs page? Thanks all

  • Adobe InDesign CS6 8.0.3 Release ?

    What is this release? No link or download is available, but the update is included in the release notes. Hoping this will fix retina compatability issues!

  • RPCIPE00 report error log

    Hi all, When I run this RPCIPE00 program, I will get some error messages on certain employees regarding "posting balance not cleared" in the error log button in"Evaluation of Posting Item " screen. I want to know is the error log stored permanently?

  • Setting of next focus for components

    Hi, I am working on GUI using text fields and buttons and stuff, and I need to make it such that when I press the Tab button on the keyboard, the focus will move from one text field to the other. I tried using setNextFocusableComponent(), but during