What causes "Oops! This link appears to be broken" msg?

together with "HTTP 404 - File not found".
Any idea?
Appreciated,
Helen

Maybe you are calling a procedure and didn't grant the necessary rights to execute it?
Matthias

Similar Messages

  • I've been getting this message all day long, WHY? "Oops! This link appears broken. DNS error occurred. Server cannot be found.

    I've been getting this message all day long, WHY?
    "Oops! This link appears broken.
    DNS error occurred. Server cannot be found.

    I've been getting this message all day long, WHY?
    "Oops! This link appears broken.
    DNS error occurred. Server cannot be found.

  • Why do I keep getting "This link is broken" messages yet it works on other browsers

    Using firefox for desktop at school. On many sites I get the "Oops this link appears to be broken" message. I go to Chrome and it works fine. The sites have not been blocked.
    What do I need to do to get this to work correctly?

    Reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Press and hold Shift and left-click the Reload button.
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (MAC)
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    See also:
    *http://kb.mozillazine.org/Error_loading_websites
    Do a malware check with some malware scanning programs on the Windows computer.<br />
    Please scan with all programs because each program detects different malware.
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *Malwarebytes' Anti-Malware:<br>http://www.malwarebytes.org/mbam.php
    *SuperAntispyware:<br>http://www.superantispyware.com/
    *Microsoft Safety Scanner:<br>http://www.microsoft.com/security/scanner/en-us/default.aspx
    *Windows Defender: Home Page:<br>http://www.microsoft.com/windows/products/winfamily/defender/default.mspx
    *Spybot Search & Destroy:<br>http://www.safer-networking.org/en/index.html
    *Kasperky Free Security Scan:<br>http://www.kaspersky.com/security-scan
    You can also do a check for a rootkit infection with TDSSKiller.
    *http://support.kaspersky.com/viruses/solutions?qid=208280684
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • [CS5.5/CS6] what causes a kImportAndPlaceCmdBoss to throw an exception with broken links?

    I have a problem in both CS5.5 and CS6 on MacOS X.
    During a drag operation onto an InDesign document, I import and place some images onto a page. This normally works without issue except in one case. The problem case is when I'm trying to import an image that is the same file path as a broken link on the document. This will crash InDesign everytime.
    Let me provide some details.
    First, I create an InDesign document, drag some images from the Finder and place them on the page and save the InDesign document to file. Now I go to the Finder and delete the images (or just move them to a different Folder). I then go back to InDesign and look at the Links panel where the red stop signs now appear near the images to show that the links are broken.
    Next I go to a panel that I'm working on where I can drag an item from the panel and onto the InDesign document page. In this I have a ProcessDragDropCommand method that over rides the method in the CDragDropTargetFlavorHelper class, and during that method it copies the images that I just deleted back into their original locations on the file system.
    After copying the files, the process then tries to import one of the images into a new frame using the PlaceFileInFrame method from the InDesign SDK file SDKLayoutHelper.cpp. This method creates a kImportAndPlaceCmdBoss and when executing the line:
    if (CmdUtils::ProcessCommand(importAndPlaceCmd) != kSuccess) {
    causes an exception that appears in the crash report as:
    Exception Type: EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILUE at 0x0000000000000000
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    with a stack trace that points to the CmdUtils::ProcessCommand() line mentioned above.
    I've tried relinking the images before the import and place, but that still doesn't work. If I break the process up so that in one drag event I copy the missing files back into place and relink them, then in a second drag event I then do an import and place it all works okay. It's just when I try the full task of copy images into place in the file system, relink the images on the InDesign document and then import and place an image in a new frame on the InDesign page that the exception is appearing.
    Instead of the kImportAndPlaceCmdBoss I've also tried the kImportAndLoadPlaceGunCmdBoss with the same problem.
    Interestingly, in the SDKLayoutHelper method PlaceFileInFrame that I'm using, there's a pragma message:
    #pragma message("LINKREWORK: Temporary, fix this up later!")
    // TODO: LINKREWORK fix.
    From the wording I'm wondering if this is related to the problem that I'm seeing. In which case does anyone know what this fix might entail?
    I've tried tried relinking using ReinitResource and UpdateLinks methods that are a part of the ILkniFacade but that doesn't seem to help stop the crash.
    Oddly, I can generate a strange and maybe related error (that doesn't use my plugins and just the raw InDesign functionality) if I do something like:
    In InDesign, create an InDesign document.
    From the Finder, drag some images onto the InDesign document page.
    In InDesign, save the document.
    In the Finder, rename the folder containing the images.
    In InDesign, check that the links really are broken with the red stop signs appearing.
    In the Finder, rename the folder containing the images back to what it was before.
    (Extra Step)
    In the Finder, redrag the same images that you did before onto the InDesign page.
    This will cause InDesign to throw up the following error message:
    Either the file does not exist, you do not have permission, or the file may be in use by another application
    Of course, if in the above you introduce an Extra Step where you just go back to InDesign and do nothing. InDesign will relink the once missing images, so that when you go back to the Finder to drag the images there's now no problem.
    This is almost like InDesign needs a few IdleTasks in order to sort out its perception of the file system. If that's the case then I'm a bit stuck as I'm trying to do everything during a single drag operation and there's no chance of any IdleTasks occuring.
    Any ideas?

    I have checked the Tomcat log, which does not give
    much information:
    ----- Root Cause -----
    org.apache.artimus.message.exceptions.MessageDAOSysExce
    tion: Error executing SQL in
    ThreadHandler.createThread.
    at
    org.apache.artimus.message.dao.MySQLMessageDAO.createT
    read(MySQLMessageDAO.java:54)
    at
    org.apache.artimus.message.ThreadHandler.insertThread(
    hreadHandler.java:42)
    at
    org.apache.artimus.message.StoreMessage.execute(StoreM
    ssage.java:61)
    at
    org.apache.struts.action.RequestProcessor.processActio
    Perform(RequestProcessor.java:484)Tomcat has more than one log file. The servlet's System.out messages must be going to a different file if this is all you are seeing. Either look in the other log files or change the lines
             se.printStackTrace();
             throw new MessageDAOSysException("Error executing SQL in ThreadHandler.createThread.");  // line 54 where the problem occurredto simply read:
            throw se;and the actual Exception you want to investigate will go in to the file where you found the above. This will be less useful in the long run as you'll have the same problem when you want to query the SQLException further with System.out.println(se.getSQLState()); etc.
    You could add a logging configuration to your servlets context in server.xml so you can define where such messages get logged.
    Alternatively you could use a logging API like log4j.

  • While viewing a page I suden get "Oops! This page appears broken. DNS Error - Server cannot be found." However I can back arrow to the page

    I just upgrade to versions 18.0.1. I am suing Window 7 64 bit.
    Now I while I am viewing a page I suddenly receive the error massage "Oops! This page appears broken. DNS Error - Server cannot be found."
    I can use the back arrow key to bring the paper back.
    If I have several tabs open, I can watch one tab after another change from the page name, It doesn't seem to matter who page it is, Yahoo, Washington Post, NBCNews,

    I am not a techie. I keep 15-20 to tabs open at a time for reference while working. When I upgraded to this version, all my tabs were closed and my history was erased. I still have not recovered from that loss. I do not want to have this repeated!
    If I was using pdfforge extension (what ever that is) before the upgrade, why is it venomous now?
    Besides this issue, since upgrading I suddenly starting having the audio from commercials being played from tabs that are not active (open). I now have to leave my audio muted.
    I expected assistance from Firefox not some unknown individual ( iamjayakumars) who for all I know is a troll trying to get me to do something to expose my computer to attack.
    I allowed Firefox to collect data they needed from my computer when I submitted the question.
    Fix the bug in your program! I have used Firefox since it came out. I am within a hairs width of switching browser. The only thing holding me with Firefox is my bookmarks. If I figure out how to export them, I am gone.
    FIX YOUR BROWSER!!!

  • This sign appeared in my account: "Your payment method was declined. Update your biiling info'. After adding new information about my others cards I see the same sign. Can't understand what the problem is and what should I do. Need help!!!

    This sign appeared in my account: "Your payment method was declined. Update your biiling info'. After adding new information about my others cards I see the same sign. Can't understand what the problem is and what should I do. Everything used to be good before.
    Do anyone know what I supposed to do in that situation?
    Really need help!
    Thanks in advance.

    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • What is the cause of this error message?

    What is the cause of this error message?
    What is the solution to this problem ?
    Thanks

    First part of your question:
    Error Message
    %CFT_API-3-CFT_ERRMSG_NO_MEMORY: [chars] [chars] [dec]
    Explanation
    The system was unable to supply the requested memory for flow processing to continue
    Recommended Action
    Reduce other system activity to ease
    memory demands. If conditions warrant,
    upgrade to a larger memory configuration.
    link:
    www.cisco.com/c/en/us/td/docs/ios/system/messages/guide/sm_cn02.pdf
    Pretty generic, but its a start, the process in question is cft_flow_lookup.
    This may be an indication of a deeper resource issue.

  • What causes blank pages appearing suddenly in an autoflowed-text document?

    CS5.5, english version.
    The complete book was built-up and all master pages were applied . When reopening the file, several blank pages appeared at two places in the document. The text flow was not interrupted, but seamed «hidden» under a non-existing white layer. The software showed «Master page applied», but the pages were blank, imposible to select any object or to place a new text frame. It was also impossible to reapply the master page (the pages were still blank after). We could not access the hidden part of text, even if it was obviously still present, and we had no choice but rebuild a new document.
    We don't know what caused this very disturbing bug, and we would avoid it to reappear again! If someone knows a trick, you're welcome!
    Version : Indesign CS 5.5, en anglais.
    Le livre était monté en entier avec pages maîtresses appliquées. Lors d'une réouverture du fichier, plusieurs pages vides sont apparues, à deux endroits dans le document. Le texte n'était pas interrompu, mais semblait «caché» sous un calque blanc. Le logiciel affichait l'icône de la page maîtresse appliquée, mais la page demeurait vide. Impossible de sélectionner une boîte de texte ni de parvenir à réappliquer la page maîtresse. Nous n'avons pas réussi à accéder à la portion de texte «cachée» sous ces pages vides, bien qu'elle n'ait de toute évidence pas été perdue.
    Nous n'avons pas trouvé d'autre solution que de recommencer le montage à zéro à partir d'un nouveau document, mais nous ne savons pas ce qui a causé ce problème, ni comment éviter qu'il survienne à nouveau.
    Si quelqu'un a déjà rencontré cette anomalie et peut m'informer, bienvenue!

    I'm afraid I don't have any good news for you, though I was able to get the text to reappear by deleting the blank pages and inserting new ones, then rethreading. Youy could do this, but I suspect it is a short-term fix that won't last a day and more important, that output will fail.
    ID seems to think the frames on the blank pages are lines with astronomically long lengths and they seem to be sheared as well. Needless to say that seems to be some sort of corruption in the file. The reason that I don't have good news is that I've been completely unable to export anything useful for repair out of the file and reimport it-- neither .idml or tagged text. In all cases I get an error message that the  either the file does not exist, it is in use or I don't have permission. I know the files exist -- I can open the text file in a text editor, and I can see the components of the .idml file if I change the extension to .zip, but I can't convince any version of ID to access either of them.
    I looked through the file history and noticed that this file began life as a CS4 file that was converted to CS5.5 in August of 2011. I think that's the source of the problem. From time to time we get reports of unexplainable glitches or files that will not output, or just refuse to open at some point, even though they were fine hours earlier, and quite often it turns out that these are legacy files that were directly updated in a newer version. Because of this I now recommend that all legacy files that are to be converted be exported to .inx or .idml from the original version, then that exported file should be opened in the new version.
    Actually I had one more thought, and it seems to have been at least partly successful. As I mentioned, I was able to export the main story to InDesign Tagged Text and open that in a text editor (Notepad in this case, since I'm on PC). I tried saving the file from notepad with a new name and lo and behold I can now import it into a new file or use it to replace the text in the original. I tried the replacement, and exporting another .idml. but that still fails to reopen, so the corruption is not in the text of the main story. A .idml file export from a new .indd with the resaved tagged text placed in it also is working.
    This means you actually have a good shot at rebuilding this file fairly quickly. Export the stories to tagged text, open those in a plain text editor of your choice and resave as plain text, then place them into a new document with the same page dimensions and margins (rebuild the master pages from scratch in the new file). Make a backup copy of the file with just the text, and make sure it is working properly and that you can export to .idml and PDF, then add the images and check again. I think this is going to work, though it may take a few hours.
    DON'T overwrite any of the files you have already -- use new names, and do a save As a the end of each session or at any major change point adding a version number to the name so you have a good backup version chain in case something goes wrong again. Good luck.

  • I am facing to open slide presentation, appear a pop up saying my resoluition is not correct. I had tried all resolution but I keep not abble to view my photos in slide presentaion. What Could  be this problem?

    I am facing to open slide presentation, appear a pop up saying my resoluition is not correct. I had tried all resolution but I keep not abble to view my photos in slide presentaion. What Could  be this problem? This started after I update the Iphoto. I have a Mac Mini 2010, and have the latest IOS and Iphoto software.

    looks like this is your network connection settings problem, you'd better only keep one network adaptor online and linked, if you do not understand how to setup windows routing, this is completely not firefox problem. buddy. wish you goodluck.

  • HT3228 I have one of the origin iPads. Suddenly when I receive an email only the headings are shown - the body of the text is blank. Also previously received emails have also had the text body removed. Any suggestions as to what caused this?

    I have one of the original iPads. Suddenly (from yesterday) when I receive an email only the headings are shown - the body of the text is blank. Also previously received emails have also had the text body removed. Any suggestions as to what caused this?

    Try this.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.

  • What Cause iPhone wifi turns greyed out and Why????? i'm getting crazy of this!!!

    What cause this iPhone wifi to go greyed out it's getting crazier bcoz bfore this i got my wifi address now it had been missing what next? Dear Apple plis do something i put high trust on yr product so plis do something my phone die without wifi

    Copied from the link provided.
    If you are still unable to turn Wi-Fi on, please contact Apple for support and service options.
    Waiting for Apple to release the next update won't do any good.

  • I seriously don't know what caused this to start being a problem until today it worked fine, but I added an exception for popups full question in DETAILS

    is there anyway to allow Firefox to allow pop ups from this 1 page of Facebook / well this 1 game https://apps.facebook.com/vampiresdarkside/ and not the entire pan in the Ass Pop up happy site, I cant see any sense in allowing popups from all
    apps.facebook.com
    and when I try to add it as the exception should be your program edits it to be that crap above instead of the exception I entered specifically,
    apps.facebook.com/vampiresdarkside/
    I seriously don't know what caused this to start being a problem until today it worked fine, but I added an exception for popups from this one site in Chrome and Firefox decided it wouldn't allow it popups from this part of Facebook and no I am not allowing all the FB apps to have popups I never had to before
    apps.facebook.com/vampiresdarkside/
    have popups after adding the popup exception in chrome, and no I did nothing to Firefox but it is kinda asking me to switch to Opera or some other crap browser with it acting like this, I modified the exception in chrome and Firefox now wont allow the pop ups it always had up until chrome allowed them WTF

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Do a malware check with several malware scanning programs on the Windows computer.
    Please scan with all programs because each program detects different malware.
    All these programs have free versions.
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *Malwarebytes' Anti-Malware:<br>http://www.malwarebytes.org/mbam.php
    *AdwCleaner:<br>http://www.bleepingcomputer.com/download/adwcleaner/<br>http://www.softpedia.com/get/Antivirus/Removal-Tools/AdwCleaner.shtml
    *SuperAntispyware:<br>http://www.superantispyware.com/
    *Microsoft Safety Scanner:<br>http://www.microsoft.com/security/scanner/en-us/default.aspx
    *Windows Defender:<br>http://windows.microsoft.com/en-us/windows/using-defender
    *Spybot Search & Destroy:<br>http://www.safer-networking.org/en/index.html
    *Kasperky Free Security Scan:<br>http://www.kaspersky.com/security-scan
    You can also do a check for a rootkit infection with TDSSKiller.
    *Anti-rootkit utility TDSSKiller:<br>http://support.kaspersky.com/5350?el=88446
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked
    *https://support.mozilla.org/kb/troubleshoot-firefox-issues-caused-malware

  • I'm downloading iTunes onto a 64-bit Windows 7 platform. I am getting the message 'The Windows Installer Service could not be accessed'. What causes this?

    I'm downloading iTunes onto a 64-bit Windows 7 platform. I am getting the message 'The Windows Installer Service could not be accessed'. What causes this?                                            

    You can go through the Microsoft Support kb as there can be some issue with the Windows Installer Service settings or registry keys. Go through the below Link and check the Resolution tab in it. But be careful when working with system Registries.
    http://support.microsoft.com/kb/2642495

  • What does this link warning mean? can't add line info to anonymous symbol

    I am working towards getting rid of all link warnings, but I am getting three that I don't quite understand and a google search for this warning hasn't been helpful.
    The output to Xcode looks like:
    ld: warning: can't add line info to anonymous symbol __ZN16CLineAlignWidgetD0Ev.lsda from /path/to/CLineAlignWidget.o
    What causes this warning and what can be done to fix it?
    I have looked at the CLineAlignWidget class and it looks like other classes which aren't generating this warning.
    Thank you.

    Basically, it's not a problem.
    http://lists.apple.com/archives/xcode-users/2010/Jul/msg00294.html
    If anyone is interested, I went to the LLVM irc channel and asked about this link warning and got back:
    d0k: It's a compiler bug, but I think it's harmless

  • Crash report application what is that ? When shut down the computer this Message appeared The application crash repórter Dont Let shut down the computer

    Crash report aplication what is that ? When shut the computer this Message appeared The application crash repórter Dont Let shut down the computer

    Command-Option-Escape does the same as
    Apple Menu > Force Quit...
    It opens a floating box that lists current major Applications and their status (e.g., Not responding) and allows you to force quit any single Application or re-launch the Finder.

Maybe you are looking for