EnterpriseDB: The Enterprise Postgres Company Postgres Plus Forums: The PostgreSQL Open Source Database from EnterpriseDB
  [Search] Search   [Recent Topics] Recent Topics   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [Groups] Back to home page 

Better error message in XdbDbStart  XML

Forum Index » GridSQL - Developers
Author Message
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
Gordon_Yang

New member

Joined: 30 Mar 2010 23:40:10
Messages: 5
Offline

I have the same question when execute "gs-createdb.sh"
 
Forum Index » GridSQL - Developers
Go to:   
Powered by JForum 2.1.8 © JForum Team