Class not found...applet

Hi all,I am trying to load applet from remote machine, the applet giving the Class not found even though the is proper path setting. It also giving the error..open http connection failed...Wating for reply.Sandeep Kutwal.
[256 byte] By [SandeepKutwala] at [2007-10-2 18:21:46]
# 1

Can you be able to reach the class file if you just type the full url to the class file at the URL window in your browser?

Open the Java Console, key in '5' to set max trace level.

Restart the applet, and post the exact trace received from JC.

We also need:

- Which Java version, eg. 1.5.0_07

- Which OS platform

- Which browser/version

dnpa at 2007-7-13 19:42:22 > top of Java-index,Desktop,Deploying...
# 2

Hi,

First of all thanks to you for replying for my request.

I had tried the option given by u but it will not work at all on remote server ,it work without any error on my local tomcat (Linux Server) .

But sometimes it displays on remote server,showing random behaviour of showing, not showing. Is there any Security permission issue ? .

I am using winXP,JRE version 1.5.0_06 Java HotSpot(TM) Client VM.

It is giving error when i upload it to my remote server also path is correct .

Please reply me for this dought . The remote applet shows following errors on the applet java console .

basic: Stopping applet ...

basic: Removed progress listener: sun.plugin.util.GrayBoxPainter@15aee9

basic: Finding information ...

basic: Releasing classloader: sun.plugin.ClassLoaderInfo@ca8327, refcount=0

basic: Caching classloader: sun.plugin.ClassLoaderInfo@ca8327

basic: Current classloader cache size: 1

basic: Done ...

basic: Joining applet thread ...

basic: Destroying applet ...

basic: Disposing applet ...

basic: Quiting applet ...

basic: Joined applet thread ...

basic: Unregistered modality listener

basic: Registered modality listener

basic: Referencing classloader: sun.plugin.ClassLoaderInfo@ca8327, refcount=1

basic: Added progress listener: sun.plugin.util.GrayBoxPainter@1103a97

basic: Loading applet ...

basic: Initializing applet ...

basic: Starting applet ...

network: Connecting h/NewsApplet.class with proxy=DIRECT

basic: WARNING: error reading http:cache.

network: Connecting with proxy=DIRECT

network: Connecting .....proxy=DIRECT

load: class NewsApplet.class not found.

java.lang.ClassNotFoundException: NewsApplet.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

basic: Exception: java.lang.ClassNotFoundException:

Message was edited by:

SandeepKutwal

Message was edited by:

SandeepKutwal

SandeepKutwala at 2007-7-13 19:42:23 > top of Java-index,Desktop,Deploying...