|
From: Chenhong Z. <cz...@da...> - 2005-08-10 20:03:07
|
hi all,
I am installing GUS 3.5 for postgresql database. I got a problem that
says can't connect to the database (output below) . My database
server is running for sure. I think the problem might be in my
configuration file. here is part of the gus.config content:
dbVendor=postgresql
dbiDsn=dbi:Pg:dbname=test
jdbcDsn=jdbc:postgresql://10.101.0.34/test
and here is part of the gus.properties:
userName=dba
group=dba
project=Database administration
dbiDsn=dbi:Pg:dbname=test
could someone give me a help? Thanks very much in advance.
chenhong zhang
-----output from build---------------
postgres@lnx-bb4:~/GUS/project_home/install/bin> sudo build GUS
install -append -installDBSchema
[WritePropertyFiles] log4j:WARN No appenders could be found for
logger (org.gusdb.install.WritePropertyFileTask).
[WritePropertyFiles] log4j:WARN Please initialize the log4j system
properly.
[copy] Copying 1 file to /home/postgres/GUS/gus_home/config
[copy] Copying 1 file to /home/postgres/GUS/gus_home/config
[echo] .
[echo] Installing CBIL/Bio
[echo] .
[echo] Installing CBIL/CSP
[echo] .
[echo] Installing CBIL/Util
[echo] .
[echo] Installing CBIL/HQ
[echo] .
[echo] Installing CBIL/ObjectMapper
[concat] No existing files and no nested text, doing nothing
[echo] .
[echo] Installing GUS/Supported
[echo] .
[echo] Installing GUS/Community
[echo] .
[echo] Installing GUS/DBAdmin
[echo] .
[echo] Installing GUS/GOPredict
[echo] .
[echo] Installing GUS/Schema
BUILD FAILED
/home/postgres/GUS/project_home/install/build.xml:28: The following
error occurred while executing this line:
/home/postgres/GUS/project_home/GUS/build.xml:92: Unable to connect
to database
|