"URLs with .file not accepted"

Just upgraded to Lion OS 10.7. When I try to search for an upgrade, I get the message URLs with .file not accepted. Anyone know what the problem is?

Similar Messages

  • Why am I getting print file not accepted?

    I'm using a HP LaserjetP1102W 
    Print file not accepted?  No idea why?
    It's been saying Printer Not Connected. 
    I'm using Safari and would like to print coupons.
    Hope this is the right place to post this.
    Thanks!

    Hello lostvalleyfarm,
    It sounds like you are not able to print to your HP Laserjet.  I recommend following these steps to troubleshoot the issue you are experiencing:
    Follow these steps until the issue is addressed:
    Make sure that the printer is powered on, has ink / toner, and that there are no alerts on the printer’s control panel. Note: If you cannot clear an alert on the printer's control panel, stop here and check the printer's documentation or contact the manufacturer for support.
    Ensure the printer is properly connected to a USB port on the Mac or AirPort base station / Time Capsule. If the printer is a network-capable printer, make sure that it is properly connected to your home network.
    Use Software Update to find and install the latest available updates. If an update is installed, see if the issue persists.
    Open the Print & Scan pane or Print & Fax (Snow Leopard) pane in System Preferences.
    Delete the affected printer, then add the printer again.
    If the issue persists, try these additional steps:
    Reset the printing system, then add the printer again.
    If the issue still persists, reset the printing system again. Download and install your printer's drivers. Then, add the printer again.
    Contact the printer vendor or visit their website for further assistance.
    You can find the full article here:
    Troubleshooting printer issues in OS X
    http://support.apple.com/kb/ts3147
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • Open URL or File not Working

    Hi
    I've scoured the forum and found some similar issues but not an answer to my problem.
    I have a button that launches a web page in a new browser window using "On success: Open URL or file". The Captivate files are published out as SWF and will be burnt to run from CD when I get this working. On my machines (I have tested on two computers) it works fine running locally, both off the hard drive and from CD. On my client's machines on their corporate network it doesn't work at all. There is no error message and the Flash security setting seem OK. When you click on the button nothing happens, zilch. I hope someone will be able to help with this one. Thanks in advance.

    Hi there
    I totally agree with you. It would be way cool if there were an easier way.
    Note that for CD-ROM/DVD, you can place a lightweight server (Server2Go) so that it tricks the content into believing it is being run from a server.
    Actually, you (and others) should Pepper the Adobe Wish Form asking for a simple replacement that works with CD-ROM/DVD that would ship with Captivate and operate as a button push to create the files needed.
    Click here to visit the Wish Form/Bug Reporting Form
    Cheers... Rick
    Click here for Adobe Certified Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • AS3 URL Request file not found

    Hi
    I just learned last night from Ned Murphy how to code a btn in AS3.
    Trouble is, when testing the Dreamweaver frameset website, site name: URLRequest on the C drive with my default browser F12, I get a problem loading the page / file not found.
    Here is the btn AS3 code.
    btn1.addEventListener(MouseEvent.CLICK, btn1Click);
    function btn1Click(evt:MouseEvent):void {
       var url:String = "C:\WebSites\FrameSets\URLRequest\mainFrame1.html";
       var req:URLRequest = new URLRequest(url);
       navigateToURL(req);
    Just for comparison here is the AS3 btn code Ned copy pasted to my Thread last night.
    btn1.addEventListener(MouseEvent.CLICK, btn1Click);
    function btn1Click(evt:MouseEvent):void {
       var url:String = "http://www.awebsite.com/awebpage.html";
       var req:URLRequest = new URLRequest(url);
       navigateToURL(req);
    What is it that is stopping my browser from directing to "C:\WebSites\FrameSets\URLRequest\mainFrame1.html";
    Is it the var url:String?
    Thanks for reading
    Sabby76

    Re Kglad Thank you
    I copy pasted the URL into a browser and it junked to: file:///C:/WebSites/FrameSets/URLRequest,mainFrame1.html I don't know what is the correct name for file:/// probably just the O.S directories proxy? Using the file:///  in the btns function out-works perfectly. Now the rest of the websites frame set extensions directories will not pull up after the index for example: file:///C:/WebSites/FrameSets/URLRequest/index.html/mainFrame2.html I think a re-thread in the DW forum will be the next step, any clues?
    Cheers
    Sabby76

  • Provision files not accepted

    Hi,
    my customer gave me the distribution and developer mobileprovison files that i need to create the app in the app builder. He also gave me the two p12 certificates, to download the app later as a zip-file. He creates all certificates with his own Apple developer ID, i have also his pw that is needed to identify the p12 certificates. Now when i want to create the zip-file, the app builder stops at the moment, when i want to upload the two mobileprovision files (after the step icons upload...). The fields get "red" and i can't do anything to go forward.
    What can i do? I've read that sometimes the mobileprovision files are not accepted and you have to create new ones. When so, must my customer also create new p12 files, or is ist possible to work with the old ones (i don't think so)?
    Very difficult to work so - but my customer wants to upload the app with his own account and only need the zip-file.
    Thank you for your help
    Nicole

    That's probably it, I bet they generated the certificates with a wildcard bundle ID which I don't believe works with single edition.
    Neil

  • Apache plug-in prob : when trying to access '/weblogic/' URL , "404 : file not found" error is shown

    On : Apache 2.0 , Weblogic 7.0, Win 2000
    I installed the Apache plug-in for as described in WL docs, but when I try to
    access a URL /weblogic/ ( supposed to be configured automatically ) on apache,
    I get '404 : file not found' error.
    As per the docs, I did following config in Apache:
    1. Copied the 'mod_wl_20.so' file found in WLHOME\server\bin directory to the
    APACHE_HOME\modules directory
    2. Added to httpd.conf :
    LoadModule weblogic_module modules/mod_wl_20.so
    3. Apache httpd.conf syntax correct : checked by running ' APACHE_HOME\bin\Apache
    -t '
    4. Restarted WL & Apache.
    Now, the weblogic documentation says,
    "Test the Apache plug-in by opening a browser and setting the URL to the Apache
    Server + "/weblogic/", which should bring up the default WebLogic Server HTML
    page, welcome file, or default servlet, as defined for the default Web Application
    on WebLogic Server. For example:
    http://myApacheserver.com/weblogic/".
    For my server, 'http://localhost/weblogic/' - I get a "404 : file not found" error.
    What other configuration is needed ? Do I have to specify '/weblogic/' name anywhere
    else in Apache configuration file ?
    Any pointers will be appreciated.
    Thanks,
    S

    Forgot to mention , I've also added following configuration in httpd.conf :
    LoadModule weblogic_module modules\mod_wl_20.so
    <IfModule mod_weblogic.c>
    WebLogicHost localhost
    WebLogicPort 7501
    </IfModule>
    <Location /weblogic>
    SetHandler weblogic-handler
    PathTrim /weblogic
    </Location>
    "S" <[email protected]> wrote:
    >
    On : Apache 2.0 , Weblogic 7.0, Win 2000
    I installed the Apache plug-in for as described in WL docs, but when
    I try to
    access a URL /weblogic/ ( supposed to be configured automatically ) on
    apache,
    I get '404 : file not found' error.
    As per the docs, I did following config in Apache:
    1. Copied the 'mod_wl_20.so' file found in WLHOME\server\bin directory
    to the
    APACHE_HOME\modules directory
    2. Added to httpd.conf :
    LoadModule weblogic_module modules/mod_wl_20.so
    3. Apache httpd.conf syntax correct : checked by running ' APACHE_HOME\bin\Apache
    -t '
    4. Restarted WL & Apache.
    Now, the weblogic documentation says,
    "Test the Apache plug-in by opening a browser and setting the URL to
    the Apache
    Server + "/weblogic/", which should bring up the default WebLogic Server
    HTML
    page, welcome file, or default servlet, as defined for the default Web
    Application
    on WebLogic Server. For example:
    http://myApacheserver.com/weblogic/".
    For my server, 'http://localhost/weblogic/' - I get a "404 : file not
    found" error.
    What other configuration is needed ? Do I have to specify '/weblogic/'
    name anywhere
    else in Apache configuration file ?
    Any pointers will be appreciated.
    Thanks,
    S

  • Mac won't print; says print file not accepted

    My macbook pro won't print to a new wireless printer that I have; no matter what kind of file I'm printing (doc, pdf, jpg, etc), it says that the print file is not accepted.  I've even used a usb cable to connect it directly to the printer and it still won't print; My computer recognizes the wireless printer, but does not print to the printer; It does however print to another printer that I have wirelessly, just not the new one.  Any ideas on what I can do to make this work?  I've even called Epson (new printer) and they can't figure it out...

    Does another computer print to the new printer? You can try resetting the printing system Mac OS X: How to reset the printing system but I would suspect that the new printer may be faulty.

  • Open URL or File not working for standalone exe

    I've tried lots of different things here...
    I have one movie, published as standalone exe (windows). In
    Preferences, I have "Open URL or File, and enter the next movie
    name - movie_2.exe.
    I have tried using a front or backslash in front of the file
    name.
    I've confirmed the files do both exist in the same directory.
    Symptom:
    They publish fine, and I can click on the exe to run it, but
    when it ends, it seems to be looking for a site...I get a browser
    window that opens, and a please wait, while it looks for
    http://movie_2.exe/, then a "Page
    cannot be displayed".
    Any hints?
    Thank you!

    I don't much use EXE output because of its limitations, but
    others do, and the situation you are describing
    is
    covered, with what appears to be a satisfactory conclusion, at this
    link. Hope this helps.

  • Ibooks author file not accepted by itunes producer

    I have completed a book with an Ibooks author file size of 830MB; it is not being accepted by itunes Producer for upload. Do I need to export it to IBooks format? I did this export but the resulting file is just 77MB. I did not try to upload it via Itunes Producer as it seems to small to be correct. ????????

    Thanks this helped but not enough. I was trying to feed the I books author file directly. So, i went to File/publish and created a file labeled ITMSP. Then went back to the Publisher wizard. I was unable to load the ITMSP file but the Publication window in ITUNES Producer has the Ibook file I exported from IBA in it. I continued through the wizzard but chose not enter a target audience. When I got to the end and clicked on the button to send to Apple it went through a verification process and flagged the lack of target audience. So I went back and entered 13 and up. But the same error keeps occuring and I can not proceed. Any ideas on the following
    1. How I clear the error message now that I have entered the right data
    2.Is the Ibooks export the file that should show in the produce window, or should it be the ITMSP file that wont load there?

  • Issues relinking files in FCP X -original audio & video files not accepted

    I have recently updated my FCP x to version 10.0.9. Most of my projects have updated fine and until I loaded them on another mac (I have the actual files on an external hard drive) today, I was able to work with them as before.
    Something strange happened today - when I loaded one of my projects, it said that the audio tracks I had previously detatched in the timeline could not be found (although the video files were in the timeline as before, showing the audio track beneath). But whilst they were marked red, I could still play back the project and hear the audio playing.
    I decided to re-link the project files, except for the first 5 clips which hadn't been affected by the 'loss' of audio. After relinking the files, the audio worked, but the video showed up all black. It turns out that Final Cut had moved all my 'faulty' video files into the trash, and just kept the audio from these files (though I don't know where as there were no audio files in the folder the video files had been moved from.
    I decided to re-start my computer and Final Cut, and to re-link the files again. At this point Final Cut came up with an error message, saying that the files could not be re-linked as they contained audio, whereas the original files didn't (this is of course incorrect as these are exactly the same original video&audio files I filmed and imported weeks ago.
    Please help me, I am very worried about losing my projects I have spent weeks on editing as I use Final Cut professionally.
    Many thanks in advance.

    I have run into this kind of thing  before and I can only attribute it to a data base error on FCPx part. In my case the only solution I have found was to re-import the files again and then drag the newly imported file to the timeline. You may choose to Replace or you may delete the original section in the timeline and just place an appropriate length section in. You'll have to reestablish transitions and such.  There may be some other methods to deal with this kind of bug in FCPx but if there are I haven't found it. I have only encountered this kind of thing once or twice but I have found no way to ever get those files connected again and for FCPx to "see" things correctly. 

  • Exporting to Apple TV3 - file not accepted in iTunes

    Hello,
    I'm using the "Share" function in FCPX and selecting the Apple TV for 720 (or 1080)
    When I try to import the resulting file into iTunes it does not import. Nothing is happening.
    I have a workaround for this by using another SW to convert the exported file to a file that is accepted by iTunes, but I think that the extra step should not be needed.
    Anyone have some comments on how to easily get an output from FCPX that will be accepted by iTunes ?
    Thanks . Christer

    When you add something to the iTunes library, iTunes doesn't tell you anything happened.  If you can't find it in the library, that would be odd.  I do this all the time and it works just fine.  How exactly are you importing into iTunes?

  • Windows Audio Video files not accepted anymore?

    For 6 years I've been saving videos in WAV format. Today I tried to combine two finished WAV files into a single video and once imported to APE4 half the clips are black.??? The finished video is half black. What gives. Doesn't APE work with WAV files anumore?
    Bruce

    This is the ANNOUNCEMENT:
    ANNOUNCEMENT: Windows Update Causes Half of Display to Be Blacked Out
    Hide Details
    MicroSoft has issued an Update for Windows, that is causing problems with Displays. The following is from Talbot McInnis, who tracked down this problem, and offers a fix:
    "MS bulliten MS13-057.  Specifically, on XP kb2834904 and on windows 7 kb2803821 is causing a problem
    For us, it occurs when decoding WMV9 files.  Not all uses of WMV decoding are affected, but I confirmed that when connecting the WMV decode DLL to a sample grabber for RGB32 video, the frames arrive black on top, so that points directly to decoding internals of the WMV Decode dll.
    You can uninstall these windows updates to resolve your problem."
    There are several threads on the problem that this Update is causing on the PrE and PrPro Forums, so one can get more details. So far, there is not another fix from either MS, or Adobe.
    Also, see this Adobe KB Article: http://helpx.adobe.com/premiere-pro/kb/wmv-files-corrupted-import-or.h tml

  • Problem with files not being savable.

    I've tried asking for help but none of the many people who've read my request for help answered! It's easy to see I'm pretty clueless about how the computer works but i think I can solve the problem if I'm pointed in the right direction.
    Every Word file I open now has the following new and unwelcome identity  in Get Info -- More Info :  Title: Photos for Personal Use or Home Display:
    Authors: Technology
    I don;t know who 'Photos for  Personal Use...' or 'Technology'  are, but I don't want them in my system. It must be this intrusion that's giving me trouble saving and exiting from Word Files.
    The files are all written Word documents.
    Suggestions would be appreciated!      

    They are all After Submit processes, they only run when the page is submitted, not when first built, so should they not all be shown in debug when the page is submitted, whether they're conditonal or not?
    The strange thing is, if I change their sequence values to 21 or above, they run fine. Although this does solve our problem it doesn't explain why they're not running as expected, and it's a potential issue that could catch us out elsewhere.
    Edit - we're narrowing it down I think. One of the processes appears to be the cause of this. If we increase it's sequence number, it seems that anything with a lower sequence than it never seems to run. I'll have a look at what this process is doing although I still don't understand why the ones before it don't show up.
    Edited by: Antilles on Mar 11, 2009 9:12 AM

  • Build yields a folder with file, not a .aip file

    Hi Everyone,
    I'm using Xcode 3.1.2 and trying to complete the HelloWorld example from the "Getting Started With Adobe Illustrator CS4 Development" guide.  I was able to get the program to compile (after figuring out some errors with 32bit long unsigned ints from other header files), but all I get is a HelloWorld file without an extension inside a folder.  There was a folder in the path that was called HelloWorld.aip, but like I said, it's a folder and not a package.  What could I be missing?  I've gone over and over the steps, and I can't figure out what I may have missed.
    Thanks!
    -Dave

    Hello Dave,
    This happens to me all the time if I leave the build output folder open in the Finder. Just close the folder before building and it should work fine.
    Brendon
    Brendon Cheves
    Lead Developer
    Hot Door, Inc.
    949-464-0300
    [email protected]

  • Why is my collada 3D file not acceptable to iBooks author?

    I followed the instructions within iBooks Author, and obtained a (free) Collada 3D file with extension .dae.
    iBooks Author doesn't accept this file.
    How do I progress with my project?

    Seen this document?
    iBooks Author: Best practices for using 3D models - Support - Apple
    If still no joy, you may need to find another source for this type of asset.

Maybe you are looking for

  • Changing database to noarchivelog mode during impdp

    Hi Guys, I am using Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit Production on RHEL5. I am in the middle on the impdp and I want my database to run on noarchivelog as it creates a lot of archivelogs. Will it be proper if I stop t

  • Issues with setting appropriate ownership for file system

    Hi All, We are using ACFS File system. For some of the mount point we have set to change ownership according to requirement in rc.local file So that all permissions remain intact when the server restarts. But the permissions are not taking into accou

  • On Startup - Servlet to be invoked

    Hi When a Servlet is configured as load-on-startup, what is the life cycle it follows ? is it that only init() gets called? How to invoke a Servlet/JSP when the Tomcat is started wihtout any user(manual) interaction? ie. would like to invoke on Start

  • Why not to publish IMEI

    Curious: Why is it advisable not to publish my IMEI in a public forum?

  • How to dertermine size of a perticula Client in sap application server

    R/S all, Kindly guide me for "How to determine size (hard disk space) of a perticular client in SAP Application Server "