You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2017/03/28 05:20:41 UTC

[jira] [Created] (OFBIZ-9286) ERROR: Cannot do a find that returns an EntityListIterator with no transaction in place

Jacques Le Roux created OFBIZ-9286:
--------------------------------------

             Summary: ERROR: Cannot do a find that returns an EntityListIterator with no transaction in place
                 Key: OFBIZ-9286
                 URL: https://issues.apache.org/jira/browse/OFBIZ-9286
             Project: OFBiz
          Issue Type: Bug
          Components: order
    Affects Versions: Trunk
            Reporter: Jacques Le Roux
            Assignee: Jacques Le Roux
             Fix For: Upcoming Release


Here is the stack error:
{code}
017-03-27 07:57:53,968 |OFBiz-JobQueue-1     |PersistedServiceJob           |I| Job  [Run Auto-Reorders] Id [11226] -- Next runtime: Tue Mar 28 00:00:00 CEST 2017
017-03-27 07:57:53,968 |OFBiz-JobQueue-1     |GenericDelegator              |E| ERROR: Cannot do a find that returns an EntityListIterator with no transaction in place. Wrap this call in a transaction.
ava.lang.Exception: Stack Trace
      at org.apache.ofbiz.entity.GenericDelegator.find(GenericDelegator.java:1533) [ofbiz.jar:?]
    at org.apache.ofbiz.entity.util.EntityQuery.queryIterator(EntityQuery.java:394) [ofbiz.jar:?]
 at org.apache.ofbiz.order.shoppinglist.ShoppingListServices.createListReorders(ShoppingListServices.java:133) [ofbiz.jar:?]
[...]
017-03-27 07:57:53,993 |OFBiz-JobQueue-0     |ServiceDispatcher             |T| Sync service [default/cancelAllBackOrders] finished in [230] milliseconds
017-03-27 07:57:54,001 |OFBiz-JobQueue-0     |PersistedServiceJob           |I| Job  [Extend expired Subscriptions] Id [11225] -- Next runtime: Tue Mar 28 00:00:00 CEST 2017
017-03-27 07:57:54,002 |OFBiz-JobQueue-0     |GenericDelegator              |E| ERROR: Cannot do a find that returns an EntityListIterator with no transaction in place. Wrap this call in a transaction.
ava.lang.Exception: Stack Trace
      at org.apache.ofbiz.entity.GenericDelegator.find(GenericDelegator.java:1533) [ofbiz.jar:?]
    at org.apache.ofbiz.entity.util.EntityQuery.queryIterator(EntityQuery.java:394) [ofbiz.jar:?]
 at org.apache.ofbiz.order.order.OrderServices.runSubscriptionAutoReorders(OrderServices.java:5564) [ofbiz.jar:?]
 [...]
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)