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

    Gareth

    06/28/2022, 6:07 AM
    also, anyone else running lucee on https://adoptium.net/ at the moment ?
  • z

    zackster

    06/28/2022, 6:58 AM
    Installer ships with adoption! Java 17 still TODO
    ❤️ 1
  • z

    zackster

    06/28/2022, 2:26 PM
    anyone encountered this? https://stackoverflow.com/questions/37416243/mock-email-using-green-mail-error-couldnt-connect-to-host-port-localhost-3 trying to get greenmail up for lucee 6 and ci with github actions https://github.com/lucee/Lucee/blob/6.0/.github/workflows/main.yml#L46 https://github.com/lucee/Lucee/runs/7092534619?check_suite_focus=true#step:17:1394
    t
    d
    • 3
    • 15
  • i

    iknowkungfoo

    06/28/2022, 5:07 PM
    Looking to spin up a small in functionality app in AWS with • Lucee • PostgreSQL • Redis • S3 • SES • SQS • Cognito • API Gateway • Couple of EC2 instances Does anyone see any problems doing this? Anything to watch out for? This has the potential for scaling quickly, so it'll need a load balancer and multiple instances. Any tips would be appreciated. Lucee would need to handle some of the data I/O and we can build Lambdas for a lot of the rest.
    f
    e
    • 3
    • 3
  • i

    iknowkungfoo

    06/28/2022, 5:09 PM
    I've run ACF in prod with 50-ish servers x 8 instances each behind F5. Never done this kind of thing with Lucee before.
    b
    • 2
    • 1
  • z

    zackster

    06/28/2022, 5:22 PM
    Please use a thread
    👍 1
    👍🏻 1
  • a

    Adam Cameron

    06/30/2022, 12:26 PM
    Googled this a bit but didn't find anything. One can set the initial Lucee admin password via
    lucee-server/context/password.txt
    . We're currently using a plain-text value here, which is a bit of a security shortcoming, and was wondering if one can provide the hash of the pwd instead of the clear-text one somehow? Tangentially related, it's not uncommon for Docker images to support environment variables for this sort of thing (eg https://hub.docker.com/_/mysql, and scroll down to "Environment Variables"). The Lucee image page on Dockerhub doesn't mention anything like this, but wondering if there's anything that's just not documented..? (NB: this is specifically a Lucee question, and nowt to do with how CommandBox might do its own thing even betterer)
    e
    t
    +3
    • 6
    • 37
  • z

    zackster

    07/01/2022, 10:03 AM
    big shout out to @Andreas for being a community support HERO! https://dev.lucee.org/t/installing-lucee-on-windows-with-xampp-apache2-without-iis-boncode-problem-with-port/10528/26
    😄 2
    👍 3
    a
    • 2
    • 5
  • d

    Dean

    07/04/2022, 6:08 AM
    Upgraded one of our production instances to 5.3.9.141 over the weekend. We've had it in nonprod for while with no issues. The upgraded prod instance is showing very long request times, not for every request, but there seems to be a pattern when it gets hit by a lot of requests that the active requests will spike up, and profiling the requests shows something like the image below. I ramped up FusionReactors profiling settings to gather that and that seemed to make the problem much worse. CPU and heap are fine over the same period, so its not a resource issue. maxRequests is set to 200, so not hitting a limit there. The lock its waiting on 0x536669ad always seem to be the same. When I click on that, I get the last image. Any ideas how I could further troubleshoot before I take production back to 5.3.8? I have three other production servers using that and they are all still running fine and not displaying the same issue
    g
    • 2
    • 5
  • z

    zackster

    07/04/2022, 8:25 AM
    I did a podcast interview about my role on Lucee https://teratech.com/116-lucee-6-release-features-behind-the-scenes-with-zac-spitzer/
    👍 6
    g
    • 2
    • 1
  • z

    zackster

    07/05/2022, 7:39 AM
    https://dev.lucee.org/t/this-javasettings-and-osgi-bundles/10587
    👀 1
  • a

    Adam Cameron

    07/06/2022, 8:49 AM
    Back to this:
    this is the remote-client folder right? in
    lucee-server.xml
    there's
    <remote-clients directory="{lucee-config}remote-client/"/>
    I'm curious as to how the mail spool dir ended up with the name
    remote-client
    . Instead of - maybe -
    mail-spool
    or something a bit more on-point? However within that dir there is a subdir
    open
    (eg:
    /usr/local/lib/serverHome/WEB-INF/lucee-web/remote-client/open
    ) and it seems that's the actual spool dir: I see email objects being created in there, and undelivered emails persist there until I run the task in admin. Am I reading that right? NB: that I need to ask questions like this is perhaps indicative that better dir naming might be helpful here. Contrast with CF:
    cfusion/Mail/Spool
    and
    cfusion/Mail/Undelivr
    . Easy to tell what's what there.
    f
    • 2
    • 6
  • o

    Ookma-Kyi

    07/07/2022, 3:37 AM
    Does Lucee automatically perform gzip compression if the user's browser supports it or do I have to enable it somehow?
    g
    a
    +4
    • 7
    • 16
  • j

    johnfarrar

    07/08/2022, 2:36 PM
    🙂, my birthday is Sunday. Will I get to try Lucee 6 beta on my birthday? 🙂
    👍 1
    c
    • 2
    • 1
  • c

    Carlos Guzman

    07/08/2022, 4:20 PM
    Happy birthday!
  • m

    Matt Dyer

    07/08/2022, 4:58 PM
    We are converting our servers from Adobe CF2018 to Lucee. I think we have run into this bug https://luceeserver.atlassian.net/browse/LDEV-1059 Is there any plan to fix this. It seems like this affects more than just functions. Any column in the query is available inside cfcs and functions called inside a query loop.
    s
    • 2
    • 8
  • f

    Fritz

    07/09/2022, 10:26 AM
    Hi, I've got strange things happening with my Lucee Docker environment: After 1 or 2 days running, Lucee forgets to execute scheduled tasks; in fact it "forgets" all of its custom configuration. If I restart my docker container all the config from the lucee-web.xml.cfm or scheduler.xml are gone (in Admin everything is empty). I found out that it thinks that the config path is /var/www/opt/lucee/web instead of /opt/lucee/web (it says so in this log file: /opt/lucee/server/lucee-server/context/logs/out.log
    WEB CONTEXT (e4d04fcf8f1486030e6781b8ac00870c)
    - config:/var/www/opt/lucee/web (custom setting)
    - webroot:/var/www
    If I do a full build (using --no-cache) it works again, but I don't know where this config path change is coming from. Any ideas? Thanks a lot! Cheers
    • 1
    • 1
  • m

    minh

    07/11/2022, 3:05 AM
    I think you need to store the config is out of docker than make a mapping for that config. If not when you restart the docker everything is gone
    f
    p
    • 3
    • 25
  • f

    Fritz

    07/11/2022, 5:40 PM
    One thing, if I may ask you 😉 I just started a box instance using
    docker pull ortussolutions/commandbox
    and
    docker run -p 8080:8080 -p 8443:8443 -v "/path/to/your/app:/app" ortussolutions/commandbox
    How can I now access lucee admin? Using localhost:8080/lucee/admin/web.cfm there's nothing. I think I'm still missing the entry point a bit?!? 🙈 Thanks
    p
    s
    • 3
    • 5
  • o

    Ookma-Kyi

    07/11/2022, 7:01 PM
    Just downloaded the express version of Lucee to my web server, where should I put in? Should I leave it in home/<username>/lucee/ or should i move it?
    b
    g
    • 3
    • 26
  • a

    agentk

    07/12/2022, 7:29 AM
    It seems like
    <http://extension.lucee.org|extension.lucee.org>
    is down. @zackster
  • t

    tkonzett

    07/12/2022, 7:31 AM
    @agentk we are having severe problems on our servers too since the last 1.5hr ... it doesn't load extensions probperly
  • a

    agentk

    07/12/2022, 7:32 AM
    Yup, if you have a process in which during deployment you’re pulling .lex files from the extension server (maybe using commandbox-lex) --- don’t deploy right now.
  • c

    cubortea

    07/12/2022, 7:39 AM
    I have the same problem too
  • c

    cubortea

    07/12/2022, 7:39 AM
    now when build I set the extention as ENV like this
  • c

    cubortea

    07/12/2022, 7:39 AM
    ENV LUCEE_EXTENSIONS "66E312DD-D083-27C0-64189D16753FD6F0;name=PDF;version=1.0.0.97-RC
  • c

    cubortea

    07/12/2022, 7:40 AM
    @agentk I think this will problem right ?
  • a

    alexpixl8

    07/12/2022, 7:42 AM
    I'm on it
    ❤️ 1
  • a

    alexpixl8

    07/12/2022, 7:42 AM
    its coming back up server crapped out
  • a

    agentk

    07/12/2022, 7:43 AM
    thx @alexpixl8
1...8910...32Latest