Welcome Guest Search | Active Topics | Members

ImageUploader 4.0 Unable to load in Firefox Options
DSCarl
Posted: Tuesday, July 18, 2006 8:10:44 AM
Rank: Member
Groups: Member

Joined: 4/26/2006
Posts: 61
Points: 0
Hello,

I have a Default.aspx page that has ImageUploader 4.0 and IU 4.0 loads up quite fine in IE 6.0 but will not load up
in firefox. In firefox, I get an error message of "Loading Java Applet Failed". Attached is my code on Default.aspx page.

Please, check out the code and see if there is anything I am missing.

Thanks.
DSCarl.

File Attachment(s):
Default.txt (14kb) downloaded 194 time(s).


Fedor
Posted: Tuesday, July 18, 2006 8:27:28 AM

Rank: Advanced Member
Groups: Administration , Member

Joined: 7/28/2003
Posts: 1,254
Points: -345
Location: WA, US
What do you use in Java console?

Best regards,
Fedor Skvortsov
DSCarl
Posted: Tuesday, July 18, 2006 8:33:38 AM
Rank: Member
Groups: Member

Joined: 4/26/2006
Posts: 61
Points: 0
Hello,

Java console has this:

Java Plug-in 1.5.0_06
Using JRE version 1.5.0_06 Java HotSpot(TM) Client VM


Regards,
DSCarl.
Fedor
Posted: Tuesday, July 18, 2006 9:03:01 AM

Rank: Advanced Member
Groups: Administration , Member

Joined: 7/28/2003
Posts: 1,254
Points: -345
Location: WA, US
Is it all content of Java console?

Doesn't it have that it is failed to load class?

Best regards,
Fedor Skvortsov
DSCarl
Posted: Tuesday, July 18, 2006 10:25:56 AM
Rank: Member
Groups: Member

Joined: 4/26/2006
Posts: 61
Points: 0
Yes. You are right. It says "Failed to load class". Below is the error message....

Code:
load: class com.aurigma.imageuploader.ImageUploader.class not found.
java.lang.ClassNotFoundException: com.aurigma.imageuploader.ImageUploader.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


I am not exactly sure while the class does not load.... Please, let me know your thoughts.

Regards,
DSCarl
Fedor
Posted: Tuesday, July 18, 2006 10:50:30 AM

Rank: Advanced Member
Groups: Administration , Member

Joined: 7/28/2003
Posts: 1,254
Points: -345
Location: WA, US
JRE can not find ImageUploader2.jar:

Please put instead of:

Code:
iu.javaAppletCodeBase="ImageUploader2.jar";


The following one:

Code:
//For Java applet only path to directory with JAR files should be specified (without file name).
iu.javaAppletCodeBase = "./";


Best regards,
Fedor Skvortsov
DSCarl
Posted: Tuesday, July 18, 2006 11:06:51 AM
Rank: Member
Groups: Member

Joined: 4/26/2006
Posts: 61
Points: 0
Thanks Fedor....... it works........ I just missed that detail.

Regards,
DSCarl.
Users browsing this topic
Guest


Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Main Forum RSS : RSS

YAFVision Theme Created by Jaben Cargman (Tiny Gecko)
Yet Another Forum.net version 1.9.1.6 running under Cuyahoga.
Copyright © 2003-2006 Yet Another Forum.net. All rights reserved.