Get '500 Internal Server Error' during SIP INVITE - cause 44

/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Table Normal";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-qformat:yes;
mso-style-parent:"";
mso-padding-alt:0in 5.4pt 0in 5.4pt;
mso-para-margin:0in;
mso-para-margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-fareast-font-family:"Times New Roman";
mso-fareast-theme-font:minor-fareast;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:"Times New Roman";
mso-bidi-theme-font:minor-bidi;}
Get ‘500 Internal Server Error’ during SIP INVITE - cause 44
Have you ever seen anything like this before?  It usually works, but intermittently, we see calls get rejected.  It somehow seems related to high loads on the router.  We reduced the occurrences by changing our code to throttle the number of SIP INVITEs we send, but this doesn’t scale well.  Once it occurs, the only way to clean it up is to do a shut/no shut on the voice-port associated to SIP INVITE.
Any suggestions on how we can proceed to debug this issue?
BACKGROUND:
Cisco 2811 running (C2800NM-ADVENTERPRISEK9-M), Version 12.4(24)T3, RELEASE SOFTWARE (fc2)
NAME: "2811 chassis", DESCR: "2811 chassis" PID: CISCO2811
NAME: "9 Port FE Switch on Slot 0 SubSlot 1", DESCR: "9 Port FE Switch" PID: HWIC-D-9ESW
NAME: "WIC/VIC/HWIC 1 Power Daughter Card", DESCR: "9-Port HWIC-ESW Power Daughter Card" PID: ILPM-8
NAME: "Two port E1 voice interface daughtercard on Slot 0 SubSlot 2", DESCR: "Two port E1 voice interface daughtercard" PID: VWIC-2MFT-E1=
NAME: "Two port E1 voice interface daughtercard on Slot 0 SubSlot 3", DESCR: "Two port E1 voice interface daughtercard" PID: VWIC-2MFT-E1=
NAME: "PVDMII DSP SIMM with four DSPs on Slot 0 SubSlot 4", DESCR: "PVDMII DSP SIMM with four DSPs" PID: PVDM2-64
NAME: "High Density Voice2 Network module with on board two port interface  on Slot 1", DESCR: "High Density Voice2 Network module with on board two port interface " PID: NM-HDV2-2T1/E1
NAME: "2nd generation two port EM voice interface daughtercard on Slot 1 SubSlot 0", DESCR: "2nd generation two port EM voice interface daughtercard" PID: VIC2-2E/M
NAME: "PVDMII DSP SIMM with four DSPs on Slot 1 SubSlot 2", DESCR: "PVDMII DSP SIMM with four DSPs" PID: PVDM2-64
NAME: "PVDMII DSP SIMM with four DSPs on Slot 1 SubSlot 3", DESCR: "PVDMII DSP SIMM with four DSPs" PID: PVDM2-64
NAME: "PVDMII DSP SIMM with four DSPs on Slot 1 SubSlot 4", DESCR: "PVDMII DSP SIMM with four DSPs" PID: PVDM2-64
NAME: "PVDMII DSP SIMM with four DSPs on Slot 1 SubSlot 5", DESCR: "PVDMII DSP SIMM with four DSPs" PID: PVDM2-64
WIRESHARK:
No.     Time        Source                Destination           Protocol Info
      2 0.057246    10.194.154.136        171.68.115.156        SIP      Status: 100 Trying
Frame 2 (471 bytes on wire, 471 bytes captured)
Ethernet II, Src: Cisco_0d:3c:c0 (00:1f:ca:0d:3c:c0), Dst: HewlettP_06:71:52 (00:1f:29:06:71:52)
Internet Protocol, Src: 10.194.154.136 (10.194.154.136), Dst: 171.68.115.156 (171.68.115.156)
User Datagram Protocol, Src Port: sip (5060), Dst Port: sip (5060)
Session Initiation Protocol
    Status-Line: SIP/2.0 100 Trying
    Message Header
        Via: SIP/2.0/UDP 171.68.115.156:5060;rport;branch=z9hG4bK-41a-100875-517454db
        From: <sip:[email protected]:5060>;tag=82f4a00-9c7344ab-13c4-45026-41a-4ea64c5a-41a
        To: <sip:[email protected]:5060>
        Date: Wed, 08 Sep 2010 20:47:49 GMT
        Call-ID: 80e4f50-9c7344ab-13c4-45026-41a-10aff3f4-41a
        CSeq: 1 INVITE
            Sequence Number: 1
            Method: INVITE
        Allow-Events: telephone-event
        Server: Cisco-SIPGateway/IOS-12.x
        Content-Length: 0
No.     Time        Source                Destination           Protocol Info
      3 0.071428    10.194.154.136        171.68.115.156        SIP/SDP  Status: 183 Session Progress, with session description
Frame 3 (1109 bytes on wire, 1109 bytes captured)
Ethernet II, Src: Cisco_0d:3c:c0 (00:1f:ca:0d:3c:c0), Dst: HewlettP_06:71:52 (00:1f:29:06:71:52)
Internet Protocol, Src: 10.194.154.136 (10.194.154.136), Dst: 171.68.115.156 (171.68.115.156)
User Datagram Protocol, Src Port: sip (5060), Dst Port: sip (5060)
Session Initiation Protocol
    Status-Line: SIP/2.0 183 Session Progress
   Message Header
        Via: SIP/2.0/UDP 171.68.115.156:5060;rport;branch=z9hG4bK-41a-100875-517454db
        From: <sip:[email protected]:5060>;tag=82f4a00-9c7344ab-13c4-45026-41a-4ea64c5a-41a
        To: <sip:[email protected]:5060>;tag=48645D8-1175
        Date: Wed, 08 Sep 2010 20:47:49 GMT
        Call-ID: 80e4f50-9c7344ab-13c4-45026-41a-10aff3f4-41a
        CSeq: 1 INVITE
            Sequence Number: 1
            Method: INVITE
        Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
        Allow-Events: telephone-event
        Remote-Party-ID: <sip:[email protected]>;party=called;screen=no;privacy=off
            [Expert Info (Note/Undecoded): Unrecognised SIP header (Remote-Party-ID)]
                [Message: Unrecognised SIP header (Remote-Party-ID)]
                [Severity level: Note]
                [Group: Undecoded]
        Contact: <sip:[email protected]:5060>
        Supported: sdp-anat
        Server: Cisco-SIPGateway/IOS-12.x
        Content-Type: application/sdp
        Content-Disposition: session;handling=required
        Content-Length: 264
    Message Body
        Session Description Protocol
            Session Description Protocol Version (v): 0
            Owner/Creator, Session Id (o): CiscoSystemsSIP-GW-UserAgent 8759 6996 IN IP4 10.194.154.136
                Owner Username: CiscoSystemsSIP-GW-UserAgent
                Session ID: 8759
                Session Version: 6996
                Owner Network Type: IN
                Owner Address Type: IP4
                Owner Address: 10.194.154.136
            Session Name (s): SIP Call
            Connection Information (c): IN IP4 10.194.154.136
                Connection Network Type: IN
                Connection Address Type: IP4
                Connection Address: 10.194.154.136
            Time Description, active time (t): 0 0
                Session Start Time: 0
                Session Stop Time: 0
            Media Description, name and address (m): audio 18710 RTP/AVP 18 101
                Media Type: audio
                Media Port: 18710
                Media Protocol: RTP/AVP
                Media Format: ITU-T G.729
                Media Format: DynamicRTP-Type-101
            Connection Information (c): IN IP4 10.194.154.136
                Connection Network Type: IN
                Connection Address Type: IP4
                Connection Address: 10.194.154.136
            Media Attribute (a): rtpmap:18 G729/8000
                Media Attribute Fieldname: rtpmap
                Media Format: 18
                MIME Type: G729
                Sample Rate: 8000
            Media Attribute (a): fmtp:18 annexb=no
                Media Attribute Fieldname: fmtp
                Media Format: 18 [G729]
                Media format specific parameters: annexb=no
            Media Attribute (a): rtpmap:101 telephone-event/8000
                Media Attribute Fieldname: rtpmap
                Media Format: 101
               MIME Type: telephone-event
                Sample Rate: 8000
            Media Attribute (a): fmtp:101 0-16
                Media Attribute Fieldname: fmtp
                Media Format: 101 [telephone-event]
                Media format specific parameters: 0-16
No.     Time        Source                Destination           Protocol Info
      4 0.089917    10.194.154.136        171.68.115.156        SIP/SDP  Status: 200 OK, with session description
Frame 4 (1116 bytes on wire, 1116 bytes captured)
Ethernet II, Src: Cisco_0d:3c:c0 (00:1f:ca:0d:3c:c0), Dst: HewlettP_06:71:52 (00:1f:29:06:71:52)
Internet Protocol, Src: 10.194.154.136 (10.194.154.136), Dst: 171.68.115.156 (171.68.115.156)
User Datagram Protocol, Src Port: sip (5060), Dst Port: sip (5060)
Session Initiation Protocol
    Status-Line: SIP/2.0 200 OK
    Message Header
        Via: SIP/2.0/UDP 171.68.115.156:5060;rport;branch=z9hG4bK-41a-100875-517454db
        From: <sip:[email protected]:5060>;tag=82f4a00-9c7344ab-13c4-45026-41a-4ea64c5a-41a
        To: <sip:[email protected]:5060>;tag=48645D8-1175
        Date: Wed, 08 Sep 2010 20:47:49 GMT
        Call-ID: 80e4f50-9c7344ab-13c4-45026-41a-10aff3f4-41a
        CSeq: 1 INVITE
            Sequence Number: 1
            Method: INVITE
        Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
        Allow-Events: telephone-event
        Remote-Party-ID: <sip:[email protected]>;party=called;screen=no;privacy=off
            [Expert Info (Note/Undecoded): Unrecognised SIP header (Remote-Party-ID)]
                [Message: Unrecognised SIP header (Remote-Party-ID)]
                [Severity level: Note]
                [Group: Undecoded]
        Contact: <sip:[email protected]:5060>
        Supported: replaces
        Supported: sdp-anat
        Server: Cisco-SIPGateway/IOS-12.x
        Content-Type: application/sdp
        Content-Disposition: session;handling=required
        Content-Length: 264
    Message Body
        Session Description Protocol
            Session Description Protocol Version (v): 0
            Owner/Creator, Session Id (o): CiscoSystemsSIP-GW-UserAgent 8759 6996 IN IP4 10.194.154.136
                Owner Username: CiscoSystemsSIP-GW-UserAgent
                Session ID: 8759
                Session Version: 6996
                Owner Network Type: IN
                Owner Address Type: IP4
                Owner Address: 10.194.154.136
            Session Name (s): SIP Call
            Connection Information (c): IN IP4 10.194.154.136
                Connection Network Type: IN
                Connection Address Type: IP4
                Connection Address: 10.194.154.136
            Time Description, active time (t): 0 0
                Session Start Time: 0
                Session Stop Time: 0
            Media Description, name and address (m): audio 18710 RTP/AVP 18 101
                Media Type: audio
                Media Port: 18710
                Media Protocol: RTP/AVP
                Media Format: ITU-T G.729
                Media Format: DynamicRTP-Type-101
            Connection Information (c): IN IP4 10.194.154.136
                Connection Network Type: IN
                Connection Address Type: IP4
                Connection Address: 10.194.154.136
            Media Attribute (a): rtpmap:18 G729/8000
                Media Attribute Fieldname: rtpmap
                Media Format: 18
                MIME Type: G729
                Sample Rate: 8000
            Media Attribute (a): fmtp:18 annexb=no
                Media Attribute Fieldname: fmtp
                Media Format: 18 [G729]
                Media format specific parameters: annexb=no
            Media Attribute (a): rtpmap:101 telephone-event/8000
                Media Attribute Fieldname: rtpmap
                Media Format: 101
                MIME Type: telephone-event
                Sample Rate: 8000
            Media Attribute (a): fmtp:101 0-16
                Media Attribute Fieldname: fmtp
                Media Format: 101 [telephone-event]
                Media format specific parameters: 0-16
No.     Time        Source                Destination           Protocol Info
     7 1.661867    10.194.154.136        171.68.115.156        SIP      Status: 100 Trying
Frame 7 (469 bytes on wire, 469 bytes captured)
Ethernet II, Src: Cisco_0d:3c:c0 (00:1f:ca:0d:3c:c0), Dst: HewlettP_06:71:52 (00:1f:29:06:71:52)
Internet Protocol, Src: 10.194.154.136 (10.194.154.136), Dst: 171.68.115.156 (171.68.115.156)
User Datagram Protocol, Src Port: sip (5060), Dst Port: sip (5060)
Session Initiation Protocol
    Status-Line: SIP/2.0 100 Trying
    Message Header
        Via: SIP/2.0/UDP 171.68.115.156:5060;rport;branch=z9hG4bK-41c-100eca-13593e22
        From: <sip:[email protected]:5060>;tag=82f4b98-9c7344ab-13c4-45026-41c-669825d-41c
        To: <sip:[email protected]:5060>
        Date: Wed, 08 Sep 2010 20:47:51 GMT
        Call-ID: 80e5138-9c7344ab-13c4-45026-41c-3f6bfc7-41c
        CSeq: 1 INVITE
            Sequence Number: 1
            Method: INVITE
        Allow-Events: telephone-event
        Server: Cisco-SIPGateway/IOS-12.x
        Content-Length: 0
No.     Time        Source                Destination           Protocol Info
      8 1.676056    10.194.154.136        171.68.115.156        SIP/SDP  Status: 183 Session Progress, with session description
Frame 8 (1107 bytes on wire, 1107 bytes captured)
Ethernet II, Src: Cisco_0d:3c:c0 (00:1f:ca:0d:3c:c0), Dst: HewlettP_06:71:52 (00:1f:29:06:71:52)
Internet Protocol, Src: 10.194.154.136 (10.194.154.136), Dst: 171.68.115.156 (171.68.115.156)
User Datagram Protocol, Src Port: sip (5060), Dst Port: sip (5060)
Session Initiation Protocol
    Status-Line: SIP/2.0 183 Session Progress
    Message Header
        Via: SIP/2.0/UDP 171.68.115.156:5060;rport;branch=z9hG4bK-41c-100eca-13593e22
        From: <sip:[email protected]:5060>;tag=82f4b98-9c7344ab-13c4-45026-41c-669825d-41c
        To: <sip:[email protected]:5060>;tag=4864C1C-10F8
        Date: Wed, 08 Sep 2010 20:47:51 GMT
        Call-ID: 80e5138-9c7344ab-13c4-45026-41c-3f6bfc7-41c
        CSeq: 1 INVITE
            Sequence Number: 1
            Method: INVITE
        Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
        Allow-Events: telephone-event
        Remote-Party-ID: <sip:[email protected]>;party=called;screen=no;privacy=off
            [Expert Info (Note/Undecoded): Unrecognised SIP header (Remote-Party-ID)]
                [Message: Unrecognised SIP header (Remote-Party-ID)]
                [Severity level: Note]
                [Group: Undecoded]
        Contact: <sip:[email protected]:5060>
        Supported: sdp-anat
        Server: Cisco-SIPGateway/IOS-12.x
        Content-Type: application/sdp
        Content-Disposition: session;handling=required
        Content-Length: 264
    Message Body
        Session Description Protocol
            Session Description Protocol Version (v): 0
            Owner/Creator, Session Id (o): CiscoSystemsSIP-GW-UserAgent 7991 6854 IN IP4 10.194.154.136
                Owner Username: CiscoSystemsSIP-GW-UserAgent
                Session ID: 7991
                Session Version: 6854
                Owner Network Type: IN
                Owner Address Type: IP4
                Owner Address: 10.194.154.136
            Session Name (s): SIP Call
            Connection Information (c): IN IP4 10.194.154.136
                Connection Network Type: IN
                Connection Address Type: IP4
                Connection Address: 10.194.154.136
            Time Description, active time (t): 0 0
                Session Start Time: 0
                Session Stop Time: 0
            Media Description, name and address (m): audio 17660 RTP/AVP 18 101
                Media Type: audio
                Media Port: 17660
                Media Protocol: RTP/AVP
                Media Format: ITU-T G.729
                Media Format: DynamicRTP-Type-101
            Connection Information (c): IN IP4 10.194.154.136
                Connection Network Type: IN
                Connection Address Type: IP4
                Connection Address: 10.194.154.136
            Media Attribute (a): rtpmap:18 G729/8000
                Media Attribute Fieldname: rtpmap
                Media Format: 18
                MIME Type: G729
                Sample Rate: 8000
            Media Attribute (a): fmtp:18 annexb=no
                Media Attribute Fieldname: fmtp
                Media Format: 18 [G729]
                Media format specific parameters: annexb=no
            Media Attribute (a): rtpmap:101 telephone-event/8000
                Media Attribute Fieldname: rtpmap
                Media Format: 101
                MIME Type: telephone-event
                Sample Rate: 8000
            Media Attribute (a): fmtp:101 0-16
                Media Attribute Fieldname: fmtp
                Media Format: 101 [telephone-event]
                Media format specific parameters: 0-16
No.     Time        Source                Destination           Protocol Info
     10 1.700567    10.194.154.136        171.68.115.156        SIP      Status: 100 Trying
Frame 10 (471 bytes on wire, 471 bytes captured)
Ethernet II, Src: Cisco_0d:3c:c0 (00:1f:ca:0d:3c:c0), Dst: HewlettP_06:71:52 (00:1f:29:06:71:52)
Internet Protocol, Src: 10.194.154.136 (10.194.154.136), Dst: 171.68.115.156 (171.68.115.156)
User Datagram Protocol, Src Port: sip (5060), Dst Port: sip (5060)
Session Initiation Protocol
    Status-Line: SIP/2.0 100 Trying
    Message Header
        Via: SIP/2.0/UDP 171.68.115.156:5060;rport;branch=z9hG4bK-41c-100f04-2fde97a9
        From: <sip:[email protected]:5060>;tag=82f4d30-9c7344ab-13c4-45026-41c-5c20b753-41c
        To: <sip:[email protected]:5060>
        Date: Wed, 08 Sep 2010 20:47:51 GMT
        Call-ID: 80e5320-9c7344ab-13c4-45026-41c-7fbe4865-41c
        CSeq: 1 INVITE
            Sequence Number: 1
            Method: INVITE
        Allow-Events: telephone-event
        Server: Cisco-SIPGateway/IOS-12.x
        Content-Length: 0
No.     Time        Source                Destination           Protocol Info
     11 1.726376    10.194.154.136        171.68.115.156        SIP/SDP  Status: 200 OK, with session description
Frame 11 (1114 bytes on wire, 1114 bytes captured)
Ethernet II, Src: Cisco_0d:3c:c0 (00:1f:ca:0d:3c:c0), Dst: HewlettP_06:71:52 (00:1f:29:06:71:52)
Internet Protocol, Src: 10.194.154.136 (10.194.154.136), Dst: 171.68.115.156 (171.68.115.156)
User Datagram Protocol, Src Port: sip (5060), Dst Port: sip (5060)
Session Initiation Protocol
    Status-Line: SIP/2.0 200 OK
    Message Header
        Via: SIP/2.0/UDP 171.68.115.156:5060;rport;branch=z9hG4bK-41c-100eca-13593e22
        From: <sip:[email protected]:5060>;tag=82f4b98-9c7344ab-13c4-45026-41c-669825d-41c
        To: <sip:[email protected]:5060>;tag=4864C1C-10F8
        Date: Wed, 08 Sep 2010 20:47:51 GMT
        Call-ID: 80e5138-9c7344ab-13c4-45026-41c-3f6bfc7-41c
        CSeq: 1 INVITE
            Sequence Number: 1
            Method: INVITE
        Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
        Allow-Events: telephone-event
        Remote-Party-ID: <sip:[email protected]>;party=called;screen=no;privacy=off
            [Expert Info (Note/Undecoded): Unrecognised SIP header (Remote-Party-ID)]
                [Message: Unrecognised SIP header (Remote-Party-ID)]
                [Severity level: Note]
                [Group: Undecoded]
        Contact: <sip:[email protected]:5060>
        Supported: replaces
        Supported: sdp-anat
        Server: Cisco-SIPGateway/IOS-12.x
        Content-Type: application/sdp
        Content-Disposition: session;handling=required
        Content-Length: 264
    Message Body
        Session Description Protocol
            Session Description Protocol Version (v): 0
            Owner/Creator, Session Id (o): CiscoSystemsSIP-GW-UserAgent 7991 6854 IN IP4 10.194.154.136
                Owner Username: CiscoSystemsSIP-GW-UserAgent
                Session ID: 7991
                Session Version: 6854
                Owner Network Type: IN
                Owner Address Type: IP4
                Owner Address: 10.194.154.136
            Session Name (s): SIP Call
            Connection Information (c): IN IP4 10.194.154.136
                Connection Network Type: IN
                Connection Address Type: IP4
                Connection Address: 10.194.154.136
            Time Description, active time (t): 0 0
                Session Start Time: 0
                Session Stop Time: 0
            Media Description, name and address (m): audio 17660 RTP/AVP 18 101
                Media Type: audio
                Media Port: 17660
                Media Protocol: RTP/AVP
                Media Format: ITU-T G.729
                Media Format: DynamicRTP-Type-101
            Connection Information (c): IN IP4 10.194.154.136
                Connection Network Type: IN
                Connection Address Type: IP4
                Connection Address: 10.194.154.136
            Media Attribute (a): rtpmap:18 G729/8000
                Media Attribute Fieldname: rtpmap
                Media Format: 18
                MIME Type: G729
                Sample Rate: 8000
            Media Attribute (a): fmtp:18 annexb=no
                Media Attribute Fieldname: fmtp
                Media Format: 18 [G729]
                Media format specific parameters: annexb=no
            Media Attribute (a): rtpmap:101 telephone-event/8000
                Media Attribute Fieldname: rtpmap
                Media Format: 101
                MIME Type: telephone-event
                Sample Rate: 8000
            Media Attribute (a): fmtp:101 0-16
                Media Attribute Fieldname: fmtp
                Media Format: 101 [telephone-event]
                Media format specific parameters: 0-16
No.     Time        Source                Destination           Protocol Info
     13 1.727645    10.194.154.136        171.68.115.156        SIP      Status: 500 Internal Server Error
Frame 13 (526 bytes on wire, 526 bytes captured)
Ethernet II, Src: Cisco_0d:3c:c0 (00:1f:ca:0d:3c:c0), Dst: HewlettP_06:71:52 (00:1f:29:06:71:52)
Internet Protocol, Src: 10.194.154.136 (10.194.154.136), Dst: 171.68.115.156 (171.68.115.156)
User Datagram Protocol, Src Port: sip (5060), Dst Port: sip (5060)
Session Initiation Protocol
    Status-Line: SIP/2.0 500 Internal Server Error
    Message Header
        Via: SIP/2.0/UDP 171.68.115.156:5060;rport;branch=z9hG4bK-41c-100f04-2fde97a9
        From: <sip:[email protected]:5060>;tag=82f4d30-9c7344ab-13c4-45026-41c-5c20b753-41c
        To: <sip:[email protected]:5060>;tag=4864C50-3C3
        Date: Wed, 08 Sep 2010 20:47:51 GMT
        Call-ID: 80e5320-9c7344ab-13c4-45026-41c-7fbe4865-41c
        CSeq: 1 INVITE
            Sequence Number: 1
            Method: INVITE
        Allow-Events: telephone-event
        Server: Cisco-SIPGateway/IOS-12.x
        Reason: Q.850;cause=44
            Reason Protocols: Q.850
            Cause: 44(0x2c)[Requested circuit/channel not available]
        Content-Length: 0
Thanks!
-John

Since it appears you are a Cisco Employee, my recommendation is that you use the many internal resource available to you (including, but not limited to) , like TAC access, internal forums, team leaders, etc.
This not to give the casual reader, the impression that the best source of support at Cisco is a customer's public forum.

Similar Messages

  • Sip 500 Internal Server Error Reason: Q.850;cause=16

    Please help in understanding what is wrong in the config .Incoming calls don't work.
    show run:
    voice service voip
    ip address trusted list
      ipv4 87.226.136.164 255.255.255.255
      ipv4 172.16.24.0 255.255.255.0
      ipv4 188.254.68.66 255.255.255.255
      ipv4 188.254.68.67 255.255.255.255
      ipv4 188.254.69.66 255.255.255.255
      ipv4 188.254.69.67 255.255.255.255
      ipv4 46.38.52.68 255.255.255.255
    address-hiding
    allow-connections h323 to h323
    allow-connections h323 to sip
    allow-connections sip to h323
    allow-connections sip to sip
    supplementary-service h450.12
    no supplementary-service sip moved-temporarily
    no supplementary-service sip refer
    redirect ip2ip
    fax protocol t38 version 0 ls-redundancy 0 hs-redundancy 0 fallback cisco
    sip
    voice class codec 1
    codec preference 1 g729br8
    codec preference 2 g729r8
    codec preference 3 g711alaw
    codec preference 4 g711ulaw
    voice class codec 2
    codec preference 1 g711ulaw
    codec preference 2 g711alaw
    codec preference 3 g729r8
    codec preference 4 g729br8
    voice translation-rule 1
    rule 1 /XXX5397962/ /1999/
    voice translation-rule 2
    rule 1 /XXX55317577/ /1999/
    voice translation-rule 3
    rule 1 /5555317884/ /1999/
    voice translation-profile ROS
    translate called 1
    voice translation-profile ROS2
    translate called 2
    voice translation-profile ROS3
    translate called 3
    interface FastEthernet0/0
    ip address 178.208.X.X 255.255.255.248
    ip access-group INBOUND in
    no ip unreachables
    ip verify unicast reverse-path
    ip nat outside
    ip inspect IPFW in
    ip inspect IPFW out
    ip virtual-reassembly in
    duplex auto
    speed auto
    no cdp enable
    interface FastEthernet0/1
    no ip address
    ip nat inside
    ip virtual-reassembly in
    duplex auto
    speed auto
    interface FastEthernet0/1.1
    encapsulation dot1Q 1 native
    ip address 10.110.0.200 255.255.255.0
    ip nat inside
    ip virtual-reassembly in
    interface FastEthernet0/1.2
    encapsulation dot1Q 2
    ip address 172.16.24.254 255.255.255.0
    ip nat inside
    ip virtual-reassembly in
    h323-gateway voip interface
    h323-gateway voip bind srcaddr 172.16.24.254
    ip dns server
    ip nat inside source list NAT interface FastEthernet0/0 overload
    ip route 0.0.0.0 0.0.0.0 178.208.X.X
    ip route 192.168.0.0 255.255.0.0 Null0 254
    sccp local FastEthernet0/1.2
    sccp ccm 172.16.24.101 identifier 1 version 7.0
    sccp
    sccp ccm group 1
    associate ccm 1 priority 1
    associate profile 1 register XCODE123456
    keepalive retries 1
    keepalive timeout 10
    switchover method immediate
    switchback method immediate
    dspfarm profile 1 transcode
    codec g711ulaw
    codec g711alaw
    codec g729ar8
    codec g729abr8
    codec g729r8
    codec g729br8
    maximum sessions 6
    associate application SCCP
    dial-peer voice 10000 voip
    tone ringback alert-no-PI
    description ROSTELECOM Incoming
    translation-profile incoming ROS
    destination-pattern 74955397962
    session protocol sipv2
    session target ipv4:87.226.136.164
    session transport udp
    incoming called-number XXXX5397962
    dtmf-relay rtp-nte
    codec g711ulaw
    dial-peer voice 10010 voip
    tone ringback alert-no-PI
    description ROSTELECOM Incoming
    translation-profile incoming ROS2
    destination-pattern XXX55317577
    session protocol sipv2
    session target ipv4:87.226.136.164
    session transport udp
    incoming called-number 75555317577
    dtmf-relay rtp-nte
    codec g711ulaw
    dial-peer voice 10020 voip
    tone ringback alert-no-PI
    description ROSTELECOM Incoming
    translation-profile incoming ROS3
    preference 1
    destination-pattern 5555317884
    session protocol sipv2
    session target ipv4:188.254.68.66
    session transport udp
    incoming called-number 5555317884
    dtmf-relay rtp-nte
    codec g711ulaw
    dial-peer voice 10021 voip
    tone ringback alert-no-PI
    description ROSTELECOM Incoming
    translation-profile incoming ROS
    preference 2
    destination-pattern 5555317884
    session protocol sipv2
    session target ipv4:188.254.69.66
    session transport udp
    incoming called-number 5555317884
    dtmf-relay rtp-nte
    codec g711ulaw
    dial-peer voice 2 voip
    tone ringback alert-no-PI
    description to CUCM_PUB
    destination-pattern 1...
    session target ipv4:172.16.24.101
    voice-class codec 2
    dtmf-relay rtp-nte
    debug ccsip all:
    c2801#
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/HandleUdpIPv4SocketReads: Msg enqueued for SPI with IP addr: [188.254.68.66]:9290, local_address:[ - ]
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/ccsip_process_sipspi_queue_event: ccsip_spi_get_msg_type returned: 2 for event 1
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportProcessNWNewConnMsg: context=0x0
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Received:
    INVITE sip:[email protected];user=phone SIP/2.0
    Via: SIP/2.0/UDP 188.254.68.66:9290;branch=z9hG4bK-6110d60075c89eab-a(STATE_IDLE, SUBSTATE_NONE)
    06:19:26: //-1/xxxxxxxxxxxx/SIP/T3c000c-1
    Call-ID: isbc6994325518770806443-1385214296-16204
    Fransport/sipSPIUpdateResponseInfo: Dialog Transaction Address 188.254.68.66,Port 9290, Transport 1, SentBy Port 5060
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPISetDateHeader: Converting TimeZone MSK to SIP default timezone = GMT
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipSPIUpdateResponseInfo: Dialog Transaction Address 188.254.68.66,Port 929rom:
    <sip:[email protected];user=phone>;tag=sbc09026994325from (STATE_NONE, SUBSTATE_NONE)  to (STATE_IDLE, SUBSTATE_NONE)
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipSPIUpdateResponseInfo: Dialog Transaction Address 188.254.68.66,Port 9290, Transport 1, SentBy Port 5060
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPISetDateHeader: Converting TimeZone MSK to SIP default timezone = GMT
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipSPIUpdateResponseInfo: Dialog Transaction Address 188.254.68.66,Port 518770806443
    ddress_to_bind: return addr 178.208.X.Xone>
    06:19:26: //-1/EE5EC9DD8170/SIP/State/sipSPIChangeState: 0x6A874E70 : State change from (STATE_NONE, SUBSTATE_NONE)  to (STATE_IDLE, SUBSTATE_NONE)
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipSPIUpdateResponseInfo: Dialog Transaction Address 188.254.68.66,Port 9290, Transport 1, SentBy Port 5060
    0
    CSeq: 1 INVITE
    Min-SE: 90
    Session-Expires: 3600;refresher=u6:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPISetDateHeader: Convac
    Contact: <sip:[email protected]:9290;user=phone>
    A //-1/xxxxxxxxxxxx/SIP/Info/resolve_sig_ip_address_to_bind: rellow: INVITE,CANCEL,BYE,ACK,REFER,UPDATE,INFO,PRACK
    Supported:turn addr 178.208.X.X
    06:19:26: //-1/EE5EC9DD8170/SIP/St timer,100rel
    Diversion: <sip:[email protected]>;privacyate/sipSPIChangeState: 0x6A874E70 : State change from (STATE_NONE, SUBSTATE_NONE)  to (STATE_IDLE, SUBSTATE_NONE)
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipSPIUpdateResponseInfo: Dialog Transaction Address 188.254.68.66,Port 9290, Transport 1,
    Sen=off;screen=no;reason=unknown,<sip:[email protected]>;priv6:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipSPIUpdateResponsacy=off;screen=no;reason=unknown
    Max-Forwards: 70
    User-AgenteInfo: Dialog Transaction Address 188.254.68.66,Port 9290, Tra: VCS 5.8.2.56-03
    Content-Length: 393
    Content-Type: applicatnsport 1, SentBy Port 9290ion/sdp
    v=0
    o=- 12060 26053 IN IP4 188.254.68.67
    s=SBC call
    c=IN IP4 188.254.68.67
    t=0 0
    m=audio 24402 RTP/AVP 8 0 18 98 96 97 101
    a=rtpmap:98 G.729a/8000
    a=rtpmap:96 G.729ab/8000
    a=rtpmap:97 G.729b/8000
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-15
    a=fmtp:18 annexb=no
    a=ptime:10
    a=X-vrzcap:vbd Ver=1 Mode=FaxPr ModemRtpRed=0
    a=X-vrzcap:identification bin=DSR2866 Prot=mgcp App=MG
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/ccsip_new_msg_preprocessor: Checking Invite Dialog
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIAddContextToTable: Added context(0x6A874E70) with key=[52] to table
    06:19:26: //-1/000000000000/SIP/Info/sipSPI_ipip_vcc_Initialization:  Entry...
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipSPIUpdateResponseInfo: Dialog Transaction Address 188.254.68.66,Port 9290, Transport 1, SentBy Port 9290
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/resolve_sig_ip_address_to_bind: calling reg_invoke_ip_first_hop()
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/resolve_sig_ip_address_to_bind: calling ip_best_local_address()
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/resolve_sig_ip_address_to_bind: return addr 178.208.X.X
    06:19:26: //-1/EE5EC9DD8170/SIP/State/sipSPIChangeState: 0x6A874E70 : State change from (STATE_NONE, SUBSTATE_NONE)  to
    c2801#L
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIUaddCcbToUASReqTable: ****Adding to UAS Request table.
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIUaddCcbToTable: Added to table. ccb=0x6
    c2801#a
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIMatchSrcIp
    c2801#mat: VIA URL:sip:188.254.68.66:9290, Host:188.254.68.66
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIGetShrlPeer: Try match incoming dialpeer for Calling number: : 9067259847
    06:19:26:ched for incoming call
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIGetCallConfig: Precondition tag absent in Require/Supported h
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIGetFromCalledPartyId: P-Called-Party-ID header not found
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIGetPeerByCalledPartyId: P-Called-Party-ID not found or parse error
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIGetCallConfig: No match found for P-Called-Party-ID
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIGetCallConfig: Peer tag 10020 matched for incoming call
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIGetCallConfig: Precondition tag absent in Require/Supported header
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/resolve_sig_ip_address_to_bind: calling reg_invoke_ip_first_hop()
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/resolve_sig_ip_address_to_bind: calling ip_best_local_address()
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/resolve_sig_ip_address_to_bind: return addr 178.208.X.X
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIGetCallConfig: Precondition tag absent in Require/Supported header
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIGetCallConfig: Checking Video Type Rate=-1 video_codec_allowed=1F
    06:19:26: //-1/EE5EC9DD8170/SIP/Media/sipSPICopyStunConfigFromPeerToCCB: Firewall traversal is not enabled
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIGetModemInfoPerCall: peer_callID=0
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIGetCallConfig: xcoder high-density disabled
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIGetCallConfig: Flow Mode set to FLOW_THROUGH
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIGetCallConfig: Media forking disabled
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIContinueNewMsgInvite: Calling name , number 9067259847, Calling oct3 0x00, oct_3a 0x80, ext_priv 0x00, Called number
    5555317884, oct3 0x00
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIContinueNewMsgInvite: Carrier id code , prev_cid NONE, next_cid NONE, prev_tgrp NONE, next_tgrp NONE
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIContinueNewMsgInvite: Requires reliable-provisional support
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIValidateRequestUri: Not Enabled
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIRscmsmAvail: Value returned by check is = 0
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_IsSDPPassthruEnabled:  - 0
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_GetHdrPassthruCfg: Hdr passthrough config:1 tag:0
    06:19:26: //129/EE5EC9DD8170/SIP/Event/Session-Timer/sipSTSLMain: Event: E_STSL_SESSION_REFRESH_REQ
    06:19:26: //129/EE5EC9DD8170/SIP/Event/Session-Timer/sipSTSLMain: dir:2, method:102, resp_code:0, container:6A01759C
    06:19:26: //129/EE5EC9DD8170/SIP/Info/Session-Timer/sipSTSLExtractSessionExpiresHdr:
    Session-Expires value: 3600 refresher: uac
    06:19:26: //129/EE5EC9DD8170/SIP/Info/Session-Timer/sipSTSLExtractMinSEHdr: Min-SE Duration: 90
    06:19:26: //129/EE5EC9DD8170/SIP/Info/Session-Timer/sipSTSLGetInternalSREvent: E_STSL_INITIAL_SR_REQ
    06:19:26: //129/EE5EC9DD8170/SIP/Info/Session-Timer/sipSTSLInitialSRReqPeerEventGen: sending received session expires to the peer leg
    06:19:26: //129/EE5EC9DD8170/SIP/Event/Session-Timer/sipSTSLPrintTDContainer: Peer-Event: E_STSL_PASS_ST_PARAMS, SE Value:3600, SE Refresher:uac, Min-SE Value:1800,
    flags:2001
    06:19:26: //129/EE5EC9DD8170/SIP/Info/Session-Timer/sipSTSLMain:
            SE: 3600;refresher:uac peer refresher:none, flags:2001, posted event:E_STSL_INVALID_PEER_EVENT, reason:4
            Configured SE:1800, Configured Min-SE:1800
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIProcessHistoryInfoHeader: No HI headers recvd from app container
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIProcessReplacesHeader: No replaces hdr found
    SIP: Warning: Unrecognized attribute (X-vrzcap)
    SIP: Warning: Unrecognized attribute (X-vrzcap)
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIDoMediaNegotiation: Number of m-lines = 1
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIValidateConnectionAddress: Dest port = 24402
    SIP: (129) Attribute mid, level 1 instance 1 not found.
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/resolve_media_ip_address_to_bind: calling reg_invoke_ip_first_hop()
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/resolve_media_ip_address_to_bind: calling ip_best_local_address()
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/resolve_media_ip_address_to_bind: return addr 178.208.X.X
    06:19:26: //129/EE5EC9DD8170/SIP/Media/sipSPISetMediaSrcAddr: Media src addr for stream 1 = 178.208.X.X
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPICheckDynPayloadUse: Dynamic payload(98) reserved for codec g729r8
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPICheckDynPayloadUse: Dynamic payload(98) reserved for codec g729r8
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPICheckDynPayloadUse: Dynamic payload(96) reserved for codec g729abr8
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPICheckDynPayloadUse: Dynamic payload(96) could not be reserved
                              as its in use by other codec g729abr8
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIUpdateDynamicPT: Requested payload-Type (96) is  reserved by another application
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIUpdateDynamicPayloadunused: Unreserving dynamic payload type 96
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIAllocateFreeDynamicPT: Allocating free Dynamic Payload : 99 for Codec:
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPICheckDynPayloadUse: Dynamic payload(97) reserved for codec g729br8
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPICheckDynPayloadUse: Dynamic payload(97) could not be reserved
                              as its in use by other codec g729br8
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIUpdateDynamicPT: Requested payload-Type (97) is  reserved by another application
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIUpdateDynamicPayloadunused: Unreserving dynamic payload type 97
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIAllocateFreeDynamicPT: Allocating free Dynamic Payload : 102 for Codec:
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPICheckDynPayloadUse: Dynamic payload(101) reserved for codec No Codec 
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIUpdateDynamicPayloadunused: Unreserving dynamic payload type 99
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPICheckDynPayloadUse: Dynamic payload(101) could not be reserved
                              as its in use by other codec No Codec 
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIUpdateDynamicPT: Requested payload-Type (101) is  reserved by another application
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIUpdateDynamicPayloadunused: Unreserving dynamic payload type 103
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIUpdateDynamicPayloadunused: Unreserving dynamic payload type 101
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIAllocateFreeDynamicPT: Allocating free Dynamic Payload : 101 for Codec:
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIDoAudioNegotiation: Codec (g711ulaw) Negotiation Successful on Static Payload for m-line 1
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIDoPtimeNegotiation: One ptime attribute found - value:10
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/convert_ptime_to_codec_bytes: Values :Codec: g711ulaw ptime :10, codecbytes: 80
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/convert_codec_bytes_to_ptime: Values :Codec: g711ulaw codecbytes :80, ptime: 10
    06:19:26: //129/EE5EC9DD8170/SIP/Media/sipSPIDoPtimeNegotiation: Offered ptime:10, Negotiated ptime:10 Negotiated codec bytes: 80 for codec g711ulaw
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPISetFaxFlags: FAX_PASSTHROUGH = 0, END_FAX_PASSTHROUGH = 0
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIDoDTMFRelayNegotiation: m-line index 1
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPICheckDynPayloadUse: Dynamic payload(101) reserved for codec
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIReserveRtpNtePayload: Reserved the payload type 101 for RTP-NTE
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIDoDTMFRelayNegotiation: RTP-NTE DTMF relay option
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIDoDTMFRelayNegotiation: Case of partial named event(NE) match in fmtp list of events.
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sip_sdp_get_modem_relay_cap_params: V150 NSE payload = 0, SSE payload = 0, SPRT payload=0
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sip_select_modem_relay_params: X-tmr not present in SDP. Disable modem relay
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIGetSDPDirectionAttribute: No direction attribute present or multiple direction attributes that can't be handled for m-
    line:1 and num-a-lines:0
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIDoAudioNegotiation: Codec negotiation successful for media line 1
            payload_type=0, codec_bytes=80, codec=g711ulaw, dtmf_relay=rtp-nte
            stream_type=voice+dtmf (1), dest_ip_address=188.254.68.67, dest_port=24402
    06:19:26: //129/EE5EC9DD8170/SIP/State/sipSPIChangeStreamState: Stream (callid =  -1)  State changed from (STREAM_DEAD) to (STREAM_ADDING)
    06:19:26: //129/EE5EC9DD8170/SIP/Media/sipSPIUpdCallWithSdpInfo:
            Preferred Codec        : g711ulaw, bytes :160
            Preferred  DTMF relay  : rtp-nte
            Preferred NTE payload  : 101
            Early Media            : No
            Delayed Media          : No
            Bridge Done            : No
            New Media              : No
            DSP DNLD Reqd          : No
    06:19:26: //129/EE5EC9DD8170/SIP/Info/resolve_media_ip_address_to_bind: Media already bound, use existing source_media_ip_addr
    06:19:26: //129/EE5EC9DD8170/SIP/Media/sipSPISetMediaSrcAddr: Media src addr for stream 1 = 178.208.X.X
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_report_media_to_peer:
    callId 129 peer 0 flags 0x201 state STATE_IDLE
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_vcc_ProcessXcoderNeeded: xcoder_attached not yet initialised for this call.
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_report_media_to_peer: Xcoder not yet used for the call
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:
    CallID 129, Peer CallID 0, sdp 0x69EC3234 channels 0x6A8763C4
    06:19:26: //129/EE5EC9DD8170/SIP/Info/copy_channels:
    callId 129 size 0 ptr 0x6899F6D4)
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:
    CCB t38 version 0 ipip_caps version 0
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:
    CCB fax rate 2 ipip_caps rate 14400
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: reset the  switch..
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:
    Hndl ptype 8 mline 1
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: Selecting codec g711alaw
    06:19:26: //129/EE5EC9DD8170/SIP/Info/codec_found:
    Codec to be matched: 6
    06:19:26: //129/EE5EC9DD8170/SIP/Info/codec_found: No match for the codecs found..
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:
    Hndl ptype 0 mline 1
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: Selecting codec g711ulaw
    06:19:26: //129/EE5EC9DD8170/SIP/Info/codec_found:
    Codec to be matched: 5
    06:19:26: //129/EE5EC9DD8170/SIP/Info/codec_found:  codecs[i] = 5 & codec = 5 are same..
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: ADD AUDIO CODEC 5
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/convert_codec_bytes_to_ptime: Values :Codec: g711ulaw codecbytes :80, ptime: 10
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: Media negotiation done: stream->negotiated_ptime=10,stream->negotiated_codec_bytes=80,
    coverted ptime=10 stream->mline_index=1, media_ndx=1
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:
    failed to update call entry
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:
    Adding codec 5 ptype 0 time 10, bytes 80  as channel 0 mline 1 ss 1 188.254.68.67:24402
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:
    Hndl ptype 18 mline 1
    06:19:26: //129/EE5EC9DD8170/SIP/Media/sipSPISelectCodecVersion: Codec (g729r8) is not in preferred list
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: An exact codec match not configured, using interoperable codec g729r8
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: Selecting codec g729r8
    06:19:26: //129/EE5EC9DD8170/SIP/Info/codec_found:
    Codec to be matched: 16
    06:19:26: //129/EE5EC9DD8170/SIP/Info/codec_found: No match for the codecs found..
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:
    Hndl ptype 98 mline 1
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:
    Hndl ptype 96 mline 1
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:
    Hndl ptype 97 mline 1
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:
    Hndl ptype 101 mline 1
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: setting ipip_caps DTMF to RFC2833: callid = 129, dtmf = 6
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: Copy sdp to channel- AFTER CODEC FILTERING: ccb->pld.ipip_caps.codecInfo[channel_ndx].codec
    = 5
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: Copy sdp to channel- AFTER CODEC FILTERING: ccb->pld.ipip_caps.codecInfo[channel_ndx].codec
    = -1
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_report_media_to_peer:
    callId 129 flags 0x100 state STATE_IDLE
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_report_media_to_peer:
    Report initial call media
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_report_media_to_peer: ccb->flags 0x804000C, ccb->pld.flags_ipip 0x201
    06:19:26: //129/EE5EC9DD8170/SIP/Info/copy_channels:
    callId 129 size 240 ptr 0x69E20A34)
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_report_media_to_peer:
    CCSIP: Unable to report channel ind
    06:19:26: //129/EE5EC9DD8170/SIP/Info/ccsip_update_srtp_caps:  5798: Posting Remote SRTP caps to other callleg.
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_report_media_to_peer: do cc_api_caps_ind()
    06:19:26: //129/EE5EC9DD8170/SIP/Media/sipSPIUpdCallWithSdpInfo:
              Stream type            : voice+dtmf
              Media line             : 1
              State                  : STREAM_ADDING (2)
              Stream address type    : 1
              Callid                 : -1
              Negotiated Codec       : g711ulaw, bytes :80
              Nego. Codec payload    : 0 (tx), 0 (rx)
              Negotiated DTMF relay  : rtp-nte
              Negotiated NTE payload : 101 (tx), 101 (rx)
              Negotiated CN payload  : 0
              Media Srce Addr/Port   : [178.208.X.X]:0
              Media Dest Addr/Port   : [188.254.68.67]:24402
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIHandleInviteMedia:
    Negotiated Codec       : g711ulaw, bytes :80
    Preferred Codec        : g711ulaw, bytes :160
    Preferred  DTMF relay 1 : 6
    Preferred  DTMF relay 2 : 0
    Negotiated DTMF relay   : 6
    Preferred and Negotiated NTE payloads: 101 101
    Preferred and Negotiated NSE payloads: 100 0
    Preferred and Negotiated Modem Relay: 0 0
    Preferred and Negotiated V150.1 Modem Passthrough: 0 0
    Preferred and Negotiated V150.1 Modem Relay: 0 0
    Preferred and Negotiated Modem Relay GwXid: 1 0
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIDoQoSNegotiationWithMediaLine: QOS negotiation for mline_index 1
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIDoStreamQoSNegotiation: Best effort
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPICanSetFallbackFlag: Local Fallback is not active
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Media/sipSPIReserveRtpPort: reserved port 17550 for stream 1
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIUpdateSrcSdpFixedPart: Reserving rtp port for stream 1, src_port=17550
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPISetMediaDirectionForStream: Setting Media direction SENDRECV for stream 1
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIUpdateSrcSdpVariablePart: Setting stream 1 portnum to 17550
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIUpdateSrcSdpVariablePart:
    SIP update src sdp, negoitated codec 5, payload type 0
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIUpdateSrcSdpVariablePart: Negotiated method of dtmf relayand pyld: 6 101
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIAddBillingInfoToCcb: sipCallId for billing records = isbc6994325518770806443-1385214296-16204
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIGetContentCPA: No CPA found in inbound container
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIProcessCPA: No x-cisco-cpa content found
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_GetHdrPassthruCfg: Hdr passthrough config:1 tag:0
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_IsContentPassthruEnabled:  - 0
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_ExtractPassthruContentFromSipContainer: Passthru Content Not Enabled
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_store_channel_info: Store channelInfo in CallInfo
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_store_channel_info: dtmf negotiation done, storing negotiated dtmf = 6,
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIShrlCall: Check peer: 10020 for Shared-Line call, callid: 129
    06:19:26: //129/EE5EC9DD8170/SIP/Info/ccsip_set_bearer_capability:
       Bearer Capability: Speech (0x00)
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIGetContentQSIG: No QSIG Body found in inbound container
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIGetContentQ931: No RawMsg Body found in inbound container
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPICreateNewRawMsg: No Data to form The Raw Message
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIContinueNewMsgInvite: ccsip_api_call_setup_ind returned: SIP_SUCCESS
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIUaddccCallIdToTable: Adding call id 81 to table
    06:19:26: //129/EE5EC9DD8170/SIP/Event/Session-Timer/sipSTSLMain: Event: E_STSL_SESSION_REFRESH_RESP
    06:19:26: //129/EE5EC9DD8170/SIP/Event/Session-Timer/sipSTSLMain: dir:1, method:102, resp_code:100, container:6A0173E4
    06:19:26: //129/EE5EC9DD8170/SIP/Info/Session-Timer/sipSTSLValidateSessRefreshMsg: Ignoring 1xx response for session timer processing
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPISendInviteResponse: Associated container=0x6A0173E4 to Invite Response 100
    06:19:26: //129/EE5EC9DD8170/SIP/Transport/sipSPITransportSendMessage: msg=0x6A5A1A34, addr=188.254.68.66, port=9290, sentBy_port=9290, local_addr=, is_req=0,
    transport=1, switch=0, callBack=0x0
    06:19:26: //129/EE5EC9DD8170/SIP/Transport/sipSPITransportSendMessage: Proceedable for sending msg immediately
    06:19:26: //129/EE5EC9DD8170/SIP/Transport/sipTransportLogicSendMsg: switch transport is 0
    06:19:26: //129/EE5EC9DD8170/SIP/Transport/sipTransportLogicSendMsg: Trying to send resp=0x6A5A1A34 to default port=9290
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportPostRequestConnection: Posting UDP conn create request for addr=188.254.68.66, port=9290, context=0x68ABB118
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportSetConnWaitTimer: Wait timer set for connection=0x68ABCB0C,addr=188.254.68.66, port=9290
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportSetConnWaitTimer:
    Wait Conn Timer started for 5000 msec
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipCreateConnInstance: Created new initiated conn=0x68ABCB0C, connid=-1, addr=188.254.68.66, port=9290, local_addr=,
    transport=UDP
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipConnectionManagerGetConnection: connection required for raddr:188.254.68.66, rport:9290 with laddr:
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipInstanceGetConnectionId: Registering gcb=0x6A874E70 with connection=0x68ABCB0C
    06:19:26: //129/EE5EC9DD8170/SIP/Transport/sipTransportLogicSendMsg: Waiting for Connection for sending msg=0x6A5A1A34
    06:19:26: //129/EE5EC9DD8170/SIP/Transport/sipSPITransportSendMessage: Deferred sending msg=0x6A5A1A34
    06:19:26: //129/EE5EC9DD8170/SIP/State/sipSPIChangeState: 0x6A874E70 : State change from (STATE_IDLE, SUBSTATE_NONE)  to (STATE_RECD_INVITE, SUBSTATE_NONE)
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIProcessContactInfo: Previous Hop 188.254.68.66:9290
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Event/sipSPIEventInfo: Queued event from SIP SPI : SIPSPI_EV_CC_CALL_PROCEEDING
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/ccsip_event_handler: switch(ev.ev_id: 165)
    06:19:26: //129/EE5EC9DD8170/SIP/Info/ccsip_event_handler:
    ccsip_event_handler: peer ID 130 chans 0x6780D478 event 165 flags 0x844001C 0x100 0x601 data 0x6780D478
    06:19:26: //129/EE5EC9DD8170/SIP/Info/ccsip_event_handler:
    ccsip_event_handler: CC_EV_H245_SET_MODE: peer ID 130 chans 0x6780D478 event 165 flags 0x844001C 0x100 0x601 data 0x6780D478, type = 1
    06:19:26: //129/EE5EC9DD8170/SIP/Info/ccsip_gw_set_sipspi_mode: Setting SPI mode to SIP-H323
    06:19:26: //129/EE5EC9DD8170/SIP/Event/Session-Timer/sipSTSLMain: Event: E_STSL_SET_MODE
    06:19:26: //129/EE5EC9DD8170/SIP/Info/Session-Timer/sipSTSLMain:
            SE: 3600;refresher:uac peer refresher:none, flags:2001, posted event:E_STSL_INVALID_PEER_EVENT, reason:4
            Configured SE:1800, Configured Min-SE:1800
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/ccsip_event_handler: CC_R_SUCCESS_WITH_CONFIRMED
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/ccsip_process_sipspi_queue_event: ccsip_spi_get_msg_type returned: 3 for event 3
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/ccsip_process_sipspi_queue_event: ccsip_spi_get_msg_type returned: 2 for event 58
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportProcessNWConnectionCreated: context=0x68ABB118
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipConnectionManagerProcessConnCreated: gConnTab=0x68ABB118, addr=188.254.68.66, port=9290, local_addr=, connid=3,
    transport=UDP
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipConnectionManagerProcessConnCreated: connection instance created for addr:188.254.68.66, port:9290 local_addr=
    local_port=57282
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportStopConnWaitTimer: Wait timer stopped for connection=0x68ABCB0C,addr=188.254.68.66, port=9290
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipInstanceHandleConnectionCreated: Moving connection=0x68ABCB0C, connid=3 state to established. local_addr=,
    local_port=57282
    06:19:26: //129/EE5EC9DD8170/SIP/Transport/sipTransportPostInternalMsg: Posting Internal Msg type=0
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/ccsip_process_sipspi_queue_event: ccsip_spi_get_msg_type returned: 2 for event 63
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportPostSendMessage: Posting send for msg=0x6A5A1A34, addr=188.254.68.66, port=9290, local_addr=, connId=3 for UDP
    06:19:26: //129/EE5EC9DD8170/SIP/Msg/ccsipDisplayMsg:
    Sent:
    SIP/2.0 100 Trying
    Via: SIP/2.0/UDP 188.254.68.66:9290;branch=z9hG4bK-6110d60075c89eab-a3c000c-1
    From: <sip:[email protected];user=phone>;tag=sbc09026994325518770806443
    To: <sip:[email protected];user=phone>
    Date: Sat, 23 Nov 2013 13:42:29 GMT
    Call-ID: isbc6994325518770806443-1385214296-16204
    CSeq: 1 INVITE
    Allow-Events: telephone-event
    Server: Cisco-SIPGateway/IOS-12.x
    Content-Length: 0
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Event/sipSPIEventInfo: Queued event from SIP SPI : SIPSPI_EV_CC_CALL_ALERTING
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Error/ccsip_call_service_msg: ccb NULL, unable to update the callinfo ui parameters
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Event/sipSPIEventInfo: Queued event from SIP SPI : SIPSPI_EV_CC_MEDIA_EVENT
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/ccsip_process_sipspi_queue_event: ccsip_spi_get_msg_type returned: 3 for event 5
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIAddCiscoGcid: Fatal Error in parsing CCB/Msg
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIStoreTunnelData: Container /RawMessage Absent
    06:19:26: //129/EE5EC9DD8170/SIP/Error/sipSPI_ipip_set_history_info_header: Not SIP2SIP mode
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIUaddCcbToUASRespTable: ****Adding to UAS Response table.
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIUaddCcbToTable: Added to table. ccb=0x6A874E70 key=isbc6994325518770806443-1385214296-1620415B6280-0
    06:19:26: //129/EE5EC9DD8170/SIP/Event/Session-Timer/sipSTSLMain: Event: E_STSL_SESSION_REFRESH_RESP
    06:19:26: //129/EE5EC9DD8170/SIP/Event/Session-Timer/sipSTSLMain: dir:1, method:102, resp_code:180, container:6A017B1C
    06:19:26: //129/EE5EC9DD8170/SIP/Info/Session-Timer/sipSTSLValidateSessRefreshMsg: Ignoring 1xx response for session timer processing
    06:19:26: //129/EE5EC9DD8170/SIP/Event/sipSPICreateRpid: Received Octet3A=0x00 -> Setting ;screen=no ;privacy=off
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPISendInviteResponse: Associated container=0x6A017B1C to Invite Response 180
    06:19:26: //129/EE5EC9DD8170/SIP/Transport/sipSPISendInviteResponse: Sending 180 Response to the Transport Layer
    06:19:26: //129/EE5EC9DD8170/SIP/Transport/sipSPITransportSendMessage: msg=0x6A5A1A34, addr=188.254.68.66, port=9290, sentBy_port=9290, local_addr=, is_req=0,
    transport=1, switch=0, callBack=0x618A57B8
    06:19:26: //129/EE5EC9DD8170/SIP/Transport/sipSPITransportSendMessage: Proceedable for sending msg immediately
    06:19:26: //129/EE5EC9DD8170/SIP/Transport/sipTransportLogicSendMsg: switch transport is 0
    06:19:26: //129/EE5EC9DD8170/SIP/Transport/sipTransportLogicSendMsg: Trying to send resp=0x6A5A1A34 to default port=9290
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipConnectionManagerGetConnection: connection required for raddr:188.254.68.66, rport:9290 with laddr:
    06:19:26: //129/EE5EC9DD8170/SIP/Transport/sipTransportLogicSendMsg: Connection obtained...sending msg=0x6A5A1A34
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportPostSendMessage: Posting send for msg=0x6A5A1A34, addr=188.254.68.66, port=9290, local_addr=, connId=3 for UDP
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sentInviteResponse18x: Sent a 18x Response
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sentInviteResponse18x: Transaction active. Facilities will be queued.
    06:19:26: //129/EE5EC9DD8170/SIP/State/sipSPIChangeState: 0x6A874E70 : State change from (STATE_RECD_INVITE, SUBSTATE_NONE)  to (STATE_SENT_ALERTING, SUBSTATE_NONE)
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/ccsip_process_sipspi_queue_event: ccsip_spi_get_msg_type returned: 3 for event 30ty-ID:
    <sip:[email protected]>;party=called;screen=no;privacy=off
    Contact: <sip:[email protected]:5060>
    Server: Cisco-SIPGateway/IOS-12.x
    Content-Length: 0
    06:19:27: //-1/xxxxxxxxxxxx/SIP/Info/HandleUdpIPv4SocketReads: Msg enqueued for SPI with IP addr: [188.254.68.66]:9290, local_address:[ - ]
    06:19:27: //-1/xxxxxxxxxxxx/SIP/Info/HandleUdpIPv4SocketReads: Msg enqueued for SPI with IP addr: [188.254.68.66]:9290, local_address:[ - ]
    06:19:27: //129/EE5EC9DD8170/SIP/Msg/ccsipDisplayMsg:
    Sent:
    SIP/2.0 200 OK
    Via: SIP/2.0/UDP 188.254.68.66:9290;branch=z9hG4bK-6110d60075c89eab-a3c000c-2
    From: <sip:[email protected];user=phone>;tag=sbc09026994325518770806443
    To: <sip:[email protected];user=phone>;tag=15B6280-0
    Date: Sat, 23 Nov 2013 13:42:30 GMT
    Call-ID: isbc6994325518770806443-1385214296-16204
    Server: Cisco-SIPGateway/IOS-12.x
    CSeq: 2 PRACK
    Content-Length: 0
    06:19:27: //129/EE5EC9DD8170/SIP/Msg/ccsipDisplayMsg:
    Sent:
    UPDATE sip:[email protected]:9290;user=phone SIP/2.0
    Via: SIP/2.0/UDP 178.208.X.X:5060;branch=z9hG4bK120
    From: <sip:[email protected];user=phone>;tag=15B6280-0
    To: <sip:[email protected];user=phone>;tag=sbc09026994325518770806443
    Date: Sat, 23 Nov 2013 13:42:30 GMT
    Call-ID: isbc6994325518770806443-1385214296-16204
    User-Agent: Cisco-SIPGateway/IOS-12.x
    Max-Forwards: 70
    Supported: 100rel,timer,resource-priority,replaces,sdp-anat
    Timestamp: 1385214150
    Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
    CSeq: 101 UPDATE
    Contact: <sip:[email protected]:5060>
    Min-SE:  1800
    Remote-Party-ID: <sip:[email protected]>;party=called;screen=yes;privacy=off
    Content-Length: 0
    06:19:27: //129/EE5EC9DD8170/SIP/Msg/ccsipDisplayMsg:
    Sent:
    SIP/2.0 200 OK
    Via: SIP/2.0/UDP 188.254.68.66:9290;branch=z9hG4bK-6110d60075c89eab-a3c000c-2
    From: <sip:[email protected];user=phone>;tag=sbc09026994325518770806443
    To: <sip:[email protected];user=phone>;tag=15B6280-0
    Date: Sat, 23 Nov 2013 13:42:30 GMT
    Call-ID: isbc6994325518770806443-1385214296-16204
    Server: Cisco-SIPGateway/IOS-12.x
    CSeq: 2 PRACK
    Content-Length: 0
    06:19:31: //-1/xxxxxxxxxxxx/SIP/Info/HandleUdpIPv4SocketReads: Msg enqueued for SPI with IP addr: [188.254.68.66]:9290, local_address:[ - ]
    06:19:31: //129/EE5EC9DD8170/SIP/Msg/ccsipDisplayMsg:
    Sent:
    SIP/2.0 500 Internal Server Error
    Via: SIP/2.0/UDP 188.254.68.66:9290;branch=z9hG4bK-6110d60075c89eab-a3c000c-1
    From: <sip:[email protected];user=phone>;tag=sbc09026994325518770806443
    To: <sip:[email protected];user=phone>;tag=15B6280-0
    Date: Sat, 23 Nov 2013 13:42:30 GMT
    Call-ID: isbc6994325518770806443-1385214296-16204
    CSeq: 1 INVITE
    Allow-Events: telephone-event
    Server: Cisco-SIPGateway/IOS-12.x
    Reason: Q.850;cause=16
    Content-Length: 0
    06:19:31: //-1/xxxxxxxxxxxx/SIP/Info/HandleUdpIPv4SocketReads: Msg enqueued for SPI with IP addr: [188.254.68.66]:9290, local_address:[ - ]
    06:19:31: //-1/xxxxxxxxxxxx/SIP/Info/ccsip_process_sipspi_queue_event: ccsip_spi_get_msg_type returned: 2 for event 1
    06:19:31: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportProcessNWNewConnMsg: context=0x0
    06:19:31: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Received:
    ACK sip:[email protected];user=phone SIP/2.0
    Via: SIP/2.0/UDP 188.254.68.66:9290;branch=z9hG4bK-6110d60075c89eab-a3c000c-1
    Call-ID: isbc6994325518770806443-1385214296-16204
    From: <sip:[email protected];user=phone>;tag=sbc09026994325518770806443
    To: <sip:[email protected];user=phone>;tag=15B6280-0
    CSeq: 1 ACK
    Max-Forwards: 70
    Content-Length: 0
    06:19:31: //-1/xxxxxxxxxxxx/SIP/Info/ccsip_new_msg_preprocessor: Checking Invite Dialog
    06:19:31: //129/EE5EC9DD8170/SIP/Info/sipSPIFindCcbUASRespTable: *****CCB found in UAS Response table. ccb=0x6A874E70
    06:19:31: //129/EE5EC9DD8170/SIP/Info/sipSPIUdeleteCcbFromTable: Deleting from table. ccb=0x6A874E70 key=isbc6994325518770806443-1385214296-1620415B6280-0
    06:19:31: //129/EE5EC9DD8170/SIP/Info/sipSPIFlushEventBufferQueue: There are 0 events on the internal queue that are going to be free'd
    06:19:31: //129/EE5EC9DD8170/SIP/Info/sipSPIStopRequestPendingTimer: Stopping Request Pending Timer
    06:19:31: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_free_codec_profile: Codec Profiles Freed
    06:19:31: //129/EE5EC9DD8170/SIP/Info/sipSPIUfreeOneCCB: Freeing ccb 6A874E70
    06:19:31: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIGetContextFromTable: NO context for key[52]
    c2801#
    c2801#

    Hi Ahmed,
    Looking at the logs, it seems some important messages are missing..
    can you please again collect the following debugs ?
    - debug voip ccapi inout
    - debug ccsip all
    - debug voice translation
    Thanks,
    Piyush

  • Getting 500 Internal Server Error while tryig to log into freshly upgraded

    Hi
    Getting 500 Internal Server Error while tryig to log into freshly R12 upgraded.
    Below is the application.log messages.
    =================================================================================================
    12/12/31 10:02:22.295 html: Servlet error
    java.io.IOException: Broken pipe
    at sun.nio.ch.FileDispatcher.write0(Native Method)
    at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:41)
    at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:104)
    at sun.nio.ch.IOUtil.write(IOUtil.java:75)
    at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:334)
    at java.nio.channels.Channels.write(Channels.java:71)
    at java.nio.channels.Channels.access$000(Channels.java:58)
    at java.nio.channels.Channels$1.write(Channels.java:145)
    at com.evermind.server.http.AJPOutputStream.endRequest(AJPOutputStream.java:117)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:317)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:735)
    13/01/01 23:22:07.988 html: Servlet error
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = java.lang.RuntimeException: oracle.apps.fnd.common.AppsException: java.sql.SQLException: The Network Adapter could not establish the connection;
    at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:912)
    at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:886)
    at oracle.apps.fnd.framework.server.OAExceptionUtils.processAOLJErrorStack(OAExceptionUtils.java:1017)
    at oracle.apps.fnd.framework.OACommonUtils.processAOLJErrorStack(OACommonUtils.java:901)
    at oracle.apps.fnd.framework.webui.OAServerDelegate.releaseWebAppsContext(OAServerDelegate.java:1823)
    at oracle.apps.fnd.framework.webui.OAJSPHelper.handleErrorStackDisplay(OAJSPHelper.java:1455)
    at OAErrorPage.jspService(_OAErrorPage.java:257)
    13/01/01 23:41:46.338 html: Error initializing servlet
    java.lang.NoClassDefFoundError: oracle.apps.fnd.sso.Utils (initialization failure)
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:140)
    at oracle.apps.fnd.sso.AppsLoginRedirect.AppsSetting(AppsLoginRedirect.java:221)
    at oracle.apps.fnd.sso.AppsLoginRedirect.init(AppsLoginRedirect.java:287)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpApplication.loadServlet(HttpApplication.java:2379)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4830)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4754)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2978)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:738)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:735)
    Caused by: java.lang.ExceptionInInitializerError
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:222)
    at oracle.apps.fnd.sso.Utils.<clinit>(Utils.java:674)
    at java.lang.J9VMInternals.initializeImpl(Native Method)
    =================================================================================================
    Current workaround is bouncing the oacore services.
    Already raised the SR with Oracle.
    Oracle support analyst suggesting to upgrade the JDK version from SR2 to SR11 or higher to fix this issue.
    Please let us know any other tips to fix this issue.
    Regards,
    Jagadeesha

    Hi,
    I have gone through the docs. , not use full. Please find the inline comments for the same.
    E-Business Suite Users Experience Intermittent HTTP-500 Errors and Database Connection Errors [ID 1314433.1] -- No solution
    R12: Http Server Crashing Frequently With Segmentation Fault (NAS or SAN filesystem) [ID 732857.1] -- Already it is under local file system only.
    How to resolve Broken Pipe errors in E-Business Suite R12 ? [ID 1480156.1] -- No solution
    Autoconfig is completed wihtout any errors.
    I have not chedked the database log file. I will check and update you soon.
    Cheers,
    Jagadeesha

  • How to find error details when getting 500   Internal Server Error

    Hi Everyone,
    I get 500   Internal Server Error on b2b order main page after modified tabstrip.inc.jsp.  I want to see the detail error messages, but don't know how to.  Any advises?
    Thanks, Jin

    Hi Jin,
    From code.
    You please check it again.
    You have written below lines in your code.
    <%@ page import com.sap.isa.core.xcm.ConfigContainer %>
    <%
    UserSessionData userData = UserSessionData.getUserSessionData(request.getSession());
    ConfigContainer configcontainer = (ConfigContainer)(userData.getCurrentConfigContainer());
    String sName = configcontainer.getScenarioName();
    I think check your first line of import. It should be
    <%@ page import="com.sap.isa.core.xcm.*" %>
    I think you forgot to put = and ". See above line. and check your code again.
    Regards.
    eCommerce Developer

  • Facing Problem in SLD(getting 500 INTERNAL SERVER ERROR IN PORTAL)

    Dear All,
    we had ESS application just few days back it went to Go live , very frequently we are facing the issue
    Regards JCO 's , we are getting "500 Internal Server Error" in production Portal
    After getting the error ,the " Maintained JCO's" and "Created JCO'S " are both are disabled
    uder contenten administraton->webdynpro.
    But the SDL is in active , we can able to open SLD url every thing is also fine
    Technical system and every thing coming fine
    we checked SLD User also in SLD User Administration , the SLD user is also there it is not unlocked
    The problem is : if the problem is happend after restarting the server again it is coming properly
    Again after some time it is getting same error ,whith out doing any thing also some times the problem is resolving automatically
    we are not getting Root cause of this behaviour
    In our client side SLD is centralized ,they are not maintain locally
    If the SLD is Proble , the error has to come in Quality and Production also why bcz it is centralized
    But Some times 500 ERROR IN Prodution and some times in Quality.
    And some times the Portal is very slowly opening especially ESS application ,after restart happening it is some better
    again it is getting down after some time
    If it is NETWORK Iuuse or any firewall ect...in which way we can can with them and where
    Guru's share your knowledge it's a very critical for me what are he possible ways...
    Regards,
    Giri

    Here I am giving the LOG details which is available in SLD (J2EE) server
    #2.0 #2012 03 03 14:24:57:513#+0530#Error#com.sap.aii.af.service.sld.SLDRegistrationJob#
    #BC-XI-CON-AFW#com.sap.aii.af.lib#005056BB552201A70000000000000DF0#151402750000001894##com.sap.aii.af.service.sld.SLDRegistrationJob.SLDRegistrationJob.invoke()#Guest#0##1014F5C2650011E1B811005056BB5522#1014f5c2650011e1b811005056bb5522#1014f5c2650011e1b811005056bb5522#0#Application [17]#Plain##
    SLD Registration Job: No access to SLD. Waiting for next retry. Error: com.sap.aii.af.lib.sld.SLDException: Failed to initialize ExchangeProfile properties. Reason: Unable to read configuration data (ExchangeProfile/aii.properties)#
    #2.0 #2012 03 03 14:26:06:739#+0530#Error#com.sap.nw.lm.aci.engine.base.sld.connection.AccSldConnector#
    #BC-AC-7XX#sap.com/tc~lm~aci~engine~baselib~05#005056BB552201AB0000000100000DF0#151402750000008310#sap.com/tc~lm~aci~monitor~app#com.sap.nw.lm.aci.engine.base.sld.connection.AccSldConnector.getSldComputerSystemsForMonitoring(String)#Administrator#0#SAP J2EE Engine JTA Transaction : [9638fffffffe00fffffff85]#1014F5C2650011E1B811005056BB5522#1014f5c2650011e1b811005056bb5522#1014f5c2650011e1b811005056bb5522#0#Thread[Managed_Application_Thread_29,5,Managed_Application_Thread]#Java##
    Unable to obtain Computer Systems, associated to NW Admin NWA_FOR_FirstLandScpSrvcName, from SLD. CIM_ERR_FAILED: No such instance: SAP_NWAdministrator.CreationClassName="SAP_NWAdministrator",Name="NWA_FOR_FirstLandScpSrvcName" [this message was repeated 9 times]
    [EXCEPTION]
    {0}#1#com.sap.sld.api.wbem.exception.CIMException: CIM_ERR_FAILED: No such instance: SAP_NWAdministrator.CreationClassName="SAP_NWAdministrator",Name="NWA_FOR_FirstLandScpSrvcName"
         at com.sap.sld.api.wbem.client.WBEMRequestSender.convertErrorResponse(WBEMRequestSender.java:127)
         at com.sap.sld.api.wbem.client.WBEMRequestSender.convertErrorResponse(WBEMRequestSender.java:48)
         at com.sap.sld.api.wbem.client.WBEMRequestSender.send(WBEMRequestSender.java:272)
         at com.sap.sld.api.wbem.client.WBEMRemoteClient.sendAndCast(WBEMRemoteClient.java:936)
         at com.sap.sld.api.wbem.client.WBEMRemoteClient.associatorNamesImpl(WBEMRemoteClient.java:507)
         at com.sap.sld.api.wbem.client.WBEMAbstractClient.associatorNames(WBEMAbstractClient.java:544)
         at com.sap.nw.lm.aci.engine.base.sld.connection.AccSldConnector.getSldComputerSystemsForMonitoring(AccSldConnector.java:3731)
         at com.sap.nw.lm.aci.monitor.fetch.util.MonitoringSldAdapter.getAllHostnames(MonitoringSldAdapter.java:277)
         at com.sap.nw.lm.aci.monitor.fetch.manager.PrefetchPackageUtil.repackageCs(PrefetchPackageUtil.java:71)
         at com.sap.nw.lm.aci.monitor.fetch.manager.PrefetchPackageUtil.repackageAll(PrefetchPackageUtil.java:58)
         at com.sap.nw.lm.aci.monitor.fetch.manager.FetchManager.repackageIfRequired(FetchManager.java:1046)
         at com.sap.nw.lm.aci.monitor.fetch.manager.FetchManager.run(FetchManager.java:435)
         at com.sap.nw.lm.aci.monitor.fetch.job.FetchJobBean.onJob(FetchJobBean.java:67)
         at com.sap.engine.services.scheduler.runtime.mdb.MDBJobDelegateImpl$2.run(MDBJobDelegateImpl.java:233)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAs(Subject.java:396)
         at com.sap.engine.services.scheduler.runtime.mdb.MDBJobDelegateImpl.onMessage(MDBJobDelegateImpl.java:267)
         at com.sap.scheduler.runtime.mdb.MDBJobImplementation.onMessage(MDBJobImplementation.java:60)
         at sun.reflect.GeneratedMethodAccessor284.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:46)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:166)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke(Interceptors_StatesTransition.java:19)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke(Interceptors_Resource.java:71)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_MessageListenerType.invoke(Interceptors_MessageListenerType.java:110)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:189)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatelessInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.java:16)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_SecurityCheck.invoke(Interceptors_SecurityCheck.java:21)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_ExceptionTracer.invoke(Interceptors_ExceptionTracer.java:16)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Lock.invoke(Interceptors_Lock.java:21)
         at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
         at com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startChain(DefaultInvocationChainsManager.java:133)
         at com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler.invoke(DefaultEJBProxyInvocationHandler.java:164)
         at com.sap.engine.services.ejb3.runtime.impl.MDBProxyInvocationHandler.invoke(MDBProxyInvocationHandler.java:77)
         at $Proxy1058.onMessage(Unknown Source)
         at com.sap.jms.resourceadapter.RaServerSession.internalOnMessage(RaServerSession.java:188)
         at com.sap.jms.resourceadapter.RaServerSession.onMessage(RaServerSession.java:330)
         at com.sap.jms.client.session.JMSSession.deliverMessage(JMSSession.java:805)
         at com.sap.jms.client.session.JMSSession.run(JMSSession.java:709)
         at com.sap.jms.resourceadapter.RaServerSession.run(RaServerSession.java:379)
         at com.sap.engine.services.connector.jca15.work.TaskImpl.run(TaskImpl.java:420)
         at com.sap.engine.core.thread.execution.Executable.run(Executable.java:109)
         at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:314)
    #2.0 #2012 03 03 14:26:57:526#+0530#Error#com.sap.aii.af.service.sld.SLDRegistrationJob#
    #BC-XI-CON-AFW#com.sap.aii.af.lib#005056BB552201B00000000000000DF0#151402750000001894##com.sap.aii.af.service.sld.SLDRegistrationJob.SLDRegistrationJob.invoke()#Guest#0##1014F5C2650011E1B811005056BB5522#1014f5c2650011e1b811005056bb5522#1014f5c2650011e1b811005056bb5522#0#Application [6]#Plain##
    SLD Registration Job: No access to SLD. Waiting for next retry. Error: com.sap.aii.af.lib.sld.SLDException: Failed to initialize ExchangeProfile properties. Reason: Unable to read configuration data (ExchangeProfile/aii.properties)#
    #2.0 #2012 03 03 14:28:57:522#+0530#Error#com.sap.aii.af.service.sld.SLDRegistrationJob#
    #BC-XI-CON-AFW#com.sap.aii.af.lib#005056BB552201B70000000000000DF0#151402750000001894##com.sap.aii.af.service.sld.SLDRegistrationJob.SLDRegistrationJob.invoke()#Guest#0##1014F5C2650011E1B811005056BB5522#1014f5c2650011e1b811005056bb5522#1014f5c2650011e1b811005056bb5522#0#Application [5]#Plain##
    SLD Registration Job: No access to SLD. Waiting for next retry. Error: com.sap.aii.af.lib.sld.SLDException: Failed to initialize ExchangeProfile properties. Reason: Unable to read configuration data (ExchangeProfile/aii.properties)#
    #2.0 #2012 03 03 14:30:57:519#+0530#Error#com.sap.aii.af.service.sld.SLDRegistrationJob#
    #BC-XI-CON-AFW#com.sap.aii.af.lib#005056BB552201BE0000000000000DF0#151402750000001894##com.sap.aii.af.service.sld.SLDRegistrationJob.SLDRegistrationJob.invoke()#Guest#0##1014F5C2650011E1B811005056BB5522#1014f5c2650011e1b811005056bb5522#1014f5c2650011e1b811005056bb5522#0#Application [20]#Plain##
    SLD Registration Job: No access to SLD. Waiting for next retry. Error: com.sap.aii.af.lib.sld.SLDException: Failed to initialize ExchangeProfile properties. Reason: Unable to read configuration data (ExchangeProfile/aii.properties)#
    Edited by: giriep on Mar 3, 2012 11:38 AM

  • Getting 500 internal server error when calling IIS application in portal

    Hello All,
    We have setup to access IIS application from portal http server. We have setup proxy rules in portal http server. When we are accessing the link of IIS,we are getting 500 internal server error.
    In the sso log file,we are getting the below error.
    [ERROR] AJPRequestHandler-ApplicationServerThread-17 Unexpected Exception received
    java.lang.NullPointerException
    at oracle.security.sso.server.policy.FilePolicyManager.getAuthLevel(FilePolicyManager.java:325)
    at oracle.security.sso.server.auth.AuthDirector.getAuthLevel(AuthDirector.java:199)
    at oracle.security.sso.server.ui.SSOLoginServlet.doPost(SSOLoginServlet.java:316)
    at oracle.security.sso.server.ui.SSOLoginServlet.doGet(SSOLoginServlet.java:278)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:765)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:208)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:534)
    Please advise.
    Thank you,
    Vijay

    Question:
    Do you have to sign on to the IIS application?
    Or are you just trying to link to it?

  • I get 500 Internal Server Error when I try to go into Firefox. I aqm using Windows 7

    I get 500 Internal Server Error when I try to log in to my Firefox Program. I am using Windows 7.
    I have tried the updates, but still get the 500 Internal Server Error message.
    Is there something I can do co correct this error so I can use
    Firefox Again?

    I have this issue and believe it is related to a MALWARE virus that has affected my laptops registry. Any suggestions?

  • AS2 Tutorial Getting (500) Internal Server error.

    When attempting to run the AS2 Tutorial for BizTalk 2006 R2 I am getting a  "(500) Internal Server error" message.     Everthing looks set up OK per the following walkthrough. http://msdn.microsoft.com/en-us/library/bb743306.aspx

    Hi Eric,
    I am getting following error while executing Sender.exe as per the AS2 Tutorial instructions:
    Unhandled Exception: System.Net.WebException: The remote server returned an error: <500> Internal Server Error.
              at System.Net.HttpWebRequest.GetResponse()
              at Ms.Test.BizTalk.Edi.As2.HttpSender.Send() in Installation Path\SDK\AS2 Tutorial\Sender\HttpSender.cs:line 249
              at Ms.Test.BizTalkEdi.As2.HttpSender.Main(String[] args) in Installation Path\Sender\HttpSender.cs:line 92
    Line 249 in the .cs file is:
             HttpWebResponse hrpWebResponse = (HttpWebResponse)hrWebRequest.GetREponse();
    Line 92 is:
            Stream SyncResponse = TestSender.Send();
    I am doing an Asynchronous MDN send and here are the lines before line 92:
            Stream sr = new FileStream(getBizTalkInstallPath() + @SDK\AS2 Tutorial\X12_00401_864.edi", FileMode.Open, FileAccess.Read);
    I have installed BizTalk Server on one machine and the SQL Server 2008 on another machine. Could this possibly be the reason for the error?
    Thanks!!

  • Getting 500   Internal Server Error when i click any day on calendar

    Hi all,
    The following error getting, when I click any day on calendar.
    Please help me regarding this issue.
    500   Internal Server Error
    Failed to process request. Please contact your system administrator.
    [Hide]
    Error Summary
    While processing the current request, an exception occured which could not be handled by the application or the framework.
    If the information contained on this page doesn't help you to find and correct the cause of the problem, please contact your system administrator. To facilitate analysis of the problem, keep a copy of this error page. Hint: Most browsers allow to select all content, copy it and then paste it into an empty document (e.g. email or simple text file).
    Root Cause
    The initial exception that caused the request to fail, was:
       java.lang.IllegalArgumentException
        at java.sql.Date.valueOf(Date.java:138)
        at com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.DateNavigatorAdapter.onDATENAVIGATORDAYCLICK(DateNavigatorAdapter.java:438)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        ... 43 more

    Hi,
    Check this [forum|Record Working Time  iView Error in Portal;
    Hope this helps!!
    Thanks & Regards
    Vijay K

  • In Oracle 10G i am getting 500 internal server error

    Hi,
    When i click on ADDM in OEM. i am getting below mentioned error can any one explain me why this is happening.
    500 Internal Server Error
    java.lang.NullPointerException
         at oracle.sysman.emo.perf.bean.BaseWaitsBean.initDefaultTimeInterval(BaseWaitsBean.java:227)
         at oracle.sysman.db.adm.inst.HdmController.setupWaitsBean(HdmController.java:639)
         at oracle.sysman.db.adm.inst.HdmController.onRunOrLaunchHDM(HdmController.java:2524)
         at oracle.sysman.db.adm.inst.HdmController.onEvent(HdmController.java:1273)
         at oracle.sysman.db.adm.BaseController.handleEvent(BaseController.java:818)
         at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java:376)
         at oracle.sysman.db.adm.RootController.handleRequest(RootController.java:169)
         at oracle.sysman.db.adm.inst.HdmController.handleRequest(HdmController.java:2985)
         at oracle.sysman.db.adm.DBControllerResolver.handleRequest(DBControllerResolver.java:114)
         at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:688)
         at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:291)
         at oracle.sysman.eml.app.Console.doGet(Console.java:285)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:101)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
         at oracle.sysman.db.adm.inst.HandleRepDownFilter.doFilter(HandleRepDownFilter.java:138)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
         at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:269)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:600)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:595)

    user13051169
    You want to post your problem on the Database General forum here General Database Discussions
    You are more likely to find help there.
    Regards,

  • Web service control - Getting '500: Internal Server Error'

    Hi ,
    I am using a web service control to invoke a web service from a process.
    The web service is deployed on remote host. I get followinf exception -
    Submitted at Mon Aug 09 16:54:03 GMT+05:30 2004
    External Service Failure: Response: '500: Internal Server Error' for
    url:
    'http://abc.test.com:8106/SecurityService/webservice/SecurityService.jws'
    However, the service is deployed and running at "abc.test.com:8106".
    when i invoke it thr' normal java client, it works.
    Then why does the web service control dows not work?
    Can anybody help???????

    Hi,
    I have gone through the docs. , not use full. Please find the inline comments for the same.
    E-Business Suite Users Experience Intermittent HTTP-500 Errors and Database Connection Errors [ID 1314433.1] -- No solution
    R12: Http Server Crashing Frequently With Segmentation Fault (NAS or SAN filesystem) [ID 732857.1] -- Already it is under local file system only.
    How to resolve Broken Pipe errors in E-Business Suite R12 ? [ID 1480156.1] -- No solution
    Autoconfig is completed wihtout any errors.
    I have not chedked the database log file. I will check and update you soon.
    Cheers,
    Jagadeesha

  • Why am I getting '500 Internal server error' after installing CF 10?

    Hello,
    I am not able to get to CF admin after installing CF 10. I am getting a '500 internal server error' along with the following message. How do I get around it? Thanks.
    Best regards,
    Chung Lee
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    javax.servlet.ServletException: java.lang.NullPointerException coldfusion.bootstrap.ClassloaderHelper.initServletClass(ClassloaderHelper.java:129) coldfusion.bootstrap.BootstrapServlet.init(BootstrapServlet.java:59) org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472) org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98) org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:928) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:414) org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:203) org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:539) org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:298) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) java.lang.Thread.run(Thread.java:722)
    root cause
    java.lang.NullPointerException coldfusion.CfmServlet.init(CfmServlet.java:82) coldfusion.bootstrap.ClassloaderHelper.initServletClass(ClassloaderHelper.java:121) coldfusion.bootstrap.BootstrapServlet.init(BootstrapServlet.java:59) org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472) org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98) org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:928) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:414) org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:203) org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:539) org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:298) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) java.lang.Thread.run(Thread.java:722)
    note The full stack trace of the root cause is available in the Apache Tomcat/7.0.23 logs.

    Anit,
    The following is from the workers.properties:
    worker.list=cfusion
    worker.cfusion.type=ajp13
    worker.cfusion.host=xxx.xxx.xxx.xx (My work does not allow me to reveal IP address.)
    worker.cfusion.port=8012
    worker.cfusion.max_reuse_connections=250
    worker.cfusion.connection_pool_size=500
    worker.cfusion.connection_pool_timeout=60
    As for the exception log, it's showing the following:
    "Error","pool-2-thread-1","06/02/14","13:00:00",,"Unable to initialise Monitoring service: java.lang.NoClassDefFoundError: Could not initialize class coldfusion.featurerouter.FeatureRouter"
    java.lang.NoClassDefFoundError: Could not initialize class coldfusion.featurerouter.FeatureRouter
        at coldfusion.server.CFService.setupMonitoringService(CFService.java:464)
        at coldfusion.server.CFService.start(CFService.java:671)
        at coldfusion.server.j2ee.CFStartUpServlet.startCFService(CFStartUpServlet.java:110)
        at coldfusion.server.j2ee.CFStartUpServlet.init(CFStartUpServlet.java:86)
        at javax.servlet.GenericServlet.init(GenericServlet.java:160)
        at coldfusion.bootstrap.ClassloaderHelper.initServletClass(ClassloaderHelper.java:121)
        at coldfusion.bootstrap.BootstrapServlet.init(BootstrapServlet.java:59)
        at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1266)
        at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1185)
        at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1080)
        at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5001)
        at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5278)
        at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
        at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1525)
        at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1515)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
        at java.util.concurrent.FutureTask.run(FutureTask.java:166)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:722)
    "Warning","Thread-10","06/02/14","13:00:00",,"Graphing service is unavailable"
    java.lang.NullPointerException
        at coldfusion.graph.GraphingServiceImpl.setUpWatermark(GraphingServiceImpl.java:220)
        at coldfusion.graph.GraphingServiceImpl._initializeGraphingEngine(GraphingServiceImpl.java:1 44)
        at coldfusion.graph.GraphingServiceImpl.access$300(GraphingServiceImpl.java:40)
        at coldfusion.graph.GraphingServiceImpl$2.run(GraphingServiceImpl.java:125)
    "Error","Thread-12","06/02/14","13:00:01",,"The Runtime service is not available. This exception is usually caused by service startup failure. Check your server configuration."
    coldfusion.server.ServiceFactory$ServiceNotAvailableException: The Runtime service is not available.
        at coldfusion.server.ServiceFactory.getRuntimeService(ServiceFactory.java:117)
        at coldfusion.document.DocumentServiceImpl.initializeDocumentService(DocumentServiceImpl.jav a:219)
        at coldfusion.document.DocumentServiceImpl.access$000(DocumentServiceImpl.java:52)
        at coldfusion.document.DocumentServiceImpl$1.run(DocumentServiceImpl.java:180)
    --Chung

  • Appstore Lion Download Getting: 500 Internal server error!!

    Really Really Sad now :'( I just want to install my LION and I keep getting this 500 internal server error, doesn't matter how many times I try...

    I have installed Lion on my Macbook Pro with no problems (yesterday) and am currently installing on my Macbook Air (as I write this), yet the install on my Macmini keeps getting the 500 Internal Server Error message.
    This is only my guess but I think the App Store server is overloaded at the moment and will clear you (and me) for download as it's able. The error message has nothing to do with your Macs.
    Patience will prevail I suspect.

  • I keep getting "500 Internal Server Error" when I open Firefox. I don't know why. This just began.

    I recently uploaded the latest version of McAfee Security Center and the latest version of Firefox. Now when I open Firefox all I get is "500 Internal Server Error." I am now sure what do to.

    There is an existing thread which might help you with this : see
    https://support.mozilla.com/en-US/questions/780053
    For background information, see the Wikipedia article on HTTP Codes at http://en.wikipedia.org/wiki/List_of_HTTP_status_codes
    - and, if you want more information, there's a page explaining the 500 Error [http://www.checkupdown.com/status/E500.html HERE]
    In brief, the 500 means that your request has reached the server but the server cannot process it, for some unspecified reason. It is not a client-side error message.

  • OmniPortlet: getting "500 Internal Server Error" message on edit

    hi,
    i've installed the jpdk and portalTools on oracle 9ias-rel.2 (portal 9.0.2.6). i can include omniportlets on my pages, but whenever i want to define/edit them i get the message "500 Internal Server Error" from listener (on the edit page).
    what have i done wrong?
    thanks,
    matthias
    Message was edited by:
    [email protected]

    Hi,
    Check this [forum|Record Working Time  iView Error in Portal;
    Hope this helps!!
    Thanks & Regards
    Vijay K

Maybe you are looking for

  • Upgrade tool for technical upgrade of portal

    Hi, For upgrading SAP Enterprise Portal 6.0 SP 2 to the latest version of Enterprise Portal (7.0 or 7.1), is there any upgrade tool from SAP that can be used? An early response would be greatly appreciated. Thanks.

  • Cannot open a new tab

    I keep clicking on the new tab button but it won't open a new tab. it only opens for some links. i changed a couple things in my settings but nothing that had to do with the tab button. i even uninstalled and then reinstalled firefox but it still has

  • Default selection color

    Need some help with the following: Meshes in an 3D annotation are selectable, clicking a mesh changes it's color. double clicking a mesh selects all meshes in the annotation and draws some kind of wire frame box around all meshes in the scene. I want

  • Moving Previous Photos, etc. to iCloud?

    So, I recently bought a MacBook Pro and set up the iCloud feature. I've also had a iPhone for a few years and I have tons of photos and documents, etc on it that I would like to put in the cloud. Is it possible to move these files into my cloud, or w

  • Get Subscription Using Skype Credit

    I am in Canada, trying to get the China 800min Subscription using my current Skype Credit (CAD$14.00), but i was transfering to the Chinese website all the time when i click Buy Now.. Wondering is there any way to buy subscription using Skype Credit