While running my application, some times I'm getting the following errors. The application will halt the execution with this exception.
org.postgresql.util.PSQLException: ERROR: could not open file "base/1459687/1472150": Permission denied; State=42501; ErrorCode=0
DB.saveError: DBExecuteError - ERROR: could not open file "base/1459687/1472150": Permission denied
After restarting my application, the same process is successfully executing and there is no errors in the console.
I'm using a java client server application (ADempiere) through a LAN.
I'm using Windows serer 2008. [Editor's note] Copied from comment, since OP didn't.
Why is the permission denied on some specific tables at specific times?