Has anyone been developing with Derby (i.e. Cloudscape) database on
OS X? Apparently there is some issue with the JVM that they claim was
fixed in 10.4 :(http://issues.apache.org/jira/browse/DERBY-1)
I'm using 10.4 and J2SE 5.0, however, and I'm seeing a very similar
error:
<<Derby.log>>
2005-06-11 22:09:05.101 GMT Thread[main,5,main] Cleanup action starting
ERROR XBM01: Startup failed due to an exception, see next exception
for details.
at org.apache.derby.iapi.error.StandardException.newException
(Unknown Source)
at
org.apache.derby.iapi.services.monitor.Monitor.exceptionStartingModule
(Unknown Source)
at org.apache.derby.impl.store.raw.log.LogToFile.boot(Unknown
Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.boot
(Unknown Source)
at org.apache.derby.impl.services.monitor.TopService.bootModule
(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.startModule
(Unknown Source)
at
org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule
(Unknown Source)
at
org.apache.derby.impl.store.raw.data.BaseDataFileFactory.bootLogFactory(
Unknown Source)
at
org.apache.derby.impl.store.raw.data.BaseDataFileFactory.setRawStoreFact
ory(Unknown Source)
at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.boot
(Unknown Source)
at org.apache.derby.impl.services.monitor.TopService.bootModule
(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.startModule
(Unknown Source)
at
org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule
(Unknown Source)
at org.apache.derby.impl.store.access.RAMAccessManager.boot
(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.boot
(Unknown Source)
at org.apache.derby.impl.services.monitor.TopService.bootModule
(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.startModule
(Unknown Source)
at
org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule
(Unknown Source)
at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source)
at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.boot
(Unknown Source)
at org.apache.derby.impl.services.monitor.TopService.bootModule
(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.bootService
(Unknown Source)
at
org.apache.derby.impl.services.monitor.BaseMonitor.createPersistentServi
ce(Unknown Source)
at
org.apache.derby.iapi.services.monitor.Monitor.createPersistentService
(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection.createDatabase
(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection.<init>(Unknown
Source)
at org.apache.derby.impl.jdbc.EmbedConnection30.<init>(Unknown
Source)
at org.apache.derby.jdbc.Driver30.getNewEmbedConnection(Unknown
Source)
at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
at java.sql.DriverManager.getConnection(DriverManager.java:525)
at java.sql.DriverManager.getConnection(DriverManager.java:193)
at
org.apache.commons.dbcp.DriverManagerConnectionFactory.createConnection(
DriverManagerConnectionFactory.java:46)
at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject
(PoolableConnectionFactory.java:290)
at org.apache.commons.pool.impl.GenericObjectPool.borrowObject
(GenericObjectPool.java:771)
at org.apache.commons.dbcp.PoolingDataSource.getConnection
(PoolingDataSource.java:95)
<redacted>
My current project involves using Derby to manage metadata for an
application. We develop in Eclipse. Luis de la Rosa covered the
problems in the conventional work around:http://www.luisdelarosa.com/
blog/2005/02/creatingmodifyi.html
Please let me know if anyone has some ideas here.
-Tim
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden