LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-05-2003, 01:05 PM   #1
kaine
Member
 
Registered: Jun 2003
Location: Bath, U.K.
Distribution: SuSE 9.3, 10.2
Posts: 72

Rep: Reputation: 15
Applet <name> Notinited


Having now spent a l-o-n-g time to correctly configure Java in Mozilla, I have encountered a further problem.

Java(TM) Plug-in 1.4.1_03-b02 is correctly installed and linked to the Mozilla plugin dir, showing all Java MIME types as enabled in the browser.

The problem now, is that when the applet begins to load, it only gets so far before I get the message 'Applet <applet name> Notinited', in the status bar, and it fails.

I have honestly, spent ages trawling helpsites, linux sites, linux fora, IRC channels etc., but so far have been unable to find a solution to this particular problem with Java/Mozilla. I detail below, the spew from the Java console following a failed loading procedure, in the vain hope that some wonderful person out there may be able to shine a little light on my problem. If however, this information proves to be worthless, may I apologise for taking up so much of your screen.

Java(TM) Plug-in: Version 1.4.1_03
Using JRE version 1.4.1_03 Java HotSpot(TM) Client VM
User home directory = /home/kaine
----------------------------------------------------
c: clear console window
f: finalize objects on finalization queue
g: garbage collect
h: display this help message
l: dump classloader list
m: print memory usage
o: trigger logging
p: reload proxy configuration
q: hide console
r: reload policy configuration
s: dump system properties
t: dump thread list
v: dump thread stack
x: clear classloader cache
0-5: set trace level to <n>
----------------------------------------------------
javax.net.ssl.SSLException: SSL V2.0 servers are not supported.
at com.sun.net.ssl.internal.ssl.InputRecord.b(DashoA6275)
at com.sun.net.ssl.internal.ssl.InputRecord.read(DashoA6275)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.j(DashoA6275)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(DashoA6275)
at sun.net.www.protocol.https.HttpsClient.afterConnect(DashoA6275)
at sun.net.http://www.protocol.https.AbstractDe...n.setNewClient(DashoA6275)
at sun.net.http://www.protocol.https.PluginDele...n.superConnect(PluginDelegateHttpsURLConnection.java:292)
at sun.net.http://www.protocol.https.PluginDele...nection.access$000(PluginDelegateHttpsURLConnection.java:42)
at sun.net.http://www.protocol.https.PluginDele...sURLConnection$1.run(PluginDelegateHttpsURLConnection.java:112)
at java.security.AccessController.doPrivileged(Native Method)
at sun.net.http://www.protocol.https.PluginDele...ection.connect(PluginDelegateHttpsURLConnection.java:107)
at sun.net.http://www.protocol.https.PluginDele...getInputStream(PluginDelegateHttpsURLConnection.java:306)
at sun.net.http://www.protocol.https.HttpsURLCo...getInputStream(DashoA6275)
at sun.plugin.net.protocol.http.HttpUtils.followRedirects(HttpUtils.java:39)
at sun.plugin.cache.CachedJarLoader.download(CachedJarLoader.java:302)
at sun.plugin.cache.CachedJarLoader.load(CachedJarLoader.java:128)
at sun.plugin.cache.JarCache.get(JarCache.java:172)
at sun.plugin.net.protocol.jar.CachedJarURLConnection.connect(CachedJarURLConnection.java:93)
at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFile(CachedJarURLConnection.java:78)
at sun.misc.URLClassPath$JarLoader.getJarFile(URLClassPath.java:580)
at sun.misc.URLClassPath$JarLoader.<init>(URLClassPath.java:541)
at sun.misc.URLClassPath$3.run(URLClassPath.java:319)
at java.security.AccessController.doPrivileged(Native Method)
at sun.misc.URLClassPath.getLoader(URLClassPath.java:308)
at sun.misc.URLClassPath.getLoader(URLClassPath.java:285)
at sun.misc.URLClassPath.getResource(URLClassPath.java:155)
at java.net.URLClassLoader$1.run(URLClassLoader.java:190)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:134)
at sun.plugin.security.PluginClassLoader.findClass(PluginClassLoader.java:168)
at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:114)
at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:501)
at sun.applet.AppletPanel.createApplet(AppletPanel.java:567)
at sun.plugin.AppletViewer.createApplet(AppletViewer.java:1778)
at sun.applet.AppletPanel.runLoader(AppletPanel.java:496)
at sun.applet.AppletPanel.run(AppletPanel.java:293)
at java.lang.Thread.run(Thread.java:536)
load: class MainApplet.class not found.
java.lang.ClassNotFoundException: MainApplet.class
at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:153)
at sun.plugin.security.PluginClassLoader.findClass(PluginClassLoader.java:168)
at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:114)
at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:506)
at sun.applet.AppletPanel.createApplet(AppletPanel.java:567)
at sun.plugin.AppletViewer.createApplet(AppletViewer.java:1778)
at sun.applet.AppletPanel.runLoader(AppletPanel.java:496)
at sun.applet.AppletPanel.run(AppletPanel.java:293)
at java.lang.Thread.run(Thread.java:536)
Caused by: javax.net.ssl.SSLException: SSL V2.0 servers are not supported.
at com.sun.net.ssl.internal.ssl.InputRecord.b(DashoA6275)
at com.sun.net.ssl.internal.ssl.InputRecord.read(DashoA6275)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.j(DashoA6275)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(DashoA6275)
at sun.net.www.protocol.https.HttpsClient.afterConnect(DashoA6275)
at sun.net.http://www.protocol.https.AbstractDe...n.setNewClient(DashoA6275)
at sun.net.http://www.protocol.https.PluginDele...n.superConnect(PluginDelegateHttpsURLConnection.java:292)
at sun.net.http://www.protocol.https.PluginDele...nection.access$000(PluginDelegateHttpsURLConnection.java:42)
at sun.net.http://www.protocol.https.PluginDele...sURLConnection$1.run(PluginDelegateHttpsURLConnection.java:112)
at java.security.AccessController.doPrivileged(Native Method)
at sun.net.http://www.protocol.https.PluginDele...ection.connect(PluginDelegateHttpsURLConnection.java:107)
at sun.net.http://www.protocol.https.PluginDele...getInputStream(PluginDelegateHttpsURLConnection.java:306)
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:238)
at sun.net.http://www.protocol.https.HttpsURLCo...etResponseCode(DashoA6275)
at sun.applet.AppletClassLoader.getBytes(AppletClassLoader.java:250)
at sun.applet.AppletClassLoader.access$100(AppletClassLoader.java:42)
at sun.applet.AppletClassLoader$1.run(AppletClassLoader.java:143)
at java.security.AccessController.doPrivileged(Native Method)
at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:140)



Do people really understand this stuff...

 
Old 07-05-2003, 02:38 PM   #2
AMDPwred
Member
 
Registered: Dec 2001
Location: Richmond, VA
Posts: 391

Rep: Reputation: 30
Well I take it you aren't writing the Applet, otherwise you should know what is wrong.

That is a Java exception being thrown. That probably has nothing to do with Mozilla.
 
Old 07-06-2003, 02:35 AM   #3
kaine
Member
 
Registered: Jun 2003
Location: Bath, U.K.
Distribution: SuSE 9.3, 10.2
Posts: 72

Original Poster
Rep: Reputation: 15
Uhm, OK...

You're quite correct - I sure as hell ain't writing this stuff.
What does that mean exactly, a Java Exception? Is this something I can sort out?

still very
 
Old 07-07-2003, 04:58 AM   #4
smokinghound
LQ Newbie
 
Registered: Jul 2003
Location: bristol uk
Distribution: redhat
Posts: 2

Rep: Reputation: 0
HI,

The first line, says SSL 2 not supported. Thats the kiddie. I think its a case of finding a version of java that does support it. Or a different browser.

Sorry probably not the answer you wanted.
 
Old 07-09-2003, 02:27 AM   #5
kaine
Member
 
Registered: Jun 2003
Location: Bath, U.K.
Distribution: SuSE 9.3, 10.2
Posts: 72

Original Poster
Rep: Reputation: 15
Just in case anybody comes across this thread with a similar prob...

It seems the Cooperative Bank (UK), which is one of the few 'must have' things in my environment, requires the obsolete SSL v2.0 implementation.

Having figured out how to get the latest Java enabled, it appeared that I was running a 1.4 JRE when only a 1.3 or earlier JRE for Mozilla would load this particular applet.

Here it is if you need it http://java.sun.com/j2se/1.3/download.html



( The Smokin' Hound was bang on )

Last edited by kaine; 07-09-2003 at 02:28 AM.
 
Old 08-15-2003, 05:54 AM   #6
beezly
LQ Newbie
 
Registered: Aug 2003
Posts: 1

Rep: Reputation: 0
Fixed

Kaine,

It looks like the co-op are replacing their internet banking system with an HTML version instead of that horrible Java App they've had for ages.

Should be a non-issue soon

Beezly
 
Old 08-15-2003, 12:23 PM   #7
kaine
Member
 
Registered: Jun 2003
Location: Bath, U.K.
Distribution: SuSE 9.3, 10.2
Posts: 72

Original Poster
Rep: Reputation: 15
Yeah, so I've noticed. Good stuff I say. One less hassle to worry about is a good thing in my book... it seems with Linux I've always got plenty of others to worry about
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Java applet error: "Applet Failed" nro Programming 1 08-28-2004 06:52 PM
Slackware - Mozilla applet notinited chestnut Linux - Newbie 1 02-17-2004 04:57 AM
KDE applet KidEvil Linux - General 7 01-14-2004 04:56 PM
Applet doesn't run and more..... Jahanzeb Linux - Software 1 07-14-2003 08:45 AM
WM applet in KDE qmon2002 Slackware 0 02-11-2003 10:51 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:47 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration