troubles with image upload.
jedes mal, wenn ich auf mein brandneues antclick bilder uploaden will, erhalte ich folgende fehlermeldung:
InternalError: Java class "helma.image.ImageGenerator" has no public instance field or method named "getInstance". (HelmaLib-1.0.zip/Global/Helma.Image.js#13)
ich habe schon herausgefunden, dass (a) dieses problem bei anderen gelegentlich schon vorgekommen ist und (b) es eine lösung dafür gibt, irgendeine helmaLib usw. austauschen.
ich habe es aber nicht verstanden (was genau gegen was genau).
sorry for the inconvenience
robert
stimmt, da gibts ein problem zwischen den versionen von helma und antville, die in der letzten release von antclick verwendet werden. als lösung kann ich momentan nur anbieten, die neueste helma-version zu holen (u.zw. hier) und die datei antclick-1.1/lib/helma.jar mit der aus dem archiv zu überschreiben (die findet sich im archiv im verzeichnis "lib"). dann funktioniert der bildupload wieder.
praschl
danke.
emilj
Did the thing described and still get the same error message. Something else that can be a problem?
Thanks
emil j
aemkei
... also does not work even if i download the helma.jar above. With linux it works when you uncomment the javaoptions line but not for windows :c(
Still this messge comes up:
InternalError: Java class "helma.image.ImageGenerator" has no public instance field or method named "getInstance". (Helma.Image.js#13)
aemkei
ok, i added
set JAVA_OPTIONS="-Djava.awt.headless=true"
to the antclick.bat and replaced the helma.jar as described above. no its workin :c)lex
As I had this problem for quite a time now I found a simple, but probably not very elegant solution. I compared Helma.Image.js in the 2 revisions of HelmaLib.zip 1.5 and 1.6 to find out that 1.6 is the first revision to use .getInstance(), whereas 1.5 was still using
var generator = new Packages.helma.image.ImageGenerator();
only. I therefor copied an edited version of this file into code/Global - and it worked. Of course now all the additions made by Jürg Lehni might not get used, but at least I now have a working Antville installation (running on Tomcat on a pretty cheap Inode xDSL@work account).
Hope that helps.