[
https://issues.apache.org/jira/browse/OFBIZ-10741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16728445#comment-16728445 ]
Jacques Le Roux commented on OFBIZ-10741:
-----------------------------------------
We have this in log:
{code}
2018-12-24 16:13:39,935 |jsse-nio-8443-exec-9 |ServiceDispatcher |T| Sync service [ecommerce/getInventoryAvailableByFacility] finished in [2] milliseconds
2018-12-24 16:13:39,936 |jsse-nio-8443-exec-9 |ProductWorker |I| Returning false because there is insufficient inventory available in facility with id WebStoreWarehouse for product id DOUGH; desired quantity is 1.0000000,
available quantity is 0
Dec 24, 2018 4:13:39 PM org.apache.catalina.core.ApplicationDispatcher invoke
SEVERE: Servlet.service() for servlet [ControlServlet] threw exception
java.lang.StackOverflowError
at org.apache.ofbiz.product.config.ProductConfigWrapper.hashCode(ProductConfigWrapper.java:235)
at org.apache.ofbiz.product.config.ProductConfigWrapper$ConfigOption.hashCode(ProductConfigWrapper.java:823)
at java.util.AbstractList.hashCode(AbstractList.java:541)
at java.util.Arrays.hashCode(Arrays.java:4146)
at java.util.Objects.hash(Objects.java:128)
{code}
Then you have a kind of loop
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)