I am facing the similar problem when I try to do the "Quick Ship Entire
Order" in Order Manager application when not using the demo data. It
works with demo data though.
Error I am getting is:
ERROR: Could not complete the Issue OrderItemShipGrpInvRes to Shipment
[file:/tmp/ofbiz-trunk/applications/product/script/org/ofbiz/shipment/issuance/IssuanceServices.xml#issueOrderItemShipGrpInvResToShipment]
process [problem removing the orderItemShipGrpInvRes value: The current
transaction is marked for rollback, not beginning a new transaction and
aborting current operation; the rollbackOnly was caused by: Service
[createAcctgTransAndEntries] threw an unexpected
exception/errororg.ofbiz.service.ServiceValidationException: The
following required parameter is missing: [OUT]
[createAcctgTransAndEntries.acctgTransId] (The following required
parameter is missing: [OUT] [createAcctgTransAndEntries.acctgTransId])]
calling service issueOrderItemShipGrpInvResToShipment in
createShipmentForFacilityAndShipGroup
Could it be due to new demo data in accounting package?
Thanks,
Raj
Anil Patel wrote:
Hi,
I did a clean install of demo data. Open the Payment "demo10000"
When I try to change payment status to Reveived by clicking on "Status
to Received" button following exception is thrown
Error calling event: org.ofbiz.webapp.event.EventHandlerException:
Service invocation error (Could not commit transaction for service
[setPaymentStatus] call: Roll back error, could not commit
transaction, was rolled back instead because of: Service
[createAcctgTransAndEntries] threw an unexpected
exception/errororg.ofbiz.service.ServiceValidationException: The
following required parameter is missing: [OUT]
[createAcctgTransAndEntries.acctgTransId] (The following required
parameter is missing: [OUT] [createAcctgTransAndEntries.acctgTransId]))
I am not sure if this is set up data issue or problem with code, Ideas
on what could be the problem here.
Regards
Anil Patel