Ryan Albrecht
04/17/2023, 9:04 PMrickmason
04/18/2023, 5:00 AMsknowlton
04/18/2023, 2:27 PMparseMessage( arguments.javaInputStream )
on the incoming message to validate it. The relevant JAR is like 130 MB and that is all we do with it. I'm trying to determine if the aws-cfml
library on forgebox can do this and I feel like the answer has got to be 'yes of course' but wonder if anyone else has already been down this rabbit hole or if I just need to put on the 🐰 ears and get to itBrian
04/18/2023, 7:14 PMDebra
04/18/2023, 8:39 PMSlackbot
04/19/2023, 5:29 PMfmdano
04/20/2023, 1:07 PMJeff Stevens
04/20/2023, 5:54 PMonSessionEnd()
function:
Error type:
Builder.BuildCFCDependencyException
Error message:
Error building: handlers.Main -> Could not find the included template //includes/helpers/ApplicationHelper.cfm.
Note: If you wish to use an absolute template path (for example, template="/mypath/index.cfm") with include, you must create a mapping for the path using the ColdFusion Administrator. Or, you can use per-application settings to specify mappings specific to this application by specifying a mappings struct to THIS.mappings in Application.cfc. <br> Using relative paths (for example, template="index.cfm" or template="../index.cfm") does not require the creation of any special mappings. It is therefore recommended that you use relative paths with include whenever possible.. | DSL: , Path: handlers.Main,
//includes/helpers/ApplicationHelper.cfm
is not a valid path to my ApplicationHelper.cfm
file, as it adds and extra two forward slashes to the start of the correct path, so I went to my coldbox.cfc
file to see if I could change the path, and found this within the coldbox struct:
applicationHelper : "includes/helpers/ApplicationHelper.cfm"
So it looks like something is appending two forward slashes to the path somewhere, but I'm not sure where.
It is also relevant to mention that this error does not throw in our development environment. It just started with our production environment.
Does anyone have advice for troubleshooting this? Thanks for all the help y'all have given me so far!Mauro caresimo
04/21/2023, 11:31 AMSimone
04/21/2023, 2:55 PMSimone
04/21/2023, 2:56 PMAdam Cameron
Tyler Clendenin
04/21/2023, 9:56 PM"org.opensearch.client.json.JsonData"
object. The interface seems to have a static method of
with the signature of (Object)
however when trying to call it I get the error "The of method was not found" "There Either there are no methods with the specified name and argument types of the of method is overloaded with argument types that ColdFusion cannot decipher reliably ..."
an example of what I am trying to do
javaLoader.create("org.opensearch.client.json.JsonData").of("2023-04-21T00:00:00")
Attached is the cfdump of the JsonData interface, attempting to dup the of method give the error "Element OF is undefined in a Java object of type class coldfusion.runtime.java.JavaProxy
https://www.javadoc.io/doc/org.opensearch.client/opensearch-java/latest/org/opensearch/client/json/JsonData.html
Example code in java https://learnersbucket.com/examples/elasticsearch/range-query-in-opensearch-with-java-client/bkbk
04/23/2023, 12:15 PMdateStringToObject=createobject("java", "java.lang.String").init("2023-04-21T00:00:00");
javaLoader.create("org.opensearch.client.json.JsonData").of(dateStringToObject);
Viral
04/24/2023, 12:21 PMConnection verification failed for data source: <<>>
macromedia.jdbc.sqlserverbase.dden: [Macromedia][SQLServer JDBC Driver][SQLServer]Reason: Login failed due to client TLS version being less than minimal TLS version allowed by the server.
The root cause was that: macromedia.jdbc.sqlserverbase.dden: [Macromedia][SQLServer JDBC Driver][SQLServer]Reason: Login failed due to client TLS version being less than minimal TLS version allowed by the server.
Coldfusion 2016 😞 - Update 17
Enabled TLS 1.0/1.1/1.2 on the CF server
Azure Setting : TLS 1.2Randy L. Smith
04/24/2023, 1:02 PMBrian
04/24/2023, 2:28 PMTEMann
04/24/2023, 5:02 PMgsr
04/24/2023, 5:13 PMDavid S
04/26/2023, 2:05 AMViral
04/26/2023, 6:41 AMcom.microsoft.sqlserver.jdbc.SQLServerException: Failed to load MSAL4J Java library for performing ActiveDirectoryPassword authentication.
The root cause was that: com.microsoft.sqlserver.jdbc.SQLServerException: Failed to load MSAL4J Java library for performing ActiveDirectoryPassword authentication.
WilzDezign
04/26/2023, 12:12 PMwebsolete
04/26/2023, 1:16 PMRandy L. Smith
04/26/2023, 1:48 PMDave Merrill
04/26/2023, 3:43 PMnickg
04/26/2023, 5:24 PMTEMann
04/26/2023, 6:15 PMVimlesh Parihar
04/27/2023, 7:04 AMzackster
04/27/2023, 6:58 PM