Greetings,

When I add -o '-F' to my postgresql startup script -- which is supposed
to remove the requirement of waiting on syncing to disk in PostgreSQL --
I get the following error (even though I'm not explicitly using
transactions in my code):

1299 [main] WARN oid.IDBroker  - IDBroker is being used with db
'testdatabase', which does not support transactions.  IDBroker attempts
to use transactions to limit the possibility of duplicate key
generation.  Without transactions, duplicate key generation is possible
if multiple JVMs are used or other means are used to write to the
database.

Also, during my first select, I get this exception thrown:

java.lang.NullPointerException: Connection object was null. This could
be due to a misconfiguration of the DataSourceFactory. Check the logs
and Torque.properties to better determine the cause.
        at
org.apache.torque.util.Transaction.rollback(Transaction.java:179)
        at org.apache.torque.util.BasePeer.doSelect(BasePeer.java:1272)

Has anyone seen this or have any ideas on how to deal with it?

Thank you,
Patryk Laurent

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to