From: marc j. <de...@ho...> - 2004-12-16 20:57:16
|
<html><div style='background-color:'><DIV class=RTE>Hello,</DIV> <DIV class=RTE> </DIV> <DIV class=RTE>I'm having a problem getting GUS to install/compile. I've been able to configure the database, but when I go to run the "ga" command to bootstrap in data. it pukes. In working with Ed Robinson, we got to the 2nd build. Specifically:</DIV> <DIV class=RTE> </DIV> <DIV class=RTE>build GUS install -append returns the following error:</DIV> <DIV class=RTE> </DIV> <DIV class=RTE> [exec] Required property 'group' must be specified in at /opt/gus/gus_home/lib/perl/CBIL/Util/PropertySet.pm line 53.</DIV> <DIV class=RTE>BUILD FAILED<BR>/opt/gus/project_home/install/build.xml:26: The following error occurred while executing this line:<BR>/opt/gus/project_home/GUS/build.xml:190: exec returned: -1</DIV> <DIV class=RTE> </DIV> <DIV class=RTE>any help would be appreacited.</DIV> <DIV class=RTE> </DIV> <DIV class=RTE>Regards,</DIV> <DIV class=RTE> </DIV> <DIV class=RTE>Marc<BR></DIV></div></html> |
From: Steve F. <sfi...@pc...> - 2004-12-17 12:35:24
|
Marc- i suspect that you haven't defined the environment variable $GUS_CONFIG_FILE. it should be discussed in the docs. steve [sfischer@cottus ~]$ echo $GUS_CONFIG_FILE /home/sfischer/.gus.properties [sfischer@cottus ~]$ more $GUS_CONFIG_FILE databaseLogin=your_login databasePassword=your_password readOnlyDatabaseLogin=your_login readOnlyDatabasePassword=your_password dbiDsn=dbi:Oracle:host=cbilbld.pcbi.upenn.edu;sid=cbilbld #your dsn string here coreSchemaName=Core userName=sfischer #your user name here group=CBIL # your group name here project=GUS # your project here [sfischer@cottus ~]$ marc jackson wrote: > Hello, > > I'm having a problem getting GUS to install/compile. I've been able to > configure the database, but when I go to run the "ga" command to > bootstrap in data. it pukes. In working with Ed Robinson, we got to > the 2nd build. Specifically: > > build GUS install -append returns the following error: > > [exec] Required property 'group' must be specified in at > /opt/gus/gus_home/lib/perl/CBIL/Util/PropertySet.pm line 53. > BUILD FAILED > /opt/gus/project_home/install/build.xml:26: The following error > occurred while executing this line: > /opt/gus/project_home/GUS/build.xml:190: exec returned: -1 > > any help would be appreacited. > > Regards, > > Marc > ------------------------------------------------------- SF email is > sponsored by - The IT Product Guide Read honest & candid reviews on > hundreds of IT Products from real users. Discover which products truly > live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ Gusdev-gusdev mailing > list Gus...@li... > https://lists.sourceforge.net/lists/listinfo/gusdev-gusdev |
From: marc j. <de...@ho...> - 2004-12-17 18:21:11
|
That wasn't it, but things are resolved. For now. :) Thanks for your help! Regards, Marc >From: Steve Fischer <sfi...@pc...> >To: marc jackson <de...@ho...> >CC: gus...@li... >Subject: Re: [Gusdev-gusdev] problems building gus on redhat linux >Date: Fri, 17 Dec 2004 07:36:37 -0500 > >Marc- > >i suspect that you haven't defined the environment variable >$GUS_CONFIG_FILE. > >it should be discussed in the docs. > >steve > >[sfischer@cottus ~]$ echo $GUS_CONFIG_FILE >/home/sfischer/.gus.properties >[sfischer@cottus ~]$ more $GUS_CONFIG_FILE >databaseLogin=your_login >databasePassword=your_password > >readOnlyDatabaseLogin=your_login >readOnlyDatabasePassword=your_password > >dbiDsn=dbi:Oracle:host=cbilbld.pcbi.upenn.edu;sid=cbilbld #your >dsn string here > >coreSchemaName=Core >userName=sfischer #your user name here >group=CBIL # your group name here >project=GUS # your project here >[sfischer@cottus ~]$ > > > >marc jackson wrote: > >>Hello, >> I'm having a problem getting GUS to install/compile. I've been >>able to configure the database, but when I go to run the "ga" >>command to bootstrap in data. it pukes. In working with Ed >>Robinson, we got to the 2nd build. Specifically: >> build GUS install -append returns the following error: >> [exec] Required property 'group' must be specified in at >>/opt/gus/gus_home/lib/perl/CBIL/Util/PropertySet.pm line 53. >>BUILD FAILED >>/opt/gus/project_home/install/build.xml:26: The following error >>occurred while executing this line: >>/opt/gus/project_home/GUS/build.xml:190: exec returned: -1 >> any help would be appreacited. >> Regards, >> Marc >>------------------------------------------------------- SF email is >>sponsored by - The IT Product Guide Read honest & candid reviews on >>hundreds of IT Products from real users. Discover which products >>truly live up to the hype. Start reading now. >>http://productguide.itmanagersjournal.com/ >>_______________________________________________ Gusdev-gusdev >>mailing list Gus...@li... >>https://lists.sourceforge.net/lists/listinfo/gusdev-gusdev > |