eic-cefet-rj / sagitarii

Data Science Workflow System
Apache License 2.0
0 stars 2 forks source link

Cannot delete paused Experiments #74

Closed icemagno closed 9 years ago

icemagno commented 9 years ago

26/08/2015 08:25:06 ERROR br.cefetrj.sagitarii.persistence.repository.RelationRepository - > delete from pg_catalog.pg_largeobject where loid in ( select file from files where id_experiment = 68 ) 26/08/2015 08:25:06 ERROR br.cefetrj.sagitarii.persistence.services.ExperimentService - cannot remove files: error executing work 26/08/2015 08:25:06 ERROR br.cefetrj.sagitarii.persistence.repository.RelationRepository - error executing work 26/08/2015 08:25:06 ERROR br.cefetrj.sagitarii.persistence.repository.RelationRepository - > delete from activities where id_fragment = 257 26/08/2015 08:25:06 ERROR br.cefetrj.sagitarii.persistence.services.ExperimentService - error executing work

icemagno commented 9 years ago

Error in this query:

select loid from pg_catalog.pg_largeobject where loid in ( select file from files where id_experiment = 68 )

icemagno commented 9 years ago

The current postgres user in production server cannot view this table (system tables / schema).