From: Michael S. <msa...@pc...> - 2004-11-05 15:37:14
|
core.tableinfo should be populated at the same time the database is created-- The rows are in $GUS_HOME/schema/oracle/core-TableInfo-rows.sql and this is called from the $GUS_HOME/schema/oracle/create-db.sh script. Best I know, this script must be called manually, but that's likely already been done if any GUS table already exists. --Mike Dave Barkan wrote: > Hey Federica, > > Can you do two things for me to help me discover the source of your > problem: > > % cd /opt/GUS/projects/GUS/Model/src/java/org/gusdb/model/DoTS > > and let me know what is in that directory. > > Also, in the database itself, run this query: > > 'select count(*) from core.tableinfo where name = 'BLATAlignment' > > and let me know if it returns 0 or 1. > > Other GUS folks; I think the problem is that Federica's TableInfo is > not populated, as the only objects that are getting compiled are the > hand-edited objects. The rest all depend on having entries in > TableInfo, and I don't think that is the case. I am not that familiar > with the GUS installation process; does TableInfo come prepopulated, or > is there a step one has to do in order to get it there? > > Dave > > On Fri, 5 Nov 2004 fed...@bi... wrote: > >> Hi! >> I'm new to linux and to Gus; I've got some problem whit the installation. >> I modified build.xml and sample.prop as the protocol suggets but while >> compiling GUS/Model component javac doesn't find BLATAlignement class. It >> tells me: >> Installing GUS/Model >> [copy] Copying 20 files to /opt/GUS/lib/perl/GUS/Model >> [javac] Compiling 3 source files to >> /opt/GUS/projects/GUS/Model/classes >> [javac] >> /opt/GUS/projects/GUS/Model/src/java/org/gusdb/model/DoTS/BLATAlignment.java:26: >> >> cannot resolve symbol >> [javac] symbol : class BLATAlignment_Row >> [javac] location: class org.gusdb.model.DoTS.BLATAlignment >> [javac] public class BLATAlignment extends BLATAlignment_Row { >> >> >> I got the same problems also whit other classes. >> >> Can anyone help me? >> Thank you very much, it's a long time I try to solve this problem! >> Federica >> >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by: >> Sybase ASE Linux Express Edition - download now for FREE >> LinuxWorld Reader's Choice Award Winner for best database on Linux. >> http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click >> _______________________________________________ >> Gusdev-gusdev mailing list >> Gus...@li... >> https://lists.sourceforge.net/lists/listinfo/gusdev-gusdev >> > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Sybase ASE Linux Express Edition - download now for FREE > LinuxWorld Reader's Choice Award Winner for best database on Linux. > http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click > _______________________________________________ > Gusdev-gusdev mailing list > Gus...@li... > https://lists.sourceforge.net/lists/listinfo/gusdev-gusdev |