Myrna van Lunteren <[EMAIL PROTECTED]> writes: > Hi, > > I just tried something silly in my trunk environment: > java org.apache.derby.drda.NetworkServerControl start > This failed, responding 'Cannot find derbynet.jar on the classpath' > Is this no longer supported?
Can it be because the security manager barks, since permissions are granted to jars, not "classes"? If you use -noSecurityManager it works. Dag > > Also, I tried - yes, silly me - to do a build on 10.3 and create an > eclipse plugin... > Starting network showed this: > "Security manager installed using the Basic server security policy. > 2007-07-27 14:23:28.141 GMT Thread[main,5,main] > java.security.AccessControlException: access denied > (java.io.FilePermission derby.log read) > Apache Derby Network Server - 10.3.1.4 - (560220) started and ready to > accept connections on port 1527 at 2007-07-27 14:23:28.156 GMT > Apache Derby Network Server - 10.3.1.4 - (560220) started and ready to > accept connections on port 1527 at 2007-07-27 14:23:28.156 GMT " > > And connecting with ij resulted in: > ERROR 58009: A communications error has been detected: Connection reset. > > I suggest someone check into this... :-( > remember, the eclipse plugin still attempts to start networkserver & > ij with -Dderby.system.home=. > > Myrna >
