olk wrote:
Hi
I am getting the same
"java.security.AccessControlException: access denied (java.io.FilePermission
derby.log read)"
message, but in an other environment.
Hello Oliver,
Are you connecting using the embedded driver?
(i.e. no hostname in your JDBC connection URL)
Can you post a stack trace for the exception, so we can see where it is
originating from?
Sorry I can't give any more help at the moment, but getting more
information might trigger others to answer as well.
thanks,
--
Kristian
I'm developing a applet to embed in a web page, contacting the derby local
database. I receive the error, when I try to open the database connection to
the local database. When I try the same piece of code within a Java
Application, I can contact the database with no error.
Yes, the applet is signed - so it should be allowed to read local files.
I'm wondering, if it might be related to the security manager.... ? When
creating the database, I did not assign a specific user and password as I'm
still in evaluating derby for a new project..? Unfortunately the
documentation isn't too detailed about NOT assigning a user and pass.
Thanks,
Oliver