Thread: ojb_hl_seq table access denied
WHEN I CONNECT THROUGH PGSQL AND RUN ANT CLEAN TEST-MAIN
ex
---
sudo -u postgres /software/arch/bin/pg_ctl -D /var/lib/pgsql/data -l /var/log/pgsql restart
ulimit -d 500000
ant clean test-main
3.12) I get /``Sorry, too many clients''/ when trying to connect. Why?
and says permission is denied for
ex
---
sudo -u postgres /software/arch/bin/pg_ctl -D /var/lib/pgsql/data -l /var/log/pgsql restart
ulimit -d 500000
ant clean test-main
3.12) I get /``Sorry, too many clients''/ when trying to connect. Why?
and says permission is denied for
ojb_hl_seq table...but the table has public access...this is on alpha server...
could anybody help me out
testSimpleStore | Error | org.apache.ojb.broker.PersistenceBrokerException: ERROR: ojb_hl_seq: permission denied org.flymine.objectstore.ObjectStoreException: org.apache.ojb.broker.PersistenceBrokerException: ERROR: ojb_hl_seq: permission denied | 2.228 |
testStoreWithObjectRef | Error |