From: Junmin L. <ju...@pc...> - 2005-05-20 18:18:37
|
Hi, there, Just want to share my experiences of install GUS 35 when I followed the attached guide. The build system will automatically generate the $GUS_CONFIG_FILE by setting up the $PROJECT_HOME/install/gus.config, but it will NOT replaced it when it exists. BTW, GUS_CONFIG_FILE=/home/YOUR_USERNAME/gus35/gus.properties When I first build GUS 35, I wrongly set up the dbiDsn=dbi:Oracle:host=cbildb;sid=plugindev;port=1521 in my gus.config. did a build which automatically generates the $GUS_CONFIG_FILE, got the error complaining about the "plugindev" not exist. then reset it in gus.confgi to dbiDsn=dbi:Oracle:host=cbildb;sid=plugdev;port=1521 But the build didn't rewrite the old $GUS_CONFIG_FILE which still had the wrong dbiDsn, so the build fails since the build depends on the $GUS_CONFIG_FILE, and even worse, it just fails without printing out any error logs. So you have to check the $GUS_CONFIG_FILE to see if everything is set right there. --junmin |