[jira] [Commented] (OFBIZ-10741) Blank page is displayed on ecommerce

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

[jira] [Commented] (OFBIZ-10741) Blank page is displayed on ecommerce

Nicolas Malin (Jira)

    [ 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

> Blank page is displayed on ecommerce
> ------------------------------------
>
>                 Key: OFBIZ-10741
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-10741
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ecommerce
>    Affects Versions: Trunk
>            Reporter: Arpit Mor
>            Assignee: Priya Sharma
>            Priority: Major
>         Attachments: 1-Enchiladas.png, 2-BlankPage.png
>
>
> Steps to regenerate:
>  # Login to URL: [https://demo-trunk.ofbiz.apache.org/ecommerce/control/main]
>  # Under Feature Products section, click on product Enchiladas (Please refer attachment: 1-Enchiladas)
> Or open URL: [https://demo-trunk.ofbiz.apache.org/ecommerce/enchiladas-ENCHILADAS-p]
> Actual: Blank page is displayed (Please refer attachment: 2-BlankPage)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)