Thanks, Suresh. That property works like a charm. Guess I will subscribe
to derby-dev also.
Suresh Thalamati wrote:
Mark,
Problem you are seeing is a JVM problem on Mac. Workaround for this
problem is to set a property
to use file sync instead of write sync for log writes.
.
Property to use:
-D"derby.storage.fileSyncTransactionLog=true"
You might want to take a look at the Derby bug No:1 for more
details on this problem:.
http://issues.apache.org/jira/browse/DERBY-1
Thanks
-suresh
Mark Davis wrote:
I have been successfully using cloudscape 10 beta with a GUI tool
(dbVisualizer) and from
the command line using ij.
When I attempt to use 10 GA from the GUI or command line, for example:
ij> connect 'jdbc:derby:tester;create=true';
I get the following file not found exception. This exception occurs
whether a derby.properties
file exists or not. Also, using the JVM options (-Dderby...) doesn't
affect it either. GA will not
start.
This is on an OS X 10.3.5/Java 1.4.2 machine. Any ideas?