You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2019/08/17 17:02:00 UTC

[jira] [Closed] (OFBIZ-10894) Could not resolve function 'str:label' in ListVisualThemes

     [ https://issues.apache.org/jira/browse/OFBIZ-10894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-10894.
-----------------------------------
       Resolution: Duplicate
    Fix Version/s: OFBIZ-9867

> Could not resolve function 'str:label' in ListVisualThemes
> ----------------------------------------------------------
>
>                 Key: OFBIZ-10894
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-10894
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework, themes
>    Affects Versions: Trunk
>            Reporter: Jacques Le Roux
>            Priority: Major
>             Fix For: OFBIZ-9867
>
>
> It's an error but just in log nothing in UI, so I guess no backporting is necessary:
> {noformat}
> 2019-03-31 09:50:19,402 |jsse-nio-8443-exec-9 |ControlServlet                |T| [[[ListVisualThemes(Domain:https://localhost)] Request Begun, encoding=[UTF-8]- total:0.0,since last(Begin):0.0]]
> 2019-03-31 09:50:19,421 |jsse-nio-8443-exec-9 |ConfigXMLReader               |I| controller loaded: 0.002s, 149 requests, 65 views in file:/C:/projectsASF/ofbiz/applications/manufacturing/webapp/manufacturing/WEB-INF/controller.xml
> 2019-03-31 09:50:19,439 |jsse-nio-8443-exec-9 |ConfigXMLReader               |I| controller loaded: 0.001s, 51 requests, 23 views in file:/C:/projectsASF/ofbiz/framework/common/webcommon/WEB-INF/common-controller.xml
> 2019-03-31 09:50:19,455 |jsse-nio-8443-exec-9 |ConfigXMLReader               |I| controller loaded: 0.0s, 0 requests, 0 views in file:/C:/projectsASF/ofbiz/framework/common/webcommon/WEB-INF/handlers-controller.xml
> 2019-03-31 09:50:19,470 |jsse-nio-8443-exec-9 |ConfigXMLReader               |I| controller loaded: 0.0s, 4 requests, 0 views in file:/C:/projectsASF/ofbiz/applications/commonext/webapp/WEB-INF/controller.xml
> 2019-03-31 09:50:19,479 |jsse-nio-8443-exec-9 |RequestHandler                |I| Rendering View [ListVisualThemes].  Hidden sessionId by default.
> 2019-03-31 09:50:19,584 |jsse-nio-8443-exec-9 |ScreenFactory                 |I| Got 10 screens in 0.101s from: file:/C:/projectsASF/ofbiz/framework/common/widget/LookupScreens.xml
> 2019-03-31 09:50:19,589 |jsse-nio-8443-exec-9 |ScreenFactory                 |I| Got 28 screens in 0.005s from: file:/C:/projectsASF/ofbiz/framework/common/widget/CommonScreens.xml
> 2019-03-31 09:50:19,667 |jsse-nio-8443-exec-9 |ScreenFactory                 |I| Got 5 screens in 0.029s from: file:/C:/projectsASF/ofbiz/themes/common-theme/widget/LookupScreens.xml
> 2019-03-31 09:50:19,667 |jsse-nio-8443-exec-9 |PrimaryKeyFinder              |I| Returning null because found incomplete primary key in find: [GenericEntity:WebSite][webSiteId,null()]
> 2019-03-31 09:50:19,715 |jsse-nio-8443-exec-9 |ScreenFactory                 |I| Got 27 screens in 0.011s from: file:/C:/projectsASF/ofbiz/themes/common-theme/widget/CommonScreens.xml
> 2019-03-31 09:50:19,738 |jsse-nio-8443-exec-9 |UtilProperties                |I| ResourceBundle general (en) created in 0.009s with 27 properties
> 2019-03-31 09:50:19,769 |jsse-nio-8443-exec-9 |FlexibleStringExpander        |E| Error evaluating expression ${str:label('CommonEntityLabels', 'VisualTheme.description.BLUELIGHT', locale)}: javax.el.ELException: Could not resolve function 'str:label'
> 2019-03-31 09:50:19,770 |jsse-nio-8443-exec-9 |FlexibleStringExpander        |E| Error evaluating expression ${str:label('CommonEntityLabels', 'VisualTheme.description.FLAT_GREY', locale)}: javax.el.ELException: Could not resolve function 'str:label'
> 2019-03-31 09:50:19,771 |jsse-nio-8443-exec-9 |FlexibleStringExpander        |E| Error evaluating expression ${str:label('CommonEntityLabels', 'VisualTheme.description.TOMAHAWK', locale)}: javax.el.ELException: Could not resolve function 'str:label'
> 2019-03-31 09:50:19,781 |jsse-nio-8443-exec-9 |ServerHitBin                  |I| Visit delegatorName=default, ServerHitBin delegatorName=default
> 2019-03-31 09:50:19,784 |jsse-nio-8443-exec-9 |ControlServlet                |T| [[[ListVisualThemes(Domain:https://localhost)] Request Done- total:0.382,since last([ListVisualThemes...):0.382]]
> 2019-03-31 09:50:47,153 |jsse-nio-8443-exec-1 |ControlServlet                |T| [[[selectTheme(Domain:https://localhost)] Request Begun, encoding=[UTF-8]- total:0.0,since last(Begin):0.0]]
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)