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 2020/04/08 10:07:00 UTC

[jira] [Updated] (OFBIZ-11589) 'Threadlist' function generates an error

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

Jacques Le Roux updated OFBIZ-11589:
------------------------------------
    Description: 
When activating https://demo-trunk.ofbiz.apache.org/webtools/control/threadList following error is returned:
{code:java}
his Thread No such key: currentThread in class java.lang.Thread ---- FTL stack trace ("~" means nesting-related): - Failed at: ${Static["java.lang.Thread"].currentT... [in template "component://webtools/template/service/Threads.ftl" at line 21, column 44] ---- (No such key: currentThread in class java.lang.Thread ---- FTL stack trace ("~" means nesting-related): - Failed at: ${Static["java.lang.Thread"].currentT... [in template "component://webtools/template/service/Threads.ftl" at line 21, column 101] ----)
{code}

  was:
When activating 'https://demo-trunk.ofbiz.apache.org/webtools/control/threadList' following error is returned:

{code:java}
his Thread No such key: currentThread in class java.lang.Thread ---- FTL stack trace ("~" means nesting-related): - Failed at: ${Static["java.lang.Thread"].currentT... [in template "component://webtools/template/service/Threads.ftl" at line 21, column 44] ---- (No such key: currentThread in class java.lang.Thread ---- FTL stack trace ("~" means nesting-related): - Failed at: ${Static["java.lang.Thread"].currentT... [in template "component://webtools/template/service/Threads.ftl" at line 21, column 101] ----)
{code}



> 'Threadlist' function generates an error
> ----------------------------------------
>
>                 Key: OFBIZ-11589
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-11589
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework/webtools
>    Affects Versions: Trunk
>            Reporter: Pierre Smits
>            Priority: Major
>              Labels: service
>
> When activating https://demo-trunk.ofbiz.apache.org/webtools/control/threadList following error is returned:
> {code:java}
> his Thread No such key: currentThread in class java.lang.Thread ---- FTL stack trace ("~" means nesting-related): - Failed at: ${Static["java.lang.Thread"].currentT... [in template "component://webtools/template/service/Threads.ftl" at line 21, column 44] ---- (No such key: currentThread in class java.lang.Thread ---- FTL stack trace ("~" means nesting-related): - Failed at: ${Static["java.lang.Thread"].currentT... [in template "component://webtools/template/service/Threads.ftl" at line 21, column 101] ----)
> {code}



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