http://coldfusion.com logo
Join Slack
Powered by
# box-products
  • b

    bdw429s

    11/07/2022, 9:47 PM
    https://twitter.com/bdw429s/status/1589695211961204736
    🎉 7
  • g

    gpickin

    11/08/2022, 6:04 PM
    Going live now for the podcast -

    https://youtu.be/teJ4cpNvYOY▾

  • a

    Adam Cameron

    11/08/2022, 6:06 PM
    Ah good old November 8st
    😂 1
    🤣 4
    📅 1
    g
    g
    • 3
    • 2
  • c

    chapmandu

    11/08/2022, 9:24 PM
    Hey Everyone.. Should I be able to use multiple variables in server.json value?
    Copy code
    "fusionreactor": {
    	"enable": "${FUSIONREACTOR_ENABLE:true}",
    	"EDSGroups": "${APP_NAME:myapp}-${APP_STAGE:development}"
    }
    All of these environment variables are present, but the EDSGroups value is being reported in FR as "myapp-production"
    b
    • 2
    • 8
  • b

    bdw429s

    11/09/2022, 4:27 PM
    I have an interesting question over in the #aws channel related to our S3SDK if anyone has a second to look (please reply there) https://cfml.slack.com/archives/C07BBSSNP/p1668010653383729
  • m

    mithlond

    11/10/2022, 5:09 PM
    quick question: should I just use the built-in
    GetHttpRequestData
    CF function, or does ColdBox provide any better way to access request headers?
    b
    • 2
    • 5
  • m

    mithlond

    11/10/2022, 5:30 PM
    and related: what's "the ColdBox way" to set the response status code?
  • g

    gpickin

    11/10/2022, 6:12 PM
    Api responses have the event.getResponse().setStatus( 404 ) which will set the status and the status text based on the code. SetStatusCode( 403 ) just does the code but not the text. I think don’t recall if event has a status code method. I think we usually return 200s unless we need to do something different and drop down. Browsers like 200s… but apis we use them all the time
    👍 1
  • d

    danlance

    11/11/2022, 3:49 PM
    Hi @jclausen Is there an easy way to determine what has changed between
    ortussolutions/commandbox:3.6.0
    and recent
    ortussolutions/commandbox:3.6.2
    images - or any release notes? …we’re just trying to determine if it’s appropriate / necessary to update our commandbox build while we are applying other updates to our base image build….
  • j

    jclausen

    11/11/2022, 4:35 PM
    @danlance All of the changes between versions of the image are documented in the Changelog: https://github.com/Ortus-Solutions/docker-commandbox/blob/master/changelog.md
    👍 1
    d
    • 2
    • 1
  • p

    Patrick S

    11/11/2022, 7:12 PM
    Looking at ColdBox Validation docs, there are options for sameAs and sameAsNoCase, but there isn't the opposite? (i.e. if field1 and field2 are the same, invalidate it)
    l
    • 2
    • 6
  • r

    richard.herbert

    11/14/2022, 11:42 AM
    Trying to use IIS as a reverse proxy to CommandBox for the first time (I’m not a Windows person and this isn’t my computer) and I don’t understand this message…
    Copy code
    Generic Connector Communication Error:
    
    Please check and adjust your setup:
    Ensure that Tomcat is running on given host and port.
    If this is a timeout error consider adjusting IIS timeout by changing executionTimeout attribute in web.config (see manual).
    
    The source was not found, but some or all event logs could not be searched.  Inaccessible logs: Security, State.    at System.Diagnostics.EventLog.FindSourceRegistration(String source, String machineName, Boolean readOnly, Boolean wantToCreate)
       at System.Diagnostics.EventLog.SourceExists(String source, String machineName, Boolean wantToCreate)
       at System.Diagnostics.EventLog.SourceExists(String source)
       at BonCodeIIS.BonCodeCallHandler.RecordSysEvent(String message, EventLogEntryType eType)
       at BonCodeIIS.BonCodeCallHandler.ProcessRequest(HttpContext context)
    Does CommandBox use BonCode behind the scenes?
    d
    b
    c
    • 4
    • 28
  • d

    Daniel Mejia

    11/14/2022, 9:12 PM
    Who knows what this desktop notification is called and how to disable it? I'm running commandbox in archlinux i3 and it annoyingly opens it as a window not a little popup.
    p
    b
    • 3
    • 18
  • a

    Adam Brunt

    11/15/2022, 3:40 PM
    Does anyone have any experience of using commandbox (and textbox) as part of a Bitbucket pipeline ? I can get it running fine in an Azure Devops pipeline but, in Bitbucket, I just get a 404 when it tries to run the tests. The YAML file is pretty basic:
    Copy code
    image: ortussolutions/commandbox:lucee5-alpine
    
    pipelines:
      default:
        - step:
            name: Test
            script:
              - box install production=true && box server start
              - box testbox run outputFile=./test-reports/junit.xml reporter=junit
    and the log shows that lucee is up and running but the textbox run line comes back with:
    Copy code
    Executing tests <http://localhost:8080/test/index.cfm?report_format=testbox.system.reports.TextReporter&recurse=true&reporter=junit&verbose=false> please wait...
    
    ERROR (5.6.1+00618)
    
    Error executing tests:404 Not Found   
    
     Lucee 5.3.9.160 Error (missinginclude) 
    
    Message Page /test/index.cfm [/app/test/index.cfm] not found 
    
    Mapping / 
    
    Java Stacktrace lucee.runtime.exp.MissingIncludeException: Page /test/index.cfm [/app/test/index.cfm] not found
    The line runs fine when I run it inside my local docker container which is running the same code, so I can only assume there is something in box.json and/or server.json that is confusing the pipeline; for example, there is no 'app' folder in the code base (but it is the working directory in the docker container)
    z
    p
    • 3
    • 18
  • g

    gpickin

    11/15/2022, 5:00 PM
    CF News Podcast live today at 10am PST -

    https://www.youtube.com/watch?v=aeWRQKi3tN0&amp;feature=youtu.be▾

  • g

    gpickin

    11/15/2022, 5:03 PM
    Breaking news - Gavin has a special guest with a big announcement on the CFML News Podcast today at 10 am

    https://www.youtube.com/watch?v=aeWRQKi3tN0&amp;feature=youtu.be▾

  • g

    gpickin

    11/15/2022, 6:00 PM
    Going live now Gavin and a special guest with a big announcement on the CFML News Podcast

    https://www.youtube.com/watch?v=aeWRQKi3tN0&amp;feature=youtu.be▾

    p
    g
    m
    • 4
    • 3
  • p

    pegarm

    11/15/2022, 7:24 PM
    Is anyone having an issue with the Ortus docker images just... not doing anything when launched? I have a docker-compose with the following service:
    Copy code
    services:
      intranet_cfml:
        image: ortussolutions/commandbox:latest
        container_name: intranet_cfml
        hostname: intranet_cfml
        environment:
          - BOX_INSTALL=true
          - BOX_SERVER_APP_CFENGINE=adobe@2021
          - cfconfig_adminPassword=password
          - TZ="US/Pacific"
        ports:
          - 80:8080
        volumes:
          - ./app:/app
        networks:
          - intranet_network
    But the log in the Docker dashboard does nothing. Running on an Apple M2 MacBook Air.
    b
    p
    j
    • 4
    • 232
  • s

    slcronin

    11/15/2022, 7:36 PM
    Is there a repo of stuff in the coldbox master class so we can follow along at home, or are we supposed to just watch and not build the app ourselves? Did I miss a link or something?
    b
    d
    • 3
    • 5
  • d

    Daniel Mejia

    11/15/2022, 8:47 PM
    @foundeo what’s the startup time of minibox?
    f
    b
    • 3
    • 32
  • b

    bockensm

    11/16/2022, 2:36 PM
    Has anyone else observed a situation in CommandBox where a JS file is updated but when you view it in the browser, the update isn't there? I'm also seeing a file work fine on one request, then a few refreshes later and it's coming to the browser completely empty. I don't know where to begin troubleshooting this.
    f
    d
    • 3
    • 11
  • s

    seandaniels

    11/16/2022, 10:17 PM
    Trying to get FusionReactor running on a docker container (using the official commandbox docker image). I've forwarded local port 8088 to 8088 on the container, my server.json has fusionreactor.enable=true and license & cloud group info. But I get nothing at 8088. And the instance does not show up in my FR Cloud group which makes me think FR is not running at all. Am I missing something? Do I need to box install commandbox-fusionreactor each time I launch the container?
    b
    j
    • 3
    • 39
  • t

    thisOldDave

    11/17/2022, 10:47 AM
    I am actualy getting to use coldbox for the first time so a nb question but is there a way to pass an array of integers in the url, e.g
    Copy code
    foo=[1,2,3,4] -> /foo/[some array notation]
    c
    c
    • 3
    • 4
  • z

    zackster

    11/17/2022, 11:46 AM
    the useit snippet isn't using the exact version slug, just
    cfengine=lucee
    https://www.forgebox.io/view/lucee/version/5.3.8-SNAPSHOT+233 ?
    b
    j
    • 3
    • 29
  • s

    slcronin

    11/17/2022, 6:15 PM
    So I take it from the lack of response to my earlier message that there is NOT a way to "follow along" with the coldbox master class and make the vandelay forum project on our own systems? If so, that's disappointing.
    d
    n
    • 3
    • 5
  • j

    johnbarrett

    11/18/2022, 9:03 PM
    In one hour the next Hawaii ColdFusion User Group meeting, Managing All your ColdFusion Servers with CommandBox. Come get all your Command Box questions answered -https://www.meetup.com/hawaii-coldfusion-meetup-group/events/289489609/
    👍 4
  • j

    Jesus Merino

    11/21/2022, 11:33 AM
    Hi! I'm trying to create a test that checks the default value of the parameters with default deffined.
    b
    • 2
    • 6
  • j

    Jesus Merino

    11/21/2022, 11:34 AM
    I know that those values are calculated in runtime
  • j

    Jesus Merino

    11/21/2022, 11:35 AM
    dumping the result of
    getMetadada( my_function )..
  • j

    Jesus Merino

    11/21/2022, 11:35 AM
    message has been deleted
1...171819...30Latest