From: chawla <ch...@bi...> - 2011-05-10 14:41:12
|
Hi There are many files in gus_home Could you specify , where to look , if postgres is replaced by oracle . I was getting this error: *[InstallSchema] FATAL [main] (InstallSchemaTask.java:161) - Unable to locate class* [InstallSchema] java.lang. ClassNotFoundException: oracle.jdbc.OracleDriver Thanks Konika |
From: Steve F. <sfi...@pc...> - 2011-05-10 15:47:14
|
Chawla- the file gus_home/config/gus.config controls the jdbc connection. you will also need to but a postgres driver in gus_home/lib/java/db_driver steve On 5/10/2011 10:40 AM, chawla wrote: > Hi > There are many files in gus_home > Could you specify , where to look , if postgres is replaced by oracle . > > I was getting this error: > > *[InstallSchema] FATAL [main] (InstallSchemaTask.java:161) - Unable to > locate class* > [InstallSchema] java.lang. > ClassNotFoundException: oracle.jdbc.OracleDriver > > Thanks > Konika > > > > > ------------------------------------------------------------------------------ > Achieve unprecedented app performance and reliability > What every C/C++ and Fortran developer should know. > Learn how Intel has extended the reach of its next-generation tools > to help boost performance applications - inlcuding clusters. > http://p.sf.net/sfu/intel-dev2devmay > _______________________________________________ > Gusdev-gusdev mailing list > Gus...@li... > https://lists.sourceforge.net/lists/listinfo/gusdev-gusdev |
From: John I. <io...@gm...> - 2011-05-10 15:54:08
|
Hi Konika, I don't know what file says "oracle" where it should say "postgres". What suggested that line of inquiry was that: 1. the message you cite below is from a Java compile that is referencing a class needed for running GUS on Oracle 2. you're using PostgreSQL, not Oracle (right?) 3. a PostgreSQL install doesn't need the Oracle libraries 4. files under $GUS_HOME configure GUS to use PostgreSQL or Oracle Can any of my fellow GUS users confirm (or correct) points 3 and 4? And suggest a place to look? One way to find candidates is the following command, provided it works on your system. (It does work on Linux and Macs): grep -rli oracle $GUS_HOME -- John On Tue, May 10, 2011 at 10:40 AM, chawla <ch...@bi...> wrote: > Hi > There are many files in gus_home > Could you specify , where to look , if postgres is replaced by oracle . > > I was getting this error: > > *[InstallSchema] FATAL [main] (InstallSchemaTask.java:161) - Unable to > locate class* > [InstallSchema] java.lang. > ClassNotFoundException: oracle.jdbc.OracleDriver > > Thanks > Konika > > > > |
From: chawla <ch...@bi...> - 2011-05-11 08:50:54
|
Hi John, 1) I think so. 2) yes, I am using PostgreSQL Konika On 10-05-2011 17:54, John Iodice wrote: > Hi Konika, > > I don't know what file says "oracle" where it should say "postgres". > What suggested that line of inquiry was that: > > 1. the message you cite below is from a Java compile that is > referencing a class needed for running GUS on Oracle > 2. you're using PostgreSQL, not Oracle (right?) > 3. a PostgreSQL install doesn't need the Oracle libraries > 4. files under $GUS_HOME configure GUS to use PostgreSQL or Oracle > > Can any of my fellow GUS users confirm (or correct) points 3 and 4? > And suggest a place to look? > > One way to find candidates is the following command, provided it works > on your system. (It does work on Linux and Macs): > > grep -rli oracle $GUS_HOME > > -- John > > On Tue, May 10, 2011 at 10:40 AM, chawla <ch...@bi... > <mailto:ch...@bi...>> wrote: > > Hi > There are many files in gus_home > Could you specify , where to look , if postgres is replaced by > oracle . > > I was getting this error: > > *[InstallSchema] FATAL [main] (InstallSchemaTask.java:161) - Unable to > locate class* > [InstallSchema] java.lang. > ClassNotFoundException: oracle.jdbc.OracleDriver > > Thanks > Konika > > > > |
From: Steve F. <sfi...@pc...> - 2011-05-11 15:12:02
|
Konika, please refer to the mail i sent yesterday. i think that should help. steve On 5/11/2011 4:50 AM, chawla wrote: > Hi John, > > 1) I think so. > 2) yes, I am using PostgreSQL > > Konika > > > > On 10-05-2011 17:54, John Iodice wrote: >> Hi Konika, >> >> I don't know what file says "oracle" where it should say "postgres". >> What suggested that line of inquiry was that: >> >> 1. the message you cite below is from a Java compile that is >> referencing a class needed for running GUS on Oracle >> 2. you're using PostgreSQL, not Oracle (right?) >> 3. a PostgreSQL install doesn't need the Oracle libraries >> 4. files under $GUS_HOME configure GUS to use PostgreSQL or Oracle >> >> Can any of my fellow GUS users confirm (or correct) points 3 and 4? >> And suggest a place to look? >> >> One way to find candidates is the following command, provided it >> works on your system. (It does work on Linux and Macs): >> >> grep -rli oracle $GUS_HOME >> >> -- John >> >> On Tue, May 10, 2011 at 10:40 AM, chawla <ch...@bi... >> <mailto:ch...@bi...>> wrote: >> >> Hi >> There are many files in gus_home >> Could you specify , where to look , if postgres is replaced by >> oracle . >> >> I was getting this error: >> >> *[InstallSchema] FATAL [main] (InstallSchemaTask.java:161) - >> Unable to >> locate class* >> [InstallSchema] java.lang. >> ClassNotFoundException: oracle.jdbc.OracleDriver >> >> Thanks >> Konika >> >> >> >> > > > ------------------------------------------------------------------------------ > Achieve unprecedented app performance and reliability > What every C/C++ and Fortran developer should know. > Learn how Intel has extended the reach of its next-generation tools > to help boost performance applications - inlcuding clusters. > http://p.sf.net/sfu/intel-dev2devmay > > > _______________________________________________ > Gusdev-gusdev mailing list > Gus...@li... > https://lists.sourceforge.net/lists/listinfo/gusdev-gusdev |