From: João D. L. <lir...@gm...> - 2009-06-15 14:12:28
|
Hello, I tried tu use GUS with postGreSQL, but i having some problems. With some help i installed GUS, but i cant do the boostrap data from tutorial in: http://www.gusdb.org/wiki/index.php/Bootstrap%20data I using GUS form svn and i receive the error $ ga +create GUS::Common::Plugin::UpdateGusFromXML --commit FATAL: Can't locate GUS/Common/Plugin/UpdateGusFromXML.pm in @INC (@INC contains: /home/nugen/GUS/gus_home/lib/perl /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at (eval 16) line 1. I tried to find this plugin in the GUS files, but i cant. So i tried with Loadfrom XML $ ga +create GUS::Supported::Plugin::LoadGusXml --commit and worked, but after i tried: $ ga GUS::Supported::Plugin::LoadGusXml --filename /home/nugen/ExternalDatabase.xml --commit and i receiver: [...] DBD::Pg::st execute failed: ERRO: value is too long for type character varying(255) at /home/nugen/GUS/gus_home/lib/perl/GUS/ObjRelP/DbiDbHandle.pm line 147. SQL ERROR!! involving UPDATE Core.AlgorithmInvocation SET modification_date = ?, end_time = ?, row_alg_invocation_id = ?, result = ? WHERE algorithm_invocation_id = ? Values: now(), now(), 12, ERROR: ERROR: attempting to access attribute 'lowercase_name' of table ExternalDatabase, but that table does not have such an attribute at /home/nugen/GUS/gus_home/lib/perl/GUS/ObjRelP/DbiRow.pm line 742 [...] and anothers erros. I doing something worng ? I using postGreSQL. Can somebody help me ? Are there any tutorial for bootstrap data ? And where can i find plugins documentation ? Thanks a lot, -- João David de Lira Universidade Estadual do Ceará - UECE |