Problems with ordermgr accept return

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Problems with ordermgr accept return

Leon Torres-2
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
Reply | Threaded
Open this post in threaded view
|

Re: Problems with ordermgr accept return

David E Jones-2

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

smime.p7s (4K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Problems with ordermgr accept return

Jacopo Cappellato
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