From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6921 invoked by alias); 30 Oct 2002 18:23:35 -0000 Mailing-List: contact rhdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: rhdb-owner@sources.redhat.com Received: (qmail 6826 invoked from network); 30 Oct 2002 18:23:33 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 30 Oct 2002 18:23:33 -0000 Received: from toboggan.toronto.redhat.com (toboggan.toronto.redhat.com [172.16.14.59]) by touchme.toronto.redhat.com (Postfix) with ESMTP id AF1B08001B2; Wed, 30 Oct 2002 13:23:32 -0500 (EST) Received: (from overholt@localhost) by toboggan.toronto.redhat.com (8.11.6/8.11.6) id g9UINW818600; Wed, 30 Oct 2002 13:23:32 -0500 Date: Wed, 30 Oct 2002 10:23:00 -0000 From: Andrew Overholt To: bquade@pobox.com Cc: rhdb@sources.redhat.com, pgsql-general@postgresql.org Subject: Re: Can't start rhdb-admin Message-ID: <20021030132332.A18464@redhat.com> Reply-To: Andrew Overholt Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i X-SW-Source: 2002-q4/txt/msg00007.txt.bz2 Hi Brian, > I have installed the entire RHDB (postgres) server and client and set it > all up according to the manual. All I have done so far is create one > database and put one table in it, nothing fancy. pg_dumpall shows > everything that I have done. But when I run rhdb-admin, it doesn't show > anything. You're going to first need to set up the cluster that you created in RHDB Admin (to do so, go to File->Add Cluster ... see 1. below for more info). > I know that JRE is set up because I have been using J2SDK. So that makes me > think that my problem is with the JDBC or the client connection. I linked > rh-pgsql-jdbc2.jar to the JRE lib/ext directory. Just to clarify, RHDB Admin isn't written in Java and thus does not need a JRE (RHDB Explain, however, does). > local all trust > host all 127.0.0.1 255.255.255.255 trust This seems okay for both Unix socket and TCP/IP communications from your local machine(s). > I am using Red Hat Linux 7.3. This was one of the two test platforms so it should work just fine. For more info on RHDB Admin (and the rest of the RHDB suite), please refer to 2. below. Also, inquiries about RHDB should probably be sent (or at least CC'd) to rhdb@sources.redhat.com (see 3. below for more info). Good luck, Andrew & the rest of the RHDB team 1. http://www.redhat.com/docs/manuals/database/RHDB-2.0-Manual/guitools/x443.html#AEN471 2. http://sources.redhat.com/rhdb/ 3. http://sources.redhat.com/rhdb/lists.html