Applet Not loading in my browser???

Iam using a IE browser (Version 6.0).i can able to run all applets which is available in my local machine.but only my browser is not supporting to run the applet from server.
the error is
load: class HelloApp not found.
java.lang.ClassNotFoundException: HelloApp
     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 sun.applet.AppletClassLoader.loadCode(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.io.IOException: open HTTP connection failed.
     at sun.applet.AppletClassLoader.getBytes(Unknown Source)
     at sun.applet.AppletClassLoader.access$100(Unknown Source)
     at sun.applet.AppletClassLoader$1.run(Unknown Source)
     at java.security.AccessController.doPrivileged(Native Method)
     ... 10 more
at the same time web server throws the error
[10/Aug/2004:16:11:19] warning (21240): for host 10.10.10.31 trying to GET /amserver/HelloApp.html, send-file reports: can't find /opt/apollo_portal/ps61/SUNWam/web-apps/services/HelloApp.html (File not found)
[10/Aug/2004:16:12:41] info (21240): vs(https-expro200.immchen.com)servlet 'LoginServlet' class = 'com.sun.identity.authentication.UI.LoginServlet' loaded in context = '/amserver'
this error is only for my machine request.not others request.
so how to solve this browser problem.
thanx
parthi

i found the answer
open java "plug-in"
go to the proxies tab and deselect use Browser settings..
now it will work fine

Similar Messages

  • One website will not load on any browser, will work on mobile phone

    One website will not load on any browser (Firefox, IE, Chrome). Have turned off all security programs and firewalls, have tried in Safe Mode, will not load. It works on my smartphone. Can load the basic site, but not the sign-in page. Says Connected at the bottom of the page, but says Connecting at the top, and the little circle goes around counter clockwise; ran for one hour, still didn't load. It used to load, don't know if I did something or downloaded some program to make it stop.

    You can try to access the website in a New Private Window.

  • Portal will not load in web browser

    Hello,
    I have a clustered portal and the second portal (<b>Ep6 SP2 Patch 29</b>) server in the cluster will not load in a web browser.  The portal appears to start correctly and joins the cluster with the other server but when you try to access it in the browser it does not load.  The browser just sits there. 
    I found that if I stop the dispatcher on the second server the portal login page does load minus the images.
    Any ideas on what my problem could be?
    Thanks,
    Keith

    Keith,
    Make sure the Cluster configuration is right. When did you start seeing this problem?
    Host A: Dispatcher->server 0, server 2
    Host B: Dispatcher->server 0, server 2
    i.e The instance IDs are mapped right.
    Also try to hit the individual servers in the cluster the following way.
    http://hostname1:50000/irj/portal;sapj2ee_irj=instance_id sends a request to server 0.
    http://hostname2:51000/irj/portal;sapj2ee_irj=instance_id sends a request to server 1.
    This may give more clues. Unfortunately I don't have access to EP6 SP2 to lookup and tell you the right parameters to look for.
    Regards
    -Venkat Malempati
    Message was edited by: Venkat Malempati

  • Edge Code will not load in web browser

    My OEM edge code will not load in web browser after it has been uploaded to the server. I am using dreamweaver & the OEM file.
    The images are all grouped & labeled properly (within Edge Animate). Note the website will not load with ANY web browsers UNLESS you hit the refresh button or reload the web address.
    www.anndominion.com
    Can somone please tell me what is going on or how to fix the problem? ;(
    Here is the code for the website too.
    Any help would be great!
    <!doctype html>
    <html>
    <head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
    <title>Welcome</title>
    <!--Adobe Edge Runtime-->
    <meta http-equiv="X-UA-Compatible" content="IE=Edge">
    <script>
      var custHtmlRoot="edgeanimate_assets/Home/Assets/";
      var script = document.createElement('script');
      script.type= "text/javascript";
    script.src = custHtmlRoot+"edge_includes/edge.5.0.1.min.js";
      var head = document.getElementsByTagName('head')[0], done=false;
      script.onload = script.onreadystatechange = function(){
      if (!done && (!this.readyState || this.readyState == 'loaded' || this.readyState == 'complete')) {
      done=true;
      var opts ={
        scaleToFit: "width",
        centerStage: "none",
        minW: "0",
        maxW: "undefined",
        width: "1500px",
        height: "800px"
      opts.htmlRoot =custHtmlRoot;
      AdobeEdge.loadComposition('Home', 'EDGE-292846011', opts,
      {"style":{"${symbolSelector}":{"isStage":"true","rect":["undefined","undefined","1500px", "800px"],"fill":["rgba(255,255,255,1)"]}},"dom":[{"rect":["716px","356","88px","88px","aut o","auto"],"id":"preloader5","fill":["rgba(0,0,0,0)","images/preloader5.gif","0px","0px"], "type":"image","tag":"img"},{"rect":["645px","480px","229px","79px","auto","auto"],"font": ["Arial, Helvetica, sans-serif",[24,""],"rgba(0,0,0,1)","normal","none","","break-word","normal"],"id":"Text" ,"text":"Please Tap Refresh <br>To Load Content.","align":"center","type":"text"},{"rect":["555px","283px","361px","103px","auto" ,"auto"],"font":["Arial, Helvetica, sans-serif",[24,"px"],"rgba(0,0,0,1)","400","none solid rgb(0, 0, 0)","normal","break-word","normal"],"id":"Text2","text":"","align":"center","type":"text" }]}, {"dom":{}});
      script.onload = script.onreadystatechange = null;
      head.removeChild(script);
      head.appendChild(script);
      </script>
    <style>
            .edgeLoad-EDGE-292846011 { visibility:hidden; }
        </style>
    <!--Adobe Edge Runtime End-->
    </head>
      <body>
        <div id="Stage" class="EDGE-292846011"></div>
        </body>
    </html>

    Keith,
    Make sure the Cluster configuration is right. When did you start seeing this problem?
    Host A: Dispatcher->server 0, server 2
    Host B: Dispatcher->server 0, server 2
    i.e The instance IDs are mapped right.
    Also try to hit the individual servers in the cluster the following way.
    http://hostname1:50000/irj/portal;sapj2ee_irj=instance_id sends a request to server 0.
    http://hostname2:51000/irj/portal;sapj2ee_irj=instance_id sends a request to server 1.
    This may give more clues. Unfortunately I don't have access to EP6 SP2 to lookup and tell you the right parameters to look for.
    Regards
    -Venkat Malempati
    Message was edited by: Venkat Malempati

  • I have download firefox 4 beta but now in some websites can not open. applet not load properly

    I just download fire 4 beta on my windows vista. Can not open in some websites. the message applet not load properly please reload the page

    Your More system details list doesn't show the Java plugin as installed.
    Update the [[Java]] plugin to the latest version.
    *http://kb.mozillazine.org/Java
    *http://www.oracle.com/technetwork/java/javase/downloads/index.html (Java Platform: Download JRE)

  • Signed Applet not loading on Mac OS X if using HTTPS protocol

    Hi All,
    I need to open a trusted applet on Mac OS 10.2. The applet works fine if using HTTP protocol. But if the protocol used is HTTPS the the applet does not loads and "javax.net.ssl.SSLException - untrusted server cert chain" exception comes on the console.
    The error comes for both - Verisign and javakey - signed applet.
    On seaching for possible solution on the net, i came across following link: http://www.macosxhints.com/article.php?story=20020525101202503&query=Workaround+for+secure+Java+applet+problems
    It says that this is Mac's known bug and gives the workaround as:
    1. Access the problematic site with Internet Explorer on Windows. Click on the padlock item and export the certificate to a file.
    2. Copy the certificate to your Mac.
    3. Use the command
    sudo keytool -import -trustcacerts -keystore /Library/Java/Home/lib/security/cacerts -file mycert.cer
    to import the certificate file to your keystore (substitute mycert.cer with the name of the file containing the certificate). The keystore is password protected - the default password is "changeit".
    4. Restart your browser
    But the client cannot be asked to do all this to run the applet.
    Is this problem being solved by Mac in their java implementation or is there any other possible solution?
    Thanx in advance.
    Regards,
    Charu

    I am experiencing the same problem - I notice it does not happen on OS9.2 using IE but appears a problem on all browsers on OSX
    Apple gave me the following reply.....
    Re: Bug ID# 3268633: cannot load applet class under https connection
    Hello Andrew,
    Thank you for bringing this problem to our attention. We have received feedback
    from engineering on your
    reported issue.
    Please know that to get Java to recognize the certificate you will need to do
    one of two things, depending
    on which VM you are using. Since you want it to work with Internet Explorer, we
    will assume Java 1.3.1.
    In Java 1.3.1 you'll need to add the certificate to
    /Library/Java/Home/lib/security/cacerts using
    /usr/bin/keytool to import the certificate into the certificate database.
    In Java 1.4.1 you should be able to just add the certificate to the keychain
    using certtool. For more
    details on how to do this, please refer to the information found at
    <http://java.sun.com/j2se/1.4.1/docs/tooldocs/solaris/keytool.html>. After
    doing so, if you should require
    further help from Apple in resolving this issue, we recommend that you request
    assistance from Developer
    Technical Support. This must be done by filing a Technical Support Incident.
    So I am supposed to tell every Mac user to do the above am I?!!!

  • JavaFX Applet not loading in IE. How can i make it work in IE?

    My helloWorld JavaFX applet is not loading in IE, It does however load in firefox. Can anyone give me any advice on why it does not load in IE?
    Below is the log from the console when attempting to load in IE.
    exception: null.
    java.io.FileNotFoundException: JNLP not available: HelloApplet_browser.jnlp
         at sun.plugin2.applet.JNLP2Manager.loadJarFiles(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Exception: java.io.FileNotFoundException: JNLP not available: HelloApplet_browser.jnlp
    I have also include the HTML I have used.
    <html>
    <head>
    <title>Wiki</title>
    </head>
    <body>
    <h1>Wiki</h1>
    <script src="http://dl.javafx.com/dtfx.js"></script>
    <script>
    javafx(
    archive: "HelloApplet.jar,javafxrt.jar,Scenario.jar",
    draggable: true,
    width: 150,
    height: 100,
    code: "HelloApplet",
    name: "Wiki"
    </script>
         END     compliled
    </body>
    </html>
    Edited by: CaptainRhino on Dec 17, 2008 8:26 PM

    Like any good developer I have fixed my problem.
    This blog gave me some clues and I think it comes down to how i have built and deployed it.
    http://lexique-du-net.com/blog/index.php?post/2008/12/08/Deploy-a-JavaFX-app-as-an-applet-with-the-Java-Deployement-Toolkit
    In the meantime to see it work in a browser i have opened it offline and just opened the html page that was in my dist folder created by netbeans.

  • Applet not loading in some environments

    Hi,
    We have an applet that works for 99% of our users but for one user the applet does not start. Are there any specific proxy / browser settings that could prevent the applet from loading properly? Outputs from the java console for the working users show the following lines:
    basic: Applet loaded.
    basic: Applet resized and added to parent container
    basic: PERF: AppletExecutionRunnable - applet.init() BEGIN ; jvmLaunch dt 116394 us, pluginInit dt 399250 us, TotalTime: 515644 us
    basic: Applet initialized
    basic: Removed progress listener: sun.plugin.util.GrayBoxPainter$GrayBoxProgressListener@1abab88
    basic: Applet made visible
    basic: Starting applet
    basic: completed perf rollup
    Start Method
    basic: Applet started
    basic: Told clients applet is started
    In the example where we have an issue we only see the following lines:
    basic: Loading applet ...
    basic: Initializing applet ...
    basic: Starting applet ...
    basic: completed perf rollup
    basic: Stopping applet ...
    basic: Removed progress listener: sun.plugin.util.GrayBoxPainter$GrayBoxProgressListener@b51404
    basic: Destroying applet ...
    basic: Disposing applet ...
    basic: Joining applet thread ...
    basic: Joined applet thread ...
    basic: Finding information ...
    basic: Releasing classloader: sun.plugin.ClassLoaderInfo@a89ce3, refcount=0
    basic: Caching classloader: sun.plugin.ClassLoaderInfo@a89ce3
    basic: Current classloader cache size: 1
    basic: Done ...
    basic: Quiting applet ...
    It seems like for some reason its attempting to start but then instantatly stops .... we don't see any exceptions in console.
    Relatively new to applets so any advice would be appreciated

    tschodt wrote:
    What do you see with
    - a different user on the same workstation
    - the same user on a different workstation
    953875 wrote:The same user has tried different machines within the network. Another user has tried on a different machine on the same network with the same results. All machines sit behind a proxy server and browser settings are managed centrally.You are not actually answering the question.
    I deduce that
    The same user has tried different machines within the networkproduces the same behaviour.
    Another user has tried on a different machine on the same network with the same results.A different user on a different machine is not likely to tell us anything.
    All machines sit behind a proxy server and browser settings are managed centrally.So, the profile for this user may be corrupt.
    Create a new profile for this user.

  • 11g admin applets not loading

    Hello - would love any help. I cannot get into admin applets on my windows 7 installation. i was able to access through another computer, but now i can't with that. when i get into the admin page (with chrome, firefox, or MS explorer), the java icons just keep loading. when i try through the OS, it prompts for username and password and they are incorrect. (i am sure they are correct). with safari, i get the error "The Java Runtime Environment cannot be loaded from <C:\PROGRA~2\oracle\JavaFX2.1 Runtime\bin\server\jvm.dll>. I tried a full text search for parts of this path and can not find where it is set. does anyone know how to change the JRE path?
    thanks!
    Terri

    Take a look at those threads: Problem with Admin Applets ! Admin Applets not working
    Usually, it is a Java version. Sometimes, using a different browser also helps (I used to have issues with Mozilla Firefox, but in Chrome it worked fine).

  • Why will my applet not run in a browser??

    Hi,
    I have recently converted a swing application to an applet for use on the web. The applet works perfectly when executed with appletviewer in the Command Prompt. However - when i open the html file - the browser tries to load the class but can't - the status bar at the bottom says "sample.class not found".
    My browser is capable of running other applets - and the class file does exist in the same folder.
    Can someone help with this??
    Thanks
    R

    If you have swing in your Java code then you need a
    java plug-in. To test if you have a Java plug-in
    installed go to:
    http://home.comcast.net/~millennm/amex.html
    Without the plug-in the AWT link works. But you need
    the plug-in for the Swing link to work.
    The plug-in is at:
    http://java.sun.com/j2se/1.3/download.html","Java_Runti
    e_Environment
    hi, excuse me...
    How can I write a plug-in needless Applet?
    After I browse the sample of the above article, I think that it seems if my Applet didn't use swing , it will not need to download a Java plug-in when it execute in a browser. But my Applet still need to download a plug-in, why?
    Here is my sample code:
    /* sample code start */
    import java.awt.*;
    import java.applet.*;
    public class test1 extends Applet
    public void paint(Graphics g)
    g.drawString("I'm Here!",160,80);
    /* sample code end */
    And here is my html code:
    <!-- html code start -->
    <applet code=test1.class width=320 height=100>
    </applet>
    <!-- html code end -->
    thank you very much.

  • Java Applet Not Loading In IE6 on XP

    Can anyone assist I have a user who can not load a Java Applet on one of our web pages, I really need her to access this as it is important to her work. I have tried all the latest Java Versions to no avail. I have also tried adding SP1a to Windows XP to no avail. I am at a loss and it is stopping the user from working, can anyone help? Web site is Http:\\www.daimlerchryslerservices.co.uk/insurance
    Below is a copy of the messages from the Java Console to tell you what is happening.
    Thanks in Advance
    Java(TM) Plug-in: Version 1.4.1_01
    Using JRE version 1.4.1_01 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\schweizerc
    Proxy Configuration: Automatic Proxy Configuration
    URL: http://wpad.corpdcs.net:80/wpad.dat
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    p: reload proxy configuration
    q: hide console
    r: reload policy configuration
    s: dump system properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    java.io.IOException: Server returned HTTP response code: 407 for URL: http://www.daimlerchryslerservices.co.uk/insurance/TDAgent.jar
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    at sun.plugin.net.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    at sun.plugin.net.protocol.http.HttpUtils.followRedirects(Unknown Source)
    at sun.plugin.cache.CachedJarLoader.download(Unknown Source)
    at sun.plugin.cache.CachedJarLoader.load(Unknown Source)
    at sun.plugin.cache.JarCache.get(Unknown Source)
    at sun.plugin.net.protocol.jar.CachedJarURLConnection.connect(Unknown Source)
    at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)
    at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)
    at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)
    at sun.misc.URLClassPath$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.misc.URLClassPath.getLoader(Unknown Source)
    at sun.misc.URLClassPath.getLoader(Unknown Source)
    at sun.misc.URLClassPath.getResource(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at sun.applet.AppletClassLoader.findClass(Unknown Source)
    at sun.plugin.security.PluginClassLoader.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 sun.applet.AppletClassLoader.loadCode(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)
    load: class ft3td/tdagent/TDAgentStub.class not found.
    java.lang.ClassNotFoundException: ft3td.tdagent.TDAgentStub.class
    at sun.applet.AppletClassLoader.findClass(Unknown Source)
    at sun.plugin.security.PluginClassLoader.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 sun.applet.AppletClassLoader.loadCode(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.io.IOException: open HTTP connection failed.
    at sun.applet.AppletClassLoader.getBytes(Unknown Source)
    at sun.applet.AppletClassLoader.access$100(Unknown Source)
    at sun.applet.AppletClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    ... 11 more

    I have exactly the same problem.
    (my config is
    windows Xp Profesional
    jre 1.4.1 03
    ie6)
    I'm also using zonealarm as a firewall.
    any Ideas?

  • Specific Content Will Not Load With Any Browser

    This is something I have never run into and can't solve...
    I have a D-Link DPR-1260 wireless multi-function print server. My machines are a MacBook Pro with 10.5.1, an iBook G4 with 10.5, a Mac Mini with 10.4.11, and a Mac Mini with 10.4.10.
    Connecting to the printer via LPD is a non-issue and works fine with all the machines.
    The strange problem occurs when accessing the web based services of the DPR-1260. Scanning, even using Windows, is not supported by the MFP software (Epson) but is done via the browser. Also network settings, etc.
    The good (normal): Using a machine running 10.4.11 or 10.4.10 all the web content loads and works fine using any Safari, FireFox, Camino, or Opera. Even using the beloved IE 5.2.3 everything works but the Scan page. Ditto for Win XP SP2 using IE 7 or FireFox and running under Parallels or booting directly in on the MBP.
    The bad (weird): On either the MBP running 10.5.1 or iBook running 10.5 only the "simple" pages will load using ANY browser. I don't normally do all caps for emphasis, but I have never seen an issue like this. I cannot access the Scan, Advanced (settings), or Setup (more settings) pages. Even the simple login page only works on occasion.
    This certainly appears to be related to OS X 10.5 but I cannot figure out how.
    For reference, I have tried every conceivable combination of browser, wired vs. wireless connection to the unit, disabled firewall, disabled LittleSnitch, watched traffic using tcpdump, and looked for odd ports on the print server using nmap.
    Given that them problem occurs using WebKit browsers and browsers not using WebKit, and that it works properly using 10.4.* with any browser, I assuming this is some sort of system level problem.
    I can provide even more details, but this post is getting too long. If you think you can help and have any questions please ask.
    Please, any help is much appreciated!

    Yes.
    As I see it, it's clearly not a JS implementation issue as not all these browsers handle JavaScript identically (although as a web developer I wish they did). Obviously Safari and Shiira, the two WebKit based browsers, handle it the same, Opera, FireFox, Camino, iCab, and IE 5.2.3 have different implementations.

  • Applet not running in local browser

    I can run any applet from web.
    I can run any applet in appletviewer.
    But I can not run applets in browser from local html file.
    I can not run even the demos that came with de SDK 1.4.1_01.
    Can anyone give me some hint?
    Maybe is very obvious but I ca not see it.
    Thank you very much.
    Valeriu Sprintu

    the hello.java file is:
    import java.applet.Applet;
    import java.awt.Graphics;
    public class hello extends Applet {
    StringBuffer buffer;
         public void init() {
         public void start() {
         public void stop() {
         public void destroy() {
         public void paint(Graphics g) {
              //Draw a Rectangle around the applet's display area.
              g.drawRect(0, 0, size().width - 1, size().height - 1);
              //Draw the current string inside the rectangle.
              g.drawString("Hello", 5, 15);
    The hello.html file is:
    <html>
    <body>
    Applet should be there
    <br>
    <applet code="hello.class" width=200 height=200>
    No applet
    </applet>
    </body>
    </html>
    hello.html and hello.class are of course in the same folder.
    If I modify the .html file acording to OBJECT tag specifications for Java Plug-In the same applet runs OK in the browser (IE5.0 ).
    I forgot to tell that I have installed the last version of SDK j2sdk1.4.1_01
    <html>
    <body>
    Applet should be there
    <br>
    <OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
    WIDTH = 200 HEIGHT = 200 >
    <PARAM NAME = CODE VALUE = "hello.class" >
    <PARAM NAME="type" VALUE="application/x-java-applet;version=1.1">
    No applet
    </OBJECT>
    </body>
    </html>
    I think there is a problem with the JVM from Microsoft
    Thank you,
    Best regards,
    ValeriuS

  • Yahoo chess Applet not loading in Firefox

    When I am at Yahoo Games, the pop up window for Chess opens, but never loads. I tried it in IE and it works fine - so the problem comes down to Firefox.
    When I click on a games room - and window pops up and asks to punch in a code (to avoid spam). This pop up works fine, I then proceed to punch in the code and then I go to another pop up window where the Chess Game normally loads. Only now it doesn't load at all.
    it says to... Wait 3 minutes for applet to load... Click '''here''' if applet fails to load. Normally I've never had to wait 3 minutes before (ever) - now, even if I wait, it still doesn't load.
    Any help would be greatly appreciated.

    Still not working in Firefox! I can play fine in IE. I have tried everything from uninstalling java and reinstalling, clearing cache, etc... nothing works! Is there not anyone at Firefox that knows of a solution?

  • Helpdesk Agent Needs help with JAVA applet not loading for HTTPS site

    Sorry....I am posting here as I do not know where to start.
    JAVA Console Message. The applet runs via HTTP URL but will not load via HTTPS. Any idea would be much appreciated.
    load: class com.ebreviate.auction.applet.TickerTape.class not found.
    java.lang.ClassNotFoundException: com.ebreviate.auction.applet.TickerTape.class
         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 sun.applet.AppletClassLoader.loadCode(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.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 10 more
    Exception in thread "Thread-7" java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletException(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletStatus(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Exception in thread "thread applet-com.ebreviate.auction.applet.TickerTape.class" java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletException(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    load: class com.ebreviate.auction.applet.graph.LineGraph.class not found.
    java.lang.ClassNotFoundException: com.ebreviate.auction.applet.graph.LineGraph.class
         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 sun.applet.AppletClassLoader.loadCode(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.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 10 more
    Exception in thread "Thread-6" java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletException(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletStatus(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Exception in thread "thread applet-com.ebreviate.auction.applet.graph.LineGraph.class" java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletException(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)

    I am repeating the question that RHM submitted...has anyone found a solution to this issue...Applet com.pogo.client.jvmtest.applet started. I was not having a problem and then out of no where on Sept. 13 my game rooms failed to load and this message started appearing. I have done everything asked of me to clear files both Internet and Java, to uninstall, re-install, etc...nothing works. Does anyone have an answer for a very non technical user?

Maybe you are looking for

  • IPad 2 will not charge or be recognized by iTunes

    Ok... before anything is said, I have read basically every thread here and elsewhere regarding this issue. I have reset the iPad and done everything else many times over. The problem here is not exactly that my iPad will not charge no matter what. If

  • Most suitable external drive format for pc/mac

    hope i've posted this in the correct forum. i've formated an external OWC mercury 500GB drive to use with my desktop asus P4 and my macbook pro 17" i formated in fat 32 in order to be able to read/write data files from both systems... so far things w

  • Database field won't display

    I'm new to Crystal Reports in .NET but I do have my 1st report working except for one field that I'm trying to use in a sub report.  It's in my database fields just like the other field for the sub report.  I can see data for both fields in the Brows

  • Itouch 3G 64GB How do I skip my configuation apple id set up?

    Okay restarted my ipod touch 3rd gen 64gb and continued setting up my configuration, when I got to the Apple ID section and tried signing in it could not do it becuase there was a problem connecting to the server (Im guesing its a problem with my wif

  • Adding a grand total to the columns

    Hi I need to add a total to one of the columns in my report. I have set Aggregation rule as "Sum" but it is not displaying Grand Total. Am I missing any thing or setting the rule incorrectly? Please advise. Thanks in Advance. Jas