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

    alexpixl8

    07/12/2022, 7:43 AM
    and yes there are plans afoot to remove it from being a single point of failure
    👍 1
  • a

    alexpixl8

    07/12/2022, 7:48 AM
    we are back in business
  • a

    agentk

    07/12/2022, 7:49 AM
    I can confirm that commandbox-lex works again as well using the API @alexpixl8, ta
  • t

    tkonzett

    07/12/2022, 7:54 AM
    thx guys, we then try a redeploy
  • m

    madmike_de

    07/12/2022, 8:17 AM
    Anyone using ngrok for exposing local hosts in combination with a urlrewrite.xml? In my case all static files are served through ngrok, but everything running through the urlrewrite.xml returns a 404. Happening with PresideCMS as application.
  • c

    chapmandu

    07/12/2022, 8:44 AM
    Is there a way to deploy lex files as part of a war file?
    t
    • 2
    • 3
  • c

    chapmandu

    07/13/2022, 2:26 AM
    If I'm using the lucee.war (which has all the "primary" extensions included). For what reason is lucee connecting to lucee.org domains? I'm trying to remove any reliance on this connection to avoid a repeat of yesterday's (and April's) lucee extension server failure.
  • g

    gavinbaumanis

    07/13/2022, 4:50 AM
    To check for updates
    c
    z
    • 3
    • 31
  • d

    David Rogers

    07/13/2022, 5:39 PM
    say I ask my database to kill all its open connections, can I inform lucee about this and ask lucee to reopen a connection for some datasource?
    b
    d
    s
    • 4
    • 28
  • l

    leftbower

    07/13/2022, 6:14 PM
    Does anyone still use Gmail as a mail server to send emails from Lucee apps? Now that they disabled the ability to use "less secure apps in the Admin console" it seems one cannot simply setup Gmail to use as an SMTP server any longer? O365 doing the same in October.
    r
    s
    +2
    • 5
    • 10
  • a

    Adam Cameron

    07/14/2022, 5:09 PM
    What might cause the dump of the same Java object on one Lucee 5.3.9.133 instance to include a section
    bundle-info
    at the bottom, and a dump of the same object on a different Lucee 5.3.9.133 instance to not include that section? Both built from the same
    lucee/lucee:5.3.9.133-nginx
    Docker image. The Docker config for each is superficially different, but not in any way that ought to impact this. IE: one dump ends with:

    https://i2.paste.pics/82d78f78ce4dc51e421fd080ab8c628d.png▾

    The other ends with:

    https://i2.paste.pics/a03f47f8d4442f253d1156618b620f29.png▾

    z
    d
    +2
    • 5
    • 64
  • z

    zackster

    07/14/2022, 7:11 PM
    What behaviour in Lucee which is too "clever" would you like to see gone in 6.0?
    a
    d
    +4
    • 7
    • 41
  • h

    hemi345

    07/14/2022, 8:24 PM
    Bit stumped on what could be going on with a Lucee upgrade from 5.3.8.206 to 5.3.9.141. I upgraded one Linux server, and everything worked fine, so I upgraded a second one and this broke any query to MySQL. I looked in the exception log to determine this as my custom error page just blows up and displays:
    Lucee [5.3.9.141] - Error (Expression) Message variable [ERROR] doesn't exist.
    I've rolled back to 8.206 and everything works fine again. I'd pass this off as something I need to update if it was just my queries to MySQL, but it seems really odd that the custom error handler no longer works correctly either. I notice that the JDK on the 2nd server is older than the first, 1.8.0_202 (AdoptOpenJdk) 64bit versus 1.8.0_292 (AdoptOpenJDK) 64bit. I'll try to get this updated this evening but wondering if anyone else has run into this and if they have any ideas for other things to check other than updating the JDK. Both servers are running the same MYSQL driver, 8.0.24. I tried version 5.3.9.133 also and same issue so I looked through the change log for 9.133 and nothing is jumping out at me as to what is causing the error handler to fail.
    z
    • 2
    • 5
  • j

    johnfarrar

    07/14/2022, 9:49 PM
    @zackster What I would like to see is the language advance to be more IDE friendly, easier to lint. Oh, and easier to build a debugger for VSCode and beyond.
  • z

    zackster

    07/15/2022, 8:25 AM
    https://dev.lucee.org/t/respectful-conduct-on-the-mailing-list/10672
    a
    a
    +2
    • 5
    • 42
  • d

    dswitzer

    07/15/2022, 1:46 PM
    Does anyone have a good workflow for testing new Lucee builds? @bdw429s sent me something a while ago that worked well with CommandBox, but I've somehow misplaced those instructions. I'm really wanting to fire up the testbox tests to run a specific test suite, preferably in the browser so I can do some tracking.
    z
    b
    • 3
    • 14
  • z

    zackster

    07/15/2022, 2:43 PM
    I'd like to add ftp and sftp, even ftps to the lucee CI process, @dswitzer suggested greenmail which was great for smtp, pop, imap etc https://luceeserver.atlassian.net/browse/LDEV-4028 googling this is a nightmare, anyone got any tips? i.e I'm after a docker image which provides these services
    t
    t
    • 3
    • 9
  • m

    Matt Dyer

    07/15/2022, 4:44 PM
    Is there a way in lucee to tell how many emails are in the spool? Like in acf I can just count the files in the spool folder.
    z
    • 2
    • 5
  • d

    dswitzer

    07/15/2022, 5:41 PM
    @zackster Why are some of the unit tests in the Lucee code base being excluded from running, like
    _Mail.cfc?
    ? Any test starting with an underscore doesn't run, but I'm not sure why they would be getting excluded.
    z
    • 2
    • 2
  • b

    bdw429s

    07/15/2022, 7:36 PM
    I'm curious if my sentiments on this ticket are shared by anyone else? https://luceeserver.atlassian.net/browse/LDEV-4074 Is a cftimeout tag useful or just unnecessary? I do like the
    onTimeout
    convention, but I'd just as soon see that sort of thing added to cfthread directly. Precedent in the language however would make me want the timeout to raise an exception to match tags like cflock'd default behavior.
    d
    • 2
    • 11
  • z

    zackster

    07/16/2022, 11:48 AM
    https://twitter.com/zackster/status/1548273290770202624?s=21&t=FnGDKmlIK_cjJLQb57F5eg
    👍 1
  • z

    zackster

    07/17/2022, 7:59 PM
    Churned thru some of the pending patches for 6.0 this weekend https://github.com/lucee/Lucee/compare/6.0.0.192...6.0.0.201 getting there!
    ❤️ 1
  • d

    dswitzer

    07/18/2022, 12:36 PM
    I just submitted pull requests for the 5.3 and 6.0 branches to so that CFMAIL uses
    quoted-printable
    encoding for all HTML parts. This resolves https://luceeserver.atlassian.net/browse/LDEV-4039.
    👍 1
  • d

    dswitzer

    07/18/2022, 2:00 PM
    Has anyone seen an issue with recent versions of Lucee 5.3 where joining all threads created still has some threads in a running state and the timeout has not be hit? We recently migrate our application from ACF to Lucee and in one of our background jobs, we spawn a bunch of threads to check some email mailboxes. What I'm seeing is that occassionally some of the threads are still in a "RUNNING" state after the join, even though the join is well short of the timeout. The join should be only timing out after about 15 minutes, but in these cases the join happens after about 30-60 seconds and some threads are still running. Someone else posted a message in the forums asking about join/running states just a few days ago: https://dev.lucee.org/t/threads-still-in-running-status-after-join/10644/3 Maybe the issue is within Java. I'm not seeing anything in the Lucee source code that would look like an obvious issue.
    c
    • 2
    • 3
  • m

    mrtom

    07/18/2022, 3:01 PM
    <CFIMPORT prefix="ld" taglib="/#myMapping#/widgets"> Is there any way possible to make cfimport work with a variable like this? I try but it fails.
    z
    a
    • 3
    • 6
  • z

    zackster

    07/18/2022, 4:14 PM
    https://dev.lucee.org/t/changing-isdebugmode-adding-isdebugoutputenabled/10691
  • z

    zackster

    07/18/2022, 6:44 PM
    Is cfdump debug logging not working anymore for anyone else?
    • 1
    • 1
  • a

    Adam Cameron

    07/19/2022, 12:13 PM
    Quick Q that I will ask and then go off and try to answer, but in case anyone knows off the top of their head.
    <cfsetting requesttimeout="0">
    for CF this is actively documented as meaning "If you specify 0 as the value, timeout is disabled for the request." (ref: https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-r-s/cfsetting.html). Lucee's docs (https://docs.lucee.org/reference/tags/setting.html) do not mention this special meaning at all. Can anyone confirm that the behaviour exists, and it's a documentation oversight, or if it's a difference in behaviour between CF and Lucee. Please do not waste your time investigating this... I can do that and I don't want ppl doing my work for me. Just wondering if anyone already knows. Cheers. I will report back with my findings shortly anyhow. Cheers.
    a
    z
    • 3
    • 5
  • d

    davla

    07/19/2022, 3:52 PM
    Hi, I am sure I have had this issue before but cannot seem to figure it out. New AWS EC2 instance running Ubuntu 18.04. Installed Apache 2.4. Installed Lucee (latest) using the standard install with mod connector options. Try to load a site and I get 503 - “The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.” I may have missed a step but surely I should be able to access the lucee admin on the default site?
    e
    g
    • 3
    • 9
  • z

    zackster

    07/20/2022, 12:18 PM
    https://twitter.com/zackster/status/1549730325588332550
1...91011...32Latest