Did not find error in message but message is in error

Hi dears,
i got a synchronous message in error.and i checked that in SXMB_MONI.Where its original message is recorded and its  response message is in error category of 'Request Message Mapping' .with no error id.
i want to find exact error in its Trace and in error.
can you explain why i am unable to find the  exact error ? kindly  reply to me.
Thanks and Regards,
Sumit Gupta

Hi Michal,
Thanks for your information.but i am working in production system and not authorized to check the mapping  error.
i can not find error in error and in trace.
have u encountered any times situation like this.then how had u resolved that issue. kindly guide me.
Thanks and Regards,
Sumit Kumar

Similar Messages

  • Error: com.sap.engine.interfaces.messaging.api.exception.RetryControlException: Receiver Determination did not find any receivers at all

    Hello,
    I have an issue configuring a simple File Adapter Content Conversion, it will be great to give me some support as I'am new in the PO Environment.
    Iam reading a flat file and trying to write into an XML in the same FTP server
    I have a 1 to 1 Mapping as follows
    And my Content Conversion at Sender side Looks like this
    After running the configuration Iam getting following error message
    Error: com.sap.engine.interfaces.messaging.api.exception.RetryControlException: Receiver Determination did not find any receivers at all
    My System is the SAP Netweaver Process Intgration 7.4 single Java stack
    Do you have any idea how to fix this issue?
    Many thanks in advance
    Khadim

    Hi evrybody
    I have enabled the tracing of ICO and have seen that my payload for the message mapping is ok,.
    <ns:hartgeldbest_ERP_KT xmlns:ns="http://xxxxxx.de">
    <Recordset>      
    <header> 
         <gesellschaft>03</gesellschaft> 
         <filiale>000</filiale>
         <satzart>11</satzart>
         <datum>00000000</datum>
         <kennzeichen>1</kennzeichen>
    </header>
    </Recordset>
    </ns:hartgeldbest_ERP_KT>
    The issue is on detrmining the RECEIVER in the Main-XML
    <sap:Main xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sap="http://sap.com/xi/XI/Message/30" versionMajor="3"versionMinor="1" SOAP:mustUnderstand="1">
    <sap:MessageClass>ApplicationMessage</sap:MessageClass> 
    <sap:ProcessingMode>asynchronous</sap:ProcessingMode>
    <sap:MessageId>ae41678e-da87-11e3-cd0f-0000006831a2</sap:MessageId>
    <sap:TimeSent>2014-05-13T10:16:43Z</sap:TimeSent>
    <sap:Sender> 
    <sap:Party agency="http://sap.com/xi/XI" scheme="XIParty"/> 
    <sap:Service>CC_Hartgeldbest_File2Idoc</sap:Service>
    </sap:Sender>
    <sap:Receiver> 
    <sap:Party agency="" scheme=""/> 
    <sap:Service/>
    </sap:Receiver>
    <sap:Interface namespace="http://xxxxx.de">hartgeldbest_KT_async_out</sap:Interface>
    </sap:Main>
    Is it possible that the receiver is overwritten due to the Content Conversion? Because if I set my Message Protocol to "File" the receiver determination will work.
    Any idea?
    Thx
    Khadim

  • Messages linked to perf degradation : 'ignoring message from a previous generation' and 'got heartbeat...but did not find reference'

    Hi,
    We are facing a problem which implies bad response time from the WL server.
    Our configuration is : Sun E4500, Solaris2.6, Oracle 7.3.4, WL oci driver,
    no perf pack, Javasoft 1.1.7B_05 vm on server side and IBM 1.1.7B on client
    side (W98 clients).
    When multiple users connect to the server (let's say from 15 simultaneous
    connections) and work on our application, after few mins, the server process
    logs and outputs tons of messages like :
    Mon Nov 15 16:12:26 GMT 1999:<E> <RJVM> Ignoring message from a previous
    generation: JVMMessage from 8803290290807054313C146.100.8.34
    to -6807808847876022584C146.100.100.84 with CMD_ONE_WAY, prtNum=5, ack=30,
    seqNum=3151
    and
    Got heartbeat for -6807808847876022584/-1838914476/0/9209 but did not find
    reference
    Got heartbeat for -6807808847876022584/-1838914476/0/8979 but did not find
    reference
    This is strangely related to a real degradation of the WL server response
    times and sometimes to 'PeerGoneExceptions' thrown to the client (while the
    server is still alive...).
    This happens either for connections on the LAN or on the WAN (frame relay
    network) so I don't think this is network related. As of now, weblogic
    support told us not to care about it but after analysing the messages, there
    seems to be a real problem here :
    What seems to happen is :
    - The server considers that the client is dead so it's closing the
    connection. Eventually, the DGC cleans up references that were held by this
    client.
    - The server recieves a query from the 'still alive client' and re-opens the
    connection with the SAME id.
    - If there is a heartbeat from a DGC cleaned up object, the DGC informs that
    it 'did not find reference'.
    - It ignores the messages from the previously closed connection and tries to
    re-establish everything.
    We desperately need some feed back on what is causing the server to close
    the connection while the client is still alive. I've seen somewhere in this
    list that there are some internal parameters in the WL server
    ('weblogic.system.idlePeriodUntilTimeout' and
    'weblogic.system.periodLength') which indicates the WL server when to
    consider a client as 'dead'. This is defaulted to 1 min for the first and to
    4 for the second which implies that there must be at least 4 minutes during
    which the client doesn't emmit 'heartbeats' for the server to know it is
    alive.
    few remarks :
    1/ the client is not swapping nor GCing too long so the client vm is
    available to emmit these heartbeats.
    2/ we couldn't reproduce it in our test environement except when making the
    client swap for minutes which is not the case in the production env.
    3/ this really seems related to multiple clients connected simultaneously to
    the server.
    Thanks a lot for your help.
    Vincent Vandenschrick
    Obbisoft.

    Michael,
    We are running WL Server 404. This is the version we were advised to use for
    production. We are not using the performance pack because when we turn it
    on, the server behaves correctly for the first 15 mins of use and then,
    stops accepting new connections and even closes the existing ones. This
    behaviour seems to happen only when the server is used by multiple
    concurrent users. So the only "stable" configuration we found to run the
    server is Javasoft 1.1.7B (Sunsoft's jdk 1.1.7 produces a core dump after a
    few minutes use) + perf pack disabled.
    We have support calls open for most of these issues but I thought I would
    ask the group to benefit from its experience.
    Thanks for your help.
    Vincent.
    Obbisoft.
    Michael Girdley a écrit dans le message
    <[email protected]>...
    Vincent,
    What version of the Server are you running? Why are you not using the
    performance pack?
    Thanks,
    Michael Girdley
    BEA Product Manager
    Vincent Vandenschrick <[email protected]> wrote in message
    news:[email protected]...
    Hi,
    We are facing a problem which implies bad response time from the WLserver.
    Our configuration is : Sun E4500, Solaris2.6, Oracle 7.3.4, WL oci
    driver,
    no perf pack, Javasoft 1.1.7B_05 vm on server side and IBM 1.1.7B onclient
    side (W98 clients).
    When multiple users connect to the server (let's say from 15 simultaneous
    connections) and work on our application, after few mins, the serverprocess
    logs and outputs tons of messages like :
    Mon Nov 15 16:12:26 GMT 1999:<E> <RJVM> Ignoring message from a previous
    generation: JVMMessage from 8803290290807054313C146.100.8.34
    to -6807808847876022584C146.100.100.84 with CMD_ONE_WAY, prtNum=5,
    ack=30,
    seqNum=3151
    and
    Got heartbeat for -6807808847876022584/-1838914476/0/9209 but did notfind
    reference
    Got heartbeat for -6807808847876022584/-1838914476/0/8979 but did notfind
    reference
    This is strangely related to a real degradation of the WL server response
    times and sometimes to 'PeerGoneExceptions' thrown to the client (whilethe
    server is still alive...).
    This happens either for connections on the LAN or on the WAN (frame relay
    network) so I don't think this is network related. As of now, weblogic
    support told us not to care about it but after analysing the messages,there
    seems to be a real problem here :
    What seems to happen is :
    - The server considers that the client is dead so it's closing the
    connection. Eventually, the DGC cleans up references that were held bythis
    client.
    - The server recieves a query from the 'still alive client' and re-opensthe
    connection with the SAME id.
    - If there is a heartbeat from a DGC cleaned up object, the DGC informsthat
    it 'did not find reference'.
    - It ignores the messages from the previously closed connection and triesto
    re-establish everything.
    We desperately need some feed back on what is causing the server to close
    the connection while the client is still alive. I've seen somewhere inthis
    list that there are some internal parameters in the WL server
    ('weblogic.system.idlePeriodUntilTimeout' and
    'weblogic.system.periodLength') which indicates the WL server when to
    consider a client as 'dead'. This is defaulted to 1 min for the first andto
    4 for the second which implies that there must be at least 4 minutesduring
    which the client doesn't emmit 'heartbeats' for the server to know it is
    alive.
    few remarks :
    1/ the client is not swapping nor GCing too long so the client vm is
    available to emmit these heartbeats.
    2/ we couldn't reproduce it in our test environement except when makingthe
    client swap for minutes which is not the case in the production env.
    3/ this really seems related to multiple clients connected simultaneouslyto
    the server.
    Thanks a lot for your help.
    Vincent Vandenschrick
    Obbisoft.

  • HT201210 I cannot sync my ipod touch, message says an error occured (6) ! did not find solution ?

    I cannot sync my ipod touch, message says an error occured (6) ! did not find solution ?

    Errors related to third-party security software
    Error 2, 4 (or -4), 6, 40, 1000, 9006
    Follow Troubleshooting security software. Often, uninstalling third-party security software will resolve these errors.
    There may be third-party software that modifies your default packet size in Windows by inserting a TcpWindowSize entry into your registry. Your default packet size being set incorrectly can cause these errors. Contact the manufacturer of the software that installed the packet size modification for assistance or follow this article by Microsoft: How to reset Internet Protocol (TCP/IP).
    Verify that access to ports 80 and 443 are allowed on your network.
    Verify that communication to albert.apple.com or photos.apple.com is not blocked by a firewall, or other Internet security setting.
    Discard the .ipsw file, open iTunes and attempt to download the update again. See the steps underAdvanced Steps > Rename, move, or delete the iOS software file (.ipsw) below for file locations.
    Restore your device while connected to a different network.
    Restore using a different computer.

  • "Did not respond" error message

    hey all,
    i'm sure you're all sick and tired of hearing this question, but i have to ask. here's the story, my mom recently got an iMac G5. i'm a college student in CA, and while i was home with my mom in CO, i used my mom's iMac G5 with built in iSight to video conference with girlfriend in MN. SO, i know that both my mom's iSight and my girlfriend's camera (although she does have a PC) work without a problem!
    now that i'm back at school, i thought it'd be nice to have iSight for my iBook G4 to video conference with my mom and my girlfriend. however, having plugged in my brand new iSight and tested it (it does show me on the screen), when i try to v-conference with my mom or my girlfriend, it says THEY did not respond. despite this message, i'm thinking the problem is me since i know for a fact that both of theirs work. given that i'm on a college campus and there's a lot of talk about Firewall restrictions on college networks i'm wondering if that could be the problem. i tried connecting with the Apple "test" screennames, and it said that "appleu3test02" did not respond.
    my Connection Doctor says:
    2006-01-26 18:03:18 -0800: MBergner did not respond.
    Tried to send UDP SIP "invite" to the following IP addresses and ports:
    24.221.209.14:10616, 192.168.0.119:5060
    2006-01-26 18:22:26 -0800: Apple Test did not respond.
    Tried to send UDP SIP "invite" to the following IP addresses and ports:
    17.202.39.240:5060
    2006-01-26 18:25:40 -0800: appleu3test01 did not respond.
    Tried to send UDP SIP "invite" to the following IP addresses and ports:
    17.202.39.240:5060
    Anyone have any suggestions? MUCH appreciated. i just spent $150 on iSight and it would be a shame to not be able to use it for the ONE reason i bought it. thanks so much!!
    David

    Hi David,
    Who is your Mom's ISP ?
    Do you mean that when the connection goes out of her house it is Wireless to some pint down the street ?
    Or is she piggybacking on to someone else's service ?
    I take it you sister is on a Wireless ISP service ?
    OK. Your college for instance will be using a connection to the internet. In a home situation that interface is usually done by a modem whether or not it is to a Cable, Wirelss or DSL service.
    In that modem the ports have to be open for iChat.
    The same is true of teh device the colege uses to connect to the interent.
    Some people also elect to have a router in their room so that they can use things like games consols over the same connection as their computer uses.
    That router would also need the ports open for iChat.
    There are differing methods for opening the ports.
    Port Forwarding can take the data on one port from the internet (Outside) and point it to one computer on your local net. Most often the ports are kept the Same.
    Port Triggering is similar but allows several coputers to use the same ports and waits until data comes on a specific port before others are open.
    UPnP give control of the ports to the Application and opens them when the application needs them.
    Do you plug straight into a wall socket ?
    If so you may need to talk to the IT guys about which ports they have open.
    The Apple Doc does say you only need the ports you list but the modem or connection device will,need more.
    5060, 5190, 5678, 16384-16403 for the AIM AV contacts
    5297, 5298 and 5353 are for Bonjour/Rendezvous
    Apple Doc 93208 is also wrong at Note 1.
    It should read:
    1. All iChat AV traffic is UDP except for ports 5190 and 5298, which need to be open for both TCP and UDP; and 5220, 5222, and 5223 which need to be open for TCP only.
    This Doc is now for iChat 3 as well and the TCP ports at the end are the Jabber ones thatare added for iChat 3 You need the Bold and italised text.
    The UDP and TCP protocols listed are used more often in Port Triggering and are needed in the Tiger version of the MAc firewall that you seem to have set ports in.
    The college of course may be blocking the ports for iChat so that their server is not over burdened by Video chats.
    Can you Log in to AIM ?
    Ralph

  • HT1218 Time capsule firmware update 7.6 to 7.6.1 did not work, error message 6272. What do I do now?

    Firmware update from 7.6 to 7.6.1 did not work: error number 6272. What do I do now?

    Connect by ethernet.. press reset and try again.
    But going from 7.6 to 7.6.1 is like adding roaches to bug kingdom.. a wiser move is 7.5.2!!

  • Hello ..Forgot your answer to the secret question and did not receive an email message

    Hello ..Forgot your answer to the secret question and did not receive an email message

    As we don't know your location, call Apple from your National help number per the link below and ask them for help from the security people.   Contact Apple support
    It would also help if you could find a moment to fill in your profile so that we are better equipped to answer your questions.

  • I lost my IPad on a plane, but the Airline did not find it.

    I lost my IPad on a plane, but the Airline did not find it. The unit was in Airplane mode with a simple pass code. Is the unit secure? I've searched for the unit with Find IPhone and it shows the unit as offline. I'm assuming the Find Iphone feature will not work with the unit in Airplane Mode? Any advice?

    Make a report with the police maybe it'll turn up. Since you have iOS7  your device has the activation lock on it, which means whomever 'found' it can't wipe it without having your apple ID. Might encourage them to turn it in, or they might try selling it to someone else and run before the buyer realizes the device can't be wiped.
    Your info should be pretty secure although I would still take the precaution of changing passwords.

  • TS1702 I purchased PDF printer before upgrading my iPad software, but when I upgraded the software and searched in the purchased applications, I did not find it. How can I restore it?

    I purchased PDF printer before upgrading my iPad software, but when I upgraded the software and searched in the purchased applications, I did not find it. How can I restore it?

    Flamingo50 wrote:
      I have an iPad (1)  can you not upgrade the software to anything higher than 5.1.1? 
    Correct. The iPad 1 can only go as far as iOS 5.1.1

  • I recently bought a new iphone 5s from UAE , but unfortunately i did not find the facetime on my new iphone, how come that i bought a new iphone with missing options , please help

    i recently bought a new iphone 5s from UAE , but unfortunately i did not find the facetime on my new iphone, how come that i bought a new iphone with missing options , please help

    Your earlier phone must have been originally intended for sale in another country and must have been purchased from somewhere other than an authorized Apple retailer. Phones that are intended to be sold in the UAE have FaceTime permanently disabled. The option is not there and cannot be made to work.

  • I did not find the right place for my question but Is Apple's products are shipped to the Gulf States by a company Aramex ?

    I did not find the right place for my question but Is Apple's products are shipped to the Gulf States by  Aramex ?

    An absolute URL will be a complete URL, it traces from the abosulte root of a file's location on a server...
    http://www.thesite.com/assets/images/Front_Page_Rotating_Banner/banners.xml
    A relative URL is anything short of including the http://domain..., and is read relative to wherever the file using it exists
    assets/images/Front_Page_Rotating_Banner/banners.xml
    In Flash files though, relative links need to be specified relative to the HTML page that embeds the swf.  So if the swf is in a different folder than the html page that embeds it, the swf's targeting must be adjusted as if it were actually in the html file's folder.

  • Dolphin / Kde 4.10.4 kex error : did not find one of algos zlib@openss

    When I try to sftp:// via Dolphin into my Android slate I'm seeing this error:
    kex error : did not find one of algos [email protected],zlib in list none for compression algo client->server
    I can sftp without any issues in the terminal.

    This problem connected with proxy-setings.
    As the first steps you should try:
           1.  export system env variable:
    http_proxy=http://www-proxy.ru.oracle.com:80
    https_proxy=https://www-proxy.ru.oracle.com:80
    no_proxy=127.0.0.1,localhost
    and you can also export
        export OS_TENANT_NAME=admin
        export OS_USERNAME=admin
        export OS_PASSWORD=root
        export OS_AUTH_URL=http://<conntroller_IP>:5000/v2.0/
    2. and than restart mysqld, if it is running, stop iptables and repeat installation process from beginning with the currently generated answer file
    if we are exporting variable OS_PASSWORD, its value should be the same as value for CONFIG_KEYSTONE_ADMIN_PW in the currently generated answer file.
    This OS_PASSWORD will be written by packstack in the /root/keystonerc_admin file and will be used as admin's password for login to  Openstack dashboard.

  • New member to "...User did not respond" Error -8 Club

    Have been iChatting via an AIM account consistently for several years, with both family and friends using both PCs (using AIM with Windows XP) and Macs (using AIM or .Mac servers)
    Two weeks ago, I started receiving the "Video Chat canceled because.... User did not respond" Error. Yes, the illustrious "-8".
    Nothing has changed with regard to the hardware I'm using:
    2Wire 1070-B DSL Modem set to "Bridge" when installed on 7/05 (used to use an old Alcatel)
    Netgear Wireless Router MR814v2 - UPnP enabled, No Port Forwarding
    I've read in these forums that some believe the culprit to be one of Apple's Security Updates (either 2006-0071Ti, 2006-008Ti or 2007-001Ti), or Apple's iChatUpdate dated 1.3.07). I have since re-installed OS X 10.4.8 via the ComboUpdate and have not installed the aforementioned updates.
    Quicktime is Set to "1.5 Mbps Ti/Intranet/LAN"
    iChat Bandwidth Limit Set to "None"
    Mac Firewall "Off" (has always been handled via the Router)
    I can connect flawlessly with Apple's iChat Testers (appleeu3test01, et al)
    I can video chat via Skype (albeit sluggishly with my trusty G4 600Mhz)
    I can video chat via SightSpeed (again, sluggishly due to older processor)
    I can audio chat via Skype, SightsSpeed and Gizmo
    I cannot audio chat via iChat.
    I have, though, been recently able to "One-Way Video Chat" w/audio with a friend using his iChat via our AIM accounts (as of 1.30.07). Go figure.
    I've read many similar posts in this forum for a few days now. Have attempted whatever fix or workaround or suggestion from Ralph (great work, BTW!). But the problem persists, and I am ready to disable iChat entirely and dust off my tin cans and string. And since Apple apparently has no interest in addressing the issue (Thanks for officially stepping away Forum participation altogether, Steve), I'm tossing my hat in this ring looking for any help from those in the know.
    Here's my latest Error Log:
    Date/Time: 2007-02-03 14:32:05.209 -0800
    OS Version: 10.4.8 (Build 8L127)
    Report Version: 4
    iChat Connection Log:
    AVChat started with ID 0.
    0x6d7ae30: State change from AVChatNoState to AVChatStateWaiting.
    tomjoeczak: State change from AVChatNoState to AVChatStateInvited.
    0x6d7ae30: State change from AVChatStateWaiting to AVChatStateConnecting.
    tomjoeczak: State change from AVChatStateInvited to AVChatStateConnecting.
    0x6d7ae30: State change from AVChatStateConnecting to AVChatStateEnded.
    Chat ended with error -8
    tomjoeczak: State change from AVChatStateConnecting to AVChatStateEnded.
    Chat ended with error -8
    Video Conference Error Report:
    2.192298 @:0 type=4 (00000000/48)
    [VCSIP_INVITEERROR]
    [19]
    2.192148 @SIP/SIP.c:2437 type=4 (900A0015/48)
    [SIPConnectIPPort failed]
    Video Conference Support Report:
    1.693078 @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected]:3592 SIP/2.0
    Via: SIP/2.0/UDP 192.168.0.2;branch=z9hG4bK62655541697e3a08
    Max-Forwards: 70
    To: "u0" <sip:[email protected]:3592>
    From: "tomjoeczak" <sip:[email protected]>;tag=1690211414
    Call-ID: 5c8b8d14-b3d6-11db-b21e-d66f73e113c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 395
    v=0
    o=kringus 0 0 IN IP4 m.0
    s=tomjoeczak
    c=IN IP4 m.0
    b=AS:2147483647
    t=0 0
    a=hwi:33:1:600
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 0 RTP/AVP 12 3 0
    a=rtcp:0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:-1234388643
    m=video 0 RTP/AVP 34
    a=rtcp:0
    a=fmtp:34 imagesize 0 rules 15:176:144
    a=framerate:15
    a=RTCP:AUDIO 0 VIDEO 0
    a=pogo
    a=rtpID:-155886824
    0.691609 @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected]:3592 SIP/2.0
    Via: SIP/2.0/UDP 192.168.0.2;branch=z9hG4bK62655541697e3a08
    Max-Forwards: 70
    To: "u0" <sip:[email protected]:3592>
    From: "tomjoeczak" <sip:[email protected]>;tag=1690211414
    Call-ID: 5c8b8d14-b3d6-11db-b21e-d66f73e113c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 395
    v=0
    o=kringus 0 0 IN IP4 m.0
    s=tomjoeczak
    c=IN IP4 m.0
    b=AS:2147483647
    t=0 0
    a=hwi:33:1:600
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 0 RTP/AVP 12 3 0
    a=rtcp:0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:-1234388643
    m=video 0 RTP/AVP 34
    a=rtcp:0
    a=fmtp:34 imagesize 0 rules 15:176:144
    a=framerate:15
    a=RTCP:AUDIO 0 VIDEO 0
    a=pogo
    a=rtpID:-155886824
    0.191125 @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected]:3592 SIP/2.0
    Via: SIP/2.0/UDP 192.168.0.2;branch=z9hG4bK62655541697e3a08
    Max-Forwards: 70
    To: "u0" <sip:[email protected]:3592>
    From: "tomjoeczak" <sip:[email protected]>;tag=1690211414
    Call-ID: 5c8b8d14-b3d6-11db-b21e-d66f73e113c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 395
    v=0
    o=kringus 0 0 IN IP4 m.0
    s=tomjoeczak
    c=IN IP4 m.0
    b=AS:2147483647
    t=0 0
    a=hwi:33:1:600
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 0 RTP/AVP 12 3 0
    a=rtcp:0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:-1234388643
    m=video 0 RTP/AVP 34
    a=rtcp:0
    a=fmtp:34 imagesize 0 rules 15:176:144
    a=framerate:15
    a=RTCP:AUDIO 0 VIDEO 0
    a=pogo
    a=rtpID:-155886824
    0.000000 @:0 type=2 (00000000/48)
    [VCVIDEO_OUTGOINGATTEMPT]
    [4]
    Video Conference User Report:
    Binary Images Description for "iChat":
    0x1000 - 0x172fff com.apple.iChat 3.1.6 (441) /Applications/iChat.app/Contents/MacOS/iChat
    0x393000 - 0x3c5fff com.unsanity.fruitmenu 3.6.3 (203) /Users/kringus/Library/Application Enhancers/FruitMenu.ape/Contents/MacOS/FruitMenu
    0x505000 - 0x54efff com.unsanity.fontcard 1.4 /Users/kringus/Library/Application Enhancers/FontCard.ape/Contents/MacOS/FontCard
    0x627000 - 0x644fff com.unsanity.silk 2.1.3 /Users/kringus/Library/Application Enhancers/Silk.ape/Contents/MacOS/Silk
    0x651000 - 0x65afff com.geekspiff.iChatEnhancer iChat Enhancer 1.5 (1.5) /Users/kringus/Library/Application Enhancers/iChatEnhancer.ape/Contents/MacOS/iChatEnhancer
    0x67b000 - 0x68bfff alexlagutin.audiohijack.server 1.4.0 /Library/Application Enhancers/Instant Hijack Server.ape/Contents/MacOS/Instant Hijack Server
    0x691000 - 0x6b2fff com.unsanity.windowshadex.cocoa 4.1.1 (???) /Users/kringus/Library/Application Enhancers/WindowShade X.ape/Contents/PlugIns/WindowShade X Cocoa.ape/Contents/MacOS/WindowShade X Cocoa
    0x6c2000 - 0x6c5fff com.unsanity.xounds.cocoa 2.4 (???) /Users/kringus/Library/Application Enhancers/Xounds.ape/Contents/PlugIns/Pure Cocoa Magic.ape/Contents/MacOS/Pure Cocoa Magic
    0x6ca000 - 0x6cffff com.unsanity.xounds 2.4 (???) /Users/kringus/Library/Application Enhancers/Xounds.ape/Contents/MacOS/Xounds
    0x6d5000 - 0x6e2fff net.sabi.ICeCoffEE ??? (1.4.3) /Users/kringus/Library/Application Enhancers/ICeCoffEE.ape/Contents/MacOS/ICeCoffEE
    0x6e9000 - 0x71dfff com.unsanity.shapeshifter 2.4 /Users/kringus/Library/Application Enhancers/ShapeShifter.ape/Contents/MacOS/ShapeShifter
    0x77e000 - 0x77ffff com.ecamm.pluginloader Ecamm Plugin Loader v1.0.1 (1.0.1) /Library/InputManagers/Ecamm/Ecamm Plugin Loader.bundle/Contents/MacOS/Ecamm Plugin Loader
    0x7d7000 - 0x7edfff com.ecamm.iglasses v1.4 (1.4) /Library/InputManagers/Ecamm/Plugins/iGlasses.plugin/Contents/MacOS/iGlasses
    0x7f9000 - 0x7f9fff jp.hetima.SafariStand.loader 1.0 (6) /Users/kringus/Library/InputManagers/SafariStand/SafariStand-loader.bundle/Cont ents/MacOS/SafariStand-loader
    0x11cf000 - 0x11dafff com.ecamm.PowerBoost 1.0 /Library/InputManagers/Ecamm/Plugins/PowerBoost.plugin/Contents/MacOS/PowerBoos t
    0x11e8000 - 0x11eafff com.unsanity.menuextraenabler Copyright © 2002-2006 Unsanity (1.0.3) /Users/kringus/Library/InputManagers/Menu Extra Enabler/Menu Extra Enabler.bundle/Contents/MacOS/Menu Extra Enabler
    0x11f4000 - 0x11f4fff com.ksuther.chaxloader ??? (1.4.7) /Users/kringus/Library/InputManagers/Chax/Chax.bundle/Contents/MacOS/Chax
    0x1305000 - 0x1354fff com.ksuther.chax ??? (1.4.7) /Users/kringus/Library/InputManagers/Chax/Chax.bundle/Contents/Resources/Chaxmain.bundle/Contents/MacOS/Chaxmain
    0x143b000 - 0x143bfff com.apple.SpotLightCM 1.0 (121.36) /System/Library/Contextual Menu Items/SpotlightCM.plugin/Contents/MacOS/SpotlightCM
    0x1777000 - 0x1780fff com.growl.growlframework 0.7.3 /Users/kringus/Library/InputManagers/Chax/Chax.bundle/Contents/Resources/Chax_m ain.bundle/Contents/Resources/Frameworks/Growl.framework/Growl
    0x17e8000 - 0x17eafff net.culater.SIMBL 0.8 (8) /Users/kringus/Library/InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/SIMBL
    0x17ef000 - 0x17f0e77 MediaProCM PEF binary: MediaProCM
    0x17fc000 - 0x17fcfff com.growl.GrowlSafariLoader 1.0 /Library/InputManagers/GrowlSafari/GrowlSafariLoader.bundle/Contents/MacOS/Grow lSafariLoader
    0x4f13000 - 0x4f1afff com.unsanity.smartcrashreports Smart Crash Reports version 1.2 (1.2) /Users/kringus/Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports
    0x4f28000 - 0x4f2bfff org.altervista.millenomi.Afloat.SIMBLPlugin 1.0 (pre-release 3) (3.0) /Users/kringus/Library/PreferencePanes/Afloat.prefPane/Contents/Resources/Afloa t.bundle/Contents/MacOS/Afloat
    0x4f30000 - 0x4f68fff com.showmacster.smBundle ??? (10831) /Library/Application Support/SIMBL/Plugins/ShowMacster.bundle/Contents/MacOS/ShowMacster
    0x510f000 - 0x5111fff com.apple.AutomatorCMM 1.0 (48) /System/Library/Contextual Menu Items/AutomatorCMM.plugin/Contents/MacOS/AutomatorCMM
    0x5114000 - 0x5118fff com.apple.FolderActionsMenu 1.3 /System/Library/Contextual Menu Items/FolderActionsMenu.plugin/Contents/MacOS/FolderActionsMenu
    0x51be000 - 0x51c2fff com.softomatic.EraseCMPlugIn 1.3.2 /Users/kringus/Library/Contextual Menu Items/EraseCMPlugIn.plugin/Contents/MacOS/EraseCMPlugIn
    0x51c8000 - 0x51cbfff com.lemkesoft.GraphicConverterCMI 1.5 /Users/kringus/Library/Contextual Menu Items/GraphicConverterCMI.plugin/Contents/MacOS/GraphicConverterCMI
    0x51d5000 - 0x51d6fff org.setnan.LockPopCM 1.12 /Users/kringus/Library/Contextual Menu Items/LockPopCM.plugin/Contents/MacOS/LockPopCM
    0x51da000 - 0x51dbfff net.brockerhoff.Nudge.CM 1.1 /Users/kringus/Library/Contextual Menu Items/Nudge.plugin/Contents/MacOS/Nudge
    0x51de000 - 0x51f3fff com.cocoatech.PathFinderCM 2.1.2 /Users/kringus/Library/Contextual Menu Items/Path Finder CM.plugin/Contents/MacOS/Path Finder CM
    0x523a470 - 0x523a522 CFMPriv_CoreFoundation PEF binary: CFMPriv_CoreFoundation
    0x523a710 - 0x523a7c5 CFMPriv_DVComponentGlue PEF binary: CFMPriv_DVComponentGlue
    0x523a9e0 - 0x523aa83 CFMPriv_QuickTime PEF binary: CFMPriv_QuickTime
    0x523aaf0 - 0x523ab67 CFMPriv_System PEF binary: CFMPriv_System
    0x523ade0 - 0x523aeb0 CFMPriv_CarbonSound PEF binary: CFMPriv_CarbonSound
    0x523af20 - 0x523aff3 CFMPriv_CommonPanels PEF binary: CFMPriv_CommonPanels
    0x523b0c0 - 0x523b17b CFMPriv_Help PEF binary: CFMPriv_Help
    0x523b180 - 0x523b24a CFMPriv_HIToolbox PEF binary: CFMPriv_HIToolbox
    0x523b2c0 - 0x523b396 CFMPriv_HTMLRendering PEF binary: CFMPriv_HTMLRendering
    0x523b410 - 0x523b4e3 CFMPriv_ImageCapture PEF binary: CFMPriv_ImageCapture
    0x523b570 - 0x523b655 CFMPriv_NavigationServices PEF binary: CFMPriv_NavigationServices
    0x523b6d0 - 0x523b7a6 CFMPriv_OpenScriptingMacBLib PEF binary: CFMPriv_OpenScriptingMacBLib
    0x523b880 - 0x523b93e CFMPriv_Print PEF binary: CFMPriv_Print
    0x523b960 - 0x523ba2d CFMPriv_SecurityHI PEF binary: CFMPriv_SecurityHI
    0x523bab0 - 0x523bb92 CFMPriv_SpeechRecognition PEF binary: CFMPriv_SpeechRecognition
    0x523bc10 - 0x523bce3 CFMPriv_CarbonCore PEF binary: CFMPriv_CarbonCore
    0x523bd60 - 0x523be33 CFMPriv_OSServices PEF binary: CFMPriv_OSServices
    0x523bf10 - 0x523bfd2 CFMPriv_AE PEF binary: CFMPriv_AE
    0x523bfe0 - 0x523c0a5 CFMPriv_ATS PEF binary: CFMPriv_ATS
    0x523c120 - 0x523c1f7 CFMPriv_ColorSync PEF binary: CFMPriv_ColorSync
    0x523c280 - 0x523c363 CFMPriv_FindByContent PEF binary: CFMPriv_FindByContent
    0x523c3e0 - 0x523c4ba CFMPriv_HIServices PEF binary: CFMPriv_HIServices
    0x523c530 - 0x523c610 CFMPriv_LangAnalysis PEF binary: CFMPriv_LangAnalysis
    0x523c6a0 - 0x523c786 CFMPriv_LaunchServices PEF binary: CFMPriv_LaunchServices
    0x523c860 - 0x523c937 CFMPriv_PrintCore PEF binary: CFMPriv_PrintCore
    0x523c940 - 0x523ca02 CFMPriv_QD PEF binary: CFMPriv_QD
    0x523cb00 - 0x523cbe9 CFMPriv_SpeechSynthesis PEF binary: CFMPriv_SpeechSynthesis
    0x5305000 - 0x53543c7 CarbonLibpwpc PEF binary: CarbonLibpwpc
    0x53543d0 - 0x536c6bd Apple;Carbon;Multimedia PEF binary: Apple;Carbon;Multimedia
    0x5370000 - 0x53b8fff com.pixture.PhotoToolCM 2.0 /Users/kringus/Library/Contextual Menu Items/PhotoToolCM.plugin/Contents/MacOS/PhotoToolCM
    0x53e1000 - 0x5403fff org.setnan.PicturePopPro2CM ??? (2.0p3) /Users/kringus/Library/Contextual Menu Items/PicturePopPro2CM.plugin/Contents/MacOS/PicturePopPro2CM
    0x54af000 - 0x54f1fff com.pixture.QuickImageCM 2.4 /Users/kringus/Library/Contextual Menu Items/QuickImageCM.plugin/Contents/MacOS/QuickImageCM
    0x5519000 - 0x551ffff net.comcast.home.seiryu.SymbolicLinker 1.1v3 /Users/kringus/Library/Contextual Menu Items/SymbolicLinker.plugin/Contents/MacOS/SymbolicLinker
    0x5524000 - 0x5526fff com.transtex.TexEditCMPlugIn 1.2.1 /Users/kringus/Library/Contextual Menu Items/TexEditCMPlugIn.plugin/Contents/MacOS/TexEditCMPlugIn
    0x552b000 - 0x5543fff com.apple.TypographyPanel 1.0.1 (1) /System/Library/CoreServices/TypographyPanel.bundle/Contents/MacOS/TypographyPa nel
    0x568a000 - 0x568efff com.apple.iokit.IOQTComponents 1.4 /System/Library/Components/IOQTComponents.component/Contents/MacOS/IOQTComponen ts
    0x569c000 - 0x569cfff com.apple.osax.digihub 1.0 /System/Library/ScriptingAdditions/Digital Hub Scripting.osax/Contents/MacOS/Digital Hub Scripting
    0x56a9000 - 0x56aa806 Resources PEF binary: Adobe Unit TypesVersions/Current/Resources
    0x56ab000 - 0x56af424 GraphicsImporter OSAX PEF binary: GraphicsImporter OSAX
    0x56d1000 - 0x570efff com.apple.osax.standardadditions 1.10.7 (???) /System/Library/ScriptingAdditions/StandardAdditions.osax/Contents/MacOS/Standa rdAdditions
    0x571c000 - 0x5726fff com.stclairsoft.DefaultFolderX.osax 3.0.3b7 /Users/kringus/Library/ScriptingAdditions/Default Folder X Addition.osax/Contents/MacOS/Default Folder X Addition
    0x5f09000 - 0x5f24fff com.latenightsw.recordtools 1.0.3b1 /Users/kringus/Library/ScriptingAdditions/List & Record Tools.osax/Contents/MacOS/List & Record Tools
    0x5f2c000 - 0x5f59fff com.stclairsoft.DefaultFolderX.CarbonPatcher 3.0.3b7 /Users/kringus/Library/PreferencePanes/Default Folder X.prefPane/Contents/Resources/Default Folder X.bundle/Contents/Resources/Carbon Patcher.bundle/Contents/MacOS/Carbon Patcher
    0x6016000 - 0x603bfff com.stclairsoft.DefaultFolderX.CocoaPatcher 3.0.3b7 /Users/kringus/Library/PreferencePanes/Default Folder X.prefPane/Contents/Resources/Default Folder X.bundle/Contents/Resources/Cocoa Patcher.bundle/Contents/MacOS/Cocoa Patcher
    0x659e000 - 0x65ddfff com.apple.QuickTimeFireWireDV.component 7.1.3 /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x65e8000 - 0x65e9fff com.apple.aoa.halplugin 2.5.6 (2.5.6b5) /System/Library/Extensions/IOAudioFamily.kext/Contents/PlugIns/AOAHALPlugin.bun dle/Contents/MacOS/AOAHALPlugin
    0x661d000 - 0x6627fff com.apple.IOFWDVComponents 1.7.9 /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0x662f000 - 0x6648fff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver.bundl e/GLDriver
    0x6694000 - 0x670dfff com.DivXInc.DivXDecoder 6.0.5 /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder
    0x671e000 - 0x6750fff com.apple.QuickTimeIIDCDigitizer 7.1.3 /System/Library/QuickTime/QuickTimeIIDCDigitizer.component/Contents/MacOS/Quick TimeIIDCDigitizer
    0x675a000 - 0x679ffff com.apple.QuickTimeUSBVDCDigitizer 1.6.5 /System/Library/QuickTime/QuickTimeUSBVDCDigitizer.component/Contents/MacOS/Qui ckTimeUSBVDCDigitizer
    0x67c1000 - 0x68d0fff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x68ff000 - 0x6b56fff com.apple.ATIRadeon8500GLDriver 1.4.18 (4.1.8) /System/Library/Extensions/ATIRadeon8500GLDriver.bundle/Contents/MacOS/ATIRadeo n8500GLDriver
    0x6b61000 - 0x6b7cfff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x6bdc000 - 0x6c06fff com.apple.iSightAudio 7.1.3 /Library/Audio/Plug-Ins/HAL/iSightAudio.plugin/Contents/MacOS/iSightAudio
    0x6f60000 - 0x6f7afff com.apple.AppleIntermediateCodec 1.1 (141) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0x7606000 - 0x7612fff com.apple.audio.AudioIPCPlugIn 1.0.2 /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x762f000 - 0x7668fff com.apple.audio.SoundManager.Components 3.9.1 /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0x7a67000 - 0x7ae0fff com.apple.applepixletvideo 1.2.5 (1.2d5) /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x8b1e000 - 0x8d17fff net.telestream.wmv.import 2.1.0.33 /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import
    0x8fe00000 - 0x8fe51fff dyld /usr/lib/dyld
    0x90000000 - 0x901bcfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90214000 - 0x90219fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021b000 - 0x90268fff com.apple.CoreText 1.0.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90293000 - 0x90344fff com.apple.ApplicationServices.ATS 1.9.5 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90373000 - 0x9072dfff com.apple.CoreGraphics 1.258.38 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907ba000 - 0x90893fff com.apple.CoreFoundation 6.4.6 (368.27) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908dc000 - 0x908dcfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908de000 - 0x909e0fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a3a000 - 0x90abefff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90ae8000 - 0x90b58fff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b6e000 - 0x90b80fff libauto.dylib /usr/lib/libauto.dylib
    0x90b87000 - 0x90e5efff com.apple.CoreServices.CarbonCore 681.7 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec4000 - 0x90f44fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f8e000 - 0x90fcffff com.apple.CFNetwork 129.19 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe4000 - 0x90ffcfff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9100c000 - 0x9108dfff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d3000 - 0x910fcfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9110d000 - 0x9111bfff libz.1.dylib /usr/lib/libz.1.dylib
    0x9111e000 - 0x912d9fff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913d8000 - 0x913e1fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913e8000 - 0x91410fff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91423000 - 0x9142efff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91433000 - 0x9143bfff libbsm.dylib /usr/lib/libbsm.dylib
    0x9143f000 - 0x914bafff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914f7000 - 0x914f7fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914f9000 - 0x91531fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9154c000 - 0x91619fff com.apple.ColorSync 4.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9166e000 - 0x916fffff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91746000 - 0x917fdfff com.apple.QD 3.10.21 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9183a000 - 0x91898fff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918c7000 - 0x918e8fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x918fc000 - 0x91921fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91934000 - 0x91976fff com.apple.LaunchServices 181 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91992000 - 0x919a6fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919b4000 - 0x919f6fff com.apple.ImageIO.framework 1.5.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a0c000 - 0x91ad3fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b21000 - 0x91b36fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b3b000 - 0x91b59fff com.apple.ImageIO.framework 1.5.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b5f000 - 0x91bcefff com.apple.ImageIO.framework 1.5.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91be5000 - 0x91be9fff com.apple.ImageIO.framework 1.5.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91beb000 - 0x91c4afff com.apple.ImageIO.framework 1.5.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91c4f000 - 0x91c8cfff com.apple.ImageIO.framework 1.5.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91c93000 - 0x91cacfff com.apple.ImageIO.framework 1.5.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91cb1000 - 0x91cb4fff com.apple.ImageIO.framework 1.5.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91cb6000 - 0x91cb6fff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91cb8000 - 0x91d9dfff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91da5000 - 0x91dc4fff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91e30000 - 0x91e9efff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91ea9000 - 0x91f3efff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91f58000 - 0x924e0fff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x92513000 - 0x9283efff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9286e000 - 0x928f6fff com.apple.DesktopServices 1.3.5 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92937000 - 0x92b62fff com.apple.Foundation 6.4.6 (567.27) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92c80000 - 0x92d5efff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x92d7e000 - 0x92e6cfff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92e6f000 - 0x92e79fff com.apple.framework.AppleTalk 1.2.0 (???) /System/Library/Frameworks/AppleTalk.framework/Versions/A/AppleTalk
    0x92e7e000 - 0x92e9cfff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92ea7000 - 0x92f01fff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92f1f000 - 0x92f1ffff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92f21000 - 0x92f35fff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92f4d000 - 0x92f5dfff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92f69000 - 0x92f7efff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92f90000 - 0x93017fff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x9302b000 - 0x93036fff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93040000 - 0x9306dfff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x93087000 - 0x93096fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x930a2000 - 0x93108fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x93139000 - 0x93188fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x931b6000 - 0x931d3fff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x931e5000 - 0x931f2fff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x931fb000 - 0x93508fff com.apple.HIToolbox 1.4.8 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93657000 - 0x93663fff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93668000 - 0x93688fff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x936db000 - 0x936dbfff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x936dd000 - 0x93d10fff com.apple.AppKit 6.4.7 (824.41) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9409d000 - 0x9410dfff com.apple.CoreData 80 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x94146000 - 0x94209fff com.apple.audio.toolbox.AudioToolbox 1.4.3 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9425b000 - 0x9425bfff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9425d000 - 0x94430fff com.apple.QuartzCore 1.4.9 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94486000 - 0x944c3fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x944cb000 - 0x9451bfff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9455b000 - 0x945a0fff com.apple.bom 8.5 (86.3) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x945ac000 - 0x945e4fff com.apple.vmutils 4.0.0 (85) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x94627000 - 0x94643fff com.apple.securityfoundation 2.2 (27710) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94657000 - 0x9469bfff com.apple.securityinterface 2.2 (27692) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x946bf000 - 0x946cefff com.apple.CoreGraphics 1.258.38 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x946d6000 - 0x946e3fff com.apple.CoreGraphics 1.258.38 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x94729000 - 0x94742fff com.apple.CoreGraphics 1.258.38 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94749000 - 0x94a18fff com.apple.QuickTime 7.1.3 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94adb000 - 0x94b4cfff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94bbf000 - 0x94bdffff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x94ce7000 - 0x94e17fff com.apple.AddressBook.framework 4.0.4 (485.1) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94ea9000 - 0x94eb8fff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94ec0000 - 0x94eedfff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94ef4000 - 0x94f04fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x94f08000 - 0x94f37fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94f47000 - 0x94f64fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x952b3000 - 0x95321fff com.apple.Bluetooth 1.7.8 (1.7.8f2) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x9535d000 - 0x9535dfff com.apple.DiscRecording 3.1.3 (???) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x9535f000 - 0x953e2fff com.apple.DiscRecordingEngine 3.1.3 /System/Library/Frameworks/DiscRecording.framework/Versions/A/Frameworks/DiscRe cordingEngine.framework/Versions/A/DiscRecordingEngine
    0x9540f000 - 0x95455fff com.apple.DiscRecordingContent 3.1.3 /System/Library/Frameworks/DiscRecording.framework/Versions/A/Frameworks/DiscRe cordingContent.framework/Versions/A/DiscRecordingContent
    0x95469000 - 0x95597fff edu.mit.Kerberos 5.5.23 /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x95684000 - 0x95712fff com.apple.WebKit 418.9.1 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x9576e000 - 0x95804fff com.apple.JavaScriptCore 418.3 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x95841000 - 0x95b4dfff com.apple.WebCore 418.21 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x95cd6000 - 0x95cfffff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x95e8d000 - 0x95eccfff com.apple.QTKit 7.1.3 /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x95f73000 - 0x95f78fff com.apple.URLMount 2.1.3 /System/Library/PrivateFrameworks/URLMount.framework/Versions/A/URLMount
    0x96461000 - 0x96477fff libJapaneseConverter.dylib /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0x964a7000 - 0x964b5fff libSimplifiedChineseConverter.dylib /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x964b7000 - 0x964b8fff libSymbolConverter.dylib /System/Library/CoreServices/Encodings/libSymbolConverter.dylib
    0x964bd000 - 0x964d0fff libTraditionalChineseConverter.dylib /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x9694e000 - 0x969f1fff libcrypto.0.9.dylib /usr/lib/libcrypto.0.9.dylib
    0x96ef6000 - 0x96f15fff com.apple.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97586000 - 0x975abfff com.apple.speech.LatentSemanticMappingFramework 2.2 /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/Versions/A/La tentSemanticMapping
    0x9762c000 - 0x976edfff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x97718000 - 0x97719fff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSystem.dy lib
    0x9771b000 - 0x97728fff com.apple.agl 2.5.6 (AGL-2.5.6) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x9788e000 - 0x9788ffff com.apple.MonitorPanelFramework 1.1.1 /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x979ef000 - 0x97a05fff com.apple.AppleShareClient 1.5.1 /System/Library/Frameworks/AppleShareClient.framework/Versions/A/AppleShareClie nt
    0x97a0f000 - 0x97a4dfff com.apple.AppleShareClientCore 1.5.1 /System/Library/Frameworks/AppleShareClientCore.framework/Versions/A/AppleShare ClientCore
    0x9802b000 - 0x98152fff com.apple.viceroy.framework 273.5 /System/Library/PrivateFrameworks/VideoConference.framework/Versions/A/VideoCon ference
    0x98449000 - 0x9846bfff com.apple.DiscRecordingUI 3.1.3 /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
    0x988f6000 - 0x988f9fff com.apple.DisplayServicesFW 1.8.1 /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x98b42000 - 0x994f9fff com.apple.QuickTimeComponents.component 7.1.3 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x99720000 - 0x99724fff com.apple.QuickTimeH264.component 7.1.3 /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x99726000 - 0x9980afff com.apple.QuickTimeH264.component 7.1.3 /System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH 264.altivec
    0x99f3c000 - 0x99f47fff com.apple.IMFramework 3.1.2 (428) /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x99f52000 - 0x9a0abfff com.apple.MessageFramework 2.1 (752.2) /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x9a3d3000 - 0x9a3d4fff com.apple.iokit.dvcomponentglue 1.7.9 /System/Library/Frameworks/DVComponentGlue.framework/Versions/A/DVComponentGlue
    0x9a3e1000 - 0x9a425fff com.apple.viceroy.codec 31.0 (31) /System/Library/Components/VCH263Codec.component/VCH263Codec
    0xc0000000 - 0xc000ffff com.unsanity.ape 2.0.2 /Library/Frameworks/ApplicationEnhancer.framework/Versions/A/ApplicationEnhance r
    I'd appreciate any insight.
    My eyes are getting too blurry to continue and have been shooting flames of frustration with what used to be a great application.
    Now, iChat is taking up valuable K on my hard drive.
    Thanks all!
    B&W w/600Mhz G4   Mac OS X (10.4.8)   1G RAM - ATI Radeon 9200 PCI Graphics Card - Pioneer 111D SuperDrive

    Ralph...
    Thanks for responding. A very frustrating episode I'm having.
    Some interesting Add-Ons you have there.
    What is iChat Enahancer as I have not heard of it ?
    Just an add-on doo-dad. Been using it a while.
    Also this bit
    m=audio 0 RTP/AVP 12 3 0
    a=rtcp:0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:-1234388643
    m=video 0 RTP/AVP 34
    a=rtcp:0
    a=fmtp:34 imagesize 0 rules 15:176:144
    a=framerate:15
    a=RTCP:AUDIO 0 VIDEO 0
    List no ports whatsoever.
    Well, that'd odd.
    Yet I seem to able to video chat with Apple's Testers with an apparent lack of Ports. I'm stymied.
    How are the ports opened in the 2wire device ?
    IF it was port Forwarding is it with DHCP ?
    If so check the ports are still pointing to the IP
    that the computer has.
    Honestly, I haven't been "inside" the 2Wire modem since I hooked it up (when I switched to SBC/Yahoo DSL - now ATT/Yahoo). From what I understand, as SBC Tech Support told me when I installed the device, we set the 2Wire modem as a Bridge, and that my Netgear Router is handling my ISP login. The Netgear Router is in charge of any UPnP and Port Forwading duties. And Port Forwarding has NEVER been enabled. This arrangement has been working well all this time.
    Nothing about my communications hardware set-up has changed since it was installed. As I mentioned, this problem just started about two weeks ago. I've been video chatting flawlessly via iChat and AIM for years.
    I'm afraid if I start digging around inside the 2Wire, I'm going to trip over a setting and REALLY screw things up. Also, getting back into the 2Wire modem is proving to be a bit of a sketch. The usual access via a browser is not working as of late, even with a direct computer connection to the modem. : (
    Also check the Advanced button in the Mac Firewall
    and make sure it is NOT blocking all UDP Traffic.
    My Mac Firewall is NOT active, and has never been active. Any Firewall is being provided by the Netgear Router.
    Has 2wire started to offer a VoIP service ?
    Or have you started to use some VoIP equipment like
    Vonage ?
    Not to my knowledge on the 2Wire VoIP service. They provide hardware "gateways" for DSL providers.
    No Vonage equipment installed on my system.
    I'm inclined to believe this is an iChat/AIM Server issue that's been triggered by recent software/server updates at either Apple's or AOL's end, though I'm no techie. Maybe the iChat mice on the treadmill in my computer just gave up and called it a day.
    Again, thanks for all your help. Hopefully there will be joy soon.
    Joe
    B&W w/600Mhz G4   Mac OS X (10.4.8)   1G RAM - ATI Radeon 9200 PCI Graphics Card - Pioneer 111D SuperDrive

  • Did not find EXT_REFERENCE_ID pointed to by field C1_EXT_REFERENCE_ID

    I have WebLogic 32 bit installed on a Windows XP 32 bit platform. And CCB V2.2.0.
    Upon startup in WebLogic, I get the following error message in the Domain Diagnostic Log file of Web Logic;
    101162 User defined listener com.splwg.base.web.startup.SPLWebStartup failed: com.splwg.shared.common.LoggedException: The following stacked messages were reported as the LoggedException was rethrown: com.splwg.base.web.startup.PreloadLoginInfo.preloadFieldMetaData(PreloadLoginInfo.java:150): Unable to preload navigation keys and web pages com.splwg.base.support.context.SessionExecutable.doAsReadOnlyInCurrentSessionIfAvailable(SessionExecutable.java:54): Error caching field metainfo com.splwg.base.web.common.FieldMetaDataRepository$FieldRetriever.execute(FieldMetaDataRepository.java:99): Caught exception from SessionExecutable.execute() The root LoggedException was: Did not find base field 'EXT_REFERENCE_ID' pointed to by field 'C1_EXT_REFERENCE_ID'.
    A user, ChesPlay, suggested that I install FrameWork Service Pack 10 from the Oracle MetaLink site. *(ChesPlay...thanks for your help!)*
    I completed the install yesterday, but still get the same error.
    First, I verified that I had already installed the Prerequisite Single Fixes 7195518. 7012092, 7284592 per SP10 install instructions.
    Second, I installed the Prerequisite Single Fix 10124173 before installing Service Pack 10.
    The following are the last few bug installations from Service Pack 10 and these are from my <SPLBASE>\etc\installed_fixes.txt file (I included these to show that SP10 installed OK);
    10215923
    10424723
    10262588
    10333081
    11069455
    10374823
    10428564
    11682732
    9943861
    9843154
    10235499
    I queried the ci_ut_instl database table to show the last few database updates that were installed from Service Pack 10;
    10270627
    9442145
    8632929
    10183805
    8486799
    9947280
    10116686
    ChesPlay, you asked if I had installed DB SP1, and I am thinking that this would be included inside the DB SP10 that I just installed. There was a database upgrade in FW SP10. I queried some defects that would have been corrected around the time we did the initial install and installed FW SP1, and those DB corrections are;
    SR_NO
    6089943
    6320038
    6508751
    6690631
    6732352
    6741522
    6746717
    6752806
    6753590
    6762978
    6769161
    6769237
    6779293
    6779801
    6781657
    6818630
    6823390
    6849474
    6852874
    6870669
    6906144
    6939345
    6941618
    6979608
    6995839
    7003470
    7014765
    7026277
    7381045
    7381047
    7381055
    7381058
    7382787
    7384954
    7388487
    7391086
    7391288
    7407889
    7413910
    7418119
    7428875
    7438467
    7441512
    7448408
    7456024
    7462902
    7484097
    7493378
    7494737
    7500660
    7503581
    7509645
    7527185
    7534015
    7568961
    7569426
    7582167
    7588967
    7592708
    7594026
    7599841
    7599984
    7613246
    7616144
    7624052
    7633553
    7635383
    7649695
    7677265
    7679057
    7026919
    7037953
    7111539
    7233235
    7256221
    7293343
    7310420
    7322924
    7332542
    7357736
    7503171
    7503377
    7510815
    7520424
    7568016
    7593173
    7594038
    7671757
    7827664
    8251286
    8260929
    8268874
    8273106
    8291086
    8392040
    6937115
    6979711
    6999033
    7041838
    7109393
    7175088
    7176465
    7189056
    7189062
    7189066
    7228406
    7240901
    7247174
    7247901
    7253983
    7254315
    7259747
    7263367
    7275778
    7277602
    7279706
    7281406
    7281654
    7286107
    7288370
    7298418
    7316562
    7316681
    7323846
    7332558
    7332907
    7344408
    7346424
    7353257
    7356312
    7357247
    7359107
    7375159
    7381041
    9300696
    9309747
    9340118
    9395985
    9400236
    9492363
    9526408
    9647138
    9654108
    9664482
    9698293
    9709303
    9712403
    9825630
    7679562
    7687196
    7687438
    7687453
    7710475
    7774775
    7811967
    7831369
    7911307
    7924667
    8206476
    8226523
    8235853
    8256491
    8273340
    8280748
    8284128
    8289639
    8292263
    8301127
    8307872
    8321198
    8339901
    8344477
    8350640
    8350682
    8403219
    8426144
    8426309
    8443509
    8445514
    8445531
    8484901
    8490758
    8496724
    8503323
    8532198
    8546929
    8568639
    8569825
    8572542
    8574743
    8593280
    8595554
    8596468
    8603598
    8603640
    8619605
    8628607
    8631398
    8654780
    8676657
    8710499
    8734027
    8743059
    8743999
    8811818
    8958357
    9017242
    8738911
    8754679
    9006753
    9032536
    9104466
    9110525
    9124362
    9131056
    9211751
    9213966
    9267200
    9280101
    9290639
    I am headed to MetaLink now for further research on the "Did not find EXT_REFERENCE_ID pointed to by field C1_EXT_REFERENCE_ID" message to see what else I might need to install. I'll update this thread if/when I figure out the problem.
    Chesplay if you have another idea, or believe that there is a seperate DB SP1 on MetaLink, please advise. I was not able to find a seperate DB SP1 on MetaLink today. Thanks!

    For me even the issue was solved when i apply the db portion of patch 7009370. But when i log in to the application i could see ablank pages, the menus were not loading up and i was getting error:
    SYSUSER - 313876-67-1 2011-03-05 23:12:11,721 [[ACTIVE] ExecuteThread: '2' for q
    ueue: 'weblogic.kernel.Default (self-tuning)'] ERROR (web.dynamicui.NavMetaDataH
    older) Error getting navigation info for navigation key userPortalPage
    SYSUSER - 313876-67-1 2011-03-05 23:12:11,737 [[ACTIVE] ExecuteThread: '2' for q
    ueue: 'weblogic.kernel.Default (self-tuning)'] ERROR (web.dynamicui.XSLTExtensio
    nHelper) XSLT Extension error getting program component meta data for userPortal
    Page
    file:/C:/spl/CCBDEMO/splapp/servers/myserver/tmp/_WL_user/SPLWeb/yge362/war/WEB-
    INF/uiXSL/tabMenu.xsl; Line #279; Column #116; com.splwg.shared.common.LoggedException:
    The following stacked messages were reported as the LoggedException was rethrown
    com.splwg.base.web.dynamicui.XSLTExtensionHelper.privateProgramComponentExtensio
    n(XSLTExtensionHelper.java:66): XSLT Extension error getting program component m
    eta data for userPortalPage
    The root LoggedException was: Error getting navigation info for navigation key u
    serPortalPage
    file:/C:/spl/CCBDEMO/splapp/servers/myserver/tmp/_WL_user/SPLWeb/yge362/war/WEB-
    INF/uiXSL/tabMenu.xsl; Line #279; Column #116; java.lang.NullPointerException
    To overcome the above issue i applied the db portion of the patch 8608149 by following below steps:
    1.
    DELETE FROM CI_UT_INSTL WHERE SR_NO LIKE '8608149%';
    DELETE FROM CI_UT_INSTL_DTL WHERE SCRIPT_FILE_NAME LIKE '8608149_RS1%';
    COMMIT;
    2.Apply the patch 8608149.

  • The Systems Did Not Find a Valid Bill Of Material

    Hi Everyone,
    when creating a sales order - with a sales bom we encounter the following message - 'The Systems Did Not Find a Valid Bil Of Material'. If anyone has encounter such a message before appreciate of you can help to shed some light. Below is the settings which I have set-up in our systems.
    - When creating sales order the following error appears 'The systems did not find a valid bill of material'.
    - Detail of the error message
    - The item category TAQ having the field structure scope - A & Application - SD01.
    The component of the bom which supppose to appear in the sales order
    The item category settings.
    The sales bom structure.

    Hi Phanikumar / G. Lakshmipath,
    I truly appreciate both your feedback as the systems which I am currently working have most of the setings either wipe off or gone for good. I may have ask some basic questions .. however please do not misunderstand me as the situation i am currently in is really in a fixed (as I have receive some sarcastic remarks).
    I have done the checking and made the corrections as per your advice, however i am still encountering the same message which says no valid BOM.
    Settings which I have change.
    Item category determination for header
    Item category determination for item
    Thanks
    Regards
    Ken

Maybe you are looking for

  • How to put color combination like red/blue tag in the XML file

    Hi experts, i have developed one program to capture some DATA in one internal table.it contains 2 fields called addition flag and dedletion flag.then i have wriiten the following code for converting  the XML file for the above internal table data.i a

  • Online payments

    I wonder if anyone can help. I am trying to set up an online shop. I am struggling with the method of payment. The person I am setting it up for does not want to use worldpay, what is the best option for me to use. Is there any way I can do this dire

  • OBIEE - Answers - Grand total of a fact column

    I need to determine if a fact column (lets say X) is within a certain range of the total of X. I want to know how we can get the total of X in each record of the answers resultset. The column X has been defined as an aggregated column in the reposito

  • Synchronous call to process web service

    Hi All, Right now in my project I have exposed some process web services to be used by front end. But these process web service are asynchronous and does not return any output unless its an exception. Is there any other approach where front end syste

  • How can I change/edit the title/name of my iTunes podcast?

    I want to "add" more description to the "title" of my iTunes podcast. Anyone know how to do this? -Mike