Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

java.lang.ClassNotFoundException (Applet)

4181d859-1c7d-449e-9165-8740e1b4d7bcFeb 27 2015 — edited May 10 2015

I have created a simple applet application that is embedded in a HTML. When I did compiled it, I received an error of ClassNotFoundException. I'm using Jdeveloper11gR1. Please see screenshot.

Did I miss something?

applet2.JPG

This is my error :

java.lang.ClassNotFoundException: cams.gsis.applet.CAMSApplet

at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)

at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)

at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)

at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)

at java.lang.ClassLoader.loadClass(Unknown Source)

at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)

at sun.plugin2.applet.Plugin2Manager.initAppletAdapter(Unknown Source)

at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)

at java.lang.Thread.run(Unknown Source)

And this is my Error on java console.

basic: Added progress listener: sun.plugin.util.ProgressMonitorAdapter@c5dde6

security: Expected Main URL: http://localhost:7101/CAMSv6-CAMSv6-context-root/cams/gsis/applet/CAMSApplet.class

network: Cache entry not found [url: http://localhost:7101/CAMSv6-CAMSv6-context-root/cams/gsis/applet/CAMSApplet.class, version: null]

network: Connecting http://localhost:7101/CAMSv6-CAMSv6-context-root/cams/gsis/applet/CAMSApplet.class with proxy=DIRECT

network: Connecting http://localhost:7101/ with proxy=DIRECT

network: Cache entry not found [url: http://localhost:7101/CAMSv6-CAMSv6-context-root/cams/gsis/applet/CAMSApplet.class, version: null]

network: Connecting http://localhost:7101/CAMSv6-CAMSv6-context-root/cams/gsis/applet/CAMSApplet.class with proxy=DIRECT

java.lang.ClassNotFoundException: cams.gsis.applet.CAMSApplet

at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)

at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)

at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)

at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)

at java.lang.ClassLoader.loadClass(Unknown Source)

at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)

at sun.plugin2.applet.Plugin2Manager.initAppletAdapter(Unknown Source)

at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)

at java.lang.Thread.run(Unknown Source)

basic: load: class cams.gsis.applet.CAMSApplet not found.

java.lang.ClassNotFoundException: cams.gsis.applet.CAMSApplet

at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)

at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)

at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)

at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)

at java.lang.ClassLoader.loadClass(Unknown Source)

at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)

at sun.plugin2.applet.Plugin2Manager.initAppletAdapter(Unknown Source)

at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)

at java.lang.Thread.run(Unknown Source)

Ignored exception: java.lang.ClassNotFoundException: cams.gsis.applet.CAMSApplet

basic: Dialog type is not candidate for embedding

security: Accessing keys and certificate in Mozilla user profile: null

security: Reset deny session certificate store

security: Reset deny session certificate store

basic: Removed progress listener: sun.plugin.util.ProgressMonitorAdapter@c5dde6

basic: PluginMain.unregisterApplet: 1 from mananger sun.plugin2.applet.Applet2Manager@15e5503

Comments

Can you be more precise in your question? There are a lot of people that use Oracle Databse with Django without any problem so we need to know exactly what you are doing and what errors you are getting (if any).

Gaz in Oz

When you say you "can't view the data in database" is that in another session?

Perhaps you just need to COMMIT the data in the Django session to make the data viewable from other sessions...

1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 7 2015
Added on Feb 27 2015
1 comment
3,731 views