From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31138 invoked by alias); 19 Jan 2004 17:59:16 -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 31109 invoked from network); 19 Jan 2004 17:59:15 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 19 Jan 2004 17:59:15 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id i0JHxFl01989 for ; Mon, 19 Jan 2004 12:59:15 -0500 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i0JHxEa07131; Mon, 19 Jan 2004 12:59:15 -0500 Received: from redhat.com (tomacco.toronto.redhat.com [172.16.14.69]) by pobox.toronto.redhat.com (8.12.8/8.12.8) with ESMTP id i0JHxEXd029374; Mon, 19 Jan 2004 12:59:14 -0500 Message-ID: <400C1AF2.2050700@redhat.com> Date: Mon, 19 Jan 2004 17:59:00 -0000 From: Patrick Macdonald User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007 MIME-Version: 1.0 To: John Allgood CC: rhdb@sources.redhat.com Subject: Re: Java Problems References: <400C01FF.2020908@turbocorp.com> In-Reply-To: <400C01FF.2020908@turbocorp.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-q1/txt/msg00007.txt.bz2 John Allgood wrote: > I am having a problem running admin tool. Here is the error I get. I > have set my JAVA_HOME in /etc/profile. > > A error occured while attempting to load required JDBC classes. > Please ensure that all of the postgresql JDBC classes (including > org.postgresql.jdbc3.*) exist in you class path and are being seen by > the Java Virtual Machine. Admin cannot run until this is fixed. > > I believe there might be a link or something that I need to correct. The content of the message is probably correct... the jdbc driver (rh-postgresql3.jar) needs to be in the CLASSPATH. Cheers, Patrick