Hi All, Please find the results after placing debug statements . This indicates to me that there was a security exception on the the jars folder... I tried modifying the permissions on the jars folder.. but still continued to get the same error.
With Regards Jayaram testSysinfo Expected 14 lines, but actually have 15 EXPECTED: --------- Derby Network Server Information -------- derby.drda.maxThreads=0 derby.drda.sslMode=off derby.drda.keepAlive=true derby.drda.minThreads=0 derby.drda.portNumber=1527 derby.drda.logConnections=false derby.drda.timeSlice=0 derby.drda.startNetworkServer=false derby.drda.traceAll=false --------- Derby Information -------- ------------------------------------------------------ ----------------- Locale Information ----------------- ------------------------------------------------------ ACTUAL: --------- Derby Network Server Information -------- derby.drda.maxThreads=0 derby.drda.sslMode=off derby.drda.keepAlive=true derby.drda.minThreads=0 derby.drda.portNumber=1527 derby.drda.logConnections=false derby.drda.timeSlice=0 derby.drda.startNetworkServer=false derby.drda.traceAll=false --------- Derby Information -------- [Java Security Exception: access denied (java.io.FilePermission C:\java\Derby\source\trunk\jars\sane\derbyLocale_cs.jar read)] <null> ------------------------------------------------------ ----------------- Locale Information ----------------- ------------------------------------------------------ With Regards Jayaram On Tue, Apr 6, 2010 at 12:13 PM, Kathey Marsden <[email protected]> wrote: > Jayaram Subramanian wrote: >> >> Thanks Bryan, >> Yes i do see the file in the file system .. but it doesnt come up in >> eclipse environment >> > > Try first to refresh the project by pressing [F5] or right click on trunk > and choose refresh. If that does not work, Open the file by choosing from > the drop down menu [File] [Open File] and then drilling down to the file. > > >
