You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Daniel (Commented) (JIRA)" <ji...@apache.org> on 2012/03/11 13:57:59 UTC

[jira] [Commented] (OFBIZ-3935) setup component error

    [ https://issues.apache.org/jira/browse/OFBIZ-3935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13227040#comment-13227040 ] 

Daniel commented on OFBIZ-3935:
-------------------------------

I am having exactly the same problem. Did anyone found a solution for this issue?
                
> 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, SVN trunk
>            Reporter: chris snow
>            Assignee: Jacques Le Roux
>             Fix For: Release Branch 10.04, SVN trunk
>
>         Attachments: HELP_SETUP.patch, Screenshot.png
>
>
> I'm guessing this is the same problem as: http://www.mail-archive.com/user@ofbiz.apache.org/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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira