03-21-06 10:57 PM
I have a project that I'm deploying on the test environment. I use client-si
de 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. Th
e 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
1;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 handle
Exception
com.ibm.wps.util.DataBackendException: EJPDB0001E: Error occurred during dat
abase access. Last SQL statement is [INSERT INTO UNIQUE_NAME (UNIQUE_NAM
E, 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 pr
imary 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 a
ppreciated.
[ Post a follow-up to this message ]
|