[jira] [Comment Edited] (OFBIZ-10096) Error on updating sub content of CMS webSIte

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

[jira] [Comment Edited] (OFBIZ-10096) Error on updating sub content of CMS webSIte

Nicolas Malin (Jira)

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

Jacques Le Roux edited comment on OFBIZ-10096 at 12/19/17 3:59 PM:
-------------------------------------------------------------------

I don't reproduce on screen but get same error in log:
{code}
 Le paramÞtre requis suivant manque : [IN] [updateContentAssoc.contentIdTo]
2017-12-19 16:56:16,790 |jsse-nio-8443-exec-9 |ServiceDispatcher             |E| Incoming context (in runSync : updateContentAssoc) does not match expected requirements
org.apache.ofbiz.service.ServiceValidationException: Le paramÞtre requis suivant manque : [IN] [updateContentAssoc.contentIdTo]
        at org.apache.ofbiz.service.ModelService.validate(ModelService.java:672) ~[ofbiz.jar:?]
        at org.apache.ofbiz.service.ModelService.validate(ModelService.java:596) ~[ofbiz.jar:?]
        at org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:381) [ofbiz.jar:?]
        at org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:228) [ofbiz.jar:?]
        at org.apache.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:88) [ofbiz.jar:?]
 at org.apache.ofbiz.service.eca.ServiceEcaAction.runAction(ServiceEcaAction.java:128) [ofbiz.jar:?]
    at org.apache.ofbiz.service.eca.ServiceEcaRule.eval(ServiceEcaRule.java:160) [ofbiz.jar:?]
     at org.apache.ofbiz.service.eca.ServiceEcaUtil.evalRules(ServiceEcaUtil.java:195) [ofbiz.jar:?]
        at org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:498) [ofbiz.jar:?]
        at org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:228) [ofbiz.jar:?]
        at org.apache.ofbiz.service.group.GroupServiceModel.invoke(GroupServiceModel.java:119) [ofbiz.jar:?]
   at org.apache.ofbiz.service.group.GroupModel.runAll(GroupModel.java:167) [ofbiz.jar:?]
 at org.apache.ofbiz.service.group.GroupModel.run(GroupModel.java:130) [ofbiz.jar:?]
    at org.apache.ofbiz.service.group.ServiceGroupEngine.runSync(ServiceGroupEngine.java:54) [ofbiz.jar:?]
 at org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:400) [ofbiz.jar:?]
        at org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:228) [ofbiz.jar:?]
        at org.apache.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:88) [ofbiz.jar:?]
 at org.apache.ofbiz.webapp.event.ServiceEventHandler.invoke(ServiceEventHandler.java:350) [ofbiz.jar:?]
        at org.apache.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:730) [ofbiz.jar:?]{code}
Seems due to SECA


was (Author: jacques.le.roux):
I don't reproduce on screen but get same error in log:
{code}
2017-12-19 16:56:16,790 |jsse-nio-8443-exec-9 |ServiceDispatcher             |E| Incoming context (in runSync : updateContentAssoc) does not match expected requirements
org.apache.ofbiz.service.ServiceValidationException: Le paramÞtre requis suivant manque : [IN] [updateContentAssoc.contentIdTo]
{code}

> Error on updating sub content of CMS webSIte
> --------------------------------------------
>
>                 Key: OFBIZ-10096
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-10096
>             Project: OFBiz
>          Issue Type: Bug
>          Components: content
>    Affects Versions: Trunk
>            Reporter: Aditya Sharma
>            Assignee: Aditya Sharma
>            Priority: Minor
>         Attachments: screenshot-1.png
>
>
> Steps to reproduce:
> 1. Go to Content component https://demo-trunk.ofbiz.apache.org/content/control/main
> 2. Click on webSiteId link of any website with sub-content as webpage (https://demo-trunk.ofbiz.apache.org/content/control/EditWebSite?webSiteId=CmsSite)
> 3. Click on CMS from submenu (https://demo-trunk.ofbiz.apache.org/content/control/WebSiteCms?webSiteId=CmsSite)
> 4. From WebSIteNav, click on Cms Site Demo Home page
> Edit content in editor and click save button (available in editor)
> It gives error:
> {quote}
> The Following Errors Occurred:
> The following required parameter is missing: [IN] [updateContentAssoc.contentIdTo]
> {quote}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)