Results 1 to 4 of 4

Thread: Applet unable to load -shows with the Grey Box

  1. #1
    Join Date
    Apr 2009
    Posts
    107

    Applet unable to load -shows with the Grey Box

    I am running Applet on my application server,suddenly it comes up with the Grey message, because of which my Applet unable to load.but it still gives me an message saying that, Applet running at the Bottom.

    Which is really strange for me.

    If anyone come across this the please let me know.

    Thanks

  2. #2
    Join Date
    Jan 2006
    Posts
    211

    Re: Applet unable to load -shows with the Grey Box

    They occur when an error in the loading or execution of an applet has occurred, causing an applet crash. In Java, the technical term for these errors is an Exception. Good Java applets will "catch" these exceptions, or at least attempt to catch the most likely of errors. Many though are unforeseen, and some not even the fault of the applet. Let's look at some of the most obvious causes.

  3. #3
    Join Date
    Mar 2008
    Posts
    227

    Re: Applet unable to load -shows with the Grey Box

    Basically, IIS settings don't allow to serve files with unknown extensions. IIS returns 404 error when JFileUpload tries to load i18n.properties. You have to update IIS settings to map ".properties" to "text/plain" mime-type. See instructions for IIS 4.x/5.x or 6.x.

  4. #4
    Join Date
    Mar 2008
    Posts
    258

    Re: Applet unable to load -shows with the Grey Box

    Can you reproduce this after uninstalling all icedtea-java7 packages and then installing icedtea-gcjwebplugin package ? icedtea-java7 has been removed from the archive and replaced by openjdk-6.

Similar Threads

  1. Unable to restore the Language applet in Linux
    By Rhesa in forum Operating Systems
    Replies: 6
    Last Post: 08-05-2012, 10:38 PM
  2. Replies: 5
    Last Post: 25-02-2011, 10:22 AM
  3. Load Applet to Java card
    By Samara in forum Software Development
    Replies: 5
    Last Post: 21-07-2010, 04:21 AM
  4. Media Library Just Solid Grey and Unable To See Files
    By Mahatma in forum Windows Software
    Replies: 4
    Last Post: 17-04-2010, 02:48 PM
  5. Load an Applet from a Jar
    By TechGate in forum Software Development
    Replies: 5
    Last Post: 25-02-2010, 02:31 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,727,219,449.82043 seconds with 17 queries