• 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 Class not found error on Websphere Poratl Server

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

We have moved our code from Vignette Portal Server 5 to Websphere Portal Server 6. We have one Portlet having an applet inside it. Now this applet was working fine with the Vignette Server but now on the Websphere Portal Server, the applet gives Class not found exception. Though it works perfectly fine 90% of the time but at other times, it gives this error.

Any idea on why this might be happening.

Thanks,
Vivek.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Which class is it complaining about? Is that class part of the jar files listed in the archive attribute of the applet tag?
 
Vivg Gupta
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No, the class file is referred to by using:

<PARAM NAME = "CODE" VALUE = "ABC.class" >
<PARAM NAME = CODEBASE VALUE = "/messageFolder">

The messageFolder is present at the root level. The thing to notice is that the applet runs 90% of the time without any error.
 
reply
    Bookmark Topic Watch Topic
  • New Topic