Questions
Actividad reciente
The ColdFusion 2021 Support Matrix https://www.adobe.com/content/dam/cc/us/en/products/coldfusion/pdfs/customer-case-study/ColdFusion_Support_Matrix.pdf.pdfindicates that Oracle database support is only available in Enterprise edition, not Standard.Is that correct?Also, it says Oracle 18c and 19c.Can it be used with 12c?We're in the process of upgrading to 19c, but need CF 2021 to be used with Oracle 12c for a short while yet. Thank you.Regards,Chris.
Hi I am brand new to Adobe CloudFusion. My supervisor has tasked me with implementing Account Lockup on our server. Can you guide me as to how to do this and if there is any scripts or coding, it would be a termendous help. I tried looking for materials in Google and Youtube, but there is no beginner guide to do so, to my knowledge. Thank you in advance.
I just installed the developer edition of Coldfusion 2018 and I navigate to the administrator http://servername:8500/CFIDE/administrator/index.cfm, I log in and it goes to the administrator page and the entire page is disabled, I can't do anything, search or and of the icons are all disabled. Any ideas?
I have CF 2018 Enterprise, and was trying to update from v4 to v11. I have IIS running on a web server (different machine) and CF running on another machine (app server) (I think this is called "Distributed Mode"). v4 everything works as it should, but when I upgrade to v11, I see the following errors in isapi_redirect.txt file (I run wsconfig.ext on the webserver to establish the connection between the web server (IIS) and app server (CF). Here are the errors I am seeing in the isapi_redirect.txt[Sat Aug 21 10:55:10.690 2021] [5916:5976] [info] jk_open_socket::jk_connect.c (816): connect to [CF App server IP address]:8018 failed (errno=61)[Sat Aug 21 10:55:10.690 2021] [5916:5976] [info] ajp_connect_to_endpoint::jk_ajp_common.c (1140): (cfusion) Failed opening socket to ([CF App server IP address]:8018) (errno=61)[Sat Aug 21 10:55:10.690 2021] [5916:5976] [error] ajp_send_request::jk_ajp_common.c (1811): (cfusion) connecting to backend failed. Tomcat is probably not started or is list
Silly question that I can't quite figure out: I want to schedule a task via the CFAdmin panel to run a .cfm script every 30 seconds starting at 10pm and ending a 8:59am the following morning.Right now, I am unable to figure out how to do this as one task. Instead, I've had to set up a "daily" task that runs every 30 seconds starting at 10pm (with no end specified), and then a second task (that runs the same .cfm script) that starts at 12am and ends at 9am. Is there a way to do this as a single task instead of the two? It's not a huge deal, just trying to see if there an obvious way to do that my brain is not seeing at the moment. Thanks!
The "no ColdFusion update without issues"-streak continues ... It's year 10 now, I guess. Ok, so I logged into CFIDE/adminstrator and hit the "Download" button below the Core Server Update 2 Logs say:Sep 22, 2021 12:05:49 PM Information [http-nio-8500-exec-5] - Starting HTTP request {URL='https://www.adobe.com/go/coldfusion-updates', method='get'} Sep 22, 2021 12:05:49 PM Information [http-nio-8500-exec-7] - Starting HTTP request {URL='https://www.adobe.com/go/coldfusion-updates', method='get'} Sep 22, 2021 12:05:49 PM Information [http-nio-8500-exec-7] - HTTP request completed {Status Code=200 ,Time taken=363 ms} Sep 22, 2021 12:05:49 PM Information [http-nio-8500-exec-5] - HTTP request completed {Status Code=200 ,Time taken=414 ms} ... but the progress bar just shows "Starting Download..." and is stuck. Manually installing the update worked, but lost some packages on the way (adminapi, administrator, ...) AND although the system information page (top right, "i")
My first post! 🙂 I am currently doing a search of a list of data elements (like 15) from a specific table. The goal is to see if they are being UPDATEd or INSERTed in any of the existing ColdFusion sources we have. The site is HUGE and I am using DREAMWEAVER's FIND & REPLACE search too to look into from the root folder down, then I check the "matched text" results and in doubt, I open the source to double check if the field is in an UPDATE or INSERT statement. So, I was wondering if there is a way to build a TABLE-WHERE-USED or FIELD-WHERE-USED approach that can be used as a reference, in order to speed up database analysis like this. Any suggestions are welcomed.Thank you!
I have updated an installation of CF2018 from U4 to U8, and then to U12. I did upgrade the web connectors after upgrading to U8, and then upgraded to U12. All of these steps completed with no errors, and my site is now up, and I am able to use CFAdmin. I also confirmed that the secret introduced in U8 matchs in server.xml and workers.properties. In CFAdmin, when I check the Information page, to verify the current version, I see that CF is at U8 (2018.0.08.328566), and not U12. If I go Server Updates, no updates are available. If I check the CF Updates folder, I see that there is information for the U12 update. As part of this update, I also updated to Java 11.0.12 (I will update to 11.0.13 at a later date). At this point, I need some guidance. Do I manually uninstall U12, even though CFAdmin thinks that I am at U8? Or, do I manually re-install U12 without uninstalling it first? Or, is there a different way to on how to add
HelloEach person in this DB has their unique ID (ged_ID), and a spouse ID (ged_spouse_ID).Also ged_lastname, ged_firstnameI'm having trouble with the SQL query structure to output:Person First, Last, - Spouse First, Last names on a single row.Would this be set up as a single query, qoqs, or SQL Joins "WHERE IN" etc.?Sorry if this is staring me in face- probably is...Norman B.
We have an application that uses CFLDAP, port 636 to authenticate user to Active Directory. We are getting the following error: An error has occurred while trying to execute query :xxx.yyy.zzzz:636.The server is running CF2021 Enterprise, on a Windows 2016 serverI can get it to work randomly rebooting the server or starting/stopping the CF Application service. It might start working on the second, third, fourth reboot, etc. Once it is working it is fine until monthly patch reboots and the failure process starts all over again. We do have a CF2018 server also on Windows 2016 server and do not have the issue.Here is what I have tried, all with no long-term luck in fixing the issue:Reinstalled Windows and a fresh copy of CF2021Tried different OpenJDK versions (all ver 11.x)Tried importing our domain and server certs into the cacert in the JRE folderTried a completely different CF2021 server – same issueThe error output is not very helpful.No entries in Windows, Apache or CF logs when the
This popped up with CF8. I am using Ben's ImageDrawTextArea, which I have been using on CF8, CF9 and Railo. Now that I ponied up for my nice new CF10 server, this code no longer works. I have tried everything from copying the fonts into the JRE/Fonts directory to trying to use plain ole Arial.When I run the code I throw the following error:Unable to find font: Serif.Any thoughts or solutions to try?Thanks!- Robert
Coludfusion version: 2018Goal is to manipulate images when given x and y coordinates from clients for adding text(s) and e-sign or thumbnail images onto parent image without comprimising the resolution (pixels) and dimenssions of the image. I tried all different image functions available with no much luck.Looking to find solution either by using third party tool, upgrading coldfusion version or purchasing add ons to coldfusion engine. Does any one has any suggustions?
Hello, while running below command - getting error - “java.lang.NullPointerException” Please see attachment of screenshot queryExecute ("SELECT * FROM test WHERE id = :id", { id=1, cfsqltype="cf_sql_integer" },{ datasource="creditapp" });
Today we've been seeing a lot of long load times that eventually error out any place we're using the storeSetACL() function for S3 files. The error is "Error in STORE Operation". This code has worked for years so I'm assuming this may be an AWS thing? Anyone else having issues? For instance, after saving a file to S3 we do something like:<cfset storeSetACL("s3://#awsCreds#ourBucket/#dirpath#",S3permObj)>
I am trying to create reports in Stripe but their examples are PHP. I've had success with all their other functions I'm just stuck on reports. The PHP example is: POST /v1/reporting/report_runs // Note that a live-mode API key is required. \Stripe\Reporting\ReportRun::create([ 'report_type' => 'balance_change_from_activity.itemized.3', 'parameters' => [ 'interval_start' => '1577865600', 'interval_end' => '1580544000', 'timezone' => 'America/Los_Angeles', ], ]); My code looks like: <!--- Data related to call ---> <cfset stripe_api_key = 'sk_live_XXXXXX' /> <cfset stripe_api_url = 'https://api.stripe.com/v1/' /> <cfset report_type = 'payout_reconciliation.summary.1' /> <cfset Interval_Start = #DateDiff("s", DateConvert("utc2Local", "January 1 1970 00:00"), Start)# /> <cfset Interval_End = #DateDiff("s", DateConvert("utc2Local", "January 1 1970 00:00"), End)# /> <cfset timezone = 'Ameri
Probably a stupid question, but I can't open cfm files properly. For example, the text of the file: "<cfinclude template="header.cfm"><p>Welcome to my website on ColdFusion cfinclude usage!</p><cfinclude template="footer.cfm">" outputs:"<cfinclude template="header.cfm"><p>Welcome to my website on ColdFusion cfinclude usage!</p><cfinclude template="footer.cfm">"instead of"This is the headerWelcome to my website on ColdFusion cfinclude usage!This is the footer"Tried to open in different browsers, ColdFusion installed. What could be the problem?
Hi All, Currently my CF application running on windows server , Cf version 2021 and database Oracle11g. Now my application moving from Azure servers with same coldfusion 2021 and Oracle 19c. Do I need to change the coldfusion configuration setting or any changes in Cf administrator ?Please help me what are the necessary changes are required to do in coldfusion side while moving from WINDOWS server to AZURE servers Thanks..
I am updating ColdFusion 9 to 9.0.1, I followed all the steps mentioned in https://helpx.adobe.com/coldfusion/kb/cumulative-hotfix-4-coldfusion-901.html. Then followed instructions on https://helpx.adobe.com/coldfusion/kb/change-coldfusion-jvm.html. Copied MSVCR100.dll from C:\program files\java\jdk1.7.0_21\jre\bin\ folder to CF9\runtime\bin. Changed the config.jvm to Java.home=C:/Program Files/Java/jdk1.7.0_80/. It worked correctly but still my ColdFusion server is displaying the JVM Version 1.6.0_14. Secondly, Still the administrator version is 9,0,0,251028. On running jRun I found out this Ignoring invalid file in updates directory: chf9010004.jar
I'm attempting to use the native driver for my datasource on AZURE. When verifing, I get[Macromedia][SQLServer JDBC Driver][Macromedia][SQLServer JDBC Driver]Attempted connection to the secondary server <HOST>:11000 failed.When I use the JDBC driver from microsoft, I do not have this issue.Any suggestions on how to configure the native driver to resolve this error? I've tried matching the JDBC connection string in the additional settings, but still get this error with the native driver. Thanks!
I was sent a patch to solve a particular problem, which I installed. Then I was sent another patch and told to uninstall the first one and install this one instead. How do I uninstall the first patch? I see no uninstaller.jar in the hf-updates directory for the first patch I installed. Thanks. -bg
hello,I am trrying to setup SSO with a ColdFusion 2021 application and Azure SSO - does anyone know of a guide?I am running into the problem where is seems I get stuck in a loop on the Idp side (azure)I think the problem is where I am using the certificates. 1) do I have to figure out how to extract the public key from the cf keystore and where exactly do I need to past the cert obtained from the Idpin the sign or encrypt section of the idp configuration on the cfd side this is the errorError Message: The Message of the Response is not signed and the SP requires it
Auto Lockdown adds a few RedirectMatch rules to prevent accessing certain parts of your install when securing an Apache install. A few of the regex's used in these rules are too generic. For instance:RedirectMatch 404 (?i).*.svn.* RedirectMatch 404 (?i).*.git.*The unescaped period and lack of a leading directory separator makes these rules too generic. In particular, the .git expression matches a common words like digit or digital. These were added with the 2021 lockdown tool I downloaded on October 11th and I'm not sure how long they've been added.
I am using ColdFusion 9 Enterprise edition and using CFHTTP to send data to consume an API for SMS services, but I am getting the following Error I/O Exception: peer not authenticated. My Code <cfhttp url='https://sms.itpark.pk/api/sendsms' method='POST' multipart='yes' result='res'> <cfhttpparam type="header" name="username" value="03xxxxxxxx" > <cfhttpparam type="header" name="mask" value="ITPARK" > <cfhttpparam type="header" name="password" value="00xxxxxxx" > <cfhttpparam type="header" name="to" value="92300xxxxxxx" > <cfhttpparam type="header" name="from" value="92300xxxxxxx" > <cfhttpparam type="header" name="message" value="Some Message" > </cfhttp>What I Tried:I've Googled and searched and tested all possible solutions. Even Installed the Certificate of the service provider, tried changing the JVM but ColdFusion 9 won't start. Tried to follow the instructions on adobe
Coldfusion 2018, Linux serverThis is on our development site but was working until last week. We've googled and see this is not uncommon and tried the suggested solutions such as creating a mapping, which seems the most popular, and a few others but nothing seems to fix the issue.The development machine is shared so each developer is mapping their CFCs to their own unique location and each application has a unique name even on the same server, a hash is involved. When we create the Create the object<cfobject component="/#APPLICATION.cfcroot#.Security" name="sec"> It seems to find the Security CFC because the error is on the "extends" attribute which is set to a CFC called Authenticate.<cfcomponent extends="Authenticate" accessors="true" output="false" persistent="false"> It can't find the Authenticate CFC which is in the same directory and throws the error, "Could not find the ColdFusion component or interface var.www.html.mark.financeonline.account_ser
I'm trying to report this so the online docs get corrected:On the page:https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-r-s/cfschedule.html#There is an error: The misfire attribute used to accept "fire_now", but after CF2018 it's "firenow"This page is still telling users to use fire_now, which will result in an error.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
¿Ya tiene cuenta? Iniciar sesión
¿Aún no tienes una cuenta? Crea una cuenta
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.