On Tue, Aug 5, 2008 at 12:03 AM, Angela Cymbalak <[EMAIL PROTECTED]> wrote: > I am trying to go through the firsthops tutorial and I am having a problem > with the repository not being created.
> 2138 [main] ERROR > org.apache.jackrabbit.core.persistence.bundle.util.ConnectionRecoveryManager > - could not setup connection, reason: Failed to create database > 'repository\workspaces\default/db', see the next exception for details., > state/code: XJ041/40000 > 2653 [main] WARN > org.apache.jackrabbit.core.persistence.bundle.util.ConnectionRecoveryManager > - Could not connect; driver: org.apache.derby.jdbc.EmbeddedDriver url: > jdbc:derby:repository\workspaces\default/db;create=true user: error: > java.sql.SQLException: Failed to create database > 'repository\workspaces\default/db', see the next exception for details. That is a derby problem. The next exception seems actually to be catched and unfortunately invisible, but from "Failed to create database" I would assume it is a problem with writing to the file system, such as missing rights. Regards, Alex -- Alexander Klimetschek [EMAIL PROTECTED]
