On 06-04-2008 22:34:09 -0400, McKennirey.Matthew wrote:
We would like to upgrade to 5.5.0 from 5.4 to take advantage of the fix for creating a dump when schemas are used. We are having a lot of difficulty getting a connection (or reliable connection) via the jdbc driver to the merovingian daemon over a network connection.
The behaviour is a bit erratic and it is difficult to find a sequence of events to consistently prove the issue.
We have two issues, a frequent invalid credentials exceotion. We are running multiple databases from the same merovingian daemon, two out of three will work fine but the third, created and started identically to the others will give us the following (this could be any of the three);
java.sql.SQLException: InvalidCredentialsException:checkCredentials:Invalid credentials for user 'monetdb'
There is some hope for you, see http://article.gmane.org/gmane.comp.db.monetdb.user/1234
# attempt to connect via merovingian, at jdbc:monetdb://web:50050/DB1
java.sql.SQLException: no such database 'DB1', please create it first
This error I'm still clueless on.