Applescript error: curl: (6) Couldn't resolve host 'javascript:bookmark();'

I'm using the Get Link URLs from Webpages Safari action and I keep getting the following error:
Applescript error: curl: (6) Couldn't resolve host 'javascript:bookmark();'
Any idea how to fix this or is this just a bug in Automator?

It seems to happen on almost any webpage. Originally I tried it on
http://www.ebaumsworld.com/
and got the following error:
curl: (6) Couldn't resolve host 'javascript:window.external.AddFavorite('http:' (1)
Then I tried running it accidentally while typing this page (http://discussions.apple.com/post!reply.jspa?messageID=2834805) and got:
sh: -c: line 1: unexpected EOF while looking for matching `''
sh: -c: line 2: syntax error: unexpected end of file (2)
Here's the workflow:
Get current webpage
Get link urls from webpage (only return URLs in the site domain)
Get link urls from webpage (option NOT checked)
this is where it fails.
It seems the action is not very robust as far as handling errors. You'd think one of Apple's built-in actions would be better tested.

Similar Messages

  • "couldn't resolve host name" error message

    I have a new Z30 with the latest OS update installed and can’t connect to several Wi-Fi locations because of error message ‘couldn’t resolve host name’.  Is there a fix to this as it seems to be an issue with BB and no other type of devices?

    Assuming you're connecting via wifi, this would suggest your wifi connection is failing somewhere along the way.
    Occasionally, my PB's wifi icon shows green and looks like it's working, but if I turn the PB wifi off and back on, it usually fixes the problem. You could also try rebooting the PB if resetting the wifi doesnt work. 
    If these things don't correct the problem, then check your wifi router (reboot it if necessary) and maybe check your internet connection with another device, ie home computer or whatever to make sure you're not having service issues.

  • No browser access: Couldn't resolve host name Error

    Please help - Yesterday everything worked, today no connectivity.  New place but playbook says I'm connected to the WiFi and to the Internet.  I can't use the browser to get to the internet.   I've deleted the Bridge connection (it didn't work either). Turned off bluetooth and still NOTHING.  Tried to turn device on and off.  Ready to heave the playbook out the window.

    Hey bjb4565
    Are you connecting to the same wireless hotspot?  Is it a home Wi-Fi router?  If so, try unplugging your router and plugging it back in.  If its not a home router, it may be a security configuration implemented on the router your are trying to connect to.
    Thanks
    -CptS
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Curl: (7) couldn't connect to host

    I've been troubleshooting a weird problem in PHP -- turns out it's system-level and not PHP related. In a nutshell:
    1. filegetcontents ($url) doesn't work -- (on remote URLs or local URLs) -- it turns an error
    2. filegetcontents ($file) works.
    3. CURL works on remote URLs, not on local URLs (local.thishost.com).
    4. as per php.ini, allowurlfopen On
    So, if, at the command line, I enter
    curl "http://www.apple.com"
    I get the web page. But if I enter a local host:
    curl "http://thisbox.domain.com"
    I get the error "curl: (7) couldn't connect to host". Now, that same URL if entered on a different machine on the network (but DNS directs to the serveR), it resolves and the page is returned.
    Any ideas how to solve this?
    ...Rene

    The local DNS configuration or local DNS server looks to be incorrectly configured or otherwise not operating as intended, or the local server here is not configured to forward its DNS translations to the appropriate local DNS server.
    If the box is configured and running a DNS server, then the host NIC DNS server setting should be aimed at 127.0.0.1 as its DNS server (and no other DNS servers; only your local server(s) and not your ISP servers), and the local DNS services should be configured to respond to the appropriate hosts.
    If the local box is not configured as a DNS server, then the host NIC should be aimed at the DNS server(s) for your domain, or at your ISP DNS servers; again, don't mix references to local DNS server(s) and to your ISP DNS servers.
    For some notes on configuring the DNS server on Mac OS X Snow Leopard Server 10.6, [start here|http://labs.hoffmanlabs.com/node/1436].
    The commands to check DNS here are...
    $ dig host.example.com # or whatever host and domain name the target box is using here
    $ dig -x 192.168.1.1 # or whatever IP address the target host is using
    If you're not comfortable with the terminal and the bash shell and its commands, then you can launch the Network Utility out of the Applications > Utilities folder. But bash is probably easier.

  • [SOLVED] Transient prob, can't resolve host when building AUR packages

    I'm building xscreensaver-arch-logo from the AUR. I downloaded the PKGBUILD into an empty directory, ran
    makepkg -s
    , but I get this error:
    ==> Making package: xscreensaver-arch-logo 5.15-3 (Sat May 12 03:13:31 CDT 2012)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving Sources...
    -> Downloading xscreensaver-5.15.tar.gz...
    Warning: Transient problem: timeout Will retry in 3 seconds. 3 retries left.
    Warning: Transient problem: timeout Will retry in 3 seconds. 2 retries left.
    Warning: Transient problem: timeout Will retry in 3 seconds. 1 retries left.
    curl: (6) Could not resolve host: www.jwz.org; No address associated with hostname
    ==> ERROR: Failure while downloading xscreensaver-5.15.tar.gz
    Aborting...
    My internet connection is working at the moment. I can download the tarball from the AUR (this link: https://aur.archlinux.org/packages.php?ID=26586), but if I place it in the same directory as the PKGBUILD file, I get this error when I run makepkg -s:
    ==> Making package: xscreensaver-arch-logo 5.15-3 (Sat May 12 03:18:59 CDT 2012)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving Sources...
    -> Found xscreensaver-5.15.tar.gz
    ==> ERROR: add-electricsheep.diff was not found in the build directory and is not a URL.
    Any help here? I've read of the benefits of using this package over the one in the official repositories, so I'd prefer to use the AUR version if at all possible.
    Last edited by pythonscript (2012-05-27 16:05:26)

    I believe I did download the wrong source package for xscreensaver, but if I download the package from this link: https://aur.archlinux.org/packages/xs/x … ogo.tar.gz and extract it, these are the files I see.
    add-electricsheep.diff logo-180.png logo-50.png PKGBUILD
    LICENSE logo-180.xpm logo-50.xpm xscreensaver.pam
    That all appears correct. However, running makepkg -s in that directory yields the same error as the original post:
    ==> Making package: xscreensaver-arch-logo 5.15-3 (Fri May 11 23:11:01 CDT 2012)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving Sources...
    -> Downloading xscreensaver-5.15.tar.gz...
    Warning: Transient problem: timeout Will retry in 3 seconds. 3 retries left.
    Warning: Transient problem: timeout Will retry in 3 seconds. 2 retries left.
    Warning: Transient problem: timeout Will retry in 3 seconds. 1 retries left.
    curl: (6) Could not resolve host: www.jwz.org; No address associated with hostname
    ==> ERROR: Failure while downloading xscreensaver-5.15.tar.gz
    Aborting...
    Also, I receive a highly similar error when building the dropbox package from the AUR, which hints to me that this is a wider problem than simply the xscreensaver package. When downloading the dropbox tar file (link to file: https://aur.archlinux.org/packages/dr/d … ox.tar.gz), extracting it and listing the directory yields this:
    dropbox.desktop dropbox.png PKGBUILD terms.txt
    However, the error upon running makepkg -s is similar.
    ==> Making package: dropbox 1.4.3-1 (Fri May 11 23:13:01 CDT 2012)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving Sources...
    -> Downloading dropbox-lnx.x86-1.4.3.tar.gz...
    Warning: Transient problem: timeout Will retry in 3 seconds. 3 retries left.
    Warning: Transient problem: timeout Will retry in 3 seconds. 2 retries left.
    Warning: Transient problem: timeout Will retry in 3 seconds. 1 retries left.
    curl: (6) Could not resolve host: dl-web.dropbox.com; No address associated with hostname
    ==> ERROR: Failure while downloading dropbox-lnx.x86-1.4.3.tar.gz
    Aborting...

  • Error code "Couldn't resolve the host name"

    I cannot access internet from tablet
    WiFi shows connected
    noticed this yesterday
    any suggestions on how to fix error

    Did you manually setup your wifi. Can not resolve host name usually means a problem with the dns. Which router are you using?
    Be a Shepard and not an iSheep.

  • Security.Couldn't resolve IP for host mailhost or for

    I want send email from Aplet
    I get error :
    Sending failed: security.Couldn't resolve IP for host mailhost or for
    This is my code
    Please help me
    import java.io.*;
    import java.util.*;
    import java.net.*;
    import java.awt.*;
    import sun.net.smtp.SmtpClient;
    import sun.net.smtp.*;
    import sun.net.TransferProtocolClient;
    public class sendEMail
    public sendEMail()
    public void send_1()
    try
    String hostname = InetAddress.getLocalHost().toString();
    //Socket socket =new Socket (getCodeBase().getHost(),25);
    Socket socket =new Socket (hostname,25);
    DataOutputStream dos = new DataOutputStream(socket.getOutputStream());
    dos.writeBytes("HELO" + hostname);
    dos.writeBytes( "MAIL FROM: " + "mary-g@" + hostname + "\n");
    dos.writeBytes("RCPT TO :< [email protected]>\n ");
    dos.writeBytes("DATA \r\n");
    dos.writeBytes("Subject : test ");
    dos.writeBytes("ggggggggggggg \r \n ");
    dos.writeBytes("\r \n QUIT ");
    dos.flush();
    socket.close();
    catch( IOException ex )
    System.out.println( "Sending failed: " + ex.getMessage() );
    Thanks.

    If you want your applet to access resources on the local system (instead of on the server where the applet came from), you must sign your applet. In this example, it is probably not worth it. It is quite unlikely that somebody who runs your applet will also have an SMTP mail server on their system.

  • Resolving host error on OSX Yosemite 10.10.1

    Hi,
    I have been facing resolving host error in chrome every 5 minutes for last few weeks. I have tried changing the DNS to 8.8.4.4 etc with no promising results. The issue is faced by mac only as all the other devices seem to connect to the internet just fine. The parental controls are off so even that is not an issue. Any help is appreciated.
    Specs:
    MacBook Air (13-inch, Mid 2013)
    Processor: 1.3 GHz Intel Core i5
    Memory: 4 GB 1600 MHz DDR3

    Bah!!! I have only just experienced this issue (along with a billion other issues in Pages, but I'll leave that for another day!).
    Thank you to all the great suggestions here, which didn't quite work, but led me to something that did.
    I tried this and it didn't quite work:
    "Hi! There seems to be a workaround for this (I've had this problem too, you'd think Apple'd sort it out?!?!)
    At the top of your Pages document is the name of your document. Hover your mouse over this briefly and a drop down arrow will appear. From here you can name the document, give it a Tag and choose the save destination. Click this drop down arrow, and select your save destination from another drop down that will apear. After you have clicked on your selected save destination, click away from the drop down. Then, simply save (Cmd+S OR navigate to file>save) and it will have saved for you!"
    But this worked for me:
    I clicked on the drop down arrow, like suggested above, and changed the document name. Then I clicked on the 'Where' drop down menu and went right down the list and clicked on the 'other...' choice right at the bottom of the list. I chose a different location and then clicked 'Move'
    For some unknown reason this worked for me where the other suggestion didn't quite work.
    I've had to find so many work arounds like this in Pages recently, which you shouldn't have to do!
    The only reason why I am persisting with pages is it save my clickable links when exported to PDF, where the Word program doesn't.
    I hope these issues get sorted before I thrown the computer out the window due to pure frustration!

  • Random Bingads WSDL errors: Parsing WSDL: Couldn't load from...failed to load external entity, Could not connect to host, Parsing Schema: can't import schema from

    Hi,
    I am developing a web tool that accesses client's Bingads accounts via OAUTH2 granting. I am downloading data from clients daily.
    Generally it worked, but for 2 days I am experiencing a weird issue, that in random times (but more and more often though) I receive random error messages from Bing server. I am pasting below a few example from my logs (with timestamp and request/response).
    Must note that I launch these requests from the server where we have the webapp but also I launch it locally. The same is the result.
    The timestamp is in France time (GMT+1).
    Thanks ahead!
    Best regards,
    Steve
    2015-01-14 15:08:05: Service\BingAds::initService => SOAP-ERROR: Parsing Schema: can't import schema from 'https://reporting.api.bingads.microsoft.com/Api/Advertiser/Reporting/V9/ReportingService.svc?xsd=xsd0'
    ---------Soap Request:--------------------------------------------
    <?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="https://bingads.microsoft.com/CampaignManagement/v9"><SOAP-ENV:Header><ns1:CustomerAccountId>XXX</ns1:CustomerAccountId><ns1:CustomerId/><ns1:DeveloperToken>XXX</ns1:DeveloperToken><ns1:UserName/><ns1:Password/><ns1:AuthenticationToken>XXX</ns1:AuthenticationToken></SOAP-ENV:Header><SOAP-ENV:Body><ns1:GetDetailedBulkDownloadStatusRequest><ns1:RequestId>108277125</ns1:RequestId></ns1:GetDetailedBulkDownloadStatusRequest></SOAP-ENV:Body></SOAP-ENV:Envelope>
    ---------Response:------------------------------------------------
    <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Header><h:TrackingId xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9">XXXXX</h:TrackingId></s:Header><s:Body><GetDetailedBulkDownloadStatusResponse
    xmlns="https://bingads.microsoft.com/CampaignManagement/v9"><Errors i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"/><ForwardCompatibilityMap xmlns:a="http://schemas.datacontract.org/2004/07/System.Collections.Generic"
    xmlns:i="http://www.w3.org/2001/XMLSchema-instance"/><PercentComplete>100</PercentComplete><RequestStatus>Completed</RequestStatus><ResultFileUrl>https://download.api.bingads.microsoft.com/ReportDownload/Download.aspx?q=XXX</ResultFileUrl></GetDetailedBulkDownloadStatusResponse></s:Body></s:Envelope>
    2015-01-15 05:41:39: Service\BingAds::getCampaigns => SoapFault: Could not connect to host
    ---------Soap Request:--------------------------------------------
    <?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="https://bingads.microsoft.com/CampaignManagement/v9"><SOAP-ENV:Header><ns1:CustomerAccountId>XXX</ns1:CustomerAccountId><ns1:CustomerId/><ns1:DeveloperToken>XXX</ns1:DeveloperToken><ns1:UserName/><ns1:Password/><ns1:AuthenticationToken>XXX</ns1:AuthenticationToken></SOAP-ENV:Header><SOAP-ENV:Body><ns1:GetCampaignsByAccountIdRequest><ns1:AccountId>XXX</ns1:AccountId></ns1:GetCampaignsByAccountIdRequest></SOAP-ENV:Body></SOAP-ENV:Envelope>
    ---------Response:------------------------------------------------
    (empty response logged)
    2015-01-15 05:45:00: Service\BingAds::initService => SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://api.bingads.microsoft.com/Api/Advertiser/CampaignManagement/v9/CampaignManagementService.svc?singleWsdl' : failed to load external entity "https://api.bingads.microsoft.com/Api/Advertiser/CampaignManagement/v9/CampaignManagementService.svc?singleWsdl"
    2015-01-15 11:58:46: Service\BingAds::getCampaigns =>
    ---------Soap Fault:--------------------------------------------
    SoapFault catched:
    Could not connect to host
    ---------Soap Request:--------------------------------------------
    <?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="https://bingads.microsoft.com/CampaignManagement/v9"><SOAP-ENV:Header><ns1:CustomerAccountId>XXXX</ns1:CustomerAccountId><ns1:CustomerId/><ns1:DeveloperToken>XXXX</ns1:DeveloperToken><ns1:UserName/><ns1:Password/><ns1:AuthenticationToken>XXX</ns1:AuthenticationToken></SOAP-ENV:Header><SOAP-ENV:Body><ns1:GetCampaignsByAccountIdRequest><ns1:AccountId>XXXX</ns1:AccountId></ns1:GetCampaignsByAccountIdRequest></SOAP-ENV:Body></SOAP-ENV:Envelope>
    ---------Response:------------------------------------------------
    (empty response logged)
    2015-01-15 11:59:50: Service\BingAds::initService =>
    ---------Soap Fault:--------------------------------------------
    SoapFault catched:
    SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://api.bingads.microsoft.com/Api/Advertiser/CampaignManagement/v9/CampaignManagementService.svc?singleWsdl' : failed to load external entity "https://api.bingads.microsoft.com/Api/Advertiser/CampaignManagement/v9/CampaignManagementService.svc?singleWsdl"
    ---------Soap Request:--------------------------------------------
    <?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="https://bingads.microsoft.com/CampaignManagement/v9"><SOAP-ENV:Header><ns1:CustomerAccountId>XXX</ns1:CustomerAccountId><ns1:CustomerId/><ns1:DeveloperToken>XXXXX</ns1:DeveloperToken><ns1:UserName/><ns1:Password/><ns1:AuthenticationToken>XXXX</ns1:AuthenticationToken></SOAP-ENV:Header><SOAP-ENV:Body><ns1:GetCampaignsByAccountIdRequest><ns1:AccountId>XXX</ns1:AccountId></ns1:GetCampaignsByAccountIdRequest></SOAP-ENV:Body></SOAP-ENV:Envelope>
    ---------Response:------------------------------------------------
    <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Header><h:TrackingId xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9">XXXXX</h:TrackingId></s:Header><s:Body><GetCampaignsByAccountIdResponse
    xmlns="https://bingads.microsoft.com/CampaignManagement/v9"><Campaigns xmlns:i="http://www.w3.org/2001/XMLSchema-instance"></Campaign>........</Campaigns></GetCampaignsByAccountIdResponse></s:Body></s:Envelope>
    2015-01-15 12:05:55: Service\BingAds::getCampaigns =>
    ---------Soap Fault:--------------------------------------------
    SoapFault catched:
    Could not connect to host
    ---------Soap Request:--------------------------------------------
    <?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="https://bingads.microsoft.com/CampaignManagement/v9"><SOAP-ENV:Header><ns1:CustomerAccountId>XXXXX</ns1:CustomerAccountId><ns1:CustomerId/><ns1:DeveloperToken>XXXXX</ns1:DeveloperToken><ns1:UserName/><ns1:Password/><ns1:AuthenticationToken>XXXXXX</ns1:AuthenticationToken></SOAP-ENV:Header><SOAP-ENV:Body><ns1:GetCampaignsByAccountIdRequest><ns1:AccountId>XXXXX</ns1:AccountId></ns1:GetCampaignsByAccountIdRequest></SOAP-ENV:Body></SOAP-ENV:Envelope>
    ---------Response:------------------------------------------------
    (empty response logged)

    Hi,
    1. I am using the older version of the PHP library provided by Bing (updated on 1/20/2014), so that is doing the WSDL loadings. I initialize the proxy calling OpticoBingAdsClientProxy providing what it needs, and then do the requests.
    2. I have a cron that reads data from client's accounts. I make several calls, like get search query report, get keyword performance report, get keyword bulk data. As the script progressed the first 2 worked and the third gave error. Or in other cases the
    first request failed. The calls have quite some time in between them since I process data (sometimes even 160 seconds)
    3. I did not change the code ion terms of requests, since as I said I use the PHP library (same credentials, ...).
    As of today (2015-01-16 10:30 GMT + 2) running my script, still have the same issues.
    Thank you!
    Steve

  • Could not resolve host (nil); Unknown error

    Trying to install arch linux into virtualbox...
    I got it to boot and everything, got my internet set up (I think), installed virtualbox guest stuff, and then had to reboot.
    I try to do sudo pacman -S xorg-twm xorg-xclock xterm so that I can test X before installing a desktop enveiroment..
    It then asks me for my password, the Y/N thing, etc.
    And then I get a whole bunch of lines saying "error: failed retrieving file [filename] from [somewhere] : could not resolve host (nil); Unknown error"
    And after that it says error: failed to commit transactions (download library error)
    I follow this guide (http://wideaperture.net/blog/?p=3851), I am currently right above step 17.
    Anyone knows what to do? I'm installing Arch Linux for the first time so I'm a total newbie.

    Type journalctl with sudo, then push the end key to go at the last messages.
    The guide you followed said :
    sudo systemctl enable [email protected]
    But with rescent archlinux changes, as you said with the result of 'ip addr', the base name of ethernet device has changed to enp0s3, maybe that's why you don't have the network. First disable the previous command :
    sudo systemctl disable [email protected]
    Then enable with the right name
    sudo systemctl enable [email protected]
    Either way, paste here the logs of journalctl (just type if you see some errors) after doing a
    sudo systemctl restart dhcpcd
    We never know, but have you checked your ethernet cable is plugged in?
    For the screenshots, when I'm in virtualbox and do left ctrl+e, a window pop up to save the .png...

  • Catalog backup getting Error resolving host - unknown host name in dataset

    I have new install of OSB version 10.3.0.1.0 [Admin, Mediaserver, Client] installed on the same OEL server. My Catalog Backup jobs end up with error " unknown host name in dataset" and the job detail shows only "Error resolving host - unknown host name in dataset" while I can ping the admin host with obtool pingh command. The standard auto created Catalog backup dataset looks like this:
    Dataset: OSB-CATALOG-DS
    # Dataset for backing up the OSB Catalog on this administrative host
    include catalog
    I am able to create a separate dataset with the hostname defined and able to backup filesystems on the same host, np . Only the catalog backup from system generated dataset and schedule doesn't run. I appreciate any help or tip to make this catalog backup work. Thanks.

    This problem is fixed by just restarting observiced on admin server.

  • Resolve error in Firefox 7.0.1 - executing an auto log-on produces the following error message: XULRunner-Couldn't load XRE function?

    Following an upgrade from Firefox 6.0.2 to Firefox 7.0, this error appeared in response to accessing Firefox! Executing an auto log-on produces the following error message: XULRunner-Couldn't load XRE functions.
    Also, following an upgrade from V7.0 to V7.0.1, the same error occurs.
    Following the In-place Upgrade from Vista Home Premium x64 to Win 7 HP x64, the RoboForm2Go taskbar is no longer on the program display page, rather it is confined to the bottom taskbar. This is likely due to a reported incompatibility between Roboform2Go and Firefox v7.0 (and 7.0.1).
    Further, there was a failure of RoboForm2Go Log-ins from the bottom quick-start taskbar.

    See [[/questions/880170]]

  • IHDPro/MBCC Error: Unable to figure our your host.  Assuming Final Cut Pro.

    So I have just installed FCE 4 and am encountering error messages upon start up. The messages read as follows...Message 1: "IHDPro Error: Unable to figure our your host. Assuming Final Cut Pro" as well as Message 2: "MBCC Error: Unable to figure our your host. Assuming Final Cut Pro."
    The first message initially appears upon FCE's loading of its video effects. I am given the option to press OK...so I press OK. FCE then loads a couple more video effects then that same first message reappears. I am again given the option to press OK...again I press OK. This happens one more time (for a total of 3 error messages of the first kind) until FCE loads a couple other video effects then displays the error message of the second kind. This error message displays twice, to which the OK option are offered by FCE and accepted by me both times. FCE finishes loading and all is ok.
    This issue was last brought forth on and only on this forum in December of last. The link to that topic can seen here: http://discussions.apple.com/message.jspa?messageID=6097916#6097916
    I'm unable to tell whether the issue was resolved since the topic has been archived (preventing replies) and due to the fact the the individual (Richert Goyette) who encountered this same problem has not listed an email to which I'm able to ask him of his resolution.
    Thank you for your time and effort in aiding in this matter.
    P

    I don't know whether this will help but the first thing to try when FCE does anything wrong is to trash the preferences exactly as described here:-
    http://www.fcpbook.com/Misc1.html
    If that doesn't work you could completely uninstall FCE 4 as described here and reinstall it:-
    http://docs.info.apple.com/article.html?artnum=301182
    You can ignore the LiveType and Soundtrack items.
    You might also want to trash FCP 6's preferences as well.
    Message was edited by: Ian R. Brown

  • Slapd can't resolve host, during kerberization

    I've been trying to set up our OD/AD for ever with mixed success. I think I've worked out the last bugs in our odd setup but I'm stuck on one strange issue.
    I've been backing out of AD bind and OD Master to Standalone Server to remove all the dir settings. Iv'e also cleaned out everything related to Directory services. I've removed the approiate files in /Library/Preferences and /var/db/
    Right now, when I try to set up the server as a OD Master, It seems to go fine but the KDC doesn't start up. I get the "Kerberize" button. When I hit "Kerberize", I get he log in and it fails (login keeps reappearing).
    When I check slapd's log, It claims it can't resolve my server's hostname and slapdconf -kerberise fails as a result.
    I don't get it.
    The hostname is set Properly:
    I've set my hostname in Sys Prefs -> Sharing. I've even set it manually in /etc/hostconfig
    If I "echo $HOSTNAME" I get the proper hostname. If I "hostname" I get the proper hostname.
    The slapd logs report the proper hostname in the error.
    DNS appears fine:
    I can 'nslookup hostname' and it resolves to IP. I can 'nslookup FQDN' and it resolves fine. I've even entered the IP and hostname into /etc/hosts.
    One thing is odd. If I 'dig hostname' I get the hostname back with a period. Dig doesn't seem able to resolve just a hostname. Output looks like this:
    Chimp:~ sbandyk$ dig psd-directory.uchicago.edu
    << cut some junk, SB >>
    ;; QUESTION SECTION:
    ;psd-directory.uchicago.edu. IN A
    ;; ANSWER SECTION:
    psd-directory.uchicago.edu. 169942 IN A 128.135.136.55
    BUT.......
    Chimp:~ sbandyk$ dig psd-directory
    << cut some junk, SB >>
    ;; QUESTION SECTION:
    ;psd-directory. IN A
    I don't get an answer section. I see the same thing on other linux systems in our network (same DNS). Is there any reason why dig isn't returning info on just a hostname? It doesn't seem to use my search domains.
    Is this another symptom of a DNS problem that is screwing up my Kerberos krb5kdc setup?
    Is there some common issue with slapd and resolving hosts?
    thanks,
    Steven

    I've been trying to set up our OD/AD for ever with
    mixed success. I think I've worked out the last bugs
    in our odd setup but I'm stuck on one strange issue.
    I've been backing out of AD bind and OD Master to
    Standalone Server to remove all the dir settings.
    Iv'e also cleaned out everything related to
    Directory services. I've removed the approiate
    files in /Library/Preferences and /var/db/
    Best to remove /etc/krb5.keytab too!
    Is there any reason why dig isn't returning info on just a hostname?
    It doesn't seem to use my search domains.
    Thats just the way dig works. It wants FQDN and doesn't use your search domain.
    Is this another symptom of a DNS problem that is
    screwing up my Kerberos krb5kdc setup?
    No.
    Is there some common issue with slapd and resolving
    hosts?
    You seem to be able to resolve name -> ip. But the opposite is necessary too: ip -> name !
    So when issuing:
    $ host IP_ADDRESS
    it should come up with you FQDN.
    HTH
    -Ralph

  • CRS 5 Backups fail with this error: Unknown error occured while connecting to the host

    Dear All,
    We have backup issue with  UCCX 5.0(2)SR03_Build317, while trying to take  backup giving following error "Unknown error occurred while connecting to the host".
    I have found the solution in the Cisco and tried all the suggestion, still not working and same error observed. Due to backup issue we unable to do any changes on the CRS, when we try to create new agents, those agents are not reflecting in the CRS.
    Also I have observed bellow error , when try to re-sync the JTAPI,
    Error while handling the input   request.
    Top of Form
    Config Changes are not allowed during 'Backup' operation, which   was started by 'Scheduler' at 'Fri Jun 08 18:00:03 GMT+08:00 2012 '. Please   try again after 'Backup' is complete.
    Bottom of Form
    http://www.cisco.com/en/US/products/sw/custcosw/ps1846/products_tech_note09186a00809a752c.shtml
    Solution
    Complete these steps in order to resolve this issue:
    •1.      Access the UCCX server and navigate to Start > Run, and type CET.
    •2.      When the warning message appears, click NO.
    •3.      Choose com.cisco.crs.cluster.config.ArchiveAdminConfig.
    •4.      On the right side, double-click the record ID.
    •5.      Click the com.cisco.crs.cluster.config.ArchiveAdminConfig tab, and clear the password under Backup Storage.
    •6.      Click Apply.
    •7.      Navigate to Appadmin > Tools > Backup and Restore.
    •8.      Under Backup Storage Location, type the new password, and click Update.
    After you complete these steps, you can run the backup. If the backup fails, restart the server, and try the backup again. If the backup still fails, you can navigate to CET, clear all the fields, and then type the new information for the storage location.
    Please help me with your suggestions.
    Thanks & Regards,
    Naveen .S

    Please any one help me on this issue..

Maybe you are looking for

  • Messages in Inbox and Folders Deleted

    Hello there, I had this problem before with my N82 and I thought I resolved it. I have the messages saved on my memory card, a couple of month ago, every time I went to the inbox my phone froze and the folders were deleted. I was told to update the s

  • Music not appearing on iphone

    I Purchased Goldfish - Organic House but the album Only shows 1 song out of 22 In the artists section on Iphone5s on IOS8. When selecting the albums tab the album doesnt exist. When i type in Goldfish in the search tab in the artist section all the s

  • XSQL SVG Example questions

    The SVG example provided with the XSQL servlet is excellent and illustrates at least 5 different (and very useful) techniques. Congrats to whoever came up with it. This one example shows SVG, named templates, use of xsl:variable, use of xsl_param, us

  • Lock Box File issue

    I in the process of trying to test the lockbox upload and I was hoping someone could help me on this file issue. the bank is providing the file as below for the "6" and the "4" record 620000100000480351220002470375406600000000014936CONCISYS INCORPORA

  • Setup system for Oracle practice

    Hi, Because I am preparing for OCP DBA 9i test, I want to set up environment on my personal Laptop so that I can do practice simultaneously. Could you share me what software I need and what should be system requirements? My laptop configuration: Dell