Hi Michael,

Michael Ansley wrote:
Can anybody shed some light on this (Bear in mind that 'Relation' means table for Postgres):

21:26:14,660 INFO [STDOUT] [org.apache.ojb.broker.util.sequence.SequenceManagerHelper] ERROR:
21:26:14,661 INFO [STDOUT] Cannot lookup max value from table OJB_DLIST for column ID, PB was
Seems that you don't have created the table OJB_DLIST in your database?
This table (and several others) must be present if you are using ODMG collection classes like DList etc.

The OJB internal tables are described in the platforms.html document.

cheers,
Thomas


org.apache.ojb.broker.singlevm.PersistenceBrokerImpl@2a5ab9, using jdbc-descriptor org.apache.ojb.broker.metadata.JdbcConnectionDescriptor@515263[
jcd-alias=ict
default-connection=true
dbms=PostgreSQL
jdbc-level=2.0
driver=<null>
protocol=<null>
sub-protocol=<null>
db-alias=<null>
user=postgres
password=
eager-release=true
ConnectionPoolDescriptor={minEvictableIdleIimeMillis=600000, testOnReturn=false, maxActive=21, testWhileIdle=false, numTestsPerEvictionRun=10, maxWait=5000, timeBetweenEvictionRunsMillis=-1, whenExhaustedAction=0, testOnBorrow=true, maxIdle=-1}
batchMode=false
]
21:26:14,664 INFO [STDOUT] ERROR: Relation "ojb_dlist" does not exist
21:26:14,665 ERROR [STDERR] java.sql.SQLException: ERROR: Relation "ojb_dlist" does not exist
21:26:14,669 ERROR [STDERR] at org.postgresql.core.QueryExecutor.execute(QueryExecutor.java:126)

There are a number of other errors referencing entities from the sequence manager.

Cheers...


MikeA



--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>






--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to