You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Leon Torres <le...@oss.minimetria.com> on 2006/07/11 23:45:00 UTC

Problems with ordermgr accept return

When creating a manual return, then trying to [Accept Return] in the [Return 
Items] section, I get the following errors for GZ-1000 (and others):

org.ofbiz.webapp.event.EventHandlerException: Service invocation error (Problems 
with the transaction: The current transaction is marked for rollback, not 
beginning a new transaction and aborting current operation; the rollbackOnly was 
caused by: Service Error [checkDecomposeInventoryItem]: Error decomposing 
inventory item: no components found for marketing package [GZ-1000].; See logs 
for more detail)

Maybe there's something fishy with the production run code?

- Leon

Re: Problems with ordermgr accept return

Posted by Jacopo Cappellato <ti...@sastau.it>.
Leon,

thanks for the report... David is right, the error is related to the new 
mkt pkg stuff I'm implementing; I've fixed a few things in revisions 
421113 and 421114 and this should solve your problem.

Jacopo


David E. Jones wrote:
> 
> This looks like it's related to stuff Jacopo was working on recently. I 
> think it's night time there now, but when he sees it he'll probably know 
> what's up pretty quickly...
> 
> -David
> 
> 
> Leon Torres wrote:
>> When creating a manual return, then trying to [Accept Return] in the 
>> [Return Items] section, I get the following errors for GZ-1000 (and 
>> others):
>>
>> org.ofbiz.webapp.event.EventHandlerException: Service invocation error 
>> (Problems with the transaction: The current transaction is marked for 
>> rollback, not beginning a new transaction and aborting current 
>> operation; the rollbackOnly was caused by: Service Error 
>> [checkDecomposeInventoryItem]: Error decomposing inventory item: no 
>> components found for marketing package [GZ-1000].; See logs for more 
>> detail)
>>
>> Maybe there's something fishy with the production run code?
>>
>> - Leon


Re: Problems with ordermgr accept return

Posted by "David E. Jones" <jo...@undersunconsulting.com>.
This looks like it's related to stuff Jacopo was working on recently. I think it's night time there now, but when he sees it he'll probably know what's up pretty quickly...

-David


Leon Torres wrote:
> When creating a manual return, then trying to [Accept Return] in the 
> [Return Items] section, I get the following errors for GZ-1000 (and 
> others):
> 
> org.ofbiz.webapp.event.EventHandlerException: Service invocation error 
> (Problems with the transaction: The current transaction is marked for 
> rollback, not beginning a new transaction and aborting current 
> operation; the rollbackOnly was caused by: Service Error 
> [checkDecomposeInventoryItem]: Error decomposing inventory item: no 
> components found for marketing package [GZ-1000].; See logs for more 
> detail)
> 
> Maybe there's something fishy with the production run code?
> 
> - Leon