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

Notification

Icon
Error

Options
Go to last post Go to first unread
12print.it  
#1 Posted : Thursday, May 17, 2007 7:59:26 AM(UTC)
12print.it

Rank: Member

Groups: Member
Joined: 7/10/2006(UTC)
Posts: 10

on start java uploader give me the follow error (ie 6& ff 2.0):

Code:
sun.plugin.cache.JarCacheVersionException: Il numero di attributi specificati in 'cache_archive' non corrisponde a quelli presenti in 'cache_version'
	at sun.plugin.cache.JarCacheUtil.getJarsWithVersion(Unknown Source)
	at sun.plugin.AppletViewer.initJarVersionMap(Unknown Source)
	at sun.plugin.AppletViewer.createClassLoader(Unknown Source)
	at sun.plugin.AppletViewer.appletInit(Unknown Source)
	at sun.plugin.viewer.LifeCycleManager.initAppletPanel(Unknown Source)
	at sun.plugin.viewer.WNetscapePluginObject$Initer.run(Unknown Source)



the versione of java uploader is:

iu.javaAppletVersion = "2.1.60.0";


version of jvm is jvm 1.60.0


on jvm 1.5 the error is not present.

Edited by user Tuesday, December 18, 2007 3:39:12 AM(UTC)  | Reason: Not specified

Alex Makhov  
#2 Posted : Thursday, May 17, 2007 4:02:21 PM(UTC)
Alex Makhov

Rank: Advanced Member

Groups: Member
Joined: 8/3/2003(UTC)
Posts: 998

Hello,

The reason of the problem is not in Image Uploader version. You have to update the iuebmed.js file – there is a fix for your problem and you could get this file from your 4.1.60.0 installation package.
Sincerely yours,
Alex Makhov

UserPostedImage Follow Aurigma on Twitter!
12print.it  
#3 Posted : Thursday, May 17, 2007 8:40:00 PM(UTC)
12print.it

Rank: Member

Groups: Member
Joined: 7/10/2006(UTC)
Posts: 10

the version of file iuembed.js :

// Aurigma Image Uploader Embedding Script
// Version 2.0.2.0 August 21, 2006
// Copyright(c) Aurigma Inc. 2002-2006


not is the last ?
Alex Makhov  
#4 Posted : Thursday, May 17, 2007 9:06:28 PM(UTC)
Alex Makhov

Rank: Advanced Member

Groups: Member
Joined: 8/3/2003(UTC)
Posts: 998

Hello,

There should be the following lines of code:
Code:

if (this.javaAppletCached&&this.javaAppletVersion!=""){
r+=this._getObjectParamHtml("cache_archive",this.javaAppletJarFileName);
	var v=this.javaAppletVersion.replace(/\,/g,".");
	//r+=this._getObjectParamHtml("cache_version",v+","+v);
	r+=this._getObjectParamHtml("cache_version",v);
}
…
if (this.javaAppletCached&&this.javaAppletVersion!=""){
r+=this._getEmbedParamHtml("cache_archive",this.javaAppletJarFileName);
	var v=this.javaAppletVersion.replace(/\,/g,".");
	//r+=this._getEmbedParamHtml("cache_version",v+","+v);
	r+=this._getEmbedParamHtml("cache_version",v);
}

That is a fix for your problem.

Edited by user Tuesday, December 18, 2007 3:39:41 AM(UTC)  | Reason: Not specified

Sincerely yours,
Alex Makhov

UserPostedImage Follow Aurigma on Twitter!
12print.it  
#5 Posted : Thursday, May 17, 2007 9:49:24 PM(UTC)
12print.it

Rank: Member

Groups: Member
Joined: 7/10/2006(UTC)
Posts: 10

in iumbed are already present:

Code:
if (this.javaAppletCached&&this.javaAppletVersion!=""){
					r+=this._getObjectParamHtml("cache_archive",this.javaAppletJarFileName);
					var v=this.javaAppletVersion.replace(/\,/g,".");
					//r+=this._getObjectParamHtml("cache_version",v+","+v);
					r+=this._getObjectParamHtml("cache_version",v);
				}


if (this.javaAppletCached&&this.javaAppletVersion!=""){
					r+=this._getEmbedParamHtml("cache_archive",this.javaAppletJarFileName);
					var v=this.javaAppletVersion.replace(/\,/g,".");
					//r+=this._getEmbedParamHtml("cache_version",v+","+v);
					r+=this._getEmbedParamHtml("cache_version",v);
				}


you can see iumbed.js here : http://www.12print.it/upload/iuembed.js


and error here :


http://www.12print.it/upload/upload.php


thank's

Edited by user Tuesday, December 18, 2007 3:41:04 AM(UTC)  | Reason: Not specified

Alex Makhov  
#6 Posted : Friday, May 18, 2007 12:06:52 PM(UTC)
Alex Makhov

Rank: Advanced Member

Groups: Member
Joined: 8/3/2003(UTC)
Posts: 998

Hello,

Try to clear the cache. It looks like the old version of iuembed.js file is still used.
Sincerely yours,
Alex Makhov

UserPostedImage Follow Aurigma on Twitter!
12print.it  
#7 Posted : Tuesday, May 22, 2007 8:48:09 AM(UTC)
12print.it

Rank: Member

Groups: Member
Joined: 7/10/2006(UTC)
Posts: 10

ok thank's now is all ok!
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.