• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Applet Red X and Class not found Error

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My Servlet log is reporting following error sporadically for a user and user is getting Red X on the applet. I have not seen this error for a while but one of the users reported this issue. Do you guys know what could be the cause of this issue? All the other users are fine except one user and that user is also able to access applet without any issue after a while.

Static resource /app/client/com/appproject/coreapp/applet/ui/AppApplet.class not found
May 12 07:46:01 2008: Static resource /app/client/com/appproject/coreapp/applet/ui/AppApplet/class.class not found.

Thanks
 
Ranch Hand
Posts: 231
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Rahul,
This could because the applet may be cached in the user's machine and every time the broswer may be refering to the cache. Check in the java control panel if the java applet cache is enabled. If yes disable it and go to the cache path specified and delete any files there. Also make sure to clear the browser cache. This should solve this issue.

Hope this helps.
 
Rahul Kappor
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sivaraman

Thanks. I will check that.
 
reply
    Bookmark Topic Watch Topic
  • New Topic