David_
Member
Joined: 10 Apr 2008 16:25:24
Messages: 25
Offline
|
I suggest modifying the main method in XdbDbStart to the following. The result will be better error message.
The error message before:
The following command was sent: null
Backend start-up failed: FATAL: database "xdbadmin" does not exist.
Parameters: <connect> -d <database> [-w <waittimeout>]
where <connect> is -j jdbc:edb://<host>:<port>/<database>?user=<username>&password=<password>
or [-h <host>] [-s <port>] -d <database> -u <user> [-p <password>]
-h <host> : Host name or IP address where XDBServer is running. Default is localhost
-s <port> : XDBServer's port. Default is 6453
-d <database> : Name of databases to start.
-u <user>, -p <password> : Login to the database
-w <waittimeout> : Timeout (seconds) to wait for database is online. Default is 60.
The error message after:
The following parameters were used: {-d=[testdatabase1], -s=[5432], -p=[hurramegrundt], -h=[88.5.12.3], -u=[gridsqluser]}
Backend start-up failed: FATAL: database "xdbadmin" does not exist.
Parameters: <connect> -d <database> [-w <waittimeout>]
where <connect> is -j jdbc:edb://<host>:<port>/<database>?user=<username>&password=<password>
or [-h <host>] [-s <port>] -d <database> -u <user> [-p <password>]
-h <host> : Host name or IP address where XDBServer is running. Default is localhost
-s <port> : XDBServer's port. Default is 6453
-d <database> : Name of databases to start.
-u <user>, -p <password> : Login to the database
-w <waittimeout> : Timeout (seconds) to wait for database is online. Default is 60.
Btw. I still have not figured out why I am getting this error message, but I probably will within an hour or so.
Regards,
David
|