cancel
Showing results for 
Search instead for 
Did you mean: 

JavaConsole Error: Problem reading data from server

Former Member
0 Kudos

HI All

We are getting this error on java console on a page:

Error: Problem reading data from Server - Java.Security.AccessControlException:access denied (java.util.PropertyPermission http.strictpostredirect Read)

In this page we are not firing a SQL Query of huge data.

Any suggestions on this why it is happening?

Thanks

Manisha

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi, Manisha. The answer is in the error message itself. Something is attempting to redirect the POST request to a different server. Perhaps there is a DNS issue, server naming issue, or a proxy in the middle that is causing this redirect.

former_member4529
Active Contributor
0 Kudos

Hi,

Have you checked whether the user role you are using for the query has been assigned to the data server in the Data Security menu?

Thanks,

Dipankar

Former Member
0 Kudos

Manisha,

I think JVM(Java Virtual Machine) is trying to access something at network level and it cant able to find it.Or any new patches of java is installed.

Or may be due to IIS or Applet,Don't know exactly.

You can find some answers in below links:

http://java.sun.com/j2se/1.4.2/docs/api/java/security/AccessControlException.html

http://www.webdeveloper.com/forum/archive/index.php/t-46358.html

-Suresh