Page 1 of 1

upload & scan in 6.2 [solved]

PostPosted:Thu Oct 11, 2012 12:29 pm
by macjaeger
I just installed OpenKM 6.2 community version in Ubuntu 12.04. I'm able to login etc. from my win7 machine, but I can't upload or scan, because uploader.jar rsp. scanner.jar won't open. Java Console throws this error:
Code: Select all
java.lang.SecurityException: attempted to open sandboxed jar http://192.168.0.64:8080/OpenKM/scanner.jar as Trusted-Only
I have java 6u35 on the client machine, and i was able to upload / scan with same configuration but running OpenKM 5.1.10.

Is there something trivial I'm missing?

Re: upload & scan in 6.2

PostPosted:Fri Oct 12, 2012 4:17 pm
by jllort
You should sign the applet, it's a bug we have upload the applet not signed. Get the jar file and sign in. Take a look here : http://stackoverflow.com/questions/9087 ... -a-browser ( google keys: how to sign an applet )

Re: upload & scan in 6.2

PostPosted:Fri Oct 12, 2012 9:42 pm
by macjaeger
Actually that's what I did a couple hours ago, sorry, i forgot to answer here, as I put all my 6.2 questions into another thread in the "installation" section. After self-signing the applets work as expected, but naturally java warns about unidentified author etc.

Thanks for clearing that up - and keep on your great support here!