Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Netbeans

...

Have a look at framework/appserver/README file. You might be also interested by Guidelines to use OFBiz under WASCE 2.0.0.1 or Geronimo 2.0.3

Anchor
createAcctgTransAndEntries
createAcctgTransAndEntries

Issue with createAcctgTransAndEntries service

If you see errors like

Error:Error trying to begin transaction, could not process method: 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
balanceInventoryItems in receiveInventoryProduct

If you are not using the Accounting module much and specifically the GL section, than go to accounting --> ofbiz-component.xml and comment the entry for secas_ledger.xml in that file, restart the server and try again. This should solve your problem.

A Mridul Pathak's tip