[
https://issues.apache.org/jira/browse/OFBIZ-7357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16728438#comment-16728438
]
Jacques Le Roux edited comment on OFBIZ-7357 at 12/24/18 3:53 PM:
------------------------------------------------------------------
Hi Guys,
Could you please check if there are no side effects. For instance now in
ecommerce I get this when I want to go to from ecommerce/main to eg enchiladas
product or Gold-Pizza. It's reproductible on trunk demo and locally
{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
was (Author: jacques.le.roux):
Hi Guys,
Could you please check if there are no side effects. For instance now in
ecommerce I get this when I want to go to from ecommerce/main to eg enchiladas
product or Gold-Pizza. It's reproductible on trunk demo and locally
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)
Then you have a kind of loop
> OFBIZ-6964: Prepare Demo Data based on the propsed design to support
> replenishment planning through any inter-company facility
> ------------------------------------------------------------------------------------------------------------------------------
>
> Key: OFBIZ-7357
> URL: https://issues.apache.org/jira/browse/OFBIZ-7357
> Project: OFBiz
> Issue Type: Sub-task
> Components: manufacturing, order, product
> Affects Versions: 15.12.01
> Reporter: Swapnil Shah
> Assignee: Arun Patidar
> Priority: Major
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-7357.patch, OFBIZ-7357.patch, OFBIZ-7357.patch
>
>
> We can start preparing demo data for implementation and testing purpose based
> on requirement and design details shared over OFBIZ-7355 & OFBIZ-7356
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)