Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
Rajn  
#1 Posted : Monday, July 25, 2011 12:39:53 PM(UTC)
Rajn

Rank: Newbie

Groups: Member
Joined: 6/1/2009(UTC)
Posts: 5

Thanks: 2 times
It was working fine few months back, and recently started getting this error message. Have restored all the cab/jar/.js files from your website. What is going on here?


JAVA ERROR LOG:

Java Plug-in 1.6.0_26
Using JRE version 1.6.0_26-b03 Java HotSpot(TM) Client VM
User home directory = C:\Users\Raj

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
q: hide console
r: reload policy configuration
s: dump system and deployment properties
t: dump thread list
v: dump thread stack
x: clear classloader cache
0-5: set trace level to <n>

security: Accessing keys and certificate in Mozilla user profile: null
basic: Added progress listener: sun.plugin.util.GrayBoxPainter$GrayBoxProgressListener@633e5e
basic: Plugin2ClassLoader.addURL parent called for http://localhost/Secure/ImageUploader5.jar
network: Cache entry not found [url: http://localhost/Secure/com/aurigma/imageuploader/ImageUploader.class, version: null]
network: Connecting http://localhost/Secure/com/aurigma/imageuploader/ImageUploader.class with proxy=DIRECT
network: Connecting http://localhost:1598/ with proxy=DIRECT
network: Connecting http://localhost/Secure/com/aurigma/imageuploader/ImageUploader.class with cookie "showUpload=true"
network: Cache entry not found [url: http://localhost/Secure/login.aspx?ReturnUrl=%2fSecure%2fcom%2faurigma%2fimageuploader%2fImageUploader.class, version: null]
network: Connecting http://localhost/Secure/login.aspx?ReturnUrl=%2fSecure%2fcom%2faurigma%2fimageuploader%2fImageUploader.class with proxy=DIRECT
network: Connecting http://localhost:1598/ with proxy=DIRECT
network: Server http://localhost/Secure/login.aspx?ReturnUrl=%2fSecure%2fcom%2faurigma%2fimageuploader%2fImageUploader.class requesting to set-cookie with "CustomAuthSpeak to the hand expires=Tue, 12-Oct-1999 05:00:00 GMT; path=/; HttpOnly"
network: Server http://localhost/Secure/login.aspx?ReturnUrl=%2fSecure%2fcom%2faurigma%2fimageuploader%2fImageUploader.class requesting to set-cookie with "ASP.NET_SessionId=33hmtdbd14eq5m55302l3z45; path=/; HttpOnly"
basic: error: Incompatible magic value 218774561 in class file com/aurigma/imageuploader/ImageUploader.
java.lang.ClassFormatError: Incompatible magic value 218774561 in class file com/aurigma/imageuploader/ImageUploader
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(Unknown Source)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
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.createApplet(Unknown Source)
at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Exception: java.lang.ClassFormatError: Incompatible magic value 218774561 in class file com/aurigma/imageuploader/ImageUploader
Ignored exception: java.lang.ClassFormatError: Incompatible magic value 218774561 in class file com/aurigma/imageuploader/ImageUploader
basic: Loading Java Applet Failed...

Edited by user Monday, July 25, 2011 12:45:02 PM(UTC)  | Reason: Not specified

p.shirykalova  
#2 Posted : Monday, July 25, 2011 7:35:36 PM(UTC)
p.shirykalova

Rank: Advanced Member

Groups: Member
Joined: 7/13/2011(UTC)
Posts: 286

Thanks: 6 times
Was thanked: 31 time(s) in 31 post(s)
Hello,

Could you clarify what version of Image Uploader you use?

We had similar reports from Image Uploader 6 users. Please read Magic number problem in java/firefox post which might be helpful.

Probably your ImageUploader6.jar could not be found. The Java plug-in of your browser tries to get some .class file for Image Uploader from the current location (your server) and fails because your server returns some custom error page. Please read about Incorrect path to ImageUploader6.jar file and check whether the path to your .jar file is correct.
Best regards,
Pauline Shirykalova
Aurigma Technical Support
Rajn  
#3 Posted : Tuesday, July 26, 2011 11:39:56 AM(UTC)
Rajn

Rank: Newbie

Groups: Member
Joined: 6/1/2009(UTC)
Posts: 5

Thanks: 2 times
version 5.8.1.0

As I said, i think (not totally sure) that it used to work earlier, unless there was a bug that you guys know about. We do not have time to do an upgrade to your latest version, as your latest version needs a lot of code changes to be implemented, and we do not have time for that right now.

-Raj
p.shirykalova  
#4 Posted : Tuesday, July 26, 2011 8:52:14 PM(UTC)
p.shirykalova

Rank: Advanced Member

Groups: Member
Joined: 7/13/2011(UTC)
Posts: 286

Thanks: 6 times
Was thanked: 31 time(s) in 31 post(s)
Hello Raj,

Unfortunately the problem is not in Image Uploader, but somewhere on your side.
Have you checked the path to your .jar file? It everything correct there?

Another reason you get this is when you have a Forms Authenticated web site and you don't provide access to the directory where the ImageUploader jar is kept. So the user's browser's request to access the jar file fails. Putting this:

Code:
<location path="ImageUploader">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>


in web.config solves it, assuming the .jar file is in a filer ImageUploader in your root. IE does not need this but Firefox does.

If none of these hepls please provide us with the link to your site (login/password if any) and we will try to figure out what is going on. You can open new support case and post login information there.
Best regards,
Pauline Shirykalova
Aurigma Technical Support
Rajn  
#5 Posted : Tuesday, July 26, 2011 9:04:49 PM(UTC)
Rajn

Rank: Newbie

Groups: Member
Joined: 6/1/2009(UTC)
Posts: 5

Thanks: 2 times
I read that suggestion in your other posts, but when i check accessibilty of the imageUploader5.jar, i can readily access it by just typing its full url. http://<weburl>/secure/imageuploader5.jar

Do you think what you are suggesting will still help?
p.shirykalova  
#6 Posted : Tuesday, July 26, 2011 9:16:19 PM(UTC)
p.shirykalova

Rank: Advanced Member

Groups: Member
Joined: 7/13/2011(UTC)
Posts: 286

Thanks: 6 times
Was thanked: 31 time(s) in 31 post(s)
Could you please open new support case and provide us with the link to your site (login, password)?
Best regards,
Pauline Shirykalova
Aurigma Technical Support
Users browsing this topic
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.