[jira] [Commented] (OFBIZ-11398) Issue with creating SEO CATEGORIES/PRODUCTS from catalog manager

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

[jira] [Commented] (OFBIZ-11398) Issue with creating SEO CATEGORIES/PRODUCTS from catalog manager

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-11398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17043530#comment-17043530 ]

Jacques Le Roux commented on OFBIZ-11398:
-----------------------------------------

Hi Dikpal,

I have fixed the underneath issue related to ObjectInputStream. It seems to work now but there is now an error showing in log:

{noformat}
2020-02-23 13:15:45,145 |jsse-nio-8443-exec-1 |GenericDelegator              |E| ERROR: Cannot do a find that returns an EntityListIterator with no transaction in place. Wrap this call in a transaction.
java.lang.Exception: Stack Trace
        at org.apache.ofbiz.entity.GenericDelegator.find(GenericDelegator.java:1523) [main/:?]
        at org.apache.ofbiz.entity.util.EntityQuery.queryIterator(EntityQuery.java:397) [main/:?]
        at org.apache.ofbiz.entity.util.EntityQuery.getFieldList(EntityQuery.java:524) [main/:?]
        at org.apache.ofbiz.entity.util.EntityQuery$getFieldList$5.call(Unknown Source) [main/:?]
        at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47) [groovy-2.5.8.jar:2.5.8]
        at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115) [groovy-2.5.8.jar:2.5.8]
        at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:127) [groovy-2.5.8.jar:2.5.8]
        at CatalogServices.createMissingCategoryAltUrlInline(CatalogServices.groovy:403) [script:?]
{noformat}

I think it's somehow OK (if not clean). Could you please have a look to confirm? TIA

> Issue with creating SEO CATEGORIES/PRODUCTS from catalog manager
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-11398
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-11398
>             Project: OFBiz
>          Issue Type: Bug
>          Components: product
>    Affects Versions: Trunk
>            Reporter: Dikpal Kanungo
>            Assignee: Jacques Le Roux
>            Priority: Blocker
>         Attachments: Categories_Product creation issue.png
>
>
> Steps to regenerate-
> 1. Navigate to - [https://demo-trunk.ofbiz.apache.org/catalog/control/EditProdCatalog?prodCatalogId=TestCatalog]
> 2. Click on - CREATE SEO CATEGORY/PRODUCTS
> 3. The broken page will be displayed (Please have a look at the attached screenshot)
> !Categories_Product creation issue.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)