I have installed OfBiz 10.04 on Centos 5.6 with MySQL, and no demo data is installed. I just deleted the databases, recreated them, and ran ./ant run-install-seed and ./ant create-admin-user-login, and then started the setup wizard. I filled out ³Organization² ³Facility² and I am unable to complete ³Product Store². I am getting this error:
Error: Error parsing entity xml file: org.ofbiz.entity.GenericEntityException: Error while inserting: [GenericEntity:CarrierShipmentMethod][createdStamp,2011-07-20 16:58:15.373(java.sql.Timestamp)][createdTxStamp,2011-07-20 16:58:15.286(java.sql.Timestamp)][lastUpdatedStamp,2011-07-20 16:58:15.373(java.sql.Timestamp)][lastUpdatedTxStamp,2011-07-20 16:58:15.286(java.sql.Timestamp)][partyId,Company(java.lang.String)][roleTyp eId,CARRIER(java.lang.String)][sequenceNumber,4(java.lang.Long)][shipmentMet hodTypeId,LOCAL_DELIVERY(java.lang.String)] (SQL Exception while executing the following:INSERT INTO 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 (?, ?, ?, ?, ?, ?, ?, ?, ?) (Cannot add or update a child row: a foreign key constraint fails (`ofbiz/CARRIER_SHIPMENT_METHOD`, CONSTRAINT `CARR_SHMETH_TYPE` FOREIGN KEY (`SHIPMENT_METHOD_TYPE_ID`) REFERENCES `SHIPMENT_METHOD_TYPE` (`SHIPMENT_METHOD_TYPE_ID`)))) calling service parseEntityXmlFile in importTempDataFile Should I even be using this wizard to set up OfBiz? Or should I just do it all manually? Thanks in advance! Tim Stoel
