http://coldfusion.com logo
Join Slack
Powered by
# lucee
  • z

    zackster

    08/12/2022, 5:25 PM
    Compress 1.0.0.11 is published https://dev.lucee.org/t/compress-extension-1-0-0-11-snapshot-zip4j-2-11-1/10723
  • z

    zackster

    08/13/2022, 9:00 AM
    started playing around with update asm to 9.3 in Lucee (which is used to generate bytecode) I'm way out of my depth with java here, https://luceeserver.atlassian.net/browse/LDEV-4143 but I did find @seancorfield’s had commented on a related bug I've hit
    g
    • 2
    • 3
  • d

    dawesi

    08/13/2022, 4:32 PM
    Super interested in lucee 6... running .234 on dev machine... interested in helping with docs for v6, is there an effort going for that? #who
    z
    • 2
    • 7
  • d

    dawesi

    08/13/2022, 4:34 PM
    @zackster in lucee6 in qoq will we be able to have custom functions on the model (row data) level of a query (or store)?
    z
    b
    +2
    • 5
    • 52
  • a

    Adam Cameron

    08/16/2022, 10:02 AM
    Hi I have a log file I am writing to just with
    writeLog(file="mylogfile"...)
    . This log is not configured in Lucee Admin at all, so it should have no log rotation going on, However I just checked and it looks like Lucee has rotated it: there is a
    mylogfile.log.1
    in the log dir now. I also can't see what the rules for the rotation are. The file is 2128078 bytes, which is not a unit of MB, and it's been rotated in the middle of the afternoon (rather than across the end of the day or something). Can I please get some clarification as to what's up here? We really don't want that log rotated by Lucee... all that is already in hand via another mechanism.
    z
    a
    • 3
    • 5
  • z

    zackster

    08/17/2022, 11:05 AM
    I love some of the exceptions in Lucee https://github.com/lucee/Lucee/blob/6.0/core/src/main/java/lucee/runtime/functions/string/Hash.java#L79
    a
    b
    • 3
    • 20
  • r

    Ray

    08/18/2022, 3:53 AM
    I'm using taffy on Lucee. How do i modify the Taffy config? I'd like to blame it on being late but i've looked around several times and I'm just not seeing it.
    j
    u
    • 3
    • 2
  • m

    mjclemente

    08/18/2022, 1:28 PM
    ACF 2018 added support for the syntax
    new java("java.lang.String")
    - I did some searching in the Lucee bugbase and didn't see any ticket for compatibility - am I missing it, or should I create it?
    z
    • 2
    • 3
  • z

    zackster

    08/18/2022, 6:04 PM
    Time for a thread! What should we call this shortcut https://luceeserver.atlassian.net/browse/LDEV-2131
    b
    m
    a
    • 4
    • 30
  • z

    zackster

    08/19/2022, 10:26 AM
    We reckon we have fixed all the 5.3.9 regressions in 5.3.9.159, feel free to test and let us know if there are any problems https://dev.lucee.org/t/5-3-9-159-snapshot-all-5-3-9-regressions-addressed/10926
    • 1
    • 1
  • j

    johnfarrar

    08/19/2022, 5:11 PM
    What version of Hibernate is coming in Lucee 6?
    s
    b
    z
    • 4
    • 6
  • m

    Matt Dyer

    08/22/2022, 3:57 PM
    I have a question about scheduled tasks and the server/web admin. On lucee the scheduled tasks are per web context correct? Is there any way in the admin to manage scheduled tasks if you are accessing the admin from a different domain than where they were setup?
  • p

    pothys-mitrahsoft

    08/22/2022, 4:08 PM
    You would need to use cfadmin along with the context path..
  • p

    pothys-mitrahsoft

    08/22/2022, 4:08 PM
    https://docs.lucee.org/guides/Various/cfadmin.html
  • d

    danmurphy

    08/22/2022, 10:25 PM
    Does anyone have a Query Cache Busting page they have created? Something that would allow users to go and selectively bust the cache of queries when needed? Feels like that would make a good module. I don’t see something up on Forgebox already.
    s
    z
    • 3
    • 17
  • w

    websolete

    08/23/2022, 8:26 PM
    curious what people's thoughts are on this acf 11+ vs lucee incompatibility, how SHOULD it be? https://trycf.com/gist/0226ff781f4a12b8190768ac2a5e24db/lucee5?theme=monokai
    b
    a
    • 3
    • 31
  • w

    websolete

    08/23/2022, 8:28 PM
    to be clear, you all are the peoples in this scenario
  • a

    Anders Lars

    08/24/2022, 2:48 PM
    Question on different error logs, what goes where and if I have handlers misconfigured. Templates 1. With a cferror in onRequestStart event - I get a redirect to a custom template that logs errors to disk - let's call it custom error store 2. Lucee web context error settings to point at a public error template Logs 1. my custom error store 2. lucee web context error log From observation - most goes into the the custom store via cferror's template, but some requests like server to server calls - say a call back from web service to my server that errors out - just end up in the lucee web error logs (presumably they bypass onRequestStart in some cases). Also I see compilation errors go into the lucee log plus other random java errors. I try to harvest the important errors from all logs and aggregate them so don't miss important issues. Does it sound like I have things misconfigured, such that my errors are sprayed across the 2 logs? Or is this standard and I just have to improve my log parsing and monitoring.
  • z

    zackster

    08/24/2022, 3:38 PM
    Lucee 5.3.9.160 Stable is out, I'll be writing up release notes and creating installers when I get a chance, been flat chat https://dev.lucee.org/t/lucee-5-3-9-160-stable-released/10960
  • a

    Abdul Raheem

    08/24/2022, 6:55 PM
    Does anyone have the experience to run the Lucee and PHP running on the same Ubuntu server? I haven't found any blog on this experiment.
    a
    z
    +2
    • 5
    • 14
  • z

    zackster

    08/25/2022, 8:15 AM
    Installers for 5.3.9.160 are published, maven is also uploaded, just waiting for it to appear
    d
    g
    • 3
    • 7
  • d

    David Rogers

    08/26/2022, 2:04 PM
    in the Lucee code, there is
    PagePro
    ,
    ConfigPro
    ,
    ResourceProviderPro
    , etc. What does "pro" mean? I thought "provider" until I saw ResourceProviderPro, but maybe it really is a provider provider
    p
    z
    • 3
    • 4
  • d

    David Rogers

    08/26/2022, 4:36 PM
    in a test setup, I'd like to sanity check that I'm pointing at the right db
    Copy code
    // throws 'Datasource defined in the application event handler has no name.'
    getPageContext().getDataSource("foo").getDatabase()
    is there a way to pull the db name out of a datasource definition?
    z
    • 2
    • 2
  • a

    Asher Densmore-Lynn

    08/28/2022, 2:02 AM
    This might be esoteric, but I've got something of a negative situation with my clustered Lucee install. I've got a shared webroot on an NFS partition, handed out to the whole cluster of workers, and at the top of that webroot Lucee put its personal work directory. I'm not a huge fan of that, because I don't know what would happen if I upgraded to a higher Lucee, or downgraded to a lower one, or even tried to run two versions at once (for, say, testing) against the application.
    b
    • 2
    • 6
  • j

    jvddrift

    08/29/2022, 2:34 PM
    with
    mailObject = new mail()
    , how can i set the priority for the mail?
    mailObject.setPriority(1)
    does not seem to work
    r
    p
    z
    • 4
    • 4
  • c

    chapmandu

    08/30/2022, 2:08 AM
    Has anyone else experienced
    lucee.runtime.exp.NativeException: Incompatible magic value 0 in class file com/mysql/jdbc/ConnectionImpl
    using Lucee 5.3.9.160 ?
  • z

    zackster

    08/30/2022, 10:44 AM
    Includes all a sneak preview of new stuff in Lucee 6.0! https://dev.lucee.org/t/lucee-changelog-new-tags-functions-arguments-and-attributes/10998
  • d

    dswitzer

    08/30/2022, 1:04 PM
    We've been seeing Lucee hang from time-to-time. I've poked around in Jira and the Lucee forums, but didn't find anything that really seemed to match my issues. Any ideas on what I might do to resolve or troubleshoot the following issue further? https://dev.lucee.org/t/lucee-5-3-9-141-hanging-requests/11000
  • z

    zackster

    08/30/2022, 2:16 PM
    I'm doing a Lucee 6.0 in about an hour and a half https://twitter.com/GoIntoTheBox/status/1562190497464320002
  • a

    Adam Cameron

    08/30/2022, 3:07 PM
    Hi I have an issue with Lucee not writing to log files "after a while". Is there a chance that https://luceeserver.atlassian.net/browse/LDEV-3978 will impact writing to non-standard logs eg:
    Copy code
    <cflog file="myLog" text="some stuff to log">
    We have just noticed that one of our logs stopped logging a few days ago. Not throwing any errors about not being able to log; just: not writing to the log. if I stick a debug log entry in after the log entry above, the second log entry goes in fine:
    Copy code
    <cflog file="myLog" text="some stuff to log"> <!--- not writing to log file --->
    <cflog file="myLog2" text="some stuff to log"> <!--- IS writing to log file --->
    • 1
    • 3
1...121314...32Latest