Reputation: 1125
I encounter a problem that is not very discussed on the internet:
I have an application that run under Railo server. The cfthread tag worked very well on Railo.
Once I migrate my application to Lucee server, the cfthread doesn't work, and I get this message error: "thread scope cannot be modified from outside the owner thread", when I tried to affect a variable from inside the thread ()
The same code worked under Railo.
Can anyone has any idea about this issue? I tried to change the release, but It also doesn't work.
Thanks in advance
Upvotes: 0
Views: 330
Reputation: 1069
This issue is caused by a bug in Lucee that was introduced after version 5.1.3.18. It has been fixed for an upcoming release, see bug report:
https://luceeserver.atlassian.net/browse/LDEV-1389
Upvotes: 1