Keep getting a pop up at the top of many websites I visit 'firefox security error content at *web address* may not load" I am using the most recent firefox and windows 7.

Keep getting a pop up at the top of many websites I visit 'firefox security error content at *web address* may not load" I am using the most recent firefox and windows 7. This is happening at many sites, such as hotmail, google reader, and many others.

Sorry, I don't think that is a message from inside Firefox, the wording doesn't sound correct - at least the beginning of that message. My "gut" thinks that is a MSN Live message to explain and compensate for their lack of security with a re-direct from a secure domain to an un-secure domain. ''(the end of that message)''
{Ctrl + Shft + J} will open the Firefox Error Console - I'm curious what Firefox has to say about that situation. If you find the error message for that domain, you can right-click the message to '''copy''' it and then paste that error message here.
Maybe '''TonyE''' or '''cor-el''' will be more familiar with the situation at Live and maybe at Google Reader, I don't use either of those services and have never seen a message like that myself.

Similar Messages

  • When surfing vaious sites I keep getting a message :This page is asking you to confirm that you want to leave - data you have entered may not be saved. I have to click on it to get rid of it:

    It happens only while surfing te's. Then there is a choice of "leave page. you may lose info and "close page."
    Then it goes away until another site and keeps coming back on and off.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Error when deploying web service do not have a property of the name return

    Using Jdeveloper 11.1.1.6 and Oracle 11g database.
    I created entities classes from tables then created a Java Service Facade and then a web service from the facade.
    When I delpoy (to Integrated WLS) or try to test the web service I get:
    javax.xml.ws.WebServiceException: class src.jaxws.persistXXX do not have a property of the name return. (I put the XXX there because if I remove the class from the web service then another persist* class gives the same error.
    I've checked the definitions and there's not a name 'return' anywhere other than return statements in the methods.
    TIA,
    Dave
    Here's a stacktrace after the above error:
    at com.sun.xml.ws.server.sei.EndpointResponseMessageBuilder$DocLit.(EndpointResponseMessageBuilder.java:206) at com.sun.xml.ws.server.sei.EndpointMethodHandlerImpl.createResponseMessageBuilder(EndpointMethodHandlerImpl.java:213) at com.sun.xml.ws.server.sei.EndpointMethodHandlerImpl.(EndpointMethodHandlerImpl.java:119) at com.sun.xml.ws.server.sei.EndpointMethodHandlerFactory.create(EndpointMethodHandlerFactory.java:15) at com.sun.xml.ws.server.sei.PayloadQNameBasedDispatcher.(PayloadQNameBasedDispatcher.java:118) at com.sun.xml.ws.server.sei.EndpointMethodDispatcherGetter.(EndpointMethodDispatcherGetter.java:83) at com.sun.xml.ws.server.sei.SEIInvokerTube.(SEIInvokerTube.java:82) at weblogic.wsee.jaxws.WLSContainer$WLSEndpointFactory$1.createServer(WLSContainer.java:800) at weblogic.wsee.jaxws.ServerLateInitTube.postCreateEndpoint(ServerLateInitTube.java:57) at weblogic.wsee.jaxws.EndpointAwareLateInitTube.postCreateEndpoint(EndpointAwareLateInitTube.java:46) at weblogic.wsee.jaxws.JAXWSServlet.registerEndpoint(JAXWSServlet.java:150) at weblogic.wsee.jaxws.JAXWSServlet.init(JAXWSServlet.java:64) at weblogic.wsee.jaxws.JAXWSDeployedServlet.init(JAXWSDeployedServlet.java:54) at javax.servlet.GenericServlet.init(GenericServlet.java:241) at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120) at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64) at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58) at weblogic.servlet.internal.StubLifecycleHelper.(StubLifecycleHelper.java:48) at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539) at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1985) at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1959) at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1878) at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153) at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508) at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482) at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52) at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119) at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200) at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247) at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52) at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119) at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27) at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52) at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205) at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:43) at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161) at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79) at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569) at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150) at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116) at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323) at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844) at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253) at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440) at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68) at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209) at weblogic.work.ExecuteThread.run(ExecuteThread.java:178) Caused by: javax.xml.bind.JAXBException: return is not a valid property on class src.jaxws.PersistSubQuestionResponse at com.sun.xml.bind.v2.runtime.JAXBContextImpl.getElementPropertyAccessor(JAXBContextImpl.java:973) at com.sun.xml.ws.server.sei.EndpointResponseMessageBuilder$DocLit.(EndpointResponseMessageBuilder.java:203) ... 55 more

    I found this in a google search:
    OK, I've solved this myself. I was using -p with wsimport to name the package of the generated class. When I removed this from the generated class, everything works fine! I'm not really sure why but I think it's because the wsdl is using target namespace.
    Does JDeveloper use this switch during deployment? If so, how do I remove it? Thanks, Dave

  • After upgrading to firefox 4 for yahoo my "My Yahoo" home page loads wide I use the scroll bar to see it all.

    This is an intermittent problem. I have not changed any of my setting in "My Yahoo" that would account for this problem. How can I fix this without changing the font size.

    Solution for my problem: I had simultaneously blocked some items on my page using Adblock Plus. I removed those personal blocks and the page is back to normal.

  • Since the update loaded on my computer my web pages will not load and i get invalid url message

    Ever since firefox updated to 17, my web pages will not load. When I type in the search bar and hit the enter button, the address switches to https and i get a message stating that my page is an invalid url and the following message
    Reference #9.1db78443.1354339468.3c70717c
    I have cleared my histories and cookies and restarted my computer but cant get it to work.
    I can type in www.google and go directly to the google page and then gain access to my pages, just not through the firefox address bar.

    '''Try the Firefox SafeMode''' to see how it works there. <br />
    ''A troubleshooting mode, which disables most Add-ons.'' <br />
    [https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode#w_safe-mode-window_2 Troubleshoot Firefox issues using Firefox SafeMode]
    When in Safe Mode... <br />
    * The status of plug-ins is not affected.
    * Custom preferences are not affected.
    * All extensions are disabled.
    * The default theme is used, without a persona.
    * userChrome.css and userContent.css are ignored.
    * The default toolbar layout is used.
    * The JIT Javascript compiler is disabled.
    * Hardware acceleration is disabled.
    * You can open the Firefox 15.0+ SafeMode by holding the '''Shft''' key when you use the Firefox desktop or Start menu shortcut.
    * Or use the Help menu item, click on '''Restart with Add-ons Disabled...''' while Firefox is running.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shft key) to open it again.''
    '''''If it is good in the Firefox SafeMode''''', your problem is probably caused by an extension, and you need to figure out which one. <br />
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes
    ''When you figure out what is causing that, please let us know. It might help other user's who have that problem.''

  • After installing 9.0.1 twice on Win7, Firefox does not open websites in the navigation toolbar. Nothing happens when I put in any normal web address.

    Firefox now takes an enormously long time to open now that I have upgraded to 9.0.1. The bigger problem is that the navigation toolbar where I enter web addresses does not function when I hit the enter key or by selecting the small arrow key right next to the web address. Win7 64bit, no detectable viruses.

    This issue can be caused by an extension that isn't working properly.
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • I downloaded the latest update on my MacBook Pro. Now I keep getting a pop-up that iCloud wants my password from an email login I haven't had in a year. Now the calendar won't sync with my iPhone5.

    I downloaded the latest update on my MacBook Pro last week. Now I keep getting a pop-up that iCloud wants my password from an email login I haven't had in a year. I can't find where to delete that email login.  iCloud is also showing my new email login, plus a bogus one I accidentally created trying to fix this problem. Now the calendar on my MacBook Pro won't sync with my iPhone5.

    It sounds like you have the Find my iphone Activation lock for sure. Go to www.icloud.com/find and see if you put in that Apple ID that is coming up and yoru password to see if you are able to sign into the account that way to turn it off. If you are unable to, you will have to contact AppleCare by phone (chat cannot handle account lock outs or forgotten password due to not being able to verify your identity) and see if they can reset it. And are you sure the Apple ID that is coming up yours?

  • TS4036 I recently got the new iPhone 5c I used icloud to back everything up from my 4s to my new 5c.  Now, I keep getting a pop up that says Continue Restoring?  (This iPhone has not been backed uprecently because it has not finished being restored. Would

    I recently got the new iPhone 5c I used icloud to back everything up from my 4s to my new 5c.  Now, I keep getting a pop up that says Continue Restoring?  (This iPhone has not been backed uprecently because it has not finished being restored. Would you like to finish downloading any remaining purchases and media before backing up, or delete them along with any app date?)
    I seleted to finish downloading because I didn't want to lose anything.  It still will not finish downloading and I have tried this several times.
    What do I need to do to that I can get my iphone to back up and so that I can install the new iOS?

    Hello there, Brandifoote24.
    The following Knowledge Base article offers up an explanation of what you're error signifies:
    iCloud: Understanding Backup alert messages
    http://support.apple.com/kb/TS4576
    "This iPhone has not been backed up recently because it has not finished being restored. Would you like to finish downloading any remaining purchases and media before backing up, or delete them along with any app data?"
    This message is displayed if your iOS device has been trying to complete a restore for more than three days. This can occur if your restore has been interrupted due to network connectivity issues or some other problem occurs.
    Being that this is the case, you would want to go back to the article it seems you were referred to us from and try to restore from your icloud backup again:
    iCloud: Troubleshooting restoring an iCloud backup
    http://support.apple.com/kb/TS4036
    How do I restore an iCloud backup if my device is already set up for use?
    You'll need to erase all data and settings from your device, so first confirm that you have an iCloud backup to restore:
    Go to Settings > iCloud > Storage & Backup > Manage Storage, then tap the name of your device to view a list of iCloud backups.
    Check the date of the backup you want to restore, because you'll be restoring only what iCloud backed up on that date.
    After confirming that an iCloud backup is available, follow these steps:
    Connect your device to a power source and make sure that it is connected to the Internet via Wi-Fi.
    Follow the instructions for restoring your iOS device from an iCloud backup, which include making sure that your device is using the latest version of iOS.
    If the issue persists, then I would troubleshoot Wi-Fi using the following article:
    iOS: Troubleshooting Wi-Fi networks and connections
    http://support.apple.com/kb/ts1398
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • Why do I keep getting a pop up box asking me to enter my apple id and password - and the id in the box is not mine? Is it phishing for my password?  How do I get rid of it?

    I keep getting a pop up box on my iPhone asking me to enter my password - and the apple id does not match mine.  I click 'Cancel' but it keeps reappearing and interfering with other apps.  What did I do to get this and what do I do to get rid of it?  Is it someone or something phishing for my password?  The only app I recently downloaded was PF Chang's and I got that directly from the App Store.

    Try signing out and then back in again by going into Settings>Store>Apple ID:>Sign Out>

  • TS1717 All of a sudden I keep getting a pop up that says this song can't be played because Itunes can't find the file...Over 11,000 songs can't be played...Please help..thanks

    All of a sudden I keep getting a pop up that says this song can't be played because I tunes cannot find the file...Over 11,000 songs can't be played ....I really don't want to transfer all the songs over again...Please help...Thanks

    Someone please reply cuz I have the same problem. Help Thanks.

  • I keep getting this pop up.To view this web content, you need to install the Java Runtime Environment. How can I get rid of it?

    I keep getting this pop up - To view this web content, you need to install the Java Runtime Environment. How do I get rid of it. 

    Most likely, you have a web plugin that depends on the Java runtime distributed by Apple, such as the Facebook video calling plugin or the "NexDef" plugin for watching baseball streams. If you no longer need the plugin, remove it. Otherwise, install Java.

  • HT5622 I am trying to buy some help on the "candy crush" game but I keep getting this pop-up" unable to purchase. This item is for an app that was purchased by a different Apple ID. to buy this item with this Apple ID you must first purchase the app. My d

    I am trying to buy help on my candy crush game but I keep getting this pop-up? Unable to Purchase. This item for an app that was purchased by a different Apple ID. To buy this item with this Apple ID, you must first purchase the app. My daughter set up this game on my Iphone. I am on level 65 and don't wont to start over if I don't have to.
    Any suggestions?

    If it was indeed purchased with a different apple ID then there is no work around for what you want! You can try signing in with your daughter's apple ID and password and update the app and purchase whatever you want then log back in with your apple ID. This may work!

  • I can't start Facetime. Keep getting a pop-up window saying that "an internal FaceTime error occured. There was a problem with FaceTime. You need to quit and open FaceTime again". I keep retrying to open and keep getting the same message over again.

    I can't start Facetime. Keep getting a pop-up window saying that "an internal FaceTime error occured. There was a problem with FaceTime.
    You need to quit and open FaceTime again". I keep retrying to open and keep getting the same message over again.

    @ reichard
    yeh man i have the same problem i think when i open the ****** facetime it dosent open there is a line in facetime icon it dosent open i dont know how it work **** i want it to work hope someone help me thx

  • I keep getting this pop-up every few minutes: "This web page is being redirected to a new location. Would you like to resend the form data you have typed to the new location?" I'm sick of it!!! How can I get rid of it???

    Duplicate of [/questions/860865]
    Question
    I keep getting this pop-up every few minutes: "This web page is being redirected to a new location. Would you like to resend the form data you have typed to the new location?" I'm sick of it!!! How can I get rid of it???

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    Do a malware check with some malware scanning programs.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of their databases before doing a scan.<br />
    <br />
    * http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    * http://www.superantispyware.com/ - SuperAntispyware
    * http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    * http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    * http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    See also:
    * "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • I keep getting a pop-up saying "To view this web content, you need to install the Java Runtime Environment. Click 'more info...' to visit the website...(and so on)". I have done what it asks but the pop-up keeps popping up. What do I do?

    I keep getting a pop-up saying "To view this web content, you need to install the Java Runtime Environment. Click 'more info...' to visit the website...(and so on)". I have done what it asks but the pop-up keeps popping up. What do I dd?

    If you haven't downloaded this, try downloading this. .
    http://support.apple.com/kb/DL1572

Maybe you are looking for

  • A few problems with new Pearl 3G 9105

    Device info Carrier: 02 Model info and OS version earl 3G, 9105 Apps and free space: 125.6MB free (1.5GB free in Media Card) Did a battery pull fix your issue? no Apps installed and their version if possible.  No Apps installed Hello, I recently purc

  • Automatic Storage location at the time of GR

    Dear Gurus, How can we make customization that the storage locations to come by default as given in Material Master while doing the Goods Receipt? Pls provide speedy answer. For example if I have given storage location as Raw material store in materi

  • Dynamic Class Loading

    hello all I have a little problem, and I have no idea how to solve it. We have a Client-Server application written in Java. The client is distributet with Webstart. What we want to do is: load some classes dynamicaly. We want to write some new classe

  • A Possible Bug in MS Project Prof. Regarding Inactive Tasks

         One of the projects in our EPM portfolio has encountered a problem with "Inactive Tasks". I did an experiment with a sandbox project, and here is what I find:      If you "Inactivate" a task, or group of tasks, and then do "Update Project/Update

  • News: SV Release 11.1.2.5.000

    Hi, I don't know why no one from Oracle is able to inform the public at least in this dedicated forum... However, I found this yesterday: Release 11.1.2.5.000 11.1.2.5.000 is the latest release of Smart View and was made generally available by Oracle