Hi Jacques: You may know the meaning of the following error message:
The Following Errors Occurred: The current transaction is marked for rollback, not beginning a new transaction and aborting current operation; the rollbackOnly was caused by: Failure in create operation for entity [ProductCategoryRole]: org.ofbiz.entity.GenericEntityException: Error while inserting: [GenericEntity:ProductCategoryRole][comments,609549(java.lang.String)] [createdStamp,2014-02-06 22:13:10.725(java.sql.Timestamp)] [createdTxStamp,2014-02-06 22:13:10.076(java.sql.Timestamp)] [fromDate,2014-02-06 22:13:10.725(java.sql.Timestamp)] [lastUpdatedStamp,2014-02-06 22:13:10.725(java.sql.Timestamp)] [lastUpdatedTxStamp,2014-02-06 22:13:10.076(java.sql.Timestamp)] [partyId,DemoEbayAccount1(java.lang.String)] [productCategoryId,eBay_Category(java.lang.String)] [roleTypeId,EBAY_ACCOUNT(java.lang.String)] (SQL Exception while executing the following: INSERT INTO PRODUCT_CATEGORY_ROLE (PRODUCT_CATEGORY_ID, PARTY_ID, ROLE_TYPE_ID, FROM_DATE, THRU_DATE, COMMENTS, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (Duplicate entry 'eBay_Category-DemoEbayAccount1-EBAY_ACCOUNT-2014-02-06 22:13:10' for key 'PRIMARY') ). Rolling back transaction.org.ofbiz.entity.GenericEntityException: Error while inserting: [GenericEntity:ProductCategoryRole][comments,609549(java.lang.String)] [createdStamp,2014-02-06 22:13:10.725(java.sql.Timestamp)] [createdTxStamp,2014-02-06 22:13:10.076(java.sql.Timestamp)] [fromDate,2014-02-06 22:13:10.725(java.sql.Timestamp)] [lastUpdatedStamp,2014-02-06 22:13:10.725(java.sql.Timestamp)] [lastUpdatedTxStamp,2014-02-06 22:13:10.076(java.sql.Timestamp)] [partyId,DemoEbayAccount1(java.lang.String)] [productCategoryId,eBay_Category(java.lang.String)] [roleTypeId,EBAY_ACCOUNT(java.lang.String)] (SQL Exception while executing the following:INSERT INTO PRODUCT_CATEGORY_ROLE (PRODUCT_CATEGORY_ID, PARTY_ID, ROLE_TYPE_ID, FROM_DATE, THRU_DATE, COMMENTS, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (Duplicate entry 'eBay_Category-DemoEbayAccount1-EBAY_ACCOUNT-2014-02-06 22:13:10' for key 'PRIMARY') ) (Error while inserting: [GenericEntity:ProductCategoryRole] [comments,609549(java.lang.String)] [createdStamp,2014-02-06 22:13:10.725(java.sql.Timestamp)] [createdTxStamp,2014-02-06 22:13:10.076(java.sql.Timestamp)] [fromDate,2014-02-06 22:13:10.725(java.sql.Timestamp)] [lastUpdatedStamp,2014-02-06 22:13:10.725(java.sql.Timestamp)] [lastUpdatedTxStamp,2014-02-06 22:13:10.076(java.sql.Timestamp)] [partyId,DemoEbayAccount1(java.lang.String)] [productCategoryId,eBay_Category(java.lang.String)] [roleTypeId,EBAY_ACCOUNT(java.lang.String)] (SQL Exception while executing the following:INSERT INTO PRODUCT_CATEGORY_ROLE (PRODUCT_CATEGORY_ID, PARTY_ID, ROLE_TYPE_ID, FROM_DATE, THRU_DATE, COMMENTS, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (Duplicate entry 'eBay_Category-DemoEbayAccount1-EBAY_ACCOUNT-2014-02-06 22:13:10' for key 'PRIMARY') ) ) Thanks
