Hi All
I have been struggling with the following error for a day now. My problem is, that it works fine on windows, but when tested on Linux (production) it fails.


2003-12-20 11:26:03,625 [Thread-13] WARN IDBroker - IDBroker is being used with db 'webmonitor', 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.
2003-12-20 11:26:03,664 [Thread-13] ERROR GenericMVCPortlet - GenericMVCPortlet - error executing action
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.


The scheme has the following:
<database defaultIdMethod="native" name="webmonitor">

and the connection is defined as follows in Torque.properties:

torque.dsfactory.webmonitor.factory=org.apache.torque.dsfactory.TorqueDataSourceFactory
torque.dsfactory.webmonitor.pool.defaultMaxConnections=10
torque.dsfactory.webmonitor.pool.maxExpiryTime=3600
torque.dsfactory.webmonitor.pool.connectionWaitTimeout=10
torque.database.webmonitor.adapter=postgresql
torque.dsfactory.webmonitor.connection.driver=org.postgresql.Driver
torque.dsfactory.webmonitor.connection.url=jdbc:postgresql://192.168.1.2/webmonitor
torque.dsfactory.webmonitor.connection.user=*****
torque.dsfactory.webmonitor.connection.password=******

I am runnig jetspeed 1.4 on tomcat4-1.18

Anyone?
/Henrik



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



Reply via email to