[Dart] connection problem ?
Hirohito Okuda
hirohito.okuda at yale.edu
Wed May 9 14:10:31 EDT 2007
Hi, when I tried to restart the Dart server by
>java -jar DartServer.jar MyServer MyProject
Dart gave me following errors. Does anybody have any idea ?
I have been using Dart for a year so, and it had been working fine so far.
Thanks
Here is excerpt from output message.
>
> ------------------------------------------------------------------------
>
> <09 May 2007 11:28:34,480> [main] INFO dart.server.Server
> Realm configuration file: /mnt/repositories/dart/Server/realm.properties
> <09 May 2007 11:28:34,851> [main] WARN org.mortbay.http.JDBCUserRealm
> UserRealm Dart could not connect to database; will try later
> SQL Exception: Failed to start database '/mnt/repositories/dart/Server/Database/Server', see the next exception for details.
> at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)
> at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)
> at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
> at org.apache.derby.impl.jdbc.EmbedConnection.newSQLException(Unknown Source)
> at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(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(Unknown Source)
> at java.sql.DriverManager.getConnection(Unknown Source)
> at org.mortbay.http.JDBCUserRealm.connectDatabase(JDBCUserRealm.java:174)
> at dart.server.Server.start(Server.java:293)
> at dart.server.Server.start(Server.java:228)
> at dart.DartServer.main(DartServer.java:159)
> <09 May 2007 11:28:34,855> [main] DEBUG dart.server.ServletManager
>
More information about the Dart
mailing list