|
| I have a project that I'm deploying on the test environment. I use client-side data and had to regenerate the wdo4js mediators (something I've done many times before without any problems). Now it fails to start on the server. The server starts, then stops
immediately and logs the following exception:
com.ibm.wps.datastore.impl.DataStoreContext handleException
EJPDB0001E: Error occurred during database access. Last SQL statement is [INSERT INTO UNIQUE_NAME (UNIQUE_NAME, RES_TYPE, OID, VP_DESC_OID) VALUES (?, ?, ?, ?)]. - StackTrace follows...
2006.03.21 12:41:49.354 E com.ibm.wps.datastore.impl.DataStoreContext handleException
com.ibm.wps.util.DataBackendException: EJPDB0001E: Error occurred during database access. Last SQL statement is [INSERT INTO UNIQUE_NAME (UNIQUE_NAME, RES_TYPE, OID, VP_DESC_OID) VALUES (?, ?, ?, ?)].
..
..
Caused by: com.ibm.websphere.ce.cm.DuplicateKeyException: The statement was aborted because it would have caused a duplicate key value in a unique or primary key constraint defined on 'UNIQUE_NAME(UNIQUE_NAME,VP_DESC_OID)'.
...
------------------------
Server starts ok when other projects are deployed on it.
My app doesn't access any databases or use any sql.
Any suggestions on fixing the problem or determining its cause are greatly appreciated.
|
|