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

    jakobward

    03/22/2023, 10:40 PM
    @jakobward has left the channel
  • a

    Adam Cameron

    03/27/2023, 7:22 AM
    https://isitup.org/dev.lucee.org "*dev.lucee.org* seems to be down 💥"
    e
    b
    • 3
    • 8
  • a

    Anna User

    03/27/2023, 5:05 PM
    @Anna User has left the channel
  • s

    Simone

    03/27/2023, 8:06 PM
    can i use the cfgrid-lucee ongithub for my stored procs, which i am calling using cfquery, i am not doing any pagination or sorting in there, so what could be best approach without modifying teh spx
    s
    j
    • 3
    • 27
  • s

    Simone

    03/27/2023, 8:06 PM
    will it help or not?
  • z

    zackster

    03/28/2023, 10:26 AM
    ok, the old dev.lucee.org server died, @modius has rebuilt it, it's online, just needs a cert fix Lucee 6.0 snapshots are all published again, available on download.lucee.org, your admin and forgebox
    ⭐ 2
    👍🏼 1
    p
    i
    • 3
    • 7
  • c

    Cory Howitz

    03/28/2023, 5:29 PM
    i just tried to edit a cache i created in the latest snapshot and i get this bad boy, The key [CLEARCACHE] does not exist
    z
    • 2
    • 8
  • h

    hemi345

    03/28/2023, 9:12 PM
    can someone point me to docs on how to upgrade Oracle 12c (Release 1) datasource connection to release 2?
    b
    • 2
    • 53
  • z

    zackster

    03/29/2023, 10:38 AM
    https://dev.lucee.org/t/admin-1-0-0-4-and-docs-1-0-0-3-extensions/12393
  • c

    chapmandu

    03/30/2023, 3:21 AM
    Hey All... Is this a bug? it appears that elvis operator can't be used directly on http request headers? https://trycf.com/gist/0d632599e530676c6e7668f3b5284c2f/lucee5
    z
    d
    +2
    • 5
    • 7
  • a

    Adam Cameron

    04/03/2023, 7:59 PM
    "Idiomatic CFML" question. I'm needing to do some Calendar (
    java.util.GregorianCalendar
    ) operations, which results in a value I need being a
    java.util.Date
    . I can't be sure what's going to happen with this value, and it could possibly end up having CFML datetime methods being called on it (eg:
    myDate.year()
    etc). What's the most idiomatic way of forcing the
    java.util.Date
    back to a native Lucee date? My thought is
    DateAdd("s", 0, myDate)
    , and whilst that works, it's not immediately clear in the code why I'm doing that. I'm not adverse to an explanatory comment in this case, but it got me wondering if there's a more "idiomatic CFML" way of doing this?
    z
    m
    m
    • 4
    • 17
  • s

    Slackbot

    04/04/2023, 6:39 AM
    This message was deleted.
    z
    • 2
    • 1
  • p

    Prashant Gupta

    04/04/2023, 8:49 AM
    TOMCAT STARTUP FAILED WITH springSecurityFilterChain(lucee version 5.3.10: Rest services are unreachable, could someone show some light?
  • b

    brettpr

    04/04/2023, 2:55 PM
    I have Lucee 5.3.10.120 running fine on my local and on a QA server but trying to upgrade a server to that version for a different client has resulted in what looks like this issue: https://luceeserver.atlassian.net/browse/LDEV-1407
    z
    • 2
    • 9
  • g

    gsr

    04/05/2023, 2:57 AM
    i now hate this amazon s3, its a piece of garbage, it works sometimes now, i am trying to upload a file, and i am getting this error its very weird why it is happening
    Copy code
    Error! "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?><Error><Code>PermanentRedirect</Code><Message>The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future requests to this endpoint.</Message><Endpoint><http://s3.temp.files.s3.ca-central-1.amazonaws.com|s3.temp.files.s3.ca-central-1.amazonaws.com></Endpoint><Bucket>s3.temp.files</Bucket><RequestId>RequestID</RequestId><HostId>HostID</HostId></Error>" Error making Amazon REST Call: Code: PermanentRedirect\nMessage: The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future requests to this endpoint.\nEndpoint: <http://s3.temp.files.s3.ca-central-1.amazonaws.com|s3.temp.files.s3.ca-central-1.amazonaws.com>\nBucket: s3.temp.files\nRequestId: RequestID\nHostId: HostID
    d
    m
    b
    • 4
    • 11
  • g

    gavinbaumanis

    04/06/2023, 2:56 AM
    I think I might have found a bug... While running some unit tests with TestBox... • Lucee 5.3.10.120 This works;
    Copy code
    local.deleteEntity = entityLoadByPK("customerAlertSpec", session.testEntityId);
    This doesn't;
    Copy code
    local.deleteEntity = entityLoadByPK(name="customerAlertSpec", id=session.testEntityId);
    // This doesn't work either
    // local.deleteEntity = entityLoadByPK(name="customerAlertSpec", id="#session.testEntityId#");
    I get the following error;
    Copy code
    'java.lang.Object lucee.runtime.functions.orm.EntityLoadByPK.call(lucee.runtime.PageContext, java.lang.String, java.lang.Object, boolean)'
    Same result - with or without the unique attribute : (true OR false)
    • 1
    • 1
  • p

    Prashant Gupta

    04/06/2023, 10:50 AM
    I am getting below error while tomcat startup(with maven, lucee-5.3.10.120) and when updating apache felix framework to 7.0.5, it still does not load spring context loader vs it uses lucee context loader as default and hence no java services are initialized and no rest calls:
    Copy code
    WARNING: Illegal reflective access by org.apache.felix.framework.ext.ClassPathExtenderFactory$DefaultClassLoaderExtender (file:/home/prashant/install/tomcat9/webapps/myApp/WEB-INF/lib/lucee.jar) to method java.net.URLClassLoader.addURL(java.net.URL)
    b
    • 2
    • 14
  • p

    Prashant Gupta

    04/06/2023, 10:51 AM
    Can someone help?
    e
    b
    • 3
    • 4
  • d

    Dave Kopecek

    04/08/2023, 7:24 PM
    Hi All! I'm porting from CF2021 to Lucee and am having mapping issues. I have a mapping in the Lucee admin that resource maps
    /sharedSettings
    to
    C:\projects\settings
    . In CF2021 I can do
    <cfinclude template="/sharedSettings/settings.cfm">
    but in Lucee I'm getting:
    Copy code
    lucee.runtime.exp.MissingIncludeException: Page /sharedSettings/settings.cfm [C:\projects\myProject\sharedSettings\settings.cfm] not found
    I'm also unable to map to
    ..\settings
    . What am I missing?
    b
    z
    • 3
    • 5
  • r

    romanstr

    04/10/2023, 10:35 AM
    Greetings to all. I am attempting to establish a connection to SFTP, but I have encountered an error message stating "Algorithm negotiation fail." Based on my analysis, I suspect that the root cause of this issue is the Host key ssh-ed25519, which is not supported by jsch. Would anyone happen to have any suggestions or insights on how to address this matter?
    c
    • 2
    • 1
  • g

    gsr

    04/11/2023, 9:29 PM
    i have a question, anyone faced an issue like having bucket names like this: s3.myfiles and when serve using the netweok, actually get https error and the file is broken due to certificate, if yes, anyone knows how can i fix that, because the certifcate is valid but amazon s3 seems to be in problem
    p
    a
    • 3
    • 12
  • g

    gsr

    04/12/2023, 12:57 AM
    i have one more question i am trying to serve a pdf file in browser but this script is not doing anything
    Copy code
    <cfheader name="Content-Disposition" value="inline; filename=#uploadedFile#">
    							<cfcontent type="application/pdf">
    p
    • 2
    • 3
  • g

    gsr

    04/12/2023, 12:57 AM
    it returns me empty
  • z

    zackster

    04/12/2023, 7:52 AM
    I'm running this workshop session at CFCAMP https://www.cfcamp.org/sessions/how-to-hack-on-the-lucee-server-code-base.html
    😎 2
    ❤️ 2
    ⭐ 2
  • g

    gsr

    04/12/2023, 12:19 PM
    i got this error, where i can find more details about it in lucee Exception Report Message Invalid character found in the request target. The valid characters are defined in RFC 7230 and RFC 3986 Description The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing).
    r
    a
    p
    • 4
    • 7
  • e

    eyk

    04/13/2023, 10:31 AM
    Lucee, you're a bad girl!!!
    Copy code
    <cfoutput>#isValid("integer", "no")#</cfoutput>
    https://trycf.com/gist/83faa53bd3a1eb9e66eb66e6d89c7a51/lucee5?theme=monokai
    z
    a
    +3
    • 6
    • 22
  • m

    MattiasR

    04/13/2023, 1:02 PM
    Any1 running Lucee + cassandra DB that I could ask some questions to?
  • d

    David Rogers

    04/13/2023, 6:02 PM
    some kinda mssql server DB issue that maybe someone knows the answer to:
    b
    d
    • 3
    • 12
  • z

    zackster

    04/13/2023, 6:37 PM
    found a bug / regression with 6 and preciseMath=true https://luceeserver.atlassian.net/browse/LDEV-4449
  • g

    gsr

    04/18/2023, 3:33 AM
    i have a piece of code where the code is read adn then written back by encypting, i am trying to convert that in a function, the image is stored in the amazon s3, i am getting bit confused on this, please guide me on this
    Copy code
    <cffile file="#arguments.pathS3##uploadedfile#" action="readbinary" variable="myData">
    encrypted=encryptBinary(myData, theKey, 'AES');
    <cffile file="#arguments.pathS3##uploadefile#" action="write" output="#encrypted#" />
    i converted it to a function, but i am confused on the last part where it is writing back to the s3 bucket
    Copy code
    public function fetchAndWrite(any resources) {
            var checkForFile = objectFileExists(resources.clientID,resources.ifile,resources.location,resources.secure);
            if(checkForFile) {
                results = fetchFile(clientID=resources.clientID,rawFile="1",gameSheet="#resources.ifile#");
            }
            if(resources.read) {
                cffile( variable="myData", file="#results#", action="info" );
                cffile( output="#encrypted#", file="#results#", action="write" );
                
            }
            return myData;
        }
    or should i use amazons3 like renameobject of amazonsdk
    a
    z
    • 3
    • 4
1...232425...32Latest