|
From: Arnaud K. <ax...@sa...> - 2003-02-21 16:09:53
|
Hi
I've tried it and here what I got:
----------------------->
pcs2g[axk]527: ga +meta --commit
Reading properties from /nfs/team81/axk/.gus.properties
<Core::Algorithm>
<name>GA-Plugin</name>
<description>GUS application framework for plugins</description>
<Core::AlgorithmImplementation>
<cvs_revision>1.23</cvs_revision>
<cvs_tag> </cvs_tag>
<executable>GUS::PluginMgr::GusApplication</executable>
<description>update for GUS 3.0</description>
<Core::AlgorithmInvocation>
<start_time>2002/12/6</start_time>
<end_time>2002/12/6</end_time>
<machine_id>0</machine_id>
<cpus_used>1</cpus_used>
<result>meta</result>
</Core::AlgorithmInvocation>
</Core::AlgorithmImplementation>
</Core::Algorithm>
DBD::Oracle::st execute failed: ORA-01861: literal does not match format
string (DBD ERROR: OCIStmtExecute) at
/nfs/team81/axk/projects/gus/gus.deployment/lib/perl/GUS/ObjRelP/DbiDbHandle.pm
line 134.
DbiDbHandle:sqlExec: SQL ERROR!! involving
INSERT INTO Core.AlgorithmInvocation ( end_time, row_user_id,
user_write, group_write, algorithm_implementation_id, row_project_id,
algorithm_invocation_id, group_read, row_group_id, result, other_read,
cpus_used, start_time, modification_date, user_read,
row_alg_invocation_id, other_write, machine_id )
VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, SYSDATE, ?, ?, ?,
? )
bindValues (2002/12/6, 1, 1, 1, 2, 1, 2, 1, 1, meta, 1, 1, 2002/12/6,
1, 1, 0, 0)
<---------------------------------
Does it work for you guys?
Arnaud
steve fischer wrote:
> yep. (we *will* be documenting all this)
>
> first do this:
>
> ga +meta --commit
>
> steve
>
> Arnaud Kerhornou wrote:
>
>> I've tried this:
>>
>> pcs2g[axk]499: ga +create GUS::PluginMgr::GusApplication --commit
>> Reading properties from /nfs/team81/axk/.gus.properties
>> Thu Feb 20 16:28:18 2003 ERROR-IMP No
>> Core.AlgorithmImplementation found for GUS::PluginMgr::GusApplication
>> Thu Feb 20 16:28:18 2003 ERROR-IMP Please use 'ga
>> +create GUS::PluginMgr::GusApplication --commit'
>>
>> Basically prior to do the plugins registration this way,
>> AlgorithmImplementation needs one entry, GUS::PluginMgr::GusApplication.
>>
>> Ar
>>
|