Kbase P128987: Error: Unable to upload object to server
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  2/14/2008 |
|
Status: Unverified
FACT(s) (Environment):
EasyAsk 9.7
SYMPTOM(s):
Error: Unable to upload object to server
F1 error: access denied (java.util.PropertyPermission user.name read)
error using Ad Hoc Query.jsp and asking a question with multiple open sheets
FIX:
edit the java.policy file found in
the <java.home>/lib/security directory on the machine running the browser and
add the following line at the bottom.
(simply copy the existing last line and change the property name to user.name)
permission java.util.PropertyPermission "user.name", "read";