[
https://issues.apache.org/jira/browse/OFBIZ-3935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12908520#action_12908520
]
chris snow commented on OFBIZ-3935:
-----------------------------------
I followed the steps as outlined in:
http://demo-trunk.ofbiz.apache.org/cmssite/cms/APACHE_OFBIZ_HTML#N20094
1. Open a new terminal.
2. Go to your ofbiz directory.
3. Clean out all built classes with : ./ant clean-all
4. Load the seed data with : ant run-install-extseed
5. Create the admin user with : ./ant create-admin-user-login , then enter a
user login id that will be created for you (the initial temporary password is
"ofbiz")
6. Start ofbiz with : ./startofbiz.sh
7. Connect to the OFBiz Setup application with your browser at
https://localhost:8443/ofbizsetup.
Create New Organization screen:
Organization name: xxx
Address 1: xxx
City: xxx
Zip/Postal Code: xxx xxx
Country: GBR: United Kingdom
Work Phone Number
Country Code: 111
Area Code: 111
Phone Number 111111
E-Mail Adderss: [email protected]
> Save
> select Facility menu
New Facility Screen:
Name: xxx
> Save
> select Product Store menu
Edit Product Store Screen:
Store Name: xxx
> Update
ERROR as above
> 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.