Page 1 of 1
OpemKM 6.2 Scanner and File Uploader don't work
PostPosted:Fri Oct 19, 2012 10:30 pm
by gregsneddon
I just installed the new OpenKM 6.2 Community version of OpenKM. Now the Scanner and File Uploader done't work. I've used the 5.x versions and these functions worked pefectly in those versions. I read some other threads about this issue but I need it better explained on how to fix it.Thanks...
Re: OpemKM 6.2 Scanner and File Uploader don't work
PostPosted:Fri Oct 19, 2012 11:57 pm
by macjaeger
You need to sign the applets:
Code: Select allkeytool -genkey -alias <keyname> -validity 365
jarsigner /opt/openkm/tomcat/webapps/OpenKM/scanner.jar <keyname>
jarsigner /opt/openkm/tomcat/webapps/OpenKM/uploader.jar <keyname>
<keyname> is a name you chose for the key generated by first command; use the same name in second & third command. "-validity xx" marks the key valid for the next xx days, one year in this example.
Re: OpemKM 6.2 Scanner and File Uploader don't work
PostPosted:Sun Oct 21, 2012 10:28 am
by pavila
We have updated the applets with a dummy signature, as they was signed in OpenKM 5.1 so you will see a warning dialog, but the will work. Keep on min that these applets are signed with a certified signature in OpenKM 6.2 Professional and does not have this problem.
Try tonight nightbuild from
http://integration.openkm.com/6.2/ .
Re: OpemKM 6.2 Scanner and File Uploader don't work
PostPosted:Sun Oct 21, 2012 7:51 pm
by gregsneddon
The keytool worked! Thanks for your help.