Video source error

I am getting a video source error that does not make sense to me. My file is named "6-6" When I use the code
<video controls>
          <source src="6-6.mp4" type="video/mp4" />
          </video>
I get the error "Invalid Source" even when my file is surely in the correct folder for assets.
I am confused to say the least.

Does your browser support MP4?
http://www.w3schools.com/tags/tag_video.asp
If so, does your server?
http://voice.firefallpro.com/2012/03/html5-audio-video-mime-types.html

Similar Messages

  • Catch Video Source Error

    I want to have a heck to see if the video source does exists.
    I am trying to catch an error on the play() event of the video
    Object. Right now, it seems to try to play the object, and gives me
    back an error. I have tried dozens of different catches on the
    error.
    How can i catch the error once it tries to play the video,
    eventhough the video source is set but is not valid. (I guess
    another way is how can i check if the video source is valid)?
    mediaPlayer_vd.source = e.target.mediaFolder +
    e.target.mediaUrl
    try {
    mediaPlayer_vd.play();
    if (this.mediaPlayer_vd.state == "connectionError") {
    Alert.show("Media Source Sample Not Found", "File Not
    Found");
    dispatchEvent(new Event("destroyMediaE", true, true));
    dispatchEvent(new Event("enableListE", true, false));
    } catch (e:*) {
    Alert.show("Media Source Sample Not Found", "File Not
    Found");
    dispatchEvent(new Event("destroyMediaE", true, true));
    dispatchEvent(new Event("enableListE", true, false));
    Thanks

    Hi Kglad
    Thanks for getting back to me and I am sorry for the delay in
    my reply, I am still desperate to sort this out. This was the
    explaination for the code you have highlighted.
    "We use a try catch block here to check for the FlashVar. If
    it exists and there are no problems, we set the player source to
    the video_path FlashVar (if(keyStr == "video_path") myPlayer.source
    = valueStr;). If it doesn't exist or there is an error, we simply
    do nothing."
    Hope this helps. I assume its there to declare the FlashVars
    and set the path for the source in order to make the FLV player
    dynamic.
    Many thanks
    Rob

  • Error 1074397153 Cannot Detect Recognizable Video source

    I'm using a single PCI1410 card to acquire images from two cameras and display those images in Labview using the Multiple Camera Acquisition.vi found on the NI website.  I'm running Windows XP, and my two cameras are Sony XC-HR70's with a resolution of 1024X768 each, running ~15FPS (total for both) thru the frame grabber.  I have one camera as a master, supplying the HD & VD synch signals for both my slave camera and the PCI1410.  Here is my problem:
          Whenever I change the light intensity for the cameras drastically (ie, abruptly shutting off the light source or blocking the camera), I get an error in Labview:  "1074397153 @ IMAQ Extract Buffer.vi.   NI-IMAQ: Cannot detect recognizable video source".  If I perform a gradual decrease in light intensity, I don't get the error.  Unfortunately, the users often need to toggle on and off my camera illuminators abruptly, so a gradual transition is not an option.
           I thought this was a MAX issue, but it is not-MAX gives no errors regardless of light intensity.
           I also tried decreasing the white level and/or increasing the black level-(per NI Knowledgebase post) all that did was decrease my image quality, error still appeared.  The error first appears in imgwaitforimaqoccurrence.vi which is inside imgsessionexaminebuffer.vi. 
    If I could somehow ignore the error and insert a ~ 500mS delay and then re-attempt to acquire video lock, it would probably work.  Just not sure how to do this, or if it is the right approach.  Any ideas?

    Hey wowens,
    I was wondering if you ran just a simple grab example program, and perform the same action of shutting off the camera's light source, do you get the same error? The error you are getting means that the frame grabber is not receiving any data from the camera in the expected timeout period. There shouldn't be any reason why decreasing the light quickly should stop the camera from sending data, as the camera should still be sending some data, like all black pixels or something. I might suggest tapping the data coming in with an oscilloscope to see if the data stops when you decrease the light. If you can't do this, I might suggest altering the code so that you don't stop the loop. You could also look at the shipping example called LL Scan Multiple Channels.VI. What version of the NI-IMAQ driver are you using? I would suggest that you upgrade to the most recent if you don't have it. Other than that it sounds like you need to find out what is causing the error before you start to find a solution.
    I hope this helps at least a little. Let me know if you have any questions or concerns. Thanks, and have a great day.
    Regards,
    DJ L.

  • Error 0xBFF6001F - Cannot detect recognizable video source

    Hi,
    I'm using a NI PCI-1433 card with a Sentech camera.
    When I try to get a snap from the camera in MAX, I've the following error : 0xBFF6001F - Cannot detect recognizable video source.
    I use the icd file given by the camera constructor (Alliance Vision) for the camera parameters.
    I have Labview 2012 SP1 and MAX 5.4.0.
    Has someone any idea ?
    Maugan.

    Hi Maugan,
    Did you already look at this KB?
    Best regards.
    Paolo_P
    National Instruments France
    #adMrkt{text-align: center;font-size:11px; font-weight: bold;} #adMrkt a {text-decoration: none;} #adMrkt a:hover{font-size: 9px;} #adMrkt a span{display: none;} #adMrkt a:hover span{display: block;}
    Travaux Pratiques d'initiation à LabVIEW et à la mesure
    Du 2 au 23 octobre, partout en France

  • Error 0 x BFF6001F Cannot detect recognizab​le video source

    Hi
    Facing this error message
    error 0 x BFF6001F Cannot detect recognizable video source
    Labview 7.1 with a NI-IMAQ Vision 7.1.1
    Imaq card NI-PCI-1407
    I am not able to detect a CCD camera on this card.This is what , I have done so far :
    Tried 3 different cameras ( all irs 170 out put) on a computer with the same image acquisition card ( PCI 1407) ---- all cameras work well
    Now when I go to a different computer with the same software and same card , I am facing the error
    error 0 x BFF6001F Cannot detect recognizable video source
    Card itself is able to pass the self-test.
    I have compared all the parameters in the tabs under Channel0:rs170 and they are same in two different computers.
    Can you suggest something..?
    Thanks
    Deepak
    LAB View 2010 SP1

    Hi Deepak,
    There are a lot of things that could be causing that error.  The first thing that you could check is the power that the camera gets at the computer where it does not work.  If the camera is not getting enough power or is getting "dirty" power, it could cause that error.  Are the computers in two different locations?  Can you verify that everything works in one computer and not in the other when the power source is the same, i.e. same outlet, same power adapter and cabling?
    Once we have removed power from the equation, you should check the video signal itself.  If you have a scope or a DAQ card, you can probe the line and see what the signal looks like.  This article discusses analog signals, and you should see something similar to the signal in the second figure.
    Let me know what you find.
    Regards,
    Brandon M.
    Applications Engineer
    National Instruments

  • Can't connect JAI CV-M1 camera to PCI-1409. Error: 'Can't lock on video source'

    I am connecting a JAI CV-M1 camera to a PCI 1409 card but I can't kill the error message 'can't lock on video source'. Does anybody has the right interface and camera files for me (*.iid and *.icd)? Thanks...

    Hi, I had a customer that used that camera , the configuration files are available in NI site , but you need to connect NOT only the BNC but in addition you need to connect PCLOCK pin because Pixel Clock is not standard.

  • Error 1074397153 "cannot detect recognizable video source" in LabVIEW environment and but not in NI MAX

    Hi all,
    We have first tested our cameralink camera using NI MAX and we were able to grab with out any error.
    But when we are getting the  Error 1074397153 "cannot detect recognizable video source" in LabVIEW environment when we wanted to acquire from a 16 bit Cameralink standard camera. we are using Labview 2013 SP1 and Vision development module with  IMAQ 4.9 driver. Below is the VI pasted
    All the camera cables, power cables to the camera are fine.
    Kindly let us know what is the issue and any solution to solve it.
    with regards,
    Sri

    -What camera you are using? Did you try with any other software provided with camera vendor?
    -Did you check proper interface name?
    -Please post MAX screenshot also will be better to understand the changes...
    Thanks
    uday,
    Please Mark the solution as accepted if your problem is solved and help author by clicking on kudoes
    Certified LabVIEW Associate Developer (CLAD) Using LV13

  • Video Chat Error

    I am trying to video chat with a friend. I am using my MacBook's built in iSight and they have Microsoft Life Cam VX-3000 with AIM.
    I keep recieving an error
    Date/Time: 2007-06-02 00:33:45.665 -0400
    OS Version: 10.4.9 (Build 8P2137)
    Report Version: 4
    iChat Connection Log:
    AVChat started with ID 0.
    0x16a8e6d0: State change from AVChatNoState to AVChatStateWaiting.
    relientkfiveiron: State change from AVChatNoState to AVChatStateInvited.
    0x16a8e6d0: State change from AVChatStateWaiting to AVChatStateConnecting.
    relientkfiveiron: State change from AVChatStateInvited to AVChatStateConnecting.
    0x16a8e6d0: State change from AVChatStateConnecting to AVChatStateEnded.
    Chat ended with error -8
    relientkfiveiron: State change from AVChatStateConnecting to AVChatStateEnded.
    Chat ended with error -8
    Video Conference Error Report:
    @:0 type=4 (00000000/22)
    [VCSIP_INVITEERROR]
    [19]
    @SIP/SIP.c:2448 type=4 (900A0015/22)
    [SIPConnectIPPort failed]
    @SIP/SIP.c:2448 type=4 (900A0015/22)
    [SIPConnectIPPort failed]
    Video Conference Support Report:
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected]:5061 SIP/2.0
    Via: SIP/2.0/UDP 192.168.1.100;branch=z9hG4bK01ffe2463238997d
    Max-Forwards: 70
    To: "u0" <sip:[email protected]:5061>
    From: "relientkfiveiron" <sip:[email protected]>;tag=1839038714
    Call-ID: 6fd080de-10c2-11dc-8f5d-934964a813c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 511
    v=0
    o=Craig 0 0 IN IP4 192.168.1.100
    s=relientkfiveiron
    c=IN IP4 192.168.1.100
    b=AS:2147483647
    t=0 0
    a=hwi:1028:2:1830
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16386 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:664109815
    m=video 16384 RTP/AVP 126 34
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:15
    a=RTCP:AUDIO 16387 VIDEO 16385
    a=pogo
    a=fmtp:126 imagesize 0 rules 15:640:480:640:480
    a=rtpID:864784081
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected]:5061 SIP/2.0
    Via: SIP/2.0/UDP 192.168.1.100;branch=z9hG4bK01ffe2463238997d
    Max-Forwards: 70
    To: "u0" <sip:[email protected]:5061>
    From: "relientkfiveiron" <sip:[email protected]>;tag=1839038714
    Call-ID: 6fd080de-10c2-11dc-8f5d-934964a813c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 511
    v=0
    o=Craig 0 0 IN IP4 192.168.1.100
    s=relientkfiveiron
    c=IN IP4 192.168.1.100
    b=AS:2147483647
    t=0 0
    a=hwi:1028:2:1830
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16386 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:664109815
    m=video 16384 RTP/AVP 126 34
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:15
    a=RTCP:AUDIO 16387 VIDEO 16385
    a=pogo
    a=fmtp:126 imagesize 0 rules 15:640:480:640:480
    a=rtpID:864784081
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected]:5061 SIP/2.0
    Via: SIP/2.0/UDP 192.168.1.100;branch=z9hG4bK01ffe2463238997d
    Max-Forwards: 70
    To: "u0" <sip:[email protected]:5061>
    From: "relientkfiveiron" <sip:[email protected]>;tag=1839038714
    Call-ID: 6fd080de-10c2-11dc-8f5d-934964a813c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 511
    v=0
    o=Craig 0 0 IN IP4 192.168.1.100
    s=relientkfiveiron
    c=IN IP4 192.168.1.100
    b=AS:2147483647
    t=0 0
    a=hwi:1028:2:1830
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16386 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:664109815
    m=video 16384 RTP/AVP 126 34
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:15
    a=RTCP:AUDIO 16387 VIDEO 16385
    a=pogo
    a=fmtp:126 imagesize 0 rules 15:640:480:640:480
    a=rtpID:864784081
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected]:5061 SIP/2.0
    Via: SIP/2.0/UDP m.0;branch=z9hG4bK3cf959e97b8cbb22
    Max-Forwards: 70
    To: "u0" <sip:[email protected]:5061>
    From: "relientkfiveiron" <sip:[email protected]>;tag=798082569
    Call-ID: 6e9f4524-10c2-11dc-8f5d-cfcf130d13c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 507
    v=0
    o=Craig 0 0 IN IP4 m.0
    s=relientkfiveiron
    c=IN IP4 m.0
    b=AS:2147483647
    t=0 0
    a=hwi:1028:2:1830
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 1369 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:664109815
    m=video 1367 RTP/AVP 126 34
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:15
    a=RTCP:AUDIO 1370 VIDEO 1368
    a=pogo
    a=fmtp:126 imagesize 0 rules 15:640:480:640:480
    a=rtpID:864784081
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected]:5061 SIP/2.0
    Via: SIP/2.0/UDP m.0;branch=z9hG4bK3cf959e97b8cbb22
    Max-Forwards: 70
    To: "u0" <sip:[email protected]:5061>
    From: "relientkfiveiron" <sip:[email protected]>;tag=798082569
    Call-ID: 6e9f4524-10c2-11dc-8f5d-cfcf130d13c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 507
    v=0
    o=Craig 0 0 IN IP4 m.0
    s=relientkfiveiron
    c=IN IP4 m.0
    b=AS:2147483647
    t=0 0
    a=hwi:1028:2:1830
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 1369 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:664109815
    m=video 1367 RTP/AVP 126 34
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:15
    a=RTCP:AUDIO 1370 VIDEO 1368
    a=pogo
    a=fmtp:126 imagesize 0 rules 15:640:480:640:480
    a=rtpID:864784081
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected]:5061 SIP/2.0
    Via: SIP/2.0/UDP m.0;branch=z9hG4bK3cf959e97b8cbb22
    Max-Forwards: 70
    To: "u0" <sip:[email protected]:5061>
    From: "relientkfiveiron" <sip:[email protected]>;tag=798082569
    Call-ID: 6e9f4524-10c2-11dc-8f5d-cfcf130d13c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 507
    v=0
    o=Craig 0 0 IN IP4 m.0
    s=relientkfiveiron
    c=IN IP4 m.0
    b=AS:2147483647
    t=0 0
    a=hwi:1028:2:1830
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 1369 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:664109815
    m=video 1367 RTP/AVP 126 34
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:15
    a=RTCP:AUDIO 1370 VIDEO 1368
    a=pogo
    a=fmtp:126 imagesize 0 rules 15:640:480:640:480
    a=rtpID:864784081
    @:0 type=2 (00000000/22)
    [VCVIDEO_OUTGOINGATTEMPT]
    [4]
    Video Conference User Report:
    Binary Images Description for "iChat":
    0x1000 - 0x17dfff com.apple.iChat 3.1.8 (445) /Applications/iChat.app/Contents/MacOS/iChat
    0x3f9000 - 0x3f9fff org.xlife.InquisitorLoader 3.0 (41) /Users/Craig/Library/InputManagers/Inquisitor/Inquisitor.bundle/Contents/MacOS/ Inquisitor
    0x5dd000 - 0x5dffff net.culater.SIMBL 0.8 (8) /Library/InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/SIMBL
    0x14ca0000 - 0x14ca9fff com.apple.IOFWDVComponents 1.9.0 /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0x14d2e000 - 0x14d9ffff com.DivXInc.DivXDecoder 6.4.0 /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x14dad000 - 0x14de9fff com.apple.QuickTimeFireWireDV.component 7.1.6 /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x14df5000 - 0x14e25fff com.apple.QuickTimeIIDCDigitizer 7.1.6 /System/Library/QuickTime/QuickTimeIIDCDigitizer.component/Contents/MacOS/Quick TimeIIDCDigitizer
    0x14e2f000 - 0x14e6bfff com.apple.QuickTimeUSBVDCDigitizer 1.7.5 /System/Library/QuickTime/QuickTimeUSBVDCDigitizer.component/Contents/MacOS/Qui ckTimeUSBVDCDigitizer
    0x14e8f000 - 0x14e94fff com.apple.audio.AppleHDAHALPlugIn 1.2.9 (1.2.9a4) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x14ea3000 - 0x14ffcfff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x15028000 - 0x15081fff com.apple.driver.AppleIntelGMA950GLDriver 1.4.52 (4.5.2) /System/Library/Extensions/AppleIntelGMA950GLDriver.bundle/Contents/MacOS/Apple IntelGMA950GLDriver
    0x15088000 - 0x150a4fff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver.bundl e/GLDriver
    0x150ab000 - 0x150cffff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x151e4000 - 0x151e5fff com.google.GoogleNotifierQuickAddCMPlugin ??? (0.0.1.2) /Users/Craig/Library/Contextual Menu Items/Google Notifier Quick Add CM Plugin.plugin/Contents/MacOS/Google Notifier Quick Add CM Plugin
    0x151ea000 - 0x151ecfff com.apple.AutomatorCMM 1.0.1 (68) /System/Library/Contextual Menu Items/AutomatorCMM.plugin/Contents/MacOS/AutomatorCMM
    0x151f0000 - 0x151f4fff com.apple.FolderActionsMenu 1.3.1 /System/Library/Contextual Menu Items/FolderActionsMenu.plugin/Contents/MacOS/FolderActionsMenu
    0x151f9000 - 0x151f9fff com.apple.SpotLightCM 1.0 (121.36) /System/Library/Contextual Menu Items/SpotlightCM.plugin/Contents/MacOS/SpotlightCM
    0x15517000 - 0x1551bfff com.apple.audio.AudioIPCPlugIn 1.0.1 /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x15537000 - 0x15560fff com.apple.audio.SoundManager.Components 3.9.2 /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0x16155000 - 0x16158fff com.apple.iokit.IOQTComponents 1.4 /System/Library/Components/IOQTComponents.component/Contents/MacOS/IOQTComponen ts
    0x8fe00000 - 0x8fe4afff dyld /usr/lib/dyld
    0x90000000 - 0x90170fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901c0000 - 0x901c2fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x901c4000 - 0x90201fff com.apple.CoreText 1.1.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90228000 - 0x902fefff com.apple.ApplicationServices.ATS 2.0.6 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9031e000 - 0x90773fff com.apple.CoreGraphics 1.258.75 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9080a000 - 0x908d2fff com.apple.CoreFoundation 6.4.7 (368.28) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90910000 - 0x90910fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90912000 - 0x90a05fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a55000 - 0x90ad4fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90afd000 - 0x90b61fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bd0000 - 0x90bd7fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90bdc000 - 0x90c4ffff com.apple.framework.IOKit 1.4.6 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c64000 - 0x90c76fff libauto.dylib /usr/lib/libauto.dylib
    0x90c7c000 - 0x90f22fff com.apple.CoreServices.CarbonCore 682.23 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90f65000 - 0x90fcdfff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91005000 - 0x91043fff com.apple.CFNetwork 129.20 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x91056000 - 0x91066fff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91071000 - 0x910effff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x91124000 - 0x91142fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9114e000 - 0x9115cfff libz.1.dylib /usr/lib/libz.1.dylib
    0x9115f000 - 0x912fefff com.apple.security 4.5.2 (29774) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913fc000 - 0x91404fff com.apple.DiskArbitration 2.1.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9140b000 - 0x91412fff libbsm.dylib /usr/lib/libbsm.dylib
    0x91416000 - 0x9143cfff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9144e000 - 0x914c4fff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91515000 - 0x91515fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91517000 - 0x91542fff com.apple.AE 314 (313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91555000 - 0x91629fff com.apple.ColorSync 4.4.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91664000 - 0x916d7fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91705000 - 0x917aefff com.apple.QD 3.10.24 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x917d4000 - 0x9181ffff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9183e000 - 0x91854fff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91860000 - 0x9187afff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91884000 - 0x918c1fff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x918d5000 - 0x918e1fff com.apple.speech.synthesis.framework 3.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x918e8000 - 0x91927fff com.apple.ImageIO.framework 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9193a000 - 0x919ecfff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91a32000 - 0x91a48fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91a4d000 - 0x91a6bfff com.apple.ImageIO.framework 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91a70000 - 0x91acffff com.apple.ImageIO.framework 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91ae1000 - 0x91ae5fff com.apple.ImageIO.framework 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91ae7000 - 0x91b6bfff com.apple.ImageIO.framework 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91b6f000 - 0x91bacfff com.apple.ImageIO.framework 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91bb2000 - 0x91bccfff com.apple.ImageIO.framework 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91bd1000 - 0x91bd3fff com.apple.ImageIO.framework 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91bd5000 - 0x91cb3fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91cd0000 - 0x91cd0fff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91cd2000 - 0x91d60fff com.apple.vImage 2.5 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91d67000 - 0x91d67fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91d69000 - 0x91dc2fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91dcb000 - 0x91deffff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91df7000 - 0x92200fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9223a000 - 0x925eefff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9261b000 - 0x92708fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x9270a000 - 0x92787fff com.apple.DesktopServices 1.3.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x927c8000 - 0x929f8fff com.apple.Foundation 6.4.8 (567.29) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92b12000 - 0x92b29fff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92b34000 - 0x92b8cfff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92ba0000 - 0x92ba0fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92ba2000 - 0x92bb2fff com.apple.ImageCapture 3.0.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92bc1000 - 0x92bc9fff com.apple.speech.recognition.framework 3.6 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92bcf000 - 0x92bd4fff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92bda000 - 0x92c6bfff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92c7f000 - 0x92c82fff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92c85000 - 0x92ca3fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92cb5000 - 0x92cbbfff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92cc1000 - 0x92d24fff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92d48000 - 0x92d89fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92db0000 - 0x92dbdfff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92dc4000 - 0x92dc9fff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92dce000 - 0x930c3fff com.apple.HIToolbox 1.4.9 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x931c9000 - 0x931d4fff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x931d9000 - 0x931f4fff com.apple.DirectoryService.Framework 3.2 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93244000 - 0x93244fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93246000 - 0x938fcfff com.apple.AppKit 6.4.8 (824.42) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93c7d000 - 0x93cf8fff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93d31000 - 0x93debfff com.apple.audio.toolbox.AudioToolbox 1.4.5 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93e2e000 - 0x93e2efff com.apple.audio.units.AudioUnit 1.4.2 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93e30000 - 0x93ff1fff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94037000 - 0x94078fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x94080000 - 0x940bafff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x940bf000 - 0x940d5fff com.apple.CoreVideo 1.4 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9411b000 - 0x94163fff com.apple.bom 8.5 (86.3) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x9416d000 - 0x941abfff com.apple.vmutils 4.0.2 (93.1) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x941ef000 - 0x94200fff com.apple.securityfoundation 2.2.1 (28150) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9420e000 - 0x9424cfff com.apple.securityinterface 2.2.1 (27695) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x94268000 - 0x94277fff com.apple.CoreGraphics 1.258.75 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x9427e000 - 0x94289fff com.apple.CoreGraphics 1.258.75 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x942d5000 - 0x942effff com.apple.CoreGraphics 1.258.75 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x942f5000 - 0x945f4fff com.apple.QuickTime 7.1.6 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94775000 - 0x948bbfff com.apple.AddressBook.framework 4.0.4 (485.1) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94947000 - 0x94956fff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x9495d000 - 0x94986fff com.apple.LDAPFramework 1.4.2 (69.1.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x9498c000 - 0x9499bfff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x9499f000 - 0x949c4fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x949d0000 - 0x949edfff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x949f4000 - 0x94a5afff com.apple.Bluetooth 1.7.14 (1.7.14f14) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x94d19000 - 0x94dabfff com.apple.WebKit 419 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x94e05000 - 0x94e87fff com.apple.JavaScriptCore 418.3 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x94ec0000 - 0x9519ffff com.apple.WebCore 418.21 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x9531e000 - 0x95341fff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x964c1000 - 0x964c1fff com.apple.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x969a4000 - 0x969c6fff com.apple.speech.LatentSemanticMappingFramework 2.5 /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/Versions/A/La tentSemanticMapping
    0x96a37000 - 0x96b0efff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x96b29000 - 0x96b2afff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSystem.dy lib
    0x96b2c000 - 0x96b31fff com.apple.agl 2.5.9 (AGL-2.5.9) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x96c88000 - 0x96c89fff com.apple.MonitorPanelFramework 1.1.1 /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x973d6000 - 0x974bffff com.apple.viceroy.framework 278.3.10 /System/Library/PrivateFrameworks/VideoConference.framework/Versions/A/VideoCon ference
    0x97c03000 - 0x97c05fff com.apple.DisplayServicesFW 1.8.2 /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x97e34000 - 0x98b09fff com.apple.QuickTimeComponents.component 7.1.6 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x994c9000 - 0x994d4fff com.apple.IMFramework 3.1.4 (429) /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x994de000 - 0x9964afff com.apple.MessageFramework 2.1.1 (752.3) /System/Library/Frameworks/Message.framework/Versions/B/Message

    Now we can get it to work but their picture is horrible and then it crashes seconds later
    New report
    Date/Time: 2007-06-02 00:49:48.434 -0400
    OS Version: 10.4.9 (Build 8P2137)
    Report Version: 4
    Command: iChat
    Path: /Applications/iChat.app/Contents/MacOS/iChat
    Parent: WindowServer [57]
    Version: 3.1.8 (445)
    Build Version: 1
    Project Name: iChat
    Source Version: 4450000
    PID: 465
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0xb1c1d3a1
    Thread 0 Crashed:
    0 libobjc.A.dylib 0x90a57554 classlookupMethodAndLoadCache + 356
    1 libobjc.A.dylib 0x90a573c6 objc_msgSend + 86
    2 com.apple.CoreGraphics 0x90330535 CGFunctionRetain + 22
    3 com.apple.CoreGraphics 0x903d5b0b maybeCopyDeviceState + 117
    4 com.apple.CoreGraphics 0x9032ea27 CGGStateDeviceReset + 76
    5 com.apple.CoreGraphics 0x9032e99a CGGStateReset + 18
    6 com.apple.AppKit 0x932a38f4 -[NSFocusState flush] + 42
    7 com.apple.AppKit 0x932a2627 -[NSView _focusFromView:withContext:] + 436
    8 com.apple.AppKit 0x932a21eb -[NSView lockFocusIfCanDraw] + 726
    9 com.apple.AppKit 0x932a1d62 -[NSView lockFocus] + 35
    10 com.apple.AppKit 0x932d92cc -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 373
    11 com.apple.AppKit 0x932d8c8e -[NSView displayIfNeeded] + 439
    12 com.apple.AppKit 0x932d8a32 -[NSWindow displayIfNeeded] + 168
    13 com.apple.AppKit 0x93328d6c _handleWindowNeedsDisplay + 206
    14 com.apple.CoreFoundation 0x9082cd6e __CFRunLoopDoObservers + 342
    15 com.apple.CoreFoundation 0x9082be10 CFRunLoopRunSpecific + 827
    16 com.apple.CoreFoundation 0x9082bace CFRunLoopRunInMode + 61
    17 com.apple.HIToolbox 0x92dd78d8 RunCurrentEventLoopInMode + 285
    18 com.apple.HIToolbox 0x92dd6fe2 ReceiveNextEventCommon + 385
    19 com.apple.HIToolbox 0x92dd6e39 BlockUntilNextEventMatchingListInMode + 81
    20 com.apple.AppKit 0x9325d465 _DPSNextEvent + 572
    21 com.apple.AppKit 0x9325d056 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 137
    22 com.apple.AppKit 0x93256ddb -[NSApplication run] + 512
    23 com.apple.AppKit 0x9324ad2f NSApplicationMain + 573
    24 com.apple.iChat 0x00002a2e 0x1000 + 6702
    25 com.apple.iChat 0x0007e515 0x1000 + 513301
    Thread 1:
    0 libSystem.B.dylib 0x90024c67 semaphorewait_signaltrap + 7
    1 com.apple.viceroy.framework 0x973de6c5 CameraList_Thread + 423
    2 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 2:
    0 libSystem.B.dylib 0x90024c67 semaphorewait_signaltrap + 7
    1 com.apple.viceroy.framework 0x973e08f3 Queue_Get + 253
    2 com.apple.viceroy.framework 0x973df528 -[VCNotificationGateway notificationGatewayProc:] + 209
    3 com.apple.Foundation 0x927e52e0 forkThreadForFunction + 123
    4 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 3:
    0 libSystem.B.dylib 0x9001a56c select + 12
    1 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 4:
    0 libSystem.B.dylib 0x9001a56c select + 12
    1 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 5:
    0 libSystem.B.dylib 0x9000a077 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082c2b3 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082bace CFRunLoopRunInMode + 61
    3 com.apple.Foundation 0x9281aa0f +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 259
    4 com.apple.Foundation 0x927e52e0 forkThreadForFunction + 123
    5 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 6:
    0 libSystem.B.dylib 0x9000a077 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082c2b3 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082bace CFRunLoopRunInMode + 61
    3 com.apple.Foundation 0x92841bc2 +[NSURLCache _diskCacheSyncLoop:] + 206
    4 com.apple.Foundation 0x927e52e0 forkThreadForFunction + 123
    5 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 7:
    0 libSystem.B.dylib 0x9000a077 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082c2b3 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082bace CFRunLoopRunInMode + 61
    3 com.apple.Foundation 0x9281ad3a -[NSRunLoop runMode:beforeDate:] + 182
    4 com.apple.Foundation 0x9281ac36 -[NSRunLoop run] + 75
    5 com.apple.WebKit 0x94d1b529 +[WebFileDatabase _syncLoop:] + 198
    6 com.apple.Foundation 0x927e52e0 forkThreadForFunction + 123
    7 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 8:
    0 libSystem.B.dylib 0x9000a077 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082c2b3 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9083d188 CFRunLoopRun + 60
    3 com.apple.viceroy.framework 0x97451897 Camera_IdleThread2 + 101
    4 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 9:
    0 libSystem.B.dylib 0x90049257 semaphoretimedwait_signaltrap + 7
    1 com.apple.viceroy.framework 0x97454510 Camera_FrameThread + 408
    2 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 10:
    0 libSystem.B.dylib 0x9000a077 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082c2b3 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9083d188 CFRunLoopRun + 60
    3 ...le.QuickTimeUSBVDCDigitizer 0x14e477cd APW::PTA::IsochronousThread::Start(APW::PTA::IsochronousThread*) + 297
    4 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 11:
    0 libSystem.B.dylib 0x90049257 semaphoretimedwait_signaltrap + 7
    1 com.apple.viceroy.framework 0x974306ca MicrophoneCallbackThreadDataProc + 128
    2 ....audio.toolbox.AudioToolbox 0x93d3b8d2 AudioConverterChain::CallInputProc(unsigned long) + 386
    3 ....audio.toolbox.AudioToolbox 0x93d3b6d5 AudioConverterChain::FillBufferFromInputProc(unsigned long*, unsigned long*, CABufferList*) + 639
    4 ....audio.toolbox.AudioToolbox 0x93d3b44e BufferedInputAudioConverter::CallInputProc(unsigned long) + 198
    5 ....audio.toolbox.AudioToolbox 0x93d3b1ae BufferedInputAudioConverter::GetAllInputBytes(unsigned long, unsigned long, unsigned long&, CABufferList const*&) + 76
    6 ....audio.toolbox.AudioToolbox 0x93d3b0e1 Resampler2Wrapper::RenderOutput(CABufferList*, unsigned long, unsigned long&) + 775
    7 ....audio.toolbox.AudioToolbox 0x93d3a89f BufferedAudioConverter::FillBuffer(unsigned long&, AudioBufferList&, AudioStreamPacketDescription*) + 211
    8 ....audio.toolbox.AudioToolbox 0x93d3aa2d AudioConverterChain::RenderOutput(CABufferList*, unsigned long, unsigned long&, AudioStreamPacketDescription*) + 93
    9 ....audio.toolbox.AudioToolbox 0x93d3a89f BufferedAudioConverter::FillBuffer(unsigned long&, AudioBufferList&, AudioStreamPacketDescription*) + 211
    10 ....audio.toolbox.AudioToolbox 0x93d5e837 AudioConverterFillBuffer + 233
    11 com.apple.viceroy.framework 0x97430cb2 Microphone_CallbackThread + 1141
    12 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 12:
    0 libSystem.B.dylib 0x90024c67 semaphorewait_signaltrap + 7
    1 com.apple.viceroy.framework 0x97430638 Microphone_NullDevice + 374
    2 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 13:
    0 libSystem.B.dylib 0x90049257 semaphoretimedwait_signaltrap + 7
    1 com.apple.audio.CoreAudio 0x9146c65c CAGuard::WaitFor(unsigned long long) + 212
    2 com.apple.audio.CoreAudio 0x9146c57e CAGuard::WaitUntil(unsigned long long) + 66
    3 com.apple.audio.CoreAudio 0x9146aefa HP_IOThread::WorkLoop() + 690
    4 com.apple.audio.CoreAudio 0x9146ac43 HPIOThread::ThreadEntry(HPIOThread*) + 17
    5 com.apple.audio.CoreAudio 0x9145f239 CAPThread::Entry(CAPThread*) + 93
    6 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 14:
    0 libSystem.B.dylib 0x9001a56c select + 12
    1 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 15:
    0 libSystem.B.dylib 0x9001a56c select + 12
    1 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 16:
    0 libSystem.B.dylib 0x90049257 semaphoretimedwait_signaltrap + 7
    1 com.apple.viceroy.framework 0x973eb6a4 MQGet + 202
    2 com.apple.viceroy.framework 0x973f7f1b TANonInviteServerProc + 250
    3 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 17:
    0 libSystem.B.dylib 0x9001038c read + 12
    1 com.apple.viceroy.framework 0x9742daa9 EncRspProc + 225
    2 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 18:
    0 libSystem.B.dylib 0x9001e37c recvfrom + 12
    1 com.apple.viceroy.framework 0x97422f62 RTPRecvRTP + 136
    2 com.apple.viceroy.framework 0x97484059 RTPRecvProc + 671
    3 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 19:
    0 libSystem.B.dylib 0x90024c67 semaphorewait_signaltrap + 7
    1 com.apple.viceroy.framework 0x9742376e SoundPlayer_AlarmThread + 282
    2 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 20:
    0 libSystem.B.dylib 0x90049257 semaphoretimedwait_signaltrap + 7
    1 com.apple.viceroy.framework 0x974375b5 Speaker_CallbackThread + 570
    2 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 21:
    0 libSystem.B.dylib 0x90024c67 semaphorewait_signaltrap + 7
    1 com.apple.viceroy.framework 0x974336ae Speaker_NullDevice + 900
    2 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 22:
    0 libSystem.B.dylib 0x90049257 semaphoretimedwait_signaltrap + 7
    1 com.apple.audio.CoreAudio 0x9146c65c CAGuard::WaitFor(unsigned long long) + 212
    2 com.apple.audio.CoreAudio 0x9146c57e CAGuard::WaitUntil(unsigned long long) + 66
    3 com.apple.audio.CoreAudio 0x9146aefa HP_IOThread::WorkLoop() + 690
    4 com.apple.audio.CoreAudio 0x9146ac43 HPIOThread::ThreadEntry(HPIOThread*) + 17
    5 com.apple.audio.CoreAudio 0x9145f239 CAPThread::Entry(CAPThread*) + 93
    6 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 23:
    0 libSystem.B.dylib 0x9001a56c select + 12
    1 com.apple.viceroy.framework 0x97417d04 Conference_RecvThread + 237
    2 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 24:
    0 libSystem.B.dylib 0x90024c67 semaphorewait_signaltrap + 7
    1 ...le.QuickTimeUSBVDCDigitizer 0x14e4d751 APW::VDO::USBVDC::NativeQueue::WaitForFilledFrame() + 81
    2 ...le.QuickTimeUSBVDCDigitizer 0x14e53a5e APW::VDO::USBVDC::ConversionThread::Start(APW::VDO::USBVDC::ConversionThread*) + 54
    3 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 25:
    0 libSystem.B.dylib 0x90049257 semaphoretimedwait_signaltrap + 7
    1 com.apple.viceroy.framework 0x973eb6a4 MQGet + 202
    2 com.apple.viceroy.framework 0x973f7f1b TANonInviteServerProc + 250
    3 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0xb1c1d3a5 ebx: 0x90a573fe ecx: 0xa0a550a4 edx: 0xb1c1d3a5
    edi: 0x90a57370 esi: 0x00000000 ebp: 0xbfffeb98 esp: 0xbfffeb50
    ss: 0x0000001f efl: 0x00010286 eip: 0x90a57554 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    Binary Images Description:
    0x1000 - 0x17dfff com.apple.iChat 3.1.8 (445) /Applications/iChat.app/Contents/MacOS/iChat
    0x5d6000 - 0x5d8fff net.culater.SIMBL 0.8 (8) /Library/InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/SIMBL
    0x5e6000 - 0x5e6fff org.xlife.InquisitorLoader 3.0 (41) /Users/Craig/Library/InputManagers/Inquisitor/Inquisitor.bundle/Contents/MacOS/ Inquisitor
    0x14cb3000 - 0x14cbcfff com.apple.IOFWDVComponents 1.9.0 /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0x14cdf000 - 0x14ce4fff com.apple.audio.AppleHDAHALPlugIn 1.2.9 (1.2.9a4) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x14d45000 - 0x14db6fff com.DivXInc.DivXDecoder 6.4.0 /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x14dc4000 - 0x14e00fff com.apple.QuickTimeFireWireDV.component 7.1.6 /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x14e0c000 - 0x14e3cfff com.apple.QuickTimeIIDCDigitizer 7.1.6 /System/Library/QuickTime/QuickTimeIIDCDigitizer.component/Contents/MacOS/Quick TimeIIDCDigitizer
    0x14e46000 - 0x14e82fff com.apple.QuickTimeUSBVDCDigitizer 1.7.5 /System/Library/QuickTime/QuickTimeUSBVDCDigitizer.component/Contents/MacOS/Qui ckTimeUSBVDCDigitizer
    0x14ea6000 - 0x14ffffff GLEngine /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x1502b000 - 0x15084fff com.apple.driver.AppleIntelGMA950GLDriver 1.4.52 (4.5.2) /System/Library/Extensions/AppleIntelGMA950GLDriver.bundle/Contents/MacOS/Apple IntelGMA950GLDriver
    0x1508b000 - 0x150a7fff GLDriver /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver.bundl e/GLDriver
    0x150ae000 - 0x150d2fff GLRendererFloat /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x1552a000 - 0x1552efff com.apple.audio.AudioIPCPlugIn 1.0.1 /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x1554a000 - 0x15573fff com.apple.audio.SoundManager.Components 3.9.2 /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0x16056000 - 0x1605efff com.apple.iokit.IOUSBLib 2.6.0 /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBLib.bundle/Co ntents/MacOS/IOUSBLib
    0x164e2000 - 0x164fbfff com.apple.AppleIntermediateCodec 1.1 (141) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0x16500000 - 0x16519fff com.apple.applepixletvideo 1.2.9 (1.2d9) /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x16e14000 - 0x16e17fff com.apple.iokit.IOQTComponents 1.4 /System/Library/Components/IOQTComponents.component/Contents/MacOS/IOQTComponen ts
    0x17a65000 - 0x17c5bfff net.telestream.wmv.import 2.1.1.70 /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import
    0x17c8c000 - 0x17e3dfff net.telestream.wmv.advanced 2.1.1.70 /Library/QuickTime/Flip4Mac WMV Advanced.component/Contents/MacOS/Flip4Mac WMV Advanced
    0x8fe00000 - 0x8fe4afff dyld 46.12 /usr/lib/dyld
    0x90000000 - 0x90170fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901c0000 - 0x901c2fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x901c4000 - 0x90201fff com.apple.CoreText 1.1.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90228000 - 0x902fefff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9031e000 - 0x90773fff com.apple.CoreGraphics 1.258.75 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9080a000 - 0x908d2fff com.apple.CoreFoundation 6.4.7 (368.28) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90910000 - 0x90910fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90912000 - 0x90a05fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a55000 - 0x90ad4fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90afd000 - 0x90b61fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bd0000 - 0x90bd7fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90bdc000 - 0x90c4ffff com.apple.framework.IOKit 1.4.6 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c64000 - 0x90c76fff libauto.dylib /usr/lib/libauto.dylib
    0x90c7c000 - 0x90f22fff com.apple.CoreServices.CarbonCore 682.23 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90f65000 - 0x90fcdfff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91005000 - 0x91043fff com.apple.CFNetwork 129.20 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x91056000 - 0x91066fff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91071000 - 0x910effff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x91124000 - 0x91142fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9114e000 - 0x9115cfff libz.1.dylib /usr/lib/libz.1.dylib
    0x9115f000 - 0x912fefff com.apple.security 4.5.2 (29774) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913fc000 - 0x91404fff com.apple.DiskArbitration 2.1.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9140b000 - 0x91412fff libbsm.dylib /usr/lib/libbsm.dylib
    0x91416000 - 0x9143cfff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9144e000 - 0x914c4fff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91515000 - 0x91515fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91517000 - 0x91542fff com.apple.AE 314 (313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91555000 - 0x91629fff com.apple.ColorSync 4.4.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91664000 - 0x916d7fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91705000 - 0x917aefff com.apple.QD 3.10.24 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x917d4000 - 0x9181ffff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9183e000 - 0x91854fff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91860000 - 0x9187afff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91884000 - 0x918c1fff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x918d5000 - 0x918e1fff com.apple.speech.synthesis.framework 3.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x918e8000 - 0x91927fff com.apple.ImageIO.framework 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9193a000 - 0x919ecfff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91a32000 - 0x91a48fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91a4d000 - 0x91a6bfff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91a70000 - 0x91acffff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91ae1000 - 0x91ae5fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91ae7000 - 0x91b6bfff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91b6f000 - 0x91bacfff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91bb2000 - 0x91bccfff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91bd1000 - 0x91bd3fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91bd5000 - 0x91cb3fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91cd0000 - 0x91cd0fff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91cd2000 - 0x91d60fff com.apple.vImage 2.5 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91d67000 - 0x91d67fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91d69000 - 0x91dc2fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91dcb000 - 0x91deffff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91df7000 - 0x92200fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9223a000 - 0x925eefff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9261b000 - 0x92708fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x9270a000 - 0x92787fff com.apple.DesktopServices 1.3.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x927c8000 - 0x929f8fff com.apple.Foundation 6.4.8 (567.29) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92b12000 - 0x92b29fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92b34000 - 0x92b8cfff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92ba0000 - 0x92ba0fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92ba2000 - 0x92bb2fff com.apple.ImageCapture 3.0.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92bc1000 - 0x92bc9fff com.apple.speech.recognition.framework 3.6 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92bcf000 - 0x92bd4fff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92bda000 - 0x92c6bfff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92c7f000 - 0x92c82fff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92c85000 - 0x92ca3fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92cb5000 - 0x92cbbfff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92cc1000 - 0x92d24fff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92d48000 - 0x92d89fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92db0000 - 0x92dbdfff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92dc4000 - 0x92dc9fff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92dce000 - 0x930c3fff com.apple.HIToolbox 1.4.9 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x931c9000 - 0x931d4fff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x931d9000 - 0x931f4fff com.apple.DirectoryService.Framework 3.2 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93244000 - 0x93244fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93246000 - 0x938fcfff com.apple.AppKit 6.4.8 (824.42) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93c7d000 - 0x93cf8fff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93d31000 - 0x93debfff com.apple.audio.toolbox.AudioToolbox 1.4.5 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93e2e000 - 0x93e2efff com.apple.audio.units.AudioUnit 1.4.2 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93e30000 - 0x93ff1fff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94037000 - 0x94078fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x94080000 - 0x940bafff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x940bf000 - 0x940d5fff com.apple.CoreVideo 1.4 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9411b000 - 0x94163fff com.apple.bom 8.5 (86.3) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x9416d000 - 0x941abfff com.apple.vmutils 4.0.2 (93.1) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x941ef000 - 0x94200fff com.apple.securityfoundation 2.2.1 (28150) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9420e000 - 0x9424cfff com.apple.securityinterface 2.2.1 (27695) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x94268000 - 0x94277fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x9427e000 - 0x94289fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x942d5000 - 0x942effff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x942f5000 - 0x945f4fff com.apple.QuickTime 7.1.6 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94775000 - 0x948bbfff com.apple.AddressBook.framework 4.0.4 (485.1) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94947000 - 0x94956fff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x9495d000 - 0x94986fff com.apple.LDAPFramework 1.4.2 (69.1.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x9498c000 - 0x9499bfff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x9499f000 - 0x949c4fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x949d0000 - 0x949edfff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x949f4000 - 0x94a5afff com.apple.Bluetooth 1.7.14 (1.7.14f14) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x94d19000 - 0x94dabfff com.apple.WebKit 419 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x94e05000 - 0x94e87fff com.apple.JavaScriptCore 418.3 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x94ec0000 - 0x9519ffff com.apple.WebCore 418.21 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x9531e000 - 0x95341fff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x964c1000 - 0x964c1fff com.apple.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x969a4000 - 0x969c6fff com.apple.speech.LatentSemanticMappingFramework 2.5 /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/Versions/A/La tentSemanticMapping
    0x96a37000 - 0x96b0efff libGLProgrammability.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x96b29000 - 0x96b2afff libGLSystem.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSystem.dy lib
    0x96b2c000 - 0x96b31fff com.apple.agl 2.5.9 (AGL-2.5.9) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x96c88000 - 0x96c89fff com.apple.MonitorPanelFramework 1.1.1 /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x973d6000 - 0x974bffff com.apple.viceroy.framework 278.3.10 /System/Library/PrivateFrameworks/VideoConference.framework/Versions/A/VideoCon ference
    0x97c03000 - 0x97c05fff com.apple.DisplayServicesFW 1.8.2 /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x97e34000 - 0x98b09fff com.apple.QuickTimeComponents.component 7.1.6 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x98d55000 - 0x98d57fff com.apple.QuickTimeH264.component 7.1.6 /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x98d59000 - 0x98f01fff QuickTimeH264.scalar /System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH 264.scalar
    0x98f71000 - 0x99034fff com.apple.QuickTimeMPEG4.component 7.1.6 /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x994c9000 - 0x994d4fff com.apple.IMFramework 3.1.4 (429) /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x994de000 - 0x9964afff com.apple.MessageFramework 2.1.1 (752.3) /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x998e5000 - 0x9992bfff com.apple.viceroy.codec 32.1 /System/Library/Components/VCH263Codec.component/VCH263Codec
    Model: MacBook1,1, BootROM MB11.0061.B03, 2 processors, Intel Core Duo, 1.83 GHz, 1 GB
    Graphics: Intel GMA 950, GMA 950, Built-In, spdisplaysintegratedvram
    Memory Module: BANK 0/DIMM0, 512 MB, DDR2 SDRAM, 667 MHz
    Memory Module: BANK 1/DIMM1, 512 MB, DDR2 SDRAM, 667 MHz
    AirPort: spairportwireless_card_type_airportextreme (0x168C, 0x86), 0.1.31.1
    Bluetooth: Version 1.7.14f14, 2 service, 1 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST96812AS, 55.89 GB
    Parallel ATA Device: MATSHITACD-RW CW-8221
    USB Device: Built-in iSight, Micron, Up to 480 Mb/sec, 500 mA
    USB Device: Apple Internal Keyboard / Trackpad, Apple Computer, Up to 12 Mb/sec, 500 mA
    USB Device: IR Receiver, Apple Computer, Inc., Up to 12 Mb/sec, 500 mA
    USB Device: Bluetooth HCI, Up to 12 Mb/sec, 500 mA

  • Please help, constant video hardware error !

    Please help, I can't find the problem. Am on windows 8 for a while now and I check my event viewer from time to time and I found several error massages that exists in my event viewer and the latest was while watching a movie on windows media player here the details. (I didn't have any problem while gaming even the GPU temp are idle due too every game requirements)
    Source
    Windows
    Summary
    Video hardware error
    Date
    ‎27/‎06/‎2013 07:10
    Status
    Not reported
    Description
    A problem with your video hardware caused Windows to stop working correctly.
    Problem signature
    Problem Event Name:   LiveKernelEvent
    OS Version:   6.2.9200.2.0.0.256.48
    Locale ID:   2057
    Files that help describe the problem
    WD-20130627-0710-01.dmp
    sysdata.xml
    WERInternalMetadata.xml
    Extra information about the problem
    BCCode:   141
    BCP1:   FFFFFA800FF394D0
    BCP2:   FFFFF880077772B0
    BCP3:   0000000000000000
    BCP4:   00000000000015C0
    OS Version:   6_2_9200
    Service Pack:   0_0
    Product:   256_1
    I want to know what happened to my card?!! did the 320.18 driver damage my GPU??!!! I cant specify what is the problem is it the card or a conflict or what I am getting nuts here please help.
    This is the error from Windows Media Player.
    Description
    Faulting Application Path:   C:\Program Files (x86)\Windows Media Player\wmplayer.exe
    Problem signature
    Problem Event Name:   APPCRASH
    Application Name:   wmplayer.exe
    Application Version:   12.0.9200.16420
    Application Timestamp:   505aa40e
    Fault Module Name:   nvd3dum.dll
    Fault Module Version:   9.18.13.1422
    Fault Module Timestamp:   51427c76
    Exception Code:   c0000005
    Exception Offset:   00773806
    OS Version:   6.2.9200.2.0.0.256.48
    Locale ID:   2057
    Additional Information 1:   5861
    Additional Information 2:   5861822e1919d7c014bbb064c64908b2
    Additional Information 3:   f3d5
    Additional Information 4:   f3d5be0cad2787556264647dc02181c3
    My sys:
    i3-3220 CPU 3.30GHz, Cooler Master Hyper TX3
    CORSAIR Vengeance 8GB 2 x 4GB DDR3 1600
    WD Caviar Blue 1TB SATA 6Gb/s WD10EZEX
    MSI N560GTX-Ti Hawk (driver 314.22)
    Monitor ViewSonic VX2240w 22" 1680x1050
    ASUS P8B75-V Intel B75 SATA 6Gb/s USB 3.0 (latest bios update)
    HEC Cougar Evolution, 3 fans
    PSU XFX Core Edition PRO550W

    Another thing I do get this error randomly with other apps like Firefox 22 and Skype too which is strange. my S/N : 602-V260-050B1201119526.
    This error is from Skype
    Description
    A problem caused this program to stop interacting with Windows.
    Faulting Application Path:   C:\Windows\SysWOW64\WWAHost.exe
    Problem signature
    Problem Event Name:   MoAppHang
    Package Full Name:   Microsoft.SkypeApp_1.8.0.111_x86__kzf8q xf38zg5c
    Application Name:   praid:App
    Application Version:   6.2.9200.16420
    Application Timestamp:   505a90d6
    Hang Signature:   d908
    Hang Type:   2097152
    OS Version:   6.2.9200.2.0.0.256.48
    Locale ID:   2057
    Additional Hang Signature 1:   d908164defd45e704df38cec71cdb6e9
    Additional Hang Signature 2:   db7a
    Additional Hang Signature 3:   db7a68a61e111f839b8a39fd0e33855c
    Additional Hang Signature 4:   d908
    Additional Hang Signature 5:   d908164defd45e704df38cec71cdb6e9
    Additional Hang Signature 6:   db7a
    Additional Hang Signature 7:   db7a68a61e111f839b8a39fd0e33855c
    Description
    A problem with your video hardware caused Windows to stop working correctly.
    Problem signature
    Problem Event Name:   LiveKernelEvent
    OS Version:   6.2.9200.2.0.0.256.48
    Locale ID:   2057
    Files that help describe the problem
    WD-20130626-0316-01.dmp
    sysdata.xml
    WERInternalMetadata.xml
     View a temporary copy of these files
    Warning: If a virus or other security threat caused the problem, opening a copy of the files could harm your computer.
    Extra information about the problem
    BCCode:   141
    BCP1:   FFFFFA8007997010
    BCP2:   FFFFF880069D42B0
    BCP3:   0000000000000000
    BCP4:   0000000000000150
    OS Version:   6_2_9200
    Service Pack:   0_0
    Product:   256_1

  • IDVD video encode error when burning to DVD

    I am trying to burn a new copy of a project I successfully burned to DVD 2 years ago.  I have not changed the source material.  After the menu renders and video encoding begins I immediately get an error message "video encoding error."  There are no menu warnings.  All video is successfully previewed.  Nothing has changed from the previous burn.  The project info box shows all video and audio properly encoded and present.
    What gives?

    The way from FCE or FCP has been the same for me for lot's of years since FinalCut 1.2.5 I think (was no Express or Pro then)
    And QuickTime Conversion never worked for me - I guess You were lucky two years ago.
    FCE/P to iDVD
    Several things
    • How to go from FCE/P to iDVD
    • Free space on Start-up hard disk
    • Encoding
    • Brand and type of DVDs used
    • Burn speed set
    • iDVD BUG
    • Chapters
    How to go from FCE/P to iDVD I do
    • Disable Screen and Energy saver
    • IMPORTANT --> FIRST in FinalCut - Mix Down Audio under Sequence Menu / Render Only / Mix-down
    • Export out as a QuickTime .mov file
    • Select with Mark - Chapter Mark
    • Not as Self-Contained (not important but saves time and space)
    • NO QUICKTIME CONVERSION (IMPORTANT)
    This QT.mov file I import into iDVD from within iDVD.
    Free space on Start-up hard disk
    I set a minimum of 25GB (for Mac OS and iDVDs temp files)
    Just double click on the Hard Disk icon (top right on DeskTop) and read on bottom part of this windows frame e.g,
    ( in English - 1 of 14 selected, 38.24 GB FREE)
    Encoding
    • I use Pro Quality encoding if material (video + menu) exceeds 40 minutes ! if less I use Best Performances
    Brand and type of DVDs used
    • I use Verbatim
    • I use DVD-R
    Burn speed set
    • I set down this to x4 (or x1) - BEST IS NOT BEST at all only fastest and results in Maximum amount of BURN ERRORS !
    iDVD BUG
    • One can not go back to movie-project for any alterations and then go back to
    the iDVD project. It will notice and ask You to either Up-date or Cancel. Neither
    of them will work.
    Medicine - Start a brand new iDVD project.
    Use of Chapters
    • I only use a to z and 0 to 9 in naming them. NO other symbol/letter !
    • NO Chapter-mark at very beginning - iDVD NEEDS TO set this by it self
    • No Chapter marks in or within two seconds from a transition
    (Way around this last one - Export movie as QT full quality and NO Chapter marks
    Import this into a new Movie-project and now You are free to set C-Ms where You want
    them except at very beginning - still)
    Material used to build movie
    • video - I use streamingDV (or convert all other to this e.g. .mp4, .avi, .wmv etc)
    • audio - I use .aiff 16-bit 48kHz or from Audio-CD (44.1kHz) - no .mp3 or direct from iTunes
    • photos - I use .jpg - no .bmp etc
    Trash iDVD pref. file and run Repair Permissions - and have a re-try.
    from post ??
    May not be relevant, but I had the same problem with iDVD, where burned DVDs showed a green screen. It was cured by quitting Quicksilver and Quickeys as well as disabling sleep and screen-saving
    Yours Bengt W

  • Pen tablet source as a video source....

    Hi,
    I'm Using iBall Pen tablet. I want to show this source as a video source in as3. (like webcam source).
    Is this possible ? Please help...?

    other problem, I'm trying to load the file with LKM file to sql or File to MSSQL (BULK).
    In the second case the error is :
    Cannot bulk load because the file "D:/JDA_RDC_PROD.txt" could not be opened. Operating system error code 3(The system cannot find the path specified.).
    I believe the problem is the /, I would like try to change in \ but I don't know where (D:\JDA_RDC_PROD.txt)
    I have tried to do that in the topology in the physical schema in the logical object mask and remote object mask but without results.
    Any Ideas?
    Thanks

  • OSB: Cannot acquire data source error while using JCA DBAdapter in OSB

    Hi All,
    I've entered 'Cannot acquire data source' error while using JCA DBAdapter in OSB.
    Error infor are as follows:
    The invocation resulted in an error: Invoke JCA outbound service failed with application error, exception: com.bea.wli.sb.transports.jca.JCATransportException: oracle.tip.adapter.sa.api.JCABindingException: oracle.tip.adapter.sa.impl.fw.ext.org.collaxa.thirdparty.apache.wsif.WSIFException: servicebus:/WSDL/DBAdapter1/RetrievePersonService [ RetrievePersonService_ptt::RetrievePersonServiceSelect(RetrievePersonServiceSelect_inputParameters,PersonTCollection) ] - WSIF JCA Execute of operation 'RetrievePersonServiceSelect' failed due to: Could not create/access the TopLink Session.
    This session is used to connect to the datastore.
    Caused by Exception [EclipseLink-7060] (Eclipse Persistence Services - 2.0.2.v20100323-r6872): org.eclipse.persistence.exceptions.ValidationException
    Exception Description: Cannot acquire data source [jdbc/soademoDatabase].
    Internal Exception: javax.naming.NameNotFoundException: Unable to resolve 'jdbc.soademoDatabase'. Resolved 'jdbc'; remaining name 'soademoDatabase'.
    ; nested exception is:
    BINDING.JCA-11622
    Could not create/access the TopLink Session.
    This session is used to connect to the datastore.
    JNDI Name for the Database pool: eis/DB/soademoDatabase
    JNDI Name for the Data source: jdbc/soademoDatabase
    I created a basic DBAdapter in JDeveloper, got the xsd file, wsdl file, .jca file and the topLink mapping file imported them into OSB project.
    Then I used the .jca file to generate a business service, and tested, then the error occurs as described above.
    Login info in RetrievePersonService-or-mappings.xml
    <login xsi:type="database-login">
    <platform-class>org.eclipse.persistence.platform.database.oracle.Oracle9Platform</platform-class>
    <user-name></user-name>
    <connection-url></connection-url>
    </login>
    jca file content are as follows:
    <adapter-config name="RetrievePersonService" adapter="Database Adapter" wsdlLocation="RetrievePersonService.wsdl" xmlns="http://platform.integration.oracle/blocks/adapter/fw/metadata">
    <connection-factory location="eis/DB/soademoDatabase" UIConnectionName="Connection1" adapterRef=""/>
    <endpoint-interaction portType="RetrievePersonService_ptt" operation="RetrievePersonServiceSelect">
    <interaction-spec className="oracle.tip.adapter.db.DBReadInteractionSpec">
    <property name="DescriptorName" value="RetrievePersonService.PersonT"/>
    <property name="QueryName" value="RetrievePersonServiceSelect"/>
    <property name="MappingsMetaDataURL" value="RetrievePersonService-or-mappings.xml"/>
    <property name="ReturnSingleResultSet" value="false"/>
    <property name="GetActiveUnitOfWork" value="false"/>
    </interaction-spec>
    </endpoint-interaction>
    </adapter-config>
    RetrievePersonService_db.wsdl are as follows:
    <?xml version="1.0" encoding="UTF-8"?>
    <WL5G3N0:definitions name="RetrievePersonService-concrete" targetNamespace="http://xmlns.oracle.com/pcbpel/adapter/db/KnowledeMgmtSOAApplication/AdapterJDevProject/RetrievePersonService" xmlns:WL5G3N0="http://schemas.xmlsoap.org/wsdl/" xmlns:WL5G3N1="http://xmlns.oracle.com/pcbpel/adapter/db/KnowledeMgmtSOAApplication/AdapterJDevProject/RetrievePersonService" xmlns:WL5G3N2="http://schemas.xmlsoap.org/wsdl/soap/">
    <WL5G3N0:import location="RetrievePersonService.wsdl" namespace="http://xmlns.oracle.com/pcbpel/adapter/db/KnowledeMgmtSOAApplication/AdapterJDevProject/RetrievePersonService"/>
    <WL5G3N0:binding name="RetrievePersonService_ptt-binding" type="WL5G3N1:RetrievePersonService_ptt">
    <WL5G3N2:binding style="document" transport="http://www.bea.com/transport/2007/05/jca"/>
    <WL5G3N0:operation name="RetrievePersonServiceSelect">
    <WL5G3N2:operation soapAction="RetrievePersonServiceSelect"/>
    <WL5G3N0:input>
    <WL5G3N2:body use="literal"/>
    </WL5G3N0:input>
    <WL5G3N0:output>
    <WL5G3N2:body use="literal"/>
    </WL5G3N0:output>
    </WL5G3N0:operation>
    </WL5G3N0:binding>
    <WL5G3N0:service name="RetrievePersonService_ptt-bindingQSService">
    <WL5G3N0:port binding="WL5G3N1:RetrievePersonService_ptt-binding" name="RetrievePersonService_ptt-bindingQSPort">
    <WL5G3N2:address location="jca://eis/DB/soademoDatabase"/>
    </WL5G3N0:port>
    </WL5G3N0:service>
    </WL5G3N0:definitions>
    Any suggestion is appricated .
    Thanks in advance!
    Edited by: user11262117 on Jan 26, 2011 5:28 PM

    Hi Anuj,
    Thanks for your reply!
    I found that the data source is registered on server soa_server1 as follows:
    Binding Name: jdbc.soademoDatabase
    Class: weblogic.jdbc.common.internal.RmiDataSource_1033_WLStub
    Hash Code: 80328036
    toString Results: ClusterableRemoteRef(8348400613458600489S:10.2.1.143:[8001,8001,-1,-1,-1,-1,-1]:base_domain:soa_server1 [8348400613458600489S:10.2.1.143:[8001,8001,-1,-1,-1,-1,-1]:base_domain:soa_server1/291])/291
    Binding Name: jdbc.SOADataSource
    Class: weblogic.jdbc.common.internal.RmiDataSource_1033_WLStub
    Hash Code: 92966755
    toString Results: ClusterableRemoteRef(8348400613458600489S:10.2.1.143:[8001,8001,-1,-1,-1,-1,-1]:base_domain:soa_server1 [8348400613458600489S:10.2.1.143:[8001,8001,-1,-1,-1,-1,-1]:base_domain:soa_server1/285])/285
    I don't know how to determine which server the DBAdapter is targetted to.
    But I found the following information:
    Under Deoloyment->DBAdapter->Monitoring->Outbound Connection Pools
    Outbound Connection Pool Server State Current Connections Created Connections
    eis/DB/SOADemo AdminServer Running 1 1
    eis/DB/SOADemo soa_server1 Running 1 1
    eis/DB/soademoDatabase AdminServer Running 1 1
    eis/DB/soademoDatabase soa_server1 Running 1 1
    The DbAdapter is related to the following files:
    C:\ Oracle\ Middleware\ home_11gR1\ Oracle_SOA1\ soa\ connectors\ DbAdapter. rar
    C:\ Oracle\ Middleware\ home_11gR1\ Oracle_SOA1\ soa\ DBPlan\ Plan. xml
    I unzipped DbAdapter.rar, opened weblogic-ra.xml and found that there's only one data source is registered:
    <?xml version="1.0"?>
    <weblogic-connector xmlns="http://www.bea.com/ns/weblogic/90">
    <enable-global-access-to-classes>true</enable-global-access-to-classes>
    <outbound-resource-adapter>
    <default-connection-properties>
    <pool-params>
    <initial-capacity>1</initial-capacity>
    <max-capacity>1000</max-capacity>
    </pool-params>
    <properties>
    <property>
    <name>usesNativeSequencing</name>
    <value>true</value>
    </property>
    <property>
    <name>sequencePreallocationSize</name>
    <value>50</value>
    </property>
    <property>
    <name>defaultNChar</name>
    <value>false</value>
    </property>
    <property>
    <name>usesBatchWriting</name>
    <value>true</value>
    </property>
    <property>
    <name>usesSkipLocking</name>
    <value>true</value>
    </property>
    </properties>
              </default-connection-properties>
    <connection-definition-group>
    <connection-factory-interface>javax.resource.cci.ConnectionFactory</connection-factory-interface>
    <connection-instance>
    <jndi-name>eis/DB/SOADemo</jndi-name>
              <connection-properties>
                   <properties>
                   <property>
                   <name>xADataSourceName</name>
                   <value>jdbc/SOADataSource</value>
                   </property>
                   <property>
                   <name>dataSourceName</name>
                   <value></value>
                   </property>
                   <property>
                   <name>platformClassName</name>
                   <value>org.eclipse.persistence.platform.database.Oracle10Platform</value>
                   </property>
                   </properties>
              </connection-properties>
    </connection-instance>
    </connection-definition-group>
    </outbound-resource-adapter>
    </weblogic-connector>
    Then I decided to use eis/DB/SOADemo for testing.
    For JDeveloper project, after I deployed to weblogic server, it works fine.
    But for OSB project referencing wsdl, jca and mapping file from JDeveloper project, still got the same error as follows:
    BEA-380001: Invoke JCA outbound service failed with application error, exception:
    com.bea.wli.sb.transports.jca.JCATransportException: oracle.tip.adapter.sa.api.JCABindingException: oracle.tip.adapter.sa.impl.fw.ext.org.collaxa.thirdparty.apache.wsif.WSIFException: servicebus:/WSDL/DBAdapterTest/DBReader [ DBReader_ptt::DBReaderSelect(DBReaderSelect_inputParameters,PersonTCollection) ] - WSIF JCA Execute of operation 'DBReaderSelect' failed due to: Could not create/access the TopLink Session.
    This session is used to connect to the datastore.
    Caused by Exception [EclipseLink-7060] (Eclipse Persistence Services - 2.0.2.v20100323-r6872): org.eclipse.persistence.exceptions.ValidationException
    Exception Description: Cannot acquire data source [jdbc/SOADataSource].
    Internal Exception: javax.naming.NameNotFoundException: Unable to resolve 'jdbc.SOADataSource'. Resolved 'jdbc'; remaining name 'SOADataSource'.
    ; nested exception is:
    BINDING.JCA-11622
    Could not create/access the TopLink Session.
    This session is used to connect to the datastore.
    Caused by Exception [EclipseLink-7060] (Eclipse Persistence Services - 2.0.2.v20100323-r6872): org.eclipse.persistence.exceptions.ValidationException
    Exception Description: Cannot acquire data source [jdbc/SOADataSource].
    Internal Exception: javax.naming.NameNotFoundException: Unable to resolve 'jdbc.SOADataSource'. Resolved 'jdbc'; remaining name 'SOADataSource'.
    You may need to configure the connection settings in the deployment descriptor (i.e. DbAdapter.rar#META-INF/weblogic-ra.xml) and restart the server. This exception is considered not retriable, likely due to a modelling mistake.
    It almost drive me crazy!!:-(
    What's the purpose of 'weblogic-ra.xml' under the folder of 'C:\Oracle\Middleware\home_11gR1\Oracle_OSB1\lib\external\adapters\META-INF'?
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

  • My shuffle ,doesnt get syncronized with itunes in my pc,getting audio and video settings error,but able to get it syncronized with my friends pc

    my shuffle ,doesnt get syncronized with itunes in my pc,getting audio and video settings error,but able to get it syncronized with my friends pc    

    Try:                                               
    - iOS: Not responding or does not turn on           
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try another cable                     
    - Try on another computer                                                       
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar
    The missing apps could have been done by setting the Restrictions that can hid those apps. If the backup was made with those retrictions set the the Restrictions are also restored.
    Thus, if you get it to work restore to factory settings/new iPod, not from backup                               
    You can redownload most iTunes purchases by:        
      Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • Final Cut Timeline Feed as video source for iChat?

    I was at the Apple NAB presentation in Vegas a few weeks ago, and one of the things they showcased in regard to iChat AV was the ability for an editor to videoconference with several other people at once and one of the video feeds in the chat window was actually the output from the editor's Final Cut Pro timeline. As he made changes in the FCP timeline, he could play it out in real time and all the people in the chat could see the video feed and make comments on the edit.
    OK- so we were excited because that's a workflow issue we have here. So, we bought some iSight cameras and Tiger and started to do some testing here. The only problem is that it doesn't seem very easy to set up. At first I just thought, "well, they are just playing the timeline out of the firewire port on the FCP machine and another computer is ingesting that firewire stream as a video source for iChat." except when you connect 2 Macs together with a firewire cable, the FCP system doesn't detect a DV video device to output to and the iChat system doesn't detect the incoming firewire stream as a "camera". I spoke to tech support and they said it's not something they support so no luck there.
    I did find an article on Creative Cow about someone doing something similar, but it involved exporting the FCP timeline out through a Kona analog video card into an external tape deck that does analog to DV conversion which then can be imported back into iChat as a DV stream, but last time I checked, a Kona card would run me around 1500 bucks.
    Anyone have any other ideas?

    HI Jeremy,
    Welcome to the Aple Discussion Pages.
    Based on the Auto Responding iChat Accounts that play films I would guess they were either using an AppleScript to import FCP as the Video sourdce or usiing an Add-On like iChatUSBCam that also alows you to change the video source to the desktop.
    iChatUSBcam has a new beta for Tiger http://www.ecamm.com/mac/ichatusbcam/
    Ralph

  • ODBC Data Source Error

    I was having with Crystal communicating with one of my Access databases that had a list box. In Crystal it would take the list box, add and remove letters. It was suggested that I check with my IT department to see if there are any updates. Well they upgraded me from Crystal XI to Crystal XI R2. Things have gone downhill from there. First I couldnu2019t even open the program and they ended up reinstalling everything again. Now I can open Crystal, but all reports I previously created and new ones I try to create cannot make any connection through ODBC. My IT person and I have tried several things even installing a couple new drivers. My IT department does not provide technical support for software so now Iu2019m on my own to figure this out. If anyone can provide me with any assistance or any suggestions where to check I would greatly appreciate it.
    My problem is any time I try to make an ODBC connection to either create or update a report I go through the steps and get an error at the connection information page and cannot go any further. This error happens with MS Access or MS Excel.  The error is "Login Failed. Details: Cannot obtain error message from server. I have no logins or passwords.

    In the Organizer workspace, do a
    File > Catalog > Recover
    command. That command "cleans up" your Elements catalog and often resolves ODBC data source error messages.

Maybe you are looking for

  • Adobe flash video constantly crashes when starting to play

    The flash player crashes every time I try to play a flash video in browser (vk videos as well as dailymotion and as well as youtube). Flash games are okay, though... Kongregate.com at the very least... At the same time google Chrome does not crash an

  • Embedding links in a pdf?

    Hi Folks, I'm trying to create a pdf with links to various web sites but I have had no success when creating a pdf doc in Word. I'm using the Print dialog for saving as a pdf. (Using the Acrobat toolbar doesn't work because I don't have the Acrobat p

  • Iphone 5 sound

    The sound on my iphone dies when listening to music had to restart it twice within an hour can anybody help?

  • Passing value from Servlet to JSP back to Servlet

    Hi all, I have a jsp page where a user submits a search string into a text box. The jsp forwards to a servlet which calls some java classes and checks a database. The classes generate a string which contains some html. The servlet then forwards back

  • Application tab not active, cannot change apps that are syncing

    Device: Iphone version 2.2.1 -- current software update installed. Laptop: HP with Itunes "software is up to date" running Windows XP. Have downloaded a dozen or so applications (games), and I can see them all in the Applications tab, but the tab is