Help troubleshoot sip traffic

Hello,
I have a problem with a small IP telephony system (sip) and i'm using a cisco 881 router as router/firewall.
The problem is that sometimes you can not call in. It happens only occasionally and when it does our ip phone provider says that there is no response from our ip phone/switch back to them on the internet.
We have an ip-phone/switch-device on our local network. We we receive calls they are first routed to our ip phone provider which then sends it to us.
It can work 20 times and then it is a call that can not get to us.
How should I start debugging? Is there any logging for SIP traffic so I can send logs to a syslog server?
Thanks for any suggestions.

So if was troubleshooting this the first question I would ask would be is this a new set up or something that was working fine and is now having problems.
If new set up post the configs and strip out passwords.
If was working and you now have problems start running debugs to see if you can isolate issue.
SIP Debug Commands that Support Output Filtering
debug ccsip all
debug ccsip calls
debug ccsip events
debug ccsip messages
debug ccsip preauth
debug ccsip states

Similar Messages

  • Please help with SIP configuration on 2801 router

    Hi All.
    Please help me to setup a SIP account. I’m already struggling to do that for a few days, and can’t find out how to finish that. We have 2xISDN lines running, so I need to add a SIP trunk to existing config.
    The information from our SIP provider:
    We have issued the following DDI range: 018877000 – 99
    There is no need to register the DDI’s as these will be offered to your PABX IP address provided to in the completed SIP trunking form.
    Configuration details are as follows:
    Our Primary Proxy:-        99.234.56.78
    Codec supported:-             G711Alaw, G729 (G711Alaw is the preferred codec)
    Fax Support:-                     T38 and G711Alaw
    DTMF:-                                 RFC2833 and INFO
    CLI Method:-                     Remote-Party-ID
    Trunk doesn’t require registration; you just need to send Invite. In cisco this is done through Dial-peer session-target command. We are authenticating your IP address for outgoing calls and incoming calls we then forward to the IP mentioned in the sip form.
    This is a SIP configuration on Cisco2801 router (I used outgoing calls only):
    translation-rule 10
    Rule 0 ^90 0
    Rule 1 ^91 1
    Rule 2 ^92 2
    Rule 3 ^93 3
    Rule 4 ^94 4
    Rule 5 ^95 5
    Rule 6 ^96 6
    Rule 7 ^97 7
    Rule 8 ^98 8
    Rule 9 ^99 9
    interface FastEthernet0/0.1
    description ***DATA VLAN***
    encapsulation dot1Q 1 native
    ip address 10.1.1.101 255.255.255.0
    interface FastEthernet0/0.2
    description ***VOICE VLAN***
    encapsulation dot1Q 2
    ip address 192.168.22.1 255.255.255.0
    voice service voip
    allow-connections h323 to h323
    allow-connections h323 to sip
    allow-connections sip to h323
    allow-connections sip to sip
    supplementary-service h450.12
    h323
      call start slow
    sip
      bind control source-interface FastEthernet0/0.2
      bind media source-interface FastEthernet0/0.2
      registrar server expires max 36000 min 600
    voice class codec 1
    codec preference 1 g729r8
    codec preference 2 g711ulaw
    codec preference 3 g711alaw
    dial-peer voice 1 pots
    description ### External Dialling via BRI ###
    preference 7
    destination-pattern 9T
    translate-outgoing called 10
    direct-inward-dial
    port 0/0/0
    forward-digits all
    dial-peer voice 2 pots
    description ### External Dialling via BRI ###
    preference 2
    destination-pattern 9T
    translate-outgoing called 10
    direct-inward-dial
    port 0/0/1
    forward-digits all
    dial-peer voice 9000 voip
    description ** Outgoing calls to SIP **
    preference 1
    destination-pattern 9T
    voice-class sip dtmf-relay force rtp-nte
    session protocol sipv2
    session target ipv4:99.234.56.78:5060
    dtmf-relay rtp-nte
    codec g711alaw
    no vad
    sip-ua
    timers connect 100
    sip-server ipv4:99.234.56.78
    I used debugging commands to troubleshoot the calls.
    2801(config-dial-peer)#
    094509: Jan 24 09:27:06.204: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
       Calling Number=211, Called Number=, Voice-Interface=0x65FA35B4,
       Timeout=TRUE, Peer Encap Type=ENCAP_VOICE, Peer Search Type=PEER_TYPE_VOICE,
       Peer Info Type=DIALPEER_INFO_SPEECH
    094510: Jan 24 09:27:06.204: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
       Result=Success(0) after DP_MATCH_ORIGINATE; Incoming Dial-peer=20018
    094511: Jan 24 09:27:06.716: //-1/6A877F6F9054/DPM/dpMatchPeersCore:
       Calling Number=, Called Number=9, Peer Info Type=DIALPEER_INFO_SPEECH
    094512: Jan 24 09:27:06.716: //-1/6A877F6F9054/DPM/dpMatchPeersCore:
       Match Rule=DP_MATCH_DEST; Called Number=9
    094513: Jan 24 09:27:06.716: //-1/6A877F6F9054/DPM/dpMatchPeersCore:
       Result=Partial Matches(1) after DP_MATCH_DEST
    094514: Jan 24 09:27:06.716: //-1/6A877F6F9054/DPM/dpMatchPeersMoreArg:
       Result=MORE_DIGITS_NEEDED(1)
    094515: Jan 24 09:27:06.816: //-1/6A877F6F9054/DPM/dpMatchPeersCore:
       Calling Number=, Called Number=90, Peer Info Type=DIALPEER_INFO_SPEECH
    094516: Jan 24 09:27:06.816: //-1/6A877F6F9054/DPM/dpMatchPeersCore:
       Match Rule=DP_MATCH_DEST; Called Number=90
    094517: Jan 24 09:27:06.816: //-1/6A877F6F9054/DPM/dpMatchPeersCore:
       Result=Partial Matches(1) after DP_MATCH_DEST
    094518: Jan 24 09:27:06.816: //-1/6A877F6F9054/DPM/dpMatchPeersMoreArg:
       Result=MORE_DIGITS_NEEDED(1)
    094519: Jan 24 09:27:06.912: //-1/6A877F6F9054/DPM/dpMatchPeersCore:
       Calling Number=, Called Number=908, Peer Info Type=DIALPEER_INFO_SPEECH
    094520: Jan 24 09:27:06.912: //-1/6A877F6F9054/DPM/dpMatchPeersCore:
       Match Rule=DP_MATCH_DEST; Called Number=908
    094521: Jan 24 09:27:06.916: //-1/6A877F6F9054/DPM/dpMatchPeersCore:
       Result=Partial Matches(1) after DP_MATCH_DEST
    094522: Jan 24 09:27:06.916: //-1/6A877F6F9054/DPM/dpMatchPeersMoreArg:
       Result=MORE_DIGITS_NEEDED(1)
    094523: Jan 24 09:27:07.012: //-1/6A877F6F9054/DPM/dpMatchPeersCore:
       Calling Number=, Called Number=9086, Peer Info Type=DIALPEER_INFO_SPEECH
    094524: Jan 24 09:27:07.012: //-1/6A877F6F9054/DPM/dpMatchPeersCore:
       Match Rule=DP_MATCH_DEST; Called Number=9086
    094525: Jan 24 09:27:07.016: //-1/6A877F6F9054/DPM/dpMatchPeersCore:
       Result=Partial Matches(1) after DP_MATCH_DEST
    094526: Jan 24 09:27:07.016: //-1/6A877F6F9054/DPM/dpMatchPeersMoreArg:
       Result=MORE_DIGITS_NEEDED(1)
    094527: Jan 24 09:27:07.116: //-1/6A877F6F9054/DPM/dpMatchPeersCore:
       Calling Number=, Called Number=90862, Peer Info Type=DIALPEER_INFO_SPEECH
    094528: Jan 24 09:27:07.116: //-1/6A877F6F9054/DPM/dpMatchPeersCore:
       Match Rule=DP_MATCH_DEST; Called Number=90862
    094529: Jan 24 09:27:07.116: //-1/6A877F6F9054/DPM/dpMatchPeersCore:
       Result=Partial Matches(1) after DP_MATCH_DEST
    094530: Jan 24 09:27:07.116: //-1/6A877F6F9054/DPM/dpMatchPeersMoreArg:
       Result=MORE_DIGITS_NEEDED(1)
    094531: Jan 24 09:27:07.212: //-1/6A877F6F9054/DPM/dpMatchPeersCore:
       Calling Number=, Called Number=908621, Peer Info Type=DIALPEER_INFO_SPEECH
    094532: Jan 24 09:27:07.212: //-1/6A877F6F9054/DPM/dpMatchPeersCore:
       Match Rule=DP_MATCH_DEST; Called Number=908621
    094533: Jan 24 09:27:07.216: //-1/6A877F6F9054/DPM/dpMatchPeersCore:
       Result=Partial Matches(1) after DP_MATCH_DEST
    094534: Jan 24 09:27:07.216: //-1/6A877F6F9054/DPM/dpMatchPeersMoreArg:
       Result=MORE_DIGITS_NEEDED(1)
    094535: Jan 24 09:27:07.316: //-1/6A877F6F9054/DPM/dpMatchPeersCore:
       Calling Number=, Called Number=9086215, Peer Info Type=DIALPEER_INFO_SPEECH
    094536: Jan 24 09:27:07.316: //-1/6A877F6F9054/DPM/dpMatchPeersCore:
       Match Rule=DP_MATCH_DEST; Called Number=9086215
    094537: Jan 24 09:27:07.316: //-1/6A877F6F9054/DPM/dpMatchPeersCore:
       Result=Partial Matches(1) after DP_MATCH_DEST
    094538: Jan 24 09:27:07.316: //-1/6A877F6F9054/DPM/dpMatchPeersMoreArg:
       Result=MORE_DIGITS_NEEDED(1)
    094539: Jan 24 09:27:07.412: //-1/6A877F6F9054/DPM/dpMatchPeersCore:
       Calling Number=, Called Number=90862157, Peer Info Type=DIALPEER_INFO_SPEECH
    094540: Jan 24 09:27:07.412: //-1/6A877F6F9054/DPM/dpMatchPeersCore:
       Match Rule=DP_MATCH_DEST; Called Number=90862157
    094541: Jan 24 09:27:07.416: //-1/6A877F6F9054/DPM/dpMatchPeersCore:
       Result=Partial Matches(1) after DP_MATCH_DEST
    094542: Jan 24 09:27:07.416: //-1/6A877F6F9054/DPM/dpMatchPeersMoreArg:
       Result=MORE_DIGITS_NEEDED(1)
    094543: Jan 24 09:27:07.516: //-1/6A877F6F9054/DPM/dpMatchPeersCore:
       Calling Number=, Called Number=908621577, Peer Info Type=DIALPEER_INFO_SPEECH
    094544: Jan 24 09:27:07.516: //-1/6A877F6F9054/DPM/dpMatchPeersCore:
       Match Rule=DP_MATCH_DEST; Called Number=908621577
    094545: Jan 24 09:27:07.516: //-1/6A877F6F9054/DPM/dpMatchPeersCore:
       Result=Partial Matches(1) after DP_MATCH_DEST
    094546: Jan 24 09:27:07.516: //-1/6A877F6F9054/DPM/dpMatchPeersMoreArg:
       Result=MORE_DIGITS_NEEDED(1)
    094547: Jan 24 09:27:07.612: //-1/6A877F6F9054/DPM/dpMatchPeersCore:
       Calling Number=, Called Number=9086215777, Peer Info Type=DIALPEER_INFO_SPEECH
    094548: Jan 24 09:27:07.612: //-1/6A877F6F9054/DPM/dpMatchPeersCore:
       Match Rule=DP_MATCH_DEST; Called Number=9086215777
    094549: Jan 24 09:27:07.616: //-1/6A877F6F9054/DPM/dpMatchPeersCore:
       Result=Partial Matches(1) after DP_MATCH_DEST
    094550: Jan 24 09:27:07.616: //-1/6A877F6F9054/DPM/dpMatchPeersMoreArg:
       Result=MORE_DIGITS_NEEDED(1)
    094551: Jan 24 09:27:07.716: //-1/6A877F6F9054/DPM/dpMatchPeersCore:
       Calling Number=, Called Number=90862157774, Peer Info Type=DIALPEER_INFO_SPEECH
    094552: Jan 24 09:27:07.716: //-1/6A877F6F9054/DPM/dpMatchPeersCore:
       Match Rule=DP_MATCH_DEST; Called Number=90862157774
    094553: Jan 24 09:27:07.716: //-1/6A877F6F9054/DPM/dpMatchPeersCore:
       Result=Partial Matches(1) after DP_MATCH_DEST
    094554: Jan 24 09:27:07.716: //-1/6A877F6F9054/DPM/dpMatchPeersMoreArg:
       Result=MORE_DIGITS_NEEDED(1)
    094555: Jan 24 09:27:10.711: //-1/6A877F6F9054/DPM/dpMatchPeersCore:
       Calling Number=, Called Number=90862157774T, Peer Info Type=DIALPEER_INFO_SPEECH
    094556: Jan 24 09:27:10.711: //-1/6A877F6F9054/DPM/dpMatchPeersCore:
       Match Rule=DP_MATCH_DEST; Called Number=90862157774T
    094557: Jan 24 09:27:10.711: //-1/6A877F6F9054/DPM/dpMatchPeersCore:
       Result=Success(0) after DP_MATCH_DEST
    094558: Jan 24 09:27:10.711: //-1/6A877F6F9054/DPM/dpMatchPeersMoreArg:
       Result=SUCCESS(0)
       List of Matched Outgoing Dial-peer(s):
         1: Dial-peer Tag=9000
         2: Dial-peer Tag=2
         3: Dial-peer Tag=1
    094559: Jan 24 09:27:10.711: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
       Calling Number=90862157774, Called Number=90862157774, Peer Info Type=DIALPEER_INFO_SPEECH
    094560: Jan 24 09:27:10.711: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
       Match Rule=DP_MATCH_DEST; Called Number=90862157774
    094561: Jan 24 09:27:10.715: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
       Result=Success(0) after DP_MATCH_DEST
    094562: Jan 24 09:27:10.715: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersMoreArg:
       Result=SUCCESS(0)
       List of Matched Outgoing Dial-peer(s):
         1: Dial-peer Tag=9000
         2: Dial-peer Tag=2
         3: Dial-peer Tag=1
    094563: Jan 24 09:27:10.715: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
       Calling Number=90862157774, Called Number=, Voice-Interface=0x0,
       Timeout=TRUE, Peer Encap Type=ENCAP_VOIP, Peer Search Type=PEER_TYPE_VOICE,
       Peer Info Type=DIALPEER_INFO_SPEECH
    094564: Jan 24 09:27:10.715: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
       Result=Success(0) after DP_MATCH_ORIGINATE; Incoming Dial-peer=9000
    094565: Jan 24 09:27:10.715: //-1/6A877F6F9054/DPM/dpMatchPeersCore:
       Calling Number=, Called Number=90862157774, Peer Info Type=DIALPEER_INFO_SPEECH
    094566: Jan 24 09:27:10.715: //-1/6A877F6F9054/DPM/dpMatchPeersCore:
       Match Rule=DP_MATCH_DEST; Called Number=90862157774
    094567: Jan 24 09:27:10.715: //-1/6A877F6F9054/DPM/dpMatchPeersCore:
       Result=Success(0) after DP_MATCH_DEST
    094568: Jan 24 09:27:10.715: //-1/6A877F6F9054/DPM/dpMatchPeersMoreArg:
       Result=SUCCESS(0)
       List of Matched Outgoing Dial-peer(s):
         1: Dial-peer Tag=9000
         2: Dial-peer Tag=2
         3: Dial-peer Tag=1
    094569: Jan 24 09:27:10.719: fb_get_reject_cause_code: ERROR cause_code NULL
    094570: Jan 24 09:27:10.727: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Sent:
    INVITE sip:[email protected]:5060 SIP/2.0
    Via: SIP/2.0/UDP 192.168.22.1:5060;branch=z9hG4bK47D116D3
    Remote-Party-ID: "Sam " <sip:[email protected]>;party=calling;screen=no;privacy=off
    From: "Sam " <sip:[email protected]>;tag=CDCFB8AC-F98
    To: <sip:[email protected]>
    Date: Tue, 24 Jan 2012 09:27:10 GMT
    Call-ID: [email protected]
    Supported: 100rel,timer,resource-priority,replaces
    Min-SE:  1800
    Cisco-Guid: 1787264879-1168380385-2421457215-1958389771
    User-Agent: Cisco-SIPGateway/IOS-12.x
    Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
    CSeq: 101 INVITE
    Max-Forwards: 70
    Timestamp: 1327397230
    Contact: <sip:[email protected]:5060>
    Expires: 180
    Allow-Events: telephone-event
    Content-Type: application/sdp
    Content-Disposition: session;handling=required
    Content-Length: 244
    v=0
    o=CiscoSystemsSIP-GW-UserAgent 3237 2021 IN IP4 192.168.22.1
    s=SIP Call
    c=IN IP4 192.168.22.1
    t=0 0
    m=audio 18258 RTP/AVP 8 101
    c=IN IP4 192.168.22.1
    a=rtpmap:8 PCMA/8000
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-16
    a=ptime:20
    094571: Jan 24 09:27:11.227: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Sent:
    INVITE sip:[email protected]:5060 SIP/2.0
    Via: SIP/2.0/UDP 192.168.22.1:5060;branch=z9hG4bK47D116D3
    Remote-Party-ID: "Sam" <sip:[email protected]>;party=calling;screen=no;privacy=off
    From: "Sam " <sip:[email protected]>;tag=CDCFB8AC-F98
    To: <sip:[email protected]>
    Date: Tue, 24 Jan 2012 09:27:11 GMT
    Call-ID: [email protected]
    Supported: 100rel,timer,resource-priority,replaces
    Min-SE:  1800
    Cisco-Guid: 1787264879-1168380385-2421457215-1958389771
    User-Agent: Cisco-SIPGateway/IOS-12.x
    Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
    CSeq: 101 INVITE
    Max-Forwards: 70
    Timestamp: 1327397231
    Contact: <sip:[email protected]:5060>
    Expires: 180
    Allow-Events: telephone-event
    Content-Type: application/sdp
    Content-Disposition: session;handling=required
    Content-Length: 244
    v=0
    o=CiscoSystemsSIP-GW-UserAgent 3237 2021 IN IP4 192.168.22.1
    s=SIP Call
    c=IN IP4 192.168.22.1
    t=0 0
    m=audio 18258 RTP/AVP 8 101
    c=IN IP4 192.168.22.1
    a=rtpmap:8 PCMA/8000
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-16
    a=ptime:20
    094572: Jan 24 09:27:12.227: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Sent:
    INVITE sip:[email protected]:5060 SIP/2.0
    Via: SIP/2.0/UDP 192.168.22.1:5060;branch=z9hG4bK47D116D3
    Remote-Party-ID: "Sam " <sip:[email protected]>;party=calling;screen=no;privacy=off
    From: "Sam " <sip:[email protected]>;tag=CDCFB8AC-F98
    To: <sip:[email protected]>
    Date: Tue, 24 Jan 2012 09:27:12 GMT
    Call-ID: [email protected]
    Supported: 100rel,timer,resource-priority,replaces
    Min-SE:  1800
    Cisco-Guid: 1787264879-1168380385-2421457215-1958389771
    User-Agent: Cisco-SIPGateway/IOS-12.x
    Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
    CSeq: 101 INVITE
    Max-Forwards: 70
    Timestamp: 1327397232
    Contact: <sip:[email protected]:5060>
    Expires: 180
    Allow-Events: telephone-event
    Content-Type: application/sdp
    Content-Disposition: session;handling=required
    Content-Length: 244
    v=0
    o=CiscoSystemsSIP-GW-UserAgent 3237 2021 IN IP4 192.168.22.1
    s=SIP Call
    c=IN IP4 192.168.22.1
    t=0 0
    m=audio 18258 RTP/AVP 8 101
    c=IN IP4 192.168.22.1
    a=rtpmap:8 PCMA/8000
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-16
    a=ptime:20
    094573: Jan 24 09:27:14.227: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Sent:
    INVITE sip:[email protected]:5060 SIP/2.0
    Via: SIP/2.0/UDP 192.168.22.1:5060;branch=z9hG4bK47D116D3
    Remote-Party-ID: "Sam" <sip:[email protected]>;party=calling;screen=no;privacy=off
    From: "Sam" <sip:[email protected]>;tag=CDCFB8AC-F98
    To: <sip:[email protected]>
    Date: Tue, 24 Jan 2012 09:27:14 GMT
    Call-ID: [email protected]
    Supported: 100rel,timer,resource-priority,replaces
    Min-SE:  1800
    Cisco-Guid: 1787264879-1168380385-2421457215-1958389771
    User-Agent: Cisco-SIPGateway/IOS-12.x
    Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
    CSeq: 101 INVITE
    Max-Forwards: 70
    Timestamp: 1327397234
    Contact: <sip:[email protected]:5060>
    Expires: 180
    Allow-Events: telephone-event
    Content-Type: application/sdp
    Content-Disposition: session;handling=required
    Content-Length: 244
    v=0
    o=CiscoSystemsSIP-GW-UserAgent 3237 2021 IN IP4 192.168.22.1
    s=SIP Call
    c=IN IP4 192.168.22.1
    t=0 0
    m=audio 18258 RTP/AVP 8 101
    c=IN IP4 192.168.22.1
    a=rtpmap:8 PCMA/8000
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-16
    a=ptime:20
    I made some changes in the router configuration.
    I removed FA0/0.2 Voice interface from Voice service voip configuration (bind control source-interface FastEthernet0/0.2 and bind media source-interface FastEthernet0/0.2). And now it’s using ip address 10.1.1.101 (data ip).
    The debugging is changed now. I can send and receive a respond from SIP server. But  It shows an error: SIP/2.0 404 Not Found
    Then it moves to ISDN line, and use this line to make a call.
    102988: Jan 24 14:45:47.290: //-1/EDCA21089304/DPM/dpMatchPeersCore:
       Calling Number=, Called Number=90862157774T, Peer Info Type=DIALPEER_INFO_SPEECH
    102989: Jan 24 14:45:47.290: //-1/EDCA21089304/DPM/dpMatchPeersCore:
       Match Rule=DP_MATCH_DEST; Called Number=90862157774T
    102990: Jan 24 14:45:47.290: //-1/EDCA21089304/DPM/dpMatchPeersCore:
       Result=Success(0) after DP_MATCH_DEST
    102991: Jan 24 14:45:47.290: //-1/EDCA21089304/DPM/dpMatchPeersMoreArg:
       Result=SUCCESS(0)
       List of Matched Outgoing Dial-peer(s):
         1: Dial-peer Tag=9000
         2: Dial-peer Tag=2
         3: Dial-peer Tag=1
    102992: Jan 24 14:45:47.290: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
       Calling Number=90862157774, Called Number=90862157774, Peer Info Type=DIALPEER_INFO_SPEECH
    102993: Jan 24 14:45:47.290: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
       Match Rule=DP_MATCH_DEST; Called Number=90862157774
    102994: Jan 24 14:45:47.294: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
       Result=Success(0) after DP_MATCH_DEST
    102995: Jan 24 14:45:47.294: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersMoreArg:
       Result=SUCCESS(0)
       List of Matched Outgoing Dial-peer(s):
         1: Dial-peer Tag=9000
         2: Dial-peer Tag=2
         3: Dial-peer Tag=1
    102996: Jan 24 14:45:47.294: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
       Calling Number=90862157774, Called Number=, Voice-Interface=0x0,
       Timeout=TRUE, Peer Encap Type=ENCAP_VOIP, Peer Search Type=PEER_TYPE_VOICE,
       Peer Info Type=DIALPEER_INFO_SPEECH
    102997: Jan 24 14:45:47.294: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
       Result=Success(0) after DP_MATCH_ORIGINATE; Incoming Dial-peer=9000
    102998: Jan 24 14:45:47.294: //-1/EDCA21089304/DPM/dpMatchPeersCore:
       Calling Number=, Called Number=90862157774, Peer Info Type=DIALPEER_INFO_SPEECH
    102999: Jan 24 14:45:47.294: //-1/EDCA21089304/DPM/dpMatchPeersCore:
       Match Rule=DP_MATCH_DEST; Called Number=90862157774
    103000: Jan 24 14:45:47.294: //-1/EDCA21089304/DPM/dpMatchPeersCore:
       Result=Success(0) after DP_MATCH_DEST
    103001: Jan 24 14:45:47.294: //-1/EDCA21089304/DPM/dpMatchPeersMoreArg:
       Result=SUCCESS(0)
       List of Matched Outgoing Dial-peer(s):
         1: Dial-peer Tag=9000
         2: Dial-peer Tag=2
         3: Dial-peer Tag=1
    103002: Jan 24 14:45:47.298: fb_get_reject_cause_code: ERROR cause_code NULL
    103003: Jan 24 14:45:47.310: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Sent:
    INVITE sip:[email protected]:5060 SIP/2.0
    Via: SIP/2.0/UDP 10.1.1.101:5060;branch=z9hG4bK4875CB9
    Remote-Party-ID: "Sam" <sip:[email protected]>;party=calling;screen=no;privacy=off
    From: "Seam" <sip:[email protected]>;tag=CEF37490-172C
    To: <sip:[email protected]>
    Date: Tue, 24 Jan 2012 14:45:47 GMT
    Call-ID: [email protected]
    Supported: 100rel,timer,resource-priority,replaces
    Min-SE:  1800
    Cisco-Guid: 3989446920-1171263969-2466545983-1958389771
    User-Agent: Cisco-SIPGateway/IOS-12.x
    Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
    CSeq: 101 INVITE
    Max-Forwards: 70
    Timestamp: 1327416347
    Contact: <sip:[email protected]:5060>
    Expires: 180
    Allow-Events: telephone-event
    Content-Type: application/sdp
    Content-Disposition: session;handling=required
    Content-Length: 247
    v=0
    o=CiscoSystemsSIP-GW-UserAgent 2438 9821 IN IP4 10.1.1.101
    s=SIP Call
    c=IN IP4 10.1.1.101
    t=0 0
    m=audio 19412 RTP/AVP 8 101
    c=IN IP4 10.1.1.101
    a=rtpmap:8 PCMA/8000
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-16
    a=ptime:20
    103004: Jan 24 14:45:47.354: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Received:
    SIP/2.0 404 Not Found
    From: "Sam "<sip:[email protected]>;tag=CEF37490-172C
    To: <sip:[email protected]>;tag=7fad61f03708-100007f-13c4-55013-a0142-10fd12c8-a0142
    Call-ID: [email protected]
    CSeq: 101 INVITE
    Via: SIP/2.0/UDP 10.1.1.101:5060;received=88.99.77.44;branch=z9hG4bK4875CB9
    Content-Length: 0
    103005: Jan 24 14:45:47.362: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Sent:
    ACK sip:[email protected]:5060 SIP/2.0
    Via: SIP/2.0/UDP 10.1.1.101:5060;branch=z9hG4bK4875CB9
    From: "Sam " <sip:[email protected]>;tag=CEF37490-172C
    To: <sip:[email protected]>;tag=7fad61f03708-100007f-13c4-55013-a0142-10fd12c8-a0142
    Date: Tue, 24 Jan 2012 14:45:47 GMT
    Call-ID: [email protected]
    Max-Forwards: 70
    CSeq: 101 ACK
    Allow-Events: telephone-event
    Content-Length: 0
    103006: Jan 24 14:45:47.374: %ISDN-6-LAYER2UP: Layer 2 for Interface BR0/0/1, TEI 96 changed to up
    103007: Jan 24 14:45:51.313: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
       Calling Number=, Called Number=211, Peer Info Type=DIALPEER_INFO_SPEECH
    103008: Jan 24 14:45:51.313: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
       Match Rule=DP_MATCH_DEST; Called Number=211
    103009: Jan 24 14:45:51.317: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
       Result=Success(0) after DP_MATCH_DEST
    103010: Jan 24 14:45:51.317: //-1/xxxxxxxxxxxx/DPM/dpMatchPeers:
       Result=SUCCESS(0)
       List of Matched Outgoing Dial-peer(s):
         1: Dial-peer Tag=20018
    103011: Jan 24 14:45:51.317: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
       Calling Number=, Called Number=0862157774, Peer Info Type=DIALPEER_INFO_SPEECH
    103012: Jan 24 14:45:51.317: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
       Match Rule=DP_MATCH_DEST; Called Number=0862157774
    103013: Jan 24 14:45:51.317: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
       No Outgoing Dial-peer Is Matched; Result=NO_MATCH(-1)
    103014: Jan 24 14:45:51.317: //-1/xxxxxxxxxxxx/DPM/dpMatchPeers:
       Result=NO_MATCH(-1)
    103015: Jan 24 14:46:08.815: %ISDN-6-LAYER2DOWN: Layer 2 for Interface BR0/0/1, TEI 96 changed to down
    2801(config-dial-peer)#
    Then I removed SIP-UA as I was told there is no registration necessary, only Dial-peer configuration.
    But it didn’t affect anything.
    Then I add translate-outgoing called 10 command to dial-peer 9000, nothing happened.
    Really stuck and don't know where to look at.
    Any help will be highly appreciated.
    Thanks.

    Hi Dan.
    Yes, I saw that RTP debugging, but what can I change there? Maybe I need to open more ports on ASA for RTP like 19412?
    I use Cisco ASDM for ASA to make changes.
    There are static NAT rules for: Server source IPs(10.1.1.100) to Outside(translated IPs, 88.99.77.44)  for a few ports.
    Also I added Security policy access rules for LAN: Any to SIP, and Outside: SIP to any.
    For NAT:
    I can't add this: for LAN: STATIC ROUTER IP 10.1.1.101 (AS SOURCE) UDP 5060 TO OUTSIDE IP 88.99.77.44
    (AS TRANSLATED) UDP 5060
    Because there is already translation for the Server.
    Debugging looks like that now. There is no Received: SIP/2.0, but I can make an outside call with no audio.
    116013: Jan 25 15:28:25.584: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
       Calling Number=90862157774, Called Number=, Voice-Interface=0x0,
       Timeout=TRUE, Peer Encap Type=ENCAP_VOIP, Peer Search Type=PEER_TYPE_VOICE,
       Peer Info Type=DIALPEER_INFO_SPEECH
    116014: Jan 25 15:28:25.584: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
       Result=Success(0) after DP_MATCH_ORIGINATE; Incoming Dial-peer=9000
    116015: Jan 25 15:28:25.584: //-1/0D0EB9CE9708/DPM/dpMatchPeersCore:
       Calling Number=, Called Number=90862157774, Peer Info Type=DIALPEER_INFO_SPEECH
    116016: Jan 25 15:28:25.584: //-1/0D0EB9CE9708/DPM/dpMatchPeersCore:
       Match Rule=DP_MATCH_DEST; Called Number=90862157774
    116017: Jan 25 15:28:25.584: //-1/0D0EB9CE9708/DPM/dpMatchPeersCore:
       Result=Success(0) after DP_MATCH_DEST
    116018: Jan 25 15:28:25.584: //-1/0D0EB9CE9708/DPM/dpMatchPeersMoreArg:
       Result=SUCCESS(0)
       List of Matched Outgoing Dial-peer(s):
         1: Dial-peer Tag=9000
         2: Dial-peer Tag=2
         3: Dial-peer Tag=1
    116019: Jan 25 15:28:25.588: fb_get_reject_cause_code: ERROR cause_code NULL
    116020: Jan 25 15:28:25.600: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Sent:
    INVITE sip:[email protected]:5060 SIP/2.0
    Via: SIP/2.0/UDP 10.1.1.101:5060;branch=z9hG4bK491484D
    Remote-Party-ID: "Sam " ;party=calling;screen=no;privacy=off
    From: "Sam " ;tag=D4410748-1C9D
    To:
    Date: Wed, 25 Jan 2012 15:28:25 GMT
    Call-ID: [email protected]
    Supported: 100rel,timer,resource-priority,replaces
    Min-SE:  1800
    Cisco-Guid: 219068878-1184895457-2533916991-1958389771
    User-Agent: Cisco-SIPGateway/IOS-12.x
    Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
    CSeq: 101 INVITE
    Max-Forwards: 70
    Timestamp: 1327505305
    Contact:
    Expires: 180
    Allow-Events: telephone-event
    Content-Type: application/sdp
    Content-Disposition: session;handling=required
    Content-Length: 247
    v=0
    o=CiscoSystemsSIP-GW-UserAgent 1984 5803 IN IP4 10.1.1.101
    s=SIP Call
    c=IN IP4 10.1.1.101
    t=0 0
    m=audio 18782 RTP/AVP 8 101
    c=IN IP4 10.1.1.101
    a=rtpmap:8 PCMA/8000
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-16
    a=ptime:20
    116021: Jan 25 15:28:26.096: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Sent:
    INVITE sip:[email protected]:5060 SIP/2.0
    Via: SIP/2.0/UDP 10.1.1.101:5060;branch=z9hG4bK491484D
    Remote-Party-ID: "Sam " ;party=calling;screen=no;privacy=off
    From: "Sam " ;tag=D4410748-1C9D
    To:
    Date: Wed, 25 Jan 2012 15:28:26 GMT
    Call-ID: [email protected]
    Supported: 100rel,timer,resource-priority,replaces
    Min-SE:  1800
    Cisco-Guid: 219068878-1184895457-2533916991-1958389771
    User-Agent: Cisco-SIPGateway/IOS-12.x
    Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
    CSeq: 101 INVITE
    Max-Forwards: 70
    Timestamp: 1327505306
    Contact:
    Expires: 180
    Allow-Events: telephone-event
    Content-Type: application/sdp
    Content-Disposition: session;handling=required
    Content-Length: 247
    v=0
    o=CiscoSystemsSIP-GW-UserAgent 1984 5803 IN IP4 10.1.1.101
    s=SIP Call
    c=IN IP4 10.1.1.101
    t=0 0
    m=audio 18782 RTP/AVP 8 101
    c=IN IP4 10.1.1.101
    a=rtpmap:8 PCMA/8000
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-16
    a=ptime:20
    116022: Jan 25 15:28:27.096: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Sent:
    INVITE sip:[email protected]:5060 SIP/2.0
    Via: SIP/2.0/UDP 10.1.1.101:5060;branch=z9hG4bK491484D
    Remote-Party-ID: "Sam " ;party=calling;screen=no;privacy=off
    From: "Sam " ;tag=D4410748-1C9D
    To:
    Date: Wed, 25 Jan 2012 15:28:27 GMT
    Call-ID: [email protected]
    Supported: 100rel,timer,resource-priority,replaces
    Min-SE:  1800
    Cisco-Guid: 219068878-1184895457-2533916991-1958389771
    User-Agent: Cisco-SIPGateway/IOS-12.x
    Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
    CSeq: 101 INVITE
    Max-Forwards: 70
    Timestamp: 1327505307
    Contact:
    Expires: 180
    Allow-Events: telephone-event
    Content-Type: application/sdp
    Content-Disposition: session;handling=required
    Content-Length: 247
    v=0
    o=CiscoSystemsSIP-GW-UserAgent 1984 5803 IN IP4 10.1.1.101
    s=SIP Call
    c=IN IP4 10.1.1.101
    t=0 0
    m=audio 18782 RTP/AVP 8 101
    c=IN IP4 10.1.1.101
    a=rtpmap:8 PCMA/8000
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-16
    a=ptime:20
    116026: Jan 25 15:28:57.092: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Sent:
    INVITE sip:[email protected]:5060 SIP/2.0
    Via: SIP/2.0/UDP 10.1.1.101:5060;branch=z9hG4bK491484D
    Remote-Party-ID: "Sam" ;party=calling;screen=no;privacy=off
    From: "Sam " ;tag=D4410748-1C9D
    To:
    Date: Wed, 25 Jan 2012 15:28:57 GMT
    Call-ID: [email protected]
    Supported: 100rel,timer,resource-priority,replaces
    Min-SE:  1800
    Cisco-Guid: 219068878-1184895457-2533916991-1958389preference 1771
    User-Agent: Cisco-SIPGateway/IOS-12.x
    Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
    CSeq: 101 INVITE
    Max-Forwards: 70
    Timestamp: 1327505337
    Contact:
    Expires: 180
    Allow-Events: telephone-event
    Content-Type: application/sdp
    Content-Disposition: session;handling=required
    Content-Length: 247
    v=0
    o=CiscoSystemsSIP-GW-UserAgent 1984 5803 IN IP4 10.1.1.101
    s=SIP Call
    c=IN IP4 10.1.1.101
    t=0 0
    m=audio 18782 RTP/AVP 8 101
    c=IN IP4 10.1.1.101
    a=rtpmap:8 PCMA/8000
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-16
    a=ptime:20
    I'll add Incoming dial-peer now.
    Not sure what kind of NAT rule should I put into ASA to allow in and out sip traffic.
    Appretiate your help.
    Thanks a mill.

  • Ask the Cisco VIP: Troubleshooting SIP in Cisco Unified communications

    Troubleshooting SIP in Cisco Unified communications deployments with Cisco VIP Ayodeji Okanlawon
    This is a Q&A Ask the Expert Session continuation from the Live Webcast
    Ask your questions on Session Initiation Protocol (SIP) and how it is redefining our UC world.The Session Initiation Protocol (SIP) is a signaling communications protocol, widely used for controlling multimedia communication sessions such as voice and video calls over Internet Protocol (IP) networks.
    Featured Expert
    Ayodeji Okanlawon, a Cisco Designated VIP, is the Lead Consultant Engineer for Global Solutions Design and Engineering at Verizon Business. In his past, he has worked at Intact IS, NCS Global, and Schlumberger Information Solutions. His experience includes development of design and deployment of large scale IP telephony projects on Cisco Call Manager platforms, Cisco Voice gateways, Cisco Jabber cloud and on premise solution. His expertise includes SIP solutions, CUBE design and Deployment, Troubleshooting: Voice gateways, CUCM, Unity connection, CUPS. Deji has been awarded the Cisco Designated VIP in 2013 and 2014. Deji holds a Bachelor of Science (BS), Electrical and Electronics Engineering, Second Class Upper from Obafemi Awolowo University.  
    According to Deji, “If you want to advance your career, if you’re serious about your skill sets, you’ve got to be in the forums.”  (Read the Interview >>)
    We look forward to your participation. This event is open to all, including partners.
    * * Remember to use the rating system to let Deji know if you have received an adequate response. * *
    Deji might not be able to answer each question due to the high volume expected during this event. This event runs January 13 through January 23, 2015.  Visit this forum often to view responses to your questions and the questions of other community members.

    Derrick,
    RFC 3261defines ways to provide increased security for a SIP session.
    The following describes areas in SIP that provides security for the protocol
    1. Authenticating users.
    We need to authenticate a user to ensure that the sender of the message is who he claims to be.
    To achieve this SIP uses digest authentication between a UAC, proxy and a UAS. This provides the most basic level of authentication challenge between a client, proxy and a server.
    2. Secure SIP signalling
    The next area we can secure is SIP signalling itself. For this we use SSL/TLS. This is similar to using https in web browsers. With TLS before our any signalling is exchange X.509 certificates are used create a secure TLS channel. All our SIP messages are then transported within the secure channel.
    NB: The digest authentication mentioned above for authenticating a user agent is just authentication. The messages are not protected from reading or modification hence it is recommended that these messages are carried inside a secure TLS channel for better security.
    3. Privacy and Identification
    Additional security features in SIP provides means where any user can choose to either reveal or conceal his identity.
    4.Secure RTP
    SIP also provides the ability to secure the media channel. It is not enough to secure signalling while anyone can listen to the media. RFC3830 discusses how the encryption should be done.
    5. S/MIME
    S/MIME encapsulation is used to protect sip headers making it impossible for any one in between the sender and receiver to modify the sip headers
    Regards

  • Firefox crashes when I click help troubleshoot information, and it's not sending crash reports.

    Firefox crashes when I click help > troubleshoot information. It's also not sending crash reports. I really can't be any more specific or straightforward than I am being right now. I have reinstalled multiple times. I've tried the same thing in safe mode. Cache and history and cookies are cleared. Hardware Acceleration is disabled. All of it.

    Computer's clean, and this is my second clean uninstall and re-install of Firefox tonight.
    I'm not having this problem with Chrome.

  • SIP Traffic in CRS-3 Carrier Grade NAT (CGN) with PAT

    Hello
    Does the SIP traffic through the module CGN works? We use PAT in the module.
    Thank you for your comments
    Rodolfo

    Hi Rodolfo,
    yes, SIP can be used with no issue through CGN system without the need of any particular ALG if SBC performs media-latching.
    Take a look at this preso:
    http://www.cisco.com/web/CA/events/pdfs/CNSF2011-IPv6-Transition-for-SPs-Chris-Metz.pdf
    Kind regards,
    N.

  • ASA5500 blocking SPA504G SIP traffic?

    (Apologies if this is a reposting)
    I've a client using an ASA5500 firewall - which I don't manage or have admin access to - at a new remote office. They'd like to use the same Cisco SPA504G handsets used in their other office to connect to a Hosted PBX (on public IP).
    It appears as if the ASA5500 is still - despite inspection being turned off - dropping or somehow redirecting SIP traffic from the SPA504G handsets. Annoyingly, a PC on the same (internal) VLAN running X-Lite (softphone, using the same SIP settings as the handsets) is working fine. But the Cisco handsets just aren't connecting. The same configs on handsets in the other office (Netgear firewall) have worked fine for 6+ months.
    We've tried changing handset source and PBX server ports (e.g. 5063, 5099) using both UDP and TCP - works fine from remote office, no connections from the ASA5500-powered office. We've also turned syslogging on for the handsets and verified they are sending the correct REGISTER etc SIP messages. But they aren't arriving at the PBX, or seemingly external to the firewall at all.
    It appears as if the firewall is detecting the Cisco-originating SIP traffic specifically, and dropping it somewhere. And ignoring SIP traffic from the PC softphone. Is this possible?
    If anyone can suggest any posts, diagnostic tools, documentation or other hints that I can point the remote sites' system administrators at, I'd be very grateful.
    Thanks in advance,
    Mark

    Hello,
    You sure the traffic is not being innittiated on the other side and the SIP inspection is kicking in????
    Doble check that via a show policy-map
    Remember to rate all of my posts

  • Kext causing kernel panic? Need help troubleshooting, please.

    Hello all,
    I'm a new face here and have been fortunate enough to never really need support, however at this point, I'm completely lost. First of all I want to apologize if my English is bad, Swedish is my native language.
    My specs:
    MBP 5,1 (late 2008) 15.4"
    CPU: Intel Core 2 Duo 2,53 GHz
    Memory: Apple native 4GB
    Boot ROM Version: MBP51.007E.B05
    System Version: Mac OS X 10.7.2 (11C74) Lion
    Kernel Version: Darwin 11.2.0
    SATA HDD: ST9250410AS Seagate Momentus 7200RPM 250GB
    I have a very annoying problem that I dont know how to solve. When I try to boot my MBP normally I get kernel panic before getting to the login-screen. The kernel panic occurs 1-2 minutes into loading while the gray Apple-logo still is on screen.
    Booting in safe mode works just fine (wifi, wired network and other critical os x functions works - While gfx-, audio-, spotlight-, etc. kexts are disabled). This problem occurred a few months ago while using the MBP normally (e.g. browsing the web). Since then I have done the following troubleshooting:
    1. Switched to other HDD:s with both Snow Leopard-/Lion set-ups (fresh installs, same kernel panic)
    2. Tried to reinstall from USB (same kernel panic)
    3. Zapped PRAM
    My thoughts: Some non-essential component in my MBP is malfunctioning, but since it works just fine in safe boot mode I figure that if I disable/remove the right kext(s) it should boot up fine in normal mode as well? (without the functionality of the component(s) that is disabled)
    Im having a hard time to localize the origin of the error since I dont have any experience of interpreting Mac kernel logs.
    Maybe you guys have any answers? Ill be eternally thankful for any thought, advice och help I can get!
    I have recorded logs from two different crashes:
    Kernel panic #1
    Picture of KP1:
    https://docs.google.com/open?id=0B39rsOfWshQEODM3OGJkNzEtODMyNy00OTM0LTgxNmItNzQ xZDkxMzdiMWQ3
    All Message Log:
    2011-11-28 11:44:58,000 bootlog: BOOT_TIME 1322477098 0
    2011-11-28 11:45:05,000 kernel: Darwin Kernel Version 11.2.0: Tue Aug  9 20:54:00 PDT 2011; root:xnu-1699.24.8~1/RELEASE_X86_64
    2011-11-28 11:45:05,000 kernel: vm_page_bootstrap: 942082 free pages and 32766 wired pages
    2011-11-28 11:45:05,000 kernel: kext submap [0xffffff7f8072e000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff800072e000]
    2011-11-28 11:45:05,000 kernel: zone leak detection enabled
    2011-11-28 11:45:05,000 kernel: standard timeslicing quantum is 10000 us
    2011-11-28 11:45:05,000 kernel: mig_table_max_displ = 73
    2011-11-28 11:45:05,000 kernel: AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled
    2011-11-28 11:45:05,000 kernel: AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled
    2011-11-28 11:45:05,000 kernel: calling mpo_policy_init for TMSafetyNet
    2011-11-28 11:45:05,000 kernel: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    2011-11-28 11:45:05,000 kernel: calling mpo_policy_init for Sandbox
    2011-11-28 11:45:05,000 kernel: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    2011-11-28 11:45:05,000 kernel: calling mpo_policy_init for Quarantine
    2011-11-28 11:45:05,000 kernel: Security policy loaded: Quarantine policy (Quarantine)
    2011-11-28 11:45:05,000 kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993
    2011-11-28 11:45:05,000 kernel: The Regents of the University of California. All rights reserved.
    2011-11-28 11:45:05,000 kernel: MAC Framework successfully initialized
    2011-11-28 11:45:05,000 kernel: using 16384 buffer headers and 10240 cluster IO buffer headers
    2011-11-28 11:45:05,000 kernel: IOAPIC: Version 0x11 Vectors 64:87
    2011-11-28 11:45:05,000 kernel: ACPI: System State [S0 S3 S4 S5] (S3)
    2011-11-28 11:45:05,000 kernel: PFM64 (36 cpu) 0xf10000000, 0xf0000000
    2011-11-28 11:45:05,000 kernel: [ PCI configuration begin ]
    2011-11-28 11:45:05,000 kernel: console relocated to 0xf20010000
    2011-11-28 11:45:05,000 kernel: PCI configuration changed (bridge=6 device=3 cardbus=0)
    2011-11-28 11:45:05,000 kernel: [ PCI configuration end, bridges 7 devices 19 ]
    2011-11-28 11:45:05,000 kernel: AppleIntelCPUPowerManagement: (built 21:08:10 Aug  9 2011) initialization complete
    2011-11-28 11:45:05,000 kernel: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID 002332fffed252a2; max speed s800.
    2011-11-28 11:45:05,000 kernel: [IOBluetoothHCIController::setConfigState] calling registerService
    2011-11-28 11:45:05,000 kernel: ERROR: FireWire unable to determine security-mode; defaulting to full-secure.
    2011-11-28 11:45:05,000 kernel: mbinit: done [64 MB total pool size, (42/21) split]
    2011-11-28 11:45:05,000 kernel: Pthread support ABORTS when sync kernel primitives misused
    2011-11-28 11:45:05,000 kernel: com.apple.AppleFSCompressionTypeZlib kmod start
    2011-11-28 11:45:05,000 kernel: com.apple.AppleFSCompressionTypeDataless kmod start
    2011-11-28 11:45:05,000 kernel: com.apple.AppleFSCompressionTypeZlib load succeeded
    2011-11-28 11:45:05,000 kernel: com.apple.AppleFSCompressionTypeDataless load succeeded
    2011-11-28 11:45:05,000 kernel: AppleIntelCPUPowerManagementClient: ready
    2011-11-28 11:45:05,000 kernel: BTCOEXIST off
    2011-11-28 11:45:05,000 kernel: wl0: Broadcom BCM432b 802.11 Wireless Controller
    2011-11-28 11:45:05,000 kernel: 5.100.98.75
    2011-11-28 11:45:05,000 kernel: rooting via boot-uuid from /chosen: B431148B-03FB-3BC2-BB3E-7BCA2BEB0A29
    2011-11-28 11:45:05,000 kernel: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    2011-11-28 11:45:05,000 kernel: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@B/AppleMCP79AHCI/PR T0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageD river/ST9250410AS Media/IOGUIDPartitionScheme/LION@2
    2011-11-28 11:45:05,000 kernel: BSD root: disk0s2, major 14, minor 2
    2011-11-28 11:45:05,000 kernel: Kernel is LP64
    2011-11-28 11:45:00,020 com.apple.launchd: *** launchd[1] has started up. ***
    2011-11-28 11:45:07,000 kernel: NVEthernet: Ethernet address 00:23:32:d2:52:a2
    2011-11-28 11:45:07,000 kernel: AirPort_Brcm4331: Ethernet address 00:23:6c:8c:fe:f0
    2011-11-28 11:45:07,000 kernel: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    2011-11-28 11:45:08,992 com.apple.launchd: (com.cisco.anyconnect.vpnagentd[54]) posix_spawn("/opt/cisco/vpn/bin/vpnagentd", ...): No such file or directory
    2011-11-28 11:45:08,992 com.apple.launchd: (com.cisco.anyconnect.vpnagentd[54]) Exited with code: 1
    2011-11-28 11:45:08,992 com.apple.launchd: (com.cisco.anyconnect.vpnagentd) Throttling respawn: Will start in 10 seconds
    2011-11-28 11:45:10,182 com.apple.ucupdate.plist: ucupdate: Checked 1 update, no match found.
    2011-11-28 11:45:10,313 com.apple.pfctl: No ALTQ support in kernel
    2011-11-28 11:45:10,313 com.apple.pfctl: ALTQ related functions disabled
    2011-11-28 11:45:10,542 com.apple.SecurityServer: Session 100000 created
    2011-11-28 11:45:11,000 kernel: macx_swapon SUCCESS
    2011-11-28 11:45:11,071 com.apple.DumpPanic: 2011-11-28 11:45:10.809 DumpPanic[46:4303] Error getting a reference to IODeviceTree:/options
    2011-11-28 11:45:11,073 com.apple.launchd: (com.apple.DumpPanic[46]) Exited with code: 1
    2011-11-28 11:45:13,000 kernel: Waiting for DSMOS...
    2011-11-28 11:45:13,399 UserEventAgent: starting CaptiveNetworkSupport as SystemEventAgent built Jun 13 2011 17:29:21
    2011-11-28 11:45:13,404 UserEventAgent: CaptiveNetworkSupport:CreateInterfaceWatchList:2788 WiFi Devices Found.
    2011-11-28 11:45:13,404 UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    2011-11-28 11:45:13,408 UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    2011-11-28 11:45:13,408 UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    2011-11-28 11:45:13,408 UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    2011-11-28 11:45:13,409 UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    2011-11-28 11:45:13,409 UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    2011-11-28 11:45:13,552 UserEventAgent: CertsKeychainMonitor: configuring
    kernel.log:
    Nov 28 11:45:05 localhost kernel[0]: Darwin Kernel Version 11.2.0: Tue Aug  9 20:54:00 PDT 2011; root:xnu-1699.24.8~1/RELEASE_X86_64
    Nov 28 11:45:05 localhost kernel[0]: vm_page_bootstrap: 942082 free pages and 32766 wired pages
    Nov 28 11:45:05 localhost kernel[0]: kext submap [0xffffff7f8072e000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff800072e000]
    Nov 28 11:45:05 localhost kernel[0]: zone leak detection enabled
    Nov 28 11:45:05 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Nov 28 11:45:05 localhost kernel[0]: mig_table_max_displ = 73
    Nov 28 11:45:05 localhost kernel[0]: AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled
    Nov 28 11:45:05 localhost kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled
    Nov 28 11:45:05 localhost kernel[0]: calling mpo_policy_init for TMSafetyNet
    Nov 28 11:45:05 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    Nov 28 11:45:05 localhost kernel[0]: calling mpo_policy_init for Sandbox
    Nov 28 11:45:05 localhost kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    Nov 28 11:45:05 localhost kernel[0]: calling mpo_policy_init for Quarantine
    Nov 28 11:45:05 localhost kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    Nov 28 11:45:05 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Nov 28 11:45:05 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Nov 28 11:45:05 localhost kernel[0]: MAC Framework successfully initialized
    Nov 28 11:45:05 localhost kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    Nov 28 11:45:05 localhost kernel[0]: IOAPIC: Version 0x11 Vectors 64:87
    Nov 28 11:45:05 localhost kernel[0]: ACPI: System State [S0 S3 S4 S5] (S3)
    Nov 28 11:45:05 localhost kernel[0]: PFM64 (36 cpu) 0xf10000000, 0xf0000000
    Nov 28 11:45:05 localhost kernel[0]: [ PCI configuration begin ]
    Nov 28 11:45:05 localhost kernel[0]: console relocated to 0xf20010000
    Nov 28 11:45:05 localhost kernel[0]: PCI configuration changed (bridge=6 device=3 cardbus=0)
    Nov 28 11:45:05 localhost kernel[0]: [ PCI configuration end, bridges 7 devices 19 ]
    Nov 28 11:45:05 localhost kernel[0]: AppleIntelCPUPowerManagement: (built 21:08:10 Aug  9 2011) initialization complete
    Nov 28 11:45:05 localhost kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID 002332fffed252a2; max speed s800.
    Nov 28 11:45:05 localhost kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    Nov 28 11:45:05 localhost kernel[0]: ERROR: FireWire unable to determine security-mode; defaulting to full-secure.
    Nov 28 11:45:05 localhost kernel[0]: mbinit: done [64 MB total pool size, (42/21) split]
    Nov 28 11:45:05 localhost kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    Nov 28 11:45:05 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    Nov 28 11:45:05 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    Nov 28 11:45:05 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    Nov 28 11:45:05 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    Nov 28 11:45:05 localhost kernel[0]: AppleIntelCPUPowerManagementClient: ready
    Nov 28 11:45:05 localhost kernel[0]: BTCOEXIST off
    Nov 28 11:45:05 localhost kernel[0]: wl0: Broadcom BCM432b 802.11 Wireless Controller
    Nov 28 11:45:05 localhost kernel[0]: 5.100.98.75
    Nov 28 11:45:05 localhost kernel[0]: rooting via boot-uuid from /chosen: B431148B-03FB-3BC2-BB3E-7BCA2BEB0A29
    Nov 28 11:45:05 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Nov 28 11:45:05 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@B/AppleMCP79AHCI/PR T0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageD river/ST9250410AS Media/IOGUIDPartitionScheme/LION@2
    Nov 28 11:45:05 localhost kernel[0]: BSD root: disk0s2, major 14, minor 2
    Nov 28 11:45:05 localhost kernel[0]: Kernel is LP64
    Nov 28 11:45:07 localhost kernel[0]: NVEthernet: Ethernet address 00:23:32:d2:52:a2
    Nov 28 11:45:07 localhost kernel[0]: AirPort_Brcm4331: Ethernet address 00:23:6c:8c:fe:f0
    Nov 28 11:45:07 localhost kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    Nov 28 11:45:11 localhost kernel[0]: macx_swapon SUCCESS
    Nov 28 11:45:13 localhost kernel[0]: Waiting for DSMOS...
    system.log:
    Nov 28 11:44:58 localhost bootlog[0]: BOOT_TIME 1322477098 0
    Nov 28 11:45:00 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***
    Nov 28 11:45:08 localhost com.apple.launchd[1] (com.cisco.anyconnect.vpnagentd[54]): posix_spawn("/opt/cisco/vpn/bin/vpnagentd", ...): No such file or directory
    Nov 28 11:45:08 localhost com.apple.launchd[1] (com.cisco.anyconnect.vpnagentd[54]): Exited with code: 1
    Nov 28 11:45:08 localhost com.apple.launchd[1] (com.cisco.anyconnect.vpnagentd): Throttling respawn: Will start in 10 seconds
    Nov 28 11:45:10 localhost com.apple.ucupdate.plist[24]: ucupdate: Checked 1 update, no match found.
    Nov 28 11:45:10 localhost com.apple.pfctl[33]: No ALTQ support in kernel
    Nov 28 11:45:10 localhost com.apple.pfctl[33]: ALTQ related functions disabled
    Nov 28 11:45:11 localhost DumpPanic[46]: Error getting a reference to IODeviceTree:/options
    Nov 28 11:45:11 localhost com.apple.DumpPanic[46]: 2011-11-28 11:45:10.809 DumpPanic[46:4303] Error getting a reference to IODeviceTree:/options
    Nov 28 11:45:11 localhost com.apple.launchd[1] (com.apple.DumpPanic[46]): Exited with code: 1
    Nov 28 11:45:13 localhost UserEventAgent[11]: starting CaptiveNetworkSupport as SystemEventAgent built Jun 13 2011 17:29:21
    Nov 28 11:45:13 localhost UserEventAgent[11]: CaptiveNetworkSupport:CreateInterfaceWatchList:2788 WiFi Devices Found.
    Nov 28 11:45:13 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    Nov 28 11:45:13 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    Nov 28 11:45:13: --- last message repeated 1 time ---
    Nov 28 11:45:13 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    Nov 28 11:45:13 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    Nov 28 11:45:13: --- last message repeated 1 time ---
    Nov 28 11:45:13 localhost UserEventAgent[11]: CertsKeychainMonitor: configuring
    Kernel panic #2
    Picture of KP2:
    https://docs.google.com/open?id=0B39rsOfWshQEMGFhZmRlNmMtNGU5YS00ODMzLWExMWEtOGI zNWQ4YThhOGFm
    All Message Log:
    2011-11-28 11:48:42,000 bootlog: BOOT_TIME 1322477322 0
    2011-11-28 11:48:51,000 kernel: Darwin Kernel Version 11.2.0: Tue Aug  9 20:54:00 PDT 2011; root:xnu-1699.24.8~1/RELEASE_X86_64
    2011-11-28 11:48:51,000 kernel: vm_page_bootstrap: 942082 free pages and 32766 wired pages
    2011-11-28 11:48:51,000 kernel: kext submap [0xffffff7f8072e000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff800072e000]
    2011-11-28 11:48:51,000 kernel: zone leak detection enabled
    2011-11-28 11:48:51,000 kernel: standard timeslicing quantum is 10000 us
    2011-11-28 11:48:51,000 kernel: mig_table_max_displ = 73
    2011-11-28 11:48:51,000 kernel: AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled
    2011-11-28 11:48:51,000 kernel: AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled
    2011-11-28 11:48:51,000 kernel: calling mpo_policy_init for TMSafetyNet
    2011-11-28 11:48:51,000 kernel: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    2011-11-28 11:48:51,000 kernel: calling mpo_policy_init for Sandbox
    2011-11-28 11:48:51,000 kernel: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    2011-11-28 11:48:51,000 kernel: calling mpo_policy_init for Quarantine
    2011-11-28 11:48:51,000 kernel: Security policy loaded: Quarantine policy (Quarantine)
    2011-11-28 11:48:51,000 kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993
    2011-11-28 11:48:51,000 kernel: The Regents of the University of California. All rights reserved.
    2011-11-28 11:48:51,000 kernel: MAC Framework successfully initialized
    2011-11-28 11:48:51,000 kernel: using 16384 buffer headers and 10240 cluster IO buffer headers
    2011-11-28 11:48:51,000 kernel: IOAPIC: Version 0x11 Vectors 64:87
    2011-11-28 11:48:51,000 kernel: ACPI: System State [S0 S3 S4 S5] (S3)
    2011-11-28 11:48:51,000 kernel: PFM64 (36 cpu) 0xf10000000, 0xf0000000
    2011-11-28 11:48:51,000 kernel: [ PCI configuration begin ]
    2011-11-28 11:48:51,000 kernel: console relocated to 0xf20010000
    2011-11-28 11:48:51,000 kernel: PCI configuration changed (bridge=6 device=3 cardbus=0)
    2011-11-28 11:48:51,000 kernel: [ PCI configuration end, bridges 7 devices 19 ]
    2011-11-28 11:48:51,000 kernel: AppleIntelCPUPowerManagement: (built 21:08:10 Aug  9 2011) initialization complete
    2011-11-28 11:48:51,000 kernel: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID 002332fffed252a2; max speed s800.
    2011-11-28 11:48:51,000 kernel: [IOBluetoothHCIController::setConfigState] calling registerService
    2011-11-28 11:48:51,000 kernel: ERROR: FireWire unable to determine security-mode; defaulting to full-secure.
    2011-11-28 11:48:51,000 kernel: mbinit: done [64 MB total pool size, (42/21) split]
    2011-11-28 11:48:51,000 kernel: Pthread support ABORTS when sync kernel primitives misused
    2011-11-28 11:48:51,000 kernel: com.apple.AppleFSCompressionTypeZlib kmod start
    2011-11-28 11:48:51,000 kernel: com.apple.AppleFSCompressionTypeDataless kmod start
    2011-11-28 11:48:51,000 kernel: com.apple.AppleFSCompressionTypeZlib load succeeded
    2011-11-28 11:48:51,000 kernel: com.apple.AppleFSCompressionTypeDataless load succeeded
    2011-11-28 11:48:51,000 kernel: AppleIntelCPUPowerManagementClient: ready
    2011-11-28 11:48:51,000 kernel: BTCOEXIST off
    2011-11-28 11:48:51,000 kernel: wl0: Broadcom BCM432b 802.11 Wireless Controller
    2011-11-28 11:48:51,000 kernel: 5.100.98.75
    2011-11-28 11:48:51,000 kernel: rooting via boot-uuid from /chosen: B431148B-03FB-3BC2-BB3E-7BCA2BEB0A29
    2011-11-28 11:48:51,000 kernel: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    2011-11-28 11:48:51,000 kernel: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@B/AppleMCP79AHCI/PR T0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageD river/ST9250410AS Media/IOGUIDPartitionScheme/LION@2
    2011-11-28 11:48:51,000 kernel: BSD root: disk0s2, major 14, minor 2
    2011-11-28 11:48:51,000 kernel: jnl: unknown-dev: replay_journal: from: 5649408 to: 9708544 (joffset 0x747000)
    2011-11-28 11:48:51,000 kernel: jnl: unknown-dev: journal replay done.
    2011-11-28 11:48:51,000 kernel: Kernel is LP64
    2011-11-28 11:48:51,000 kernel: hfs: Removed 0 orphaned / unlinked files and 6 directories
    2011-11-28 11:48:46,376 com.apple.launchd: *** launchd[1] has started up. ***
    2011-11-28 11:48:53,000 kernel: NVEthernet: Ethernet address 00:23:32:d2:52:a2
    2011-11-28 11:48:53,000 kernel: AirPort_Brcm4331: Ethernet address 00:23:6c:8c:fe:f0
    2011-11-28 11:48:53,000 kernel: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    2011-11-28 11:48:55,119 com.apple.launchd: (com.cisco.anyconnect.vpnagentd[54]) posix_spawn("/opt/cisco/vpn/bin/vpnagentd", ...): No such file or directory
    2011-11-28 11:48:55,120 com.apple.launchd: (com.cisco.anyconnect.vpnagentd[54]) Exited with code: 1
    2011-11-28 11:48:55,120 com.apple.launchd: (com.cisco.anyconnect.vpnagentd) Throttling respawn: Will start in 10 seconds
    2011-11-28 11:48:55,473 com.apple.pfctl: No ALTQ support in kernel
    2011-11-28 11:48:55,473 com.apple.pfctl: ALTQ related functions disabled
    2011-11-28 11:48:55,823 com.apple.ucupdate.plist: ucupdate: Checked 1 update, no match found.
    2011-11-28 11:48:55,886 fseventsd: event logs in /.fseventsd out of sync with volume.  destroying old logs. (171 12 336)
    2011-11-28 11:48:56,589 fseventsd: log dir: /.fseventsd getting new uuid: 1259FC9A-89C4-463B-A803-827EF26804C1
    2011-11-28 11:48:56,646 com.apple.DumpPanic: 2011-11-28 11:48:56.498 DumpPanic[46:4303] Error getting a reference to IODeviceTree:/options
    2011-11-28 11:48:56,652 com.apple.launchd: (com.apple.DumpPanic[46]) Exited with code: 1
    2011-11-28 11:48:57,000 kernel: macx_swapon SUCCESS
    2011-11-28 11:48:57,026 com.apple.SecurityServer: Session 100000 created
    2011-11-28 11:48:58,641 UserEventAgent: starting CaptiveNetworkSupport as SystemEventAgent built Jun 13 2011 17:29:21
    2011-11-28 11:48:58,645 UserEventAgent: CaptiveNetworkSupport:CreateInterfaceWatchList:2788 WiFi Devices Found.
    2011-11-28 11:48:58,645 UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    2011-11-28 11:48:58,645 UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    2011-11-28 11:48:58,645 UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    2011-11-28 11:48:58,645 UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    2011-11-28 11:48:58,646 UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    2011-11-28 11:48:58,646 UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    2011-11-28 11:48:58,971 UserEventAgent: CertsKeychainMonitor: configuring
    2011-11-28 11:48:59,000 kernel: Waiting for DSMOS...
    kernel.log:
    Nov 28 11:48:51 localhost kernel[0]: Darwin Kernel Version 11.2.0: Tue Aug  9 20:54:00 PDT 2011; root:xnu-1699.24.8~1/RELEASE_X86_64
    Nov 28 11:48:51 localhost kernel[0]: vm_page_bootstrap: 942082 free pages and 32766 wired pages
    Nov 28 11:48:51 localhost kernel[0]: kext submap [0xffffff7f8072e000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff800072e000]
    Nov 28 11:48:51 localhost kernel[0]: zone leak detection enabled
    Nov 28 11:48:51 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Nov 28 11:48:51 localhost kernel[0]: mig_table_max_displ = 73
    Nov 28 11:48:51 localhost kernel[0]: AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled
    Nov 28 11:48:51 localhost kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled
    Nov 28 11:48:51 localhost kernel[0]: calling mpo_policy_init for TMSafetyNet
    Nov 28 11:48:51 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    Nov 28 11:48:51 localhost kernel[0]: calling mpo_policy_init for Sandbox
    Nov 28 11:48:51 localhost kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    Nov 28 11:48:51 localhost kernel[0]: calling mpo_policy_init for Quarantine
    Nov 28 11:48:51 localhost kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    Nov 28 11:48:51 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Nov 28 11:48:51 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Nov 28 11:48:51 localhost kernel[0]: MAC Framework successfully initialized
    Nov 28 11:48:51 localhost kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    Nov 28 11:48:51 localhost kernel[0]: IOAPIC: Version 0x11 Vectors 64:87
    Nov 28 11:48:51 localhost kernel[0]: ACPI: System State [S0 S3 S4 S5] (S3)
    Nov 28 11:48:51 localhost kernel[0]: PFM64 (36 cpu) 0xf10000000, 0xf0000000
    Nov 28 11:48:51 localhost kernel[0]: [ PCI configuration begin ]
    Nov 28 11:48:51 localhost kernel[0]: console relocated to 0xf20010000
    Nov 28 11:48:51 localhost kernel[0]: PCI configuration changed (bridge=6 device=3 cardbus=0)
    Nov 28 11:48:51 localhost kernel[0]: [ PCI configuration end, bridges 7 devices 19 ]
    Nov 28 11:48:51 localhost kernel[0]: AppleIntelCPUPowerManagement: (built 21:08:10 Aug  9 2011) initialization complete
    Nov 28 11:48:51 localhost kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID 002332fffed252a2; max speed s800.
    Nov 28 11:48:51 localhost kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    Nov 28 11:48:51 localhost kernel[0]: ERROR: FireWire unable to determine security-mode; defaulting to full-secure.
    Nov 28 11:48:51 localhost kernel[0]: mbinit: done [64 MB total pool size, (42/21) split]
    Nov 28 11:48:51 localhost kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    Nov 28 11:48:51 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    Nov 28 11:48:51 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    Nov 28 11:48:51 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    Nov 28 11:48:51 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    Nov 28 11:48:51 localhost kernel[0]: AppleIntelCPUPowerManagementClient: ready
    Nov 28 11:48:51 localhost kernel[0]: BTCOEXIST off
    Nov 28 11:48:51 localhost kernel[0]: wl0: Broadcom BCM432b 802.11 Wireless Controller
    Nov 28 11:48:51 localhost kernel[0]: 5.100.98.75
    Nov 28 11:48:51 localhost kernel[0]: rooting via boot-uuid from /chosen: B431148B-03FB-3BC2-BB3E-7BCA2BEB0A29
    Nov 28 11:48:51 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Nov 28 11:48:51 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@B/AppleMCP79AHCI/PR T0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageD river/ST9250410AS Media/IOGUIDPartitionScheme/LION@2
    Nov 28 11:48:51 localhost kernel[0]: BSD root: disk0s2, major 14, minor 2
    Nov 28 11:48:51 localhost kernel[0]: jnl: unknown-dev: replay_journal: from: 5649408 to: 9708544 (joffset 0x747000)
    Nov 28 11:48:51 localhost kernel[0]: jnl: unknown-dev: journal replay done.
    Nov 28 11:48:51 localhost kernel[0]: Kernel is LP64
    Nov 28 11:48:51 localhost kernel[0]: hfs: Removed 0 orphaned / unlinked files and 6 directories
    Nov 28 11:48:53 localhost kernel[0]: NVEthernet: Ethernet address 00:23:32:d2:52:a2
    Nov 28 11:48:53 localhost kernel[0]: AirPort_Brcm4331: Ethernet address 00:23:6c:8c:fe:f0
    Nov 28 11:48:53 localhost kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    Nov 28 11:48:57 localhost kernel[0]: macx_swapon SUCCESS
    Nov 28 11:48:59 localhost kernel[0]: Waiting for DSMOS...
    system.log:
    Nov 28 11:48:42 localhost bootlog[0]: BOOT_TIME 1322477322 0
    Nov 28 11:48:46 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***
    Nov 28 11:48:55 localhost com.apple.launchd[1] (com.cisco.anyconnect.vpnagentd[54]): posix_spawn("/opt/cisco/vpn/bin/vpnagentd", ...): No such file or directory
    Nov 28 11:48:55 localhost com.apple.launchd[1] (com.cisco.anyconnect.vpnagentd[54]): Exited with code: 1
    Nov 28 11:48:55 localhost com.apple.launchd[1] (com.cisco.anyconnect.vpnagentd): Throttling respawn: Will start in 10 seconds
    Nov 28 11:48:55 localhost com.apple.pfctl[33]: No ALTQ support in kernel
    Nov 28 11:48:55 localhost com.apple.pfctl[33]: ALTQ related functions disabled
    Nov 28 11:48:55 localhost com.apple.ucupdate.plist[24]: ucupdate: Checked 1 update, no match found.
    Nov 28 11:48:55 localhost fseventsd[43]: event logs in /.fseventsd out of sync with volume.  destroying old logs. (171 12 336)
    Nov 28 11:48:56 localhost fseventsd[43]: log dir: /.fseventsd getting new uuid: 1259FC9A-89C4-463B-A803-827EF26804C1
    Nov 28 11:48:56 localhost DumpPanic[46]: Error getting a reference to IODeviceTree:/options
    Nov 28 11:48:56 localhost com.apple.DumpPanic[46]: 2011-11-28 11:48:56.498 DumpPanic[46:4303] Error getting a reference to IODeviceTree:/options
    Nov 28 11:48:56 localhost com.apple.launchd[1] (com.apple.DumpPanic[46]): Exited with code: 1
    Nov 28 11:48:58 localhost UserEventAgent[11]: starting CaptiveNetworkSupport as SystemEventAgent built Jun 13 2011 17:29:21
    Nov 28 11:48:58 localhost UserEventAgent[11]: CaptiveNetworkSupport:CreateInterfaceWatchList:2788 WiFi Devices Found.
    Nov 28 11:48:58 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    Nov 28 11:48:58 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    Nov 28 11:48:58: --- last message repeated 1 time ---
    Nov 28 11:48:58 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    Nov 28 11:48:58 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    Nov 28 11:48:58: --- last message repeated 1 time ---
    Nov 28 11:48:58 localhost UserEventAgent[11]: CertsKeychainMonitor: configuring

    Thank you for your quick reply!
    However I cant manage to find the panic logs in the library/logs/ or any of its directorys. Ive looked for this logs before and my guess is that they dont get created if the panic occurs during boot.

  • Help troubleshooting ORA-31003 when granting privilege

    Hi All
    I'm stumped on this. I need to enable network services for APEX_030200 using the script provided by Oracle.
    I've read many metalink docs and forums etc... Spent hours(days...) troubleshooting so any help would be greatly appreciated.
    We reloaded the XML as documented in [ID 472764.1] - no luck.
    Additional Info-
    Oracle Version - Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 upgraded from 10g but working fine until now.
    select COMP_ID,COMP_NAME,VERSION,STATUS from dba_registry WHERE COMP_ID='XDB';
    XDB
    Oracle XML Database
    11.1.0.7.0 VALID
    Oracle Application Express 3.2.1.00.11 upgraded from 3.1
    (technically the issue started after upgrading to 3.2.1, the script ran without errors and the application worked as expected when I ran
    ERRORORA-31003: Parent /sys/acls/ already contains child entry power_users.xml
    ORA-06512: at "SYS.DBMS_NETWORK_ACL_ADMIN", line 226
    ORA-06512: at line 30
    ORA-01403: no data found
    Details:
    DECLARE
    ACL_PATH VARCHAR2(4000);
    ACL_ID RAW(16);
    BEGIN
    -- Look for the ACL currently assigned to '*' and give APEX_030200
    -- the "connect" privilege if APEX_030200 does not have the privilege yet.
    SELECT ACL INTO ACL_PATH FROM DBA_NETWORK_ACLS
    WHERE HOST = '*' AND LOWER_PORT IS NULL AND UPPER_PORT IS NULL;
    -- Before checking the privilege, ensure that the ACL is valid
    -- (for example, does not contain stale references to dropped users).
    -- If it does, the following exception will be raised:
    -- ORA-44416: Invalid ACL: Unresolved principal 'APEX_030200'
    -- ORA-06512: at "XDB.DBMS_XDBZ", line ...
    SELECT SYS_OP_R2O(extractValue(P.RES, '/Resource/XMLRef')) INTO ACL_ID
    FROM XDB.XDB$ACL A, PATH_VIEW P
    WHERE extractValue(P.RES, '/Resource/XMLRef') = REF(A) AND
    EQUALS_PATH(P.RES, ACL_PATH) = 1;
    DBMS_XDBZ.ValidateACL(ACL_ID); Looks like it can't validate the ACL.
    IF DBMS_NETWORK_ACL_ADMIN.CHECK_PRIVILEGE(ACL_PATH, 'APEX_030200',
    'connect') IS NULL THEN
    DBMS_NETWORK_ACL_ADMIN.ADD_PRIVILEGE(ACL_PATH,
    'APEX_030200', TRUE, 'connect');
    END IF;
    EXCEPTION
    -- When no ACL has been assigned to '*'.
    WHEN NO_DATA_FOUND THEN
    DBMS_NETWORK_ACL_ADMIN.CREATE_ACL('power_users.xml',
    'ACL that lets power users to connect to everywhere',
    'APEX_030200', TRUE, 'connect');
    DBMS_NETWORK_ACL_ADMIN.ASSIGN_ACL('power_users.xml','*');
    END;
    Error at line 4
    ORA-31003: Parent /sys/acls/ already contains child entry power_users.xml
    ORA-06512: at "SYS.DBMS_NETWORK_ACL_ADMIN", line 226
    ORA-06512: at line 30
    ORA-01403: no data found
    One suggestion (metalink note ID 854083.1])was a mismatch no so as shown:
    HOST ACL ACLID
    * /sys/acls/power_user 7C6E4C2B5E410EC7E044001A4B09A6D9
    s.xml
    HOST ACLID
    * 7C6E4C2B5E410EC7E044001A4B09A6D9
    Again any suggestions, tips would be appreciated.
    Moe

    APEX creates (and also already did this the first time) a /sys/acls/power_users.xml file that defined in that file the ACL's, principals etc.
    The error message is correct. DBMS_NETWORK_ACL_ADMIN tries to create a XML FILE that already defined the security rules and/or tries to add security definitions that ae already defined in the file.
    *ERROR*ORA-31003: Parent /sys/acls/ already contains child entry power_users.xml
    ORA-06512: at "SYS.DBMS_NETWORK_ACL_ADMIN", line 226
    ORA-06512: at line 30
    ORA-01403: no data foundSo it sounds to me it is a scripting issue in the upgrade APEX scripts. Maybe you could even ignore it if it tries to add something that was already was added in the original release...?

  • Need help troubleshooting acrobat.exe application crash

    Many of our agency Windows XP SP2 systems are having problems opening .pdf files in Acrobat 8.1.2 Pro. We can open Acrobat, by itself, but if we try to open a .pdf file it immediately crashes. We don't get a Dr. Watson log file or anything outside of a Microsoft Error Notificatioin that we had an Application Fault in acrobat.exe in module 'unknown'
    I'm having trouble trying to figure out where to start troubleshooting!

    Hi,
    The following link may give some clue about your error.
    https://community.informatica.com/thread/31331
    http://support.microsoft.com/kb/942861
    Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
    Praveen Dsa | MCITP - Database Administrator 2008 |
    My Blog | My Page

  • Need Help Troubleshooting MacBook Wireless

    Hello,
    I have looked on this forum and other forums about why the wireless is so noticeably slow.
    We have an iBook 700 mhz. and now a new macbook 2GB Ram and 2.0 ghz and it is slower on surfing the web than the iBook.
    I have read that it might be the intel chip inside, cordless phones or the settings. However, I need to know what steps I can take to find out the real problem.
    I have the wireless connection showing a 55 signal strength and no noise with iStumbler. Are there any troubleshooting steps I can follow to get down to the bottom of the problem?
    This is my wife's new computer and she is quite disappointed as I am too. We thought this would be much faster. Seems like it should be.
    We are running 10.4.7 and my wireless access point is a Belkin F5D6130. Unfortunately, I was given the wireless modem second hand so I have no way of modifying the settings. It worked fine on our iBook without any changes.
    Thanks,
    Randal

    Hello,
    I talked with Apple today and they had me run a test on my iBook for connection speed and the same thing on the MacBook. My MacBook was 1/2 the iBook speed. The had me bring up http://www.2wire.com and the speed test is in the upper right corner.
    They said it could be the card or my Belkin wireless modem. Therefore, I went to a neighbor that had a wireless signal and the system went to the same as the iBook speed at his house.
    Therefore, it appears I will need a new wireless modem/router.
    Hope this may help someone else.
    Randal

  • Need help troubleshooting officejet4630 printing problem

    I cannot print from my officejet 4630. I encountered the problem a few days ago and I have been working tirelessly to get this up and running again. The problem first started with my desktop, and the following day I was unable to print with my laptop.
    In the laptop:
    I have uninstalled and re-installed, I have downloaded print dr. and documents seemed to print sporadically, a half hour after I sent them to the queue.
    in the desktop:
    I have uninstalled, and I am unable to reinstall. It seems to get stuck at the network check. Ok, so I unplugged my router to see if connectivity was the problem. It's fine. I was able to get signal back to my desktop and my printer quickly. The signal is strong in both devices at all times (mine is the only computer in the house). So what the heck is going on? I've troubleshooted and I arriving at no clear answer. I'm reaching the end of my rope trying to figure this out, please help asap.

    Hey @mhubbard,
    Welcome to the HP Support Forums!
    I would like to work with you today with resolving the network communication and printing issues you're experiencing with your HP Officejet 4630 e-All-in-One Printer. I understand that this issue is affecting both your laptop and your desktop. You have also ran the Print and Scan Doctor tools, uninstalled and reinstalled, and powercycled your router to no avail. It is important to note that even though your signal strength for your network is great there is still a chance that your router could be blocking some communication to a printer.
    Just so you are aware, when you network a printer there really is no grey area, the printer either works or it doesn't. If the printer doesn't work at all on a network than you may have a defective network card. However, if the printer connects to the network, even if it's an intermittent connection (slow printing, no communication, etc . . . ), it proves that the network card is functioning. Sometimes routers deem the printer as a threat trying to access the network and end up blocking some or all features of the printers network communication. This isn't something that is wrong with the router, it's just doing its job too well.
    Now with that being said, I'm going to take you through some troubleshooting steps to get this product up and running consistently for you. Please run through the step-by-step troubleshooting steps below.
    Step 1:  Powercycle the Network:
    I know you have already tried this, but there is a special way this should be done. If you haven't already please run the steps below. 
    1.First, unplug the power cable to your Router
    2.Once your Router is unplugged, turn off your printer
    3.Next, shut down your computer
    4.After 30 seconds to 1 minutes, plug your Router back in
    5.Next, turn on your printer
    6.Turn on the computer
    After a few moments the internet connection will reestablish itself. Check the internet on your computer and ensure it is working before proceeding.
    Step 2: Reset the Winsock:
    Please run the following steps on your Desktop computer.
    The Network Installation Hangs on the 'Checking Network Environment' Screen
    Step 3: Printer Doesn't Maintain Wireless Connection:
    Printer Does Not Maintain Wireless Connection
    Should the steps in this document fail to resolve your issue than proceed to the next step.
    Step 4: Open Router Ports:
    There are certain ports on a router that allow wireless communication with the printer for printing and scanning. If you're not sure how to open these ports yourself, please contact the manufacturer of your router to do this for you.
    Open: Incoming (UDP) Ports:
    137, 138, 161, 427
     Open: Outgoing (TCP) Ports:
    137, 139, 427, 9100, 9220, 9500
    Also, on the router ensure that:
    Mac Filtering should be OFF
    Firmware updated
    Firewall may need to be 'off' for testing
    Please let me know if the steps I've provided resolve your wireless communication and printing issues. Good luck!
    X-23
    I work on behalf of HP
    Please click "Accept as Solution" if you feel my post solved your issue, it will help others find the solution.
    Click the "Kudos, Thumbs Up" on the right to say "Thanks" for helping!

  • Need help troubleshooting poor performance loading cubes

    I need ideas on how to troubleshoot performance issues we are having when loading our infocube.  There are eight infopackages running in parallel to update the cube.  Each infopackage can execute three datapackages at a time.  The load performance is erractic.  For example, if an infopackage needs five datapackages to load the data, data package 1 is sometimes the last one to complete.  Sometimes the slow performance is in the Update Rules processing and other times it is on the Insert into the fact table. 
    Sometimes there are no performance problems and the load completes in 20 mins.  Other times, the loads complete in 1.5+ hours.
    Does anyone know how to tell which server a data package was executed on?  Can someone tell me any transactions to use to monitor the loads while they are running to help pinpoint what the bottleneck is?
    Thanks.
    Regards,
    Ryan

    Some sugegstions:
    1. Collect BW statistics for all the cubes. Goto RSA1 and go to the cube and on tool bar - tools - BW statistics. Check thed boxes to collect both OLAP and WHM.
    2. Activate all the technical content cubes and reports and relevant objects. You will find them if you search with 0BWTC* in the business content.
    3. Start loading data to the Technical content cubes.
    4. There are a few reports out of these statistical cubes and run them and you will get some ideas.
    5. Try  to schedule sequentially instead of parallel loads.
    Ravi Thothadri

  • Need help troubleshooting Report Query/BI Publisher

    Hi All --
    I need some help with an odd issue I'm having with a report query and BI Publisher. The users run this report by inputting a date range, usually by week. Oddly enough, if we input a date range of 06/01/2008 through 06/07/2008, the report runs and BI Publisher renders the document correctly, but if we input a date range of 06/08/2008 through 06/14/2008, the report shows correctly on the screen, but BI Publisher returns an empty document. I thought perhaps it was an issue with the data, but inputting the date range of 06/01/2008 through 06/14/2008 works correctly and the document is rendered with all the data as shown in the report.
    I'm really at a loss and don't know how to proceed in troubleshooting the issue. Does anyone know of any log files or anything else to look at to try and figure out why the report isn't being rendered correctly for that one week?
    Thanks!
    Leigh Johnson

    Thanks Marc --
    The OC4J logs don't show any errors at the time I tried running the report. I did change the output format to XML and saved it for the date range that doesn't work as well as a date range that does work. As foar as I can tell, the only differences is the data within the tags, but I'm no XML expert so I may have missed something. I opened my report template and loaded the xml data first from the date range that produces a rendered report properly and used preview...as expected it worked. When I did the same thing for the "bad" date range, I get the following set of errors, should I move my issue to the BI Publisher forum do you think?
    ConfFile: C:\Program Files\Oracle\BI Publisher\BI Publisher Desktop\Template Builder for Word\config\xdoconfig.xml
    Font Dir: C:\Program Files\Oracle\BI Publisher\BI Publisher Desktop\Template Builder for Word\fonts
    Run XDO Start
    Template: D:\BiPublisher\on_time_delivery.rtf
    RTFProcessor setLocale: en-us
    FOProcessor setData: D:\BiPublisher\ontimedelivery.xml
    FOProcessor setLocale: en-us
    Output type: MHTML
    java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at oracle.apps.xdo.common.xml.XSLT10gR1.invokeProcessXSL(XSLT10gR1.java:721)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:504)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:253)
         at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:181)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1151)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:275)
         at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1809)
         at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:1027)
         at RTF2PDF.runRTFto(RTF2PDF.java:708)
         at RTF2PDF.runXDO(RTF2PDF.java:548)
         at RTF2PDF.main(RTF2PDF.java:305)
    Caused by: oracle.xdo.parser.v2.XPathException: An internal error condition occurred.
         at oracle.xdo.parser.v2.XSLStylesheet.flushErrors(XSLStylesheet.java:1534)
         at oracle.xdo.parser.v2.XSLStylesheet.execute(XSLStylesheet.java:521)
         at oracle.xdo.parser.v2.XSLStylesheet.execute(XSLStylesheet.java:489)
         at oracle.xdo.parser.v2.XSLProcessor.processXSL(XSLProcessor.java:271)
         at oracle.xdo.parser.v2.XSLProcessor.processXSL(XSLProcessor.java:155)
         at oracle.xdo.parser.v2.XSLProcessor.processXSL(XSLProcessor.java:192)
         ... 15 more

  • Need help troubleshooting an inoperable display damaged by water

    I have a Macbook Pro 5,1 Model 1286 running OS X 10.5.5. Water leaked onto the Macbook from overhead pipes while I was away from home and the display no longer works. The water entered it through the keyboard. Everything else works perfectly (even the iSight camera) when testing it on an external display. It's been on the shelf for years and I've finally gotten around to trying to trade it in for cash but I was wondering if an inexpensive repair would be possible so I could increase its value. Does anyone have any idea what the problem could be and how I could troubleshoot it?
    Thanks in advance for any help!

    "by the time I returned from my vacation, all the water had evaporated but I could tell where it had landed and dried up."
    So that's evidence that you can easily see from the outside. Once the water is inside on the logic board it wicks itself between the sub millimeter spaces between component chips and their attachments to the logic board.
    Here's the GPU on a logic board that was in a water spill.
    So you can see the corrosion on the large chip in the center of the image. The corrosion is white and blue/green. (Compounds of copper). The stuff on the top is not so bad as most of it is under the heat sink. The worst stuff is the evidence between the chip and the logic board itself. This would point to corrosion on the hundreds of attachments under the chip.
    Here's a more extreme example. This one was in a rainstorm in Thailand. Oddly enough I was able to save the second one but the first one is still dead!
    So when you're inspecting your logic board look for green and blue corrosion, especially in the LVDS connector (Video connection to the LCD.)

  • Need help troubleshooting: booting problems

    I'm a bit stuck troubleshooting and could do with some advice.
    A quick backstory: my mid-2010 13" MBP started to refuse to boot and displayed the flashing question mark, so the Geniuses replaced the hard drive connector cable - which sorted the problem for a few months.
    So the flashing ? reappeared and I've tried a few fixes but need advice on where to go now, I think it might be a RAM problem.
    What I've tried so far:
    I've tried erasing and then verify and repair the HD through disk utility, using the OSX DVD, which came up OK.
    Reset NVRAM
    Clean Install: the HD would show up, but would fail after 30 mins; "Install failed... could not copy the necessary support files."
    Ran Apple Hardware Test: showed error 4mem/4/40000000 0xabd93398
    Took out each RAM card separately, cleaned with compressed air, tried out each one separately in either slot - still get a flashing ? on startup.
    Any thoughts on what I could do would be really appreciated. Thanks for any advice!

    If the OS installer failed removing RAM will not fix the damage.
    The question mark means a bootable OS couldn't be found. You will need to reinstall the OS & see if the Mac stays stable. You may need to do this with one RAM module to see if the other is causing the crash. The AHT message is a RAM error, re-run the test & change modules to see if it is a particular module or slot that causes it.
    You can try booting from external disk to try to rule out the internal HD, but that isn't a practical solution for a laptop, it's more to help diagnose where the fault could be.
    You could take it to an Apple store to see if they can help, but I doubt there will be any chance of repairs unless you pay. The first visit will be free, but there is a limited amount of testing that can be done.

Maybe you are looking for