After searching everywhere I finally found out that's it's about the security manager. I was hoping in Eclipse that I could just go to here and change the start line command - project/properties/Apache Derby/Network Server Host. I tried replacing the text localhost with -h localhost -noSecurityManager as suggested in the derby docs to run this on the command line but I think Eclipse is not liking multiple arguments.
Anyone else? http://db.apache.org/derby/docs/dev/adminguide/tadminnetservopen.html http://developers.sun.com/docs/javadb/10.1/devguide/cdevbabejgjd.html http://www.ibm.com/developerworks/forums/thread.jspa?threadID=175762 ChrisFromStPete wrote: > > I am getting a > "java.security.AccessControlException: access denied > (java.io.FilePermission derby.log read)" > > > > error when trying to start the Derby Network server from Eclipse. Can > anyone help? I saw an article about installing a looser security policy, > but it's not clear how to do this when use the plug-in. > > > > Thanks > > > > Chris Hankey > > -- View this message in context: http://www.nabble.com/java.security.AccessControlException%3A-access-denied-%28java.io.FilePermission-derby.log-read%29-tp13225812p17169311.html Sent from the Apache Derby Users mailing list archive at Nabble.com.
