setup component error
---------------------
Key: OFBIZ-3935
URL: https://issues.apache.org/jira/browse/OFBIZ-3935
Project: OFBiz
Issue Type: Bug
Components: commonext/setup
Affects Versions: Release Branch 10.04
Reporter: chris snow
I'm guessing this is the same problem as:
http://www.mail-archive.com/[email protected]/msg29741.html
Steps to reproduce:
"git clone 10.04"
./ant run-install-extseed
./ant create-admin-user-login
./ant run
The Following Errors Occurred:
Error: Error parsing entity xml file: org.ofbiz.entity.GenericEntityException:
Error while inserting:
[GenericEntity:CarrierShipmentMethod][createdStamp,2010-09-12
16:30:13.938(java.sql.Timestamp)][createdTxStamp,2010-09-12
16:30:13.699(java.sql.Timestamp)][lastUpdatedStamp,2010-09-12
16:30:13.938(java.sql.Timestamp)][lastUpdatedTxStamp,2010-09-12
16:30:13.699(java.sql.Timestamp)][partyId,xxx(java.lang.String)][roleTypeId,CARRIER(java.lang.String)][sequenceNumber,4(java.lang.Long)][shipmentMethodTypeId,LOCAL_DELIVERY(java.lang.String)]
(SQL Exception while executing the following:INSERT INTO
OFBIZ.CARRIER_SHIPMENT_METHOD (SHIPMENT_METHOD_TYPE_ID, PARTY_ID, ROLE_TYPE_ID,
SEQUENCE_NUMBER, CARRIER_SERVICE_CODE, LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?,
?, ?, ?, ?) (INSERT on table 'CARRIER_SHIPMENT_METHOD' caused a violation of
foreign key constraint 'CARR_SHMETH_TYPE' for key (LOCAL_DELIVERY). The
statement has been rolled back.)) calling service parseEntityXmlFile in
importTempDataFile
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.