Applet is not loading in firefox for java

every time i am facing the problem in java, if i install also it says Java is not installed for your browser.
Kindly help me out .

You might as well keep waiting - I tried to read your brainwaves but I couldn't detect any. So you need to actually post the error messages of the Java console you certainly looked at-

Similar Messages

  • Websites will not load in Firefox for Android Lollipop unless Request Desktop Site is selected.

    Starting on March 20th, both my Nexus 4 and my Nvidia Shield tablet will not load past around 15% for any website unless I select Request Desktop Site. This only seems to be a problem when the devices are connected through wireless data. Wi-Fi is unaffected by this issue.
    I've force stopped Firefox, I've cleared data and cache, and I've removed / re-installed Firefox. i've also rebooted the devices a few times. Google Chrome is also working fine.

    Build 36.0.3 Just arrived on my device and seems to have corrected the problem.
    UPDATE: This only lasted for the rest of the night. By the next day, the issue had returned.

  • Java Applet is not loading in Fire Fox

    Hi,
    I have a php page with a Java Applet. But that applet is not loading in the browser. I am using Mozilla/5.0 (X11; U; Linux i686; in fedora core 8.
    So give a suggestion to solve this problem.
    Waiting for ur reply.
    Regards
    Aneesh.K

    You might as well keep waiting - I tried to read your brainwaves but I couldn't detect any. So you need to actually post the error messages of the Java console you certainly looked at-

  • Farmville will not load using Firefox, but it will with IE, for over a week now.

    Farmville will not load using Firefox, but it will with IE, for over a week now. I have cleared the cache and cookies multiple times, updated flash player, did a virus and malware scan, allowed java script, allowed mozilla in the Windows firewall, contacted Zynga multiple times, and yet Farmville still will not load using Firefox, my main and preferred browser. I'm very frustrated and want this fixed.

    Thanks for the advice cor-el, but if you would read the info I posted, I already did that, SEVERAL TIMES. That's not the solution unfortunately.

  • Applet does not load using java 1.5 through reverse proxy with certific...

    Hi,
    we have the following problem:
    When using java 1.5 in our browser, our applet does not load. Using java 1.4.2 it works. It also works using java 1.5.0 using another reverse proxy.
    The differences between the 2 reverse proxies (one works, one works not) we use is that the one through which the applet does not load has a certificate installed that is not for its hostname. Can this be the reason the applet does not load? Where can I find information about the sandbox of java 1.5.0 concerning these issues. Are there any docs of the security restrictions imposed by java 1.5.0 sandbox?
    Greetings,
    Tim

    Ok,
    the solution to this specific problem was a misconfigured reverse dns lookup.
    Greets,
    Tim

  • Firefox is not loading specific websites for me. Sites like Facebook, Ebay, Google, and Netflix refuse to open, or even acknowledge me pressing the Enter key

    Firefox is not loading specific websites for me. Sites like Facebook, Ebay, Google, and Netflix refuse to open, or even acknowledge me pressing the Enter key when I type in the address or click a link to that site. Practically every other site works perfectly fine. I did not change any settings or download any new addons prior to this problem, it just started happening. I have done everything I can find in the forums; resetting firefox, clearing cache and cookies, making network settings use no proxy, reinstalling, and today I uninstalled Firefox, updated and scanned my computer with all 3 software I use (AVG, Malwarebytes, and Spybot), found no issues, restarted my computer, and reinstalled a freshly downloaded Firefox setup without importing any settings or doing anything other than a totally clean install, and still nothing. Chrome and IE still are able to access every site perfectly fine. I have no idea what the issue is or how to fix it, as I've tried everything I know and could research.

    Hi There,
    Sorry to hear of your issue. I found a great article for you to read and explain how to fix your issue. I hope this hope :)
    Robert
    Click on the link below
    [[https://support.mozilla.org/en-US/kb/firefox-and-other-browsers-cant-load-websites ]]

  • Applet does not load in IE when hosted in form via SHDocVw.dll

    Hi
    I have a signed applet that usually works well in IE and Mozilla FireFox.
    It shows a popup window with the security question Yes/No/Always and works great thereafter.
    However
    We have now developed a Vb.Net application which hosts the SHDocVw.dll and now when for example I navigate to the web page within this embedded browser control from Microsoft the applet does not load and the popup window does not appear, when trying to access it via clientside scriptring it does not find the applet object.
    // this fails when called from embedded browser control
    <script>
    document.applets[0].prepareControl();
    </script>
    Please help me I would really like to get the applet to work when using this new vb.net application with the embedded browser control because it is becoming our company's standard to hos apps in this new app and not open a new instance of IE for each application.
    Thanks
    Ian Coetzer

    What does the trace say?
    To turn the full trace on (windows) you can start the java console, to be found here:
    C:\Program Files\Java\j2re1.4...\bin\jpicpl32.exe
    In the advanced tab you can fill in something for runtime parameters fill in this:
    -Djavaplugin.trace=true -Djavaplugin.trace.option=basic|net|security|ext|liveconnect
    if you cannot start the java console check here:
    C:\Documents and Settings\userName\Application Data\Sun\Java\Deployment\deployment.properties
    I think for linux this is somewhere in youruserdir/java (hidden directory)
    add or change the following line:
    javaplugin.jre.params=-Djavaplugin.trace\=true -Djavaplugin.trace.option\=basic|net|security|ext|liveconnect
    for 1.5:
    deployment.javapi.jre.1.5.0.args=-Djavaplugin.trace\=true -Djavaplugin.trace.option\=basic|net|security|ext|liveconnect
    The trace is here:
    C:\Documents and Settings\your user\Application Data\Sun\Java\Deployment\log\plugin...log
    I think for linux this is somewhere in youruserdir/java (hidden directory)
    Print out the full trace of the exception:
    try{...}catch(Exception e){e.printStackTrace();}
    If no trace is created my guess is that the jre is never started, try the <object tag
    instead for your applet (html page) because your browser tries to run the applet with msjvm.

  • Applet does not load on app server when Free Design Layout

    Hi,
    I have to embed a an applet in a webpage of an web application. Before I go on to anything.. let me first tell you, I am using Netbeans 6.0
    As shown in the tuorial:
    [http://www.netbeans.org/kb/articles/tutorial-applets-40.html]
    1. I first made the "Applet" source say HelloApplet. java. After compiling and running it I get the HelloApplet.jar.
    2. I created a WebApplication and then from the properties -> packaging -> I "Add Project" HelloApplet.jar.
    3. Then I a webpage I "embeded" the applet.
    4. I run the web app and the applet gets loaded and everything is just fine.
    But before I go on I must tell you that the applet was designed in Null Layout. Now I edited the applet source once again and changed the layout to Free Design Layout*. ( this is available from Netbeans..on the HelloApplet.java .. go to the design view.. right click on the form and from the context menu you can change the layout to FreeDesign or whatever you might want).
    When I expand the "Libraries" node I see the that the library Swing Layout Extensions - swing-layout-1.0.3.jar has been added.
    When I "run" the "HelloApplet.java" file, the applet is shown in the appletviewer. No problems with that.
    But!
    When I try to Clean & Build and Run the WebApplication, the applet does not get loaded. On inspecting the java console I see the following error:
    java.lang.NoClassDefFoundError: org/jdesktop/layout/GroupLayout$Group
    at java.lang.Class.getDeclaredConstructors0(Native Method)
    at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
    at java.lang.Class.getConstructor0(Unknown Source)
    at java.lang.Class.newInstance0(Unknown Source)
    at java.lang.Class.newInstance(Unknown Source)
    at sun.applet.AppletPanel.createApplet(Unknown Source)
    at sun.plugin.AppletViewer.createApplet(Unknown Source)
    at sun.applet.AppletPanel.runLoader(Unknown Source)
    at sun.applet.AppletPanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.ClassNotFoundException: org.jdesktop.layout.GroupLayout$Group
    at sun.applet.AppletClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.applet.AppletClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    ... 10 moreIt clearly shows that the Free Design Layout has something to do with the GroupLayout which can be found by expanding the "Swing Layout Extensions - swing-layout-1.0.3.jar". Now when the HelloApplet.jar is created only the HelloApplet.class file gets included together with some other data but NOT the swing extensions. Hence when I run the web app the class file looks for the GroupLayout.class definition but can find it in the jar as its not included when the HelloApplet.jar is created.
    But with null layout there isint a problem because null layout takes the definitions from the JRE on the machine.. and so it runs without a hitch.
    My Question is : How can I run the applet with Free Design Layout? or is it possible to package the swing layout extensions in the HelloApplet.jar?<</u>
    Thanks for all your replies.
    Cheers.
    Edited by: arijit_datta on May 15, 2008 4:07 PM

    Solved.
    Here is the solution:
    [http://www.nabble.com/Applet-does-not-load-on-app-server-when-Free-Design-Layout-to17259115.html|http://www.nabble.com/Applet-does-not-load-on-app-server-when-Free-Design-Layout-to17259115.html]
    Cheers..
    Edited by: arijit_datta on May 16, 2008 7:41 AM

  • Angry Birds Friends on Facebook will not load in Firefox, just white screen. Will load using Chrome, etc?

    Angry Birds Friends on Facebook will not load in Firefox, just white screen. Will load using Chrome, etc? Checked for malware, cleared cache, re-installed Firefox, disabled add ons, enabled java, updated flash and shockwave, etc.

    Hello,
    Try disabling graphics hardware acceleration. Since this feature was added to Firefox, it has gradually improved, but there still are a few glitches.
    You might need to restart Firefox in order for this to take effect, so save all work first (e.g., mail you are composing, online documents you're editing, etc.).
    Then perform these steps:
    *Click the orange Firefox button at the top left, then select the "Options" button, or, if there is no Firefox button at the top, go to Tools > Options.
    *In the Firefox options window click the ''Advanced'' tab, then select "General".
    *In the settings list, you should find the ''Use hardware acceleration when available'' checkbox. Uncheck this checkbox.
    *Now, restart Firefox and see if the problems persist.
    Additionally, please check for updates for your graphics driver by following the steps mentioned in the following Knowledge base articles:
    [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]
    [[Upgrade your graphics drivers to use hardware acceleration and WebGL]]
    Did this fix your problems? Please report back to us!
    Thank you.

  • Applet is not loading second time with Jre7 u9

    Hi,
    I have found serious problem with Jre7 update 9, Java Applet is not loading in 2nd time, it loads properly first time but in 2nd time it hangs for infinite time.
    Interesting part is same applet works perfectly with Jre7 which have stability & security issues.
    Is this is cache problem or I have to do some configuration changes?
    I have to delete everytime cache resources from Java Control Panel to run applet.
    See logs for more details:
    cache: Initialize resource manager: com.sun.deploy.cache.ResourceProviderImpl@966905
    security: property package.access value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.org.apache.xerces.internal.utils.,com.sun.org.apache.xalan.internal.utils.,com.sun.org.glassfish.external.,com.sun.org.glassfish.gmbal.
    security: property package.access new value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.org.apache.xerces.internal.utils.,com.sun.org.apache.xalan.internal.utils.,com.sun.org.glassfish.external.,com.sun.org.glassfish.gmbal.,com.sun.javaws
    security: property package.access value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.org.apache.xerces.internal.utils.,com.sun.org.apache.xalan.internal.utils.,com.sun.org.glassfish.external.,com.sun.org.glassfish.gmbal.,com.sun.javaws
    security: property package.access new value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.org.apache.xerces.internal.utils.,com.sun.org.apache.xalan.internal.utils.,com.sun.org.glassfish.external.,com.sun.org.glassfish.gmbal.,com.sun.javaws,com.sun.deploy
    security: property package.access value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.org.apache.xerces.internal.utils.,com.sun.org.apache.xalan.internal.utils.,com.sun.org.glassfish.external.,com.sun.org.glassfish.gmbal.,com.sun.javaws,com.sun.deploy
    security: property package.access new value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.org.apache.xerces.internal.utils.,com.sun.org.apache.xalan.internal.utils.,com.sun.org.glassfish.external.,com.sun.org.glassfish.gmbal.,com.sun.javaws,com.sun.deploy,com.sun.jnlp
    security: property package.definition value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.org.apache.xerces.internal.utils.,com.sun.org.apache.xalan.internal.utils.,com.sun.org.glassfish.external.,com.sun.org.glassfish.gmbal.
    security: property package.definition new value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.org.apache.xerces.internal.utils.,com.sun.org.apache.xalan.internal.utils.,com.sun.org.glassfish.external.,com.sun.org.glassfish.gmbal.,com.sun.javaws
    security: property package.definition value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.org.apache.xerces.internal.utils.,com.sun.org.apache.xalan.internal.utils.,com.sun.org.glassfish.external.,com.sun.org.glassfish.gmbal.,com.sun.javaws
    security: property package.definition new value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.org.apache.xerces.internal.utils.,com.sun.org.apache.xalan.internal.utils.,com.sun.org.glassfish.external.,com.sun.org.glassfish.gmbal.,com.sun.javaws,com.sun.deploy
    security: property package.definition value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.org.apache.xerces.internal.utils.,com.sun.org.apache.xalan.internal.utils.,com.sun.org.glassfish.external.,com.sun.org.glassfish.gmbal.,com.sun.javaws,com.sun.deploy
    security: property package.definition new value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.org.apache.xerces.internal.utils.,com.sun.org.apache.xalan.internal.utils.,com.sun.org.glassfish.external.,com.sun.org.glassfish.gmbal.,com.sun.javaws,com.sun.deploy,com.sun.jnlp
    security: property package.access value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.org.apache.xerces.internal.utils.,com.sun.org.apache.xalan.internal.utils.,com.sun.org.glassfish.external.,com.sun.org.glassfish.gmbal.,com.sun.javaws,com.sun.deploy,com.sun.jnlp
    security: property package.access new value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.org.apache.xerces.internal.utils.,com.sun.org.apache.xalan.internal.utils.,com.sun.org.glassfish.external.,com.sun.org.glassfish.gmbal.,com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss
    security: property package.definition value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.org.apache.xerces.internal.utils.,com.sun.org.apache.xalan.internal.utils.,com.sun.org.glassfish.external.,com.sun.org.glassfish.gmbal.,com.sun.javaws,com.sun.deploy,com.sun.jnlp
    security: property package.definition new value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.org.apache.xerces.internal.utils.,com.sun.org.apache.xalan.internal.utils.,com.sun.org.glassfish.external.,com.sun.org.glassfish.gmbal.,com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss
    basic: Added progress listener: sun.plugin.util.ProgressMonitorAdapter@920ee7
    basic: Added progress listener: sun.plugin.util.ProgressMonitorAdapter@1e74d83
    security: Blacklist revocation check is enabled
    security: Trusted libraries list check is enabled
    network: Cache entry found [url: http://subdomain.domain.com/application/applet/myapplet.jar, version: null] prevalidated=true/0
    cache: Resource http://subdomain.domain.com/application/applet/myapplet.jar has expired.
    network: Connecting http://subdomain.domain.com/application/applet/myapplet.jar.pack.gz with proxy=DIRECT
    network: Connecting http://subdomain.domain.com:80/ with proxy=DIRECT
    network: Connecting http://subdomain.domain.com/application/applet/myapplet.jar.pack.gz with cookie "JSESSIONID=C45ABD26D27224F74EA675A2CB7B08A4; JSESSIONID=54898DDD281CFF281956381DE51C07B6"
    network: CleanupThread used 445274 us
    network: Connecting http://subdomain.domain.com/application/applet/myapplet.jar with proxy=DIRECT
    network: Connecting http://subdomain.domain.com:80/ with proxy=DIRECT
    network: Connecting http://subdomain.domain.com/application/applet/myapplet.jar with cookie "JSESSIONID=C45ABD26D27224F74EA675A2CB7B08A4; JSESSIONID=54898DDD281CFF281956381DE51C07B6"
    network: ResponseCode for http://subdomain.domain.com/application/applet/myapplet.jar : 304
    network: Encoding for http://subdomain.domain.com/application/applet/myapplet.jar : null
    network: Disconnect connection to http://subdomain.domain.com/application/applet/myapplet.jar
    Regards,
    Deepak Garg

    Hi RogerL,
    Jre7 update10 is working fine, currently I am doing testing my applet with Jre7 update10.
    Very Strange behaviour same applet working fine with Jre7 & Jre7 update10 but it is not working with Jre7 update9 official release.
    I am very keen to know the exact reason or what's new in update 9 & update 10.
    Thanks a lot.
    Deepak Garg

  • PDFs do not load in Firefox, they do when I'm in Safari. If I'm on a website and I click on a pdf link, nothing happens. It has happened from multiple sites.

    PDF files do not load in Firefox. I click on a link for a PDF and nothing comes up. It happens at every website. I've been using Safari because PDFs open up there just fine. I have all the updated plug-ins, etc. and checked to make sure everything on Firefox was updated. I'm on a MacBook Pro, 10.7.3. I've never had this problem before.

    I am having the same issue - also on a macbook pro, also turning to Safari. I just get a blank page - no download initiates, nothing happens.

  • You tube will not load in firefox 8 windows 7 ...Works fine on IE! flash is current

    YOU TUBE will not load in Firefox 8 Windows 7 ...Works fine on IE! Flash is up to date. New laptop

    See:
    * http://kb.mozillazine.org/Images_or_animations_do_not_load
    * You can see the permissions for the domain in the current tab in Tools > Page Info > Permissions
    * You can see all exceptions in Tools > Options > Content: Load Images > Exceptions

  • Videos will not load in Firefox only. Have reinstalled, restored, etc.

    Videos (from YouTube, Facebook, websites, etc.) will not load in Firefox. I've tried reinstalling Firefox, restoring all settings to default, disabling all addons, extensions, etc. When I try to load a video, a dark rectangle appears where the video should and my cursor just shakes. In Chrome, Internet Explorer, etc. the videos load and play with no problems, no hesitation, so it must be some setting or some bad file with Firefox, but I feel like I've tried everything.
    I'm using Windows 7 on an HP laptop. I've checked my Firefox settings against those on my desktop PC and can find no variances. This problem is driving me mad, so please help.....
    Thanks.

    Hello,
    Try disabling graphics hardware acceleration. Since this feature was added to Firefox, it has gradually improved, but there still are a few glitches.
    You might need to restart Firefox in order for this to take effect, so save all work first (e.g., mail you are composing, online documents you're editing, etc.).
    Then perform these steps:
    *Click the orange Firefox button at the top left, then select the "Options" button, or, if there is no Firefox button at the top, go to Tools > Options.
    *In the Firefox options window click the ''Advanced'' tab, then select "General".
    *In the settings list, you should find the ''Use hardware acceleration when available'' checkbox. Uncheck this checkbox.
    *Now, restart Firefox and see if the problems persist.
    Additionally, please check for updates for your graphics driver by following the steps mentioned in the following Knowledge base articles:
    * [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]
    * [[Upgrade your graphics drivers to use hardware acceleration and WebGL]]
    You can also disable hardware acceleration in Flash: <br> <br>
    Some problems with Flash video playback can be resolved by disabling hardware acceleration in your Flash Player settings. (See [[Flash Plugin - Keep it up to date and troubleshoot problems|this article]] for more information on using the Flash plugin in Firefox).
    To disable hardware acceleration in Flash Player:
    #Go to this [http://helpx.adobe.com/flash-player/kb/video-playback-issues.html#main_Solve_video_playback_issues Adobe Flash Player Help page].
    #Right-click on the Flash Player logo on that page.
    #Click on '''Settings''' in the context menu. The Adobe Flash Player Settings screen will open.
    # Click on the icon at the bottom-left of the Adobe Flash Player Settings window to open the Display panel. <br/> <br/>[[Image:fpSettings1.PNG]] <br/>
    # Remove the check mark from '''Enable hardware acceleration'''.
    # Click '''Close''' to close the Adobe Flash Player Settings Window.
    # Restart Firefox.
    This [http://www.macromedia.com/support/documentation/en/flashplayer/help/help01.html Flash Player Help - Display Settings page] has more information on Flash Player hardware acceleration, if you're interested.<br> <br>
    Did this fix your problems? Please report back to us!
    Thank you.

  • TOC, Index, Search content not loading in FireFox 3.0 +

    Hi,
    I have created from RH 8 a merged Webhelp system (1 master, 2 children - based on Peter Grainge's posted procedure). It works fine from IE, and on my system, from FireFox 3.0 and up.
    The problem is, that when deployed at the customer's site, the TOC, Index, and Search content does not load in FireFox. All frames display (Nav, contents, and the top frame), but the content for the TOC, Index, and Search does not load.
    This only happens at the customer site. The webhelp system works okay in IE.
    I have checked and we are running the same javascript version, have the same security settings in FireFox set.
    I looked on Peter's site and implemented the redirect fix for FireFox that he has posted, but that hasn't seemed to fix the problem.
    They aren't running any special toolbars (like Google toolbar). I am checking on add ons.
    Does anyone have any ideas on what else I might check or better yet what might be causing the problem?
    Thank you,
    Tannis

    Willam
    A merge will not work properly unless all the projects have been generated once. After that it should not matter that a project is missing, indeed simply not publishing one of the projects to the server is one of the features of merging making it easy to supply different customers with different content.
    I wonder if the problem you saw was because that project had not been generated.
    Tannis
    Sorry, the reference to AIR help was because you mentioned Snippet 141 which is AIR specific. I didn't look further back in the thread.
    You said that the start page of a child project opens the tripane window with the default topic but you do not get the TOC etc. That rules out the merge being the problem. I am inclined to the view that the server is the issue so get your client to load the published output from my merge demo as that is a known quantity. Ask them to open each child project in turn and then finally the merge.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Background CSS images not loading in firefox when using a CDN

    Hello,
    I am having trouble getting CSS background images to load in Fire fox when using a CDN.
    Here is a description of the problem:
    - Everything works fine in Chrome
    - Any images loaded through CSS do not load in Firefox (they load in chrome) when i have the CDN enabled.
    - Other images / custom fonts appear to load fine with the CDN enabled
    My setup:
    - wordpress 3.8
    - CDN - Rackspace Cloudfiles synced with w3 total cache plugin (using the 'origin push' configuration)
    - using Cloudflare (mozilla appears to load the site fine while cloudflare is active)
    More about the problem--
    I suspect that the problem has something to do with the htaccess file redirecting some urls or something-- but im not quite sure what to do about this.
    Has anyone encountered this problem before who can offer some insight?
    thanks

    Hi pvijeh, is that the explanation for a security error? I'm having trouble understanding the context.

Maybe you are looking for