Questions
Actividad reciente
We are experiencing a strange issue with ColdFusion/IIS, which can’t crack and would need help with. Our set up is 2x Windows 2008 R2 Servers, ColdFusion 9.01274733 Standard, IIS 7.5. The CF isn’t installed in high availability mode, instead we sync WWW directories across two servers, have identical CF and IIS settings and there is Barracuda Load Balancer in front of the two servers diverting the load. The issue is that CF/IIS stops working from time to time and the server isn’t loading any cfm nor html files. It can happen once a day or 10 times a day. The “freeze” can lasts from 10 seconds to 3 minutes and eventually fixes itself. IIS or CF restart also fixes it. During the outage the web browser would just be waiting and trying to load the page (or html file) without any error. When the server is back up again the page would eventually load fine. There are no errors on Windows event viewer and CF only shows time out error. This is affecting only one of the websites on IIS, whi
Hi, I was wondering if anyone knows when/if there would be support in ColdFusion for nosql datasources such as Mongo, Cassandra, etc. I remember at a CF Summit a few years ago there was a class about it, but I don't see anything that would make it easy to configure a datasource within the administrator. It appears anything done would have to be via code outside of the administrator. I've tested with CF 2018 and still don't see any native support for nosql datasources.
Hi,Currently standing up ColdFusion 2016 and SQL Server 2016.In the Cold Fusion Admin, added the following in the Connection String (came from the CF11 encryption)EncryptionMethod=SSL; ValidateServerCertificate=false;Port 1433 has a certificate installed.Below is the certificate information:Version: V3Signature Algorithm: sha256RSaSignature hash algorithm: sha256Thumbprint algorithm: sha 1The following error message appears when trying to check the connection between the ColdFusion2016 and the SQL Server database.java.sql.SQLNonTransientConnectionException: [Macromedia][SQLServer JDBC Driver]SSL handshake failed: Unsupported curveId: 29The root cause was that: java.sql.SQLNonTransientConnectionException: [Macromedia][SQLServer JDBC Driver]SSL handshake failed: Unsupported curveId: 29Thanks,Mike
I'm facing javax.naming.NameNotFoundException while trying to use a preconfigured JNDI datasource name in SOLR data import request handler. Here is the list of steps I took:1. Modified $JETTY_HOME/start.ini file to include "plus" into OPTIONS and add etc/jetty-plus.xml;2. Added etc/jetty-plus.xml file that includes the following: <Configure id="Server" class="org.eclipse.jetty.server.Server"> <Call class="org.eclipse.jetty.webapp.Configuration$ClassList" name="setServerDefault"> <Arg><Ref refid="Server" /></Arg> <Call name="addAfter"> <Arg name="afterClass">org.eclipse.jetty.webapp.FragmentConfiguration</Arg>  
Hi,I'm installing CF10 on CentOS 6. The install works just fine but when I start the CF server and try to browse the ADMIN page I get this error: HTTP Status 500 - java.lang.NullPointerException. I have tried: compiling a custom Apache connector, installing the mandatory CF10 updates, installing to the latest version of CF10. However, everything I have done, I still get the same error. In the ColdFusion out log there is this:Apr 16, 2018 10:50:35 AM Error [pool-2-thread-1] - Unable to initialise Client Storage service: coldfusion.server.ServiceFactory$ServiceNotAvai$Apr 16, 2018 10:50:35 AM Information [pool-2-thread-1] - Starting xmlrpc...Apr 16, 2018 10:50:35 AM Information [pool-2-thread-1] - Starting jaxrs...Apr 16, 2018 10:50:35 AM Information [pool-2-thread-1] - Starting graphing...Apr 16, 2018 10:50:35 AM Error [pool-2-thread-1] - Unable to initialise Graphing service: java.lang.ExceptionInInitializerErrorApr 16, 2018 10:50:35 AM Information [pool-2-thread-1] - Starting solr...A
We are pleased to announce the availability of public beta for Adobe ColdFusion (2018 release) and Adobe ColdFusion Builder (2018 release).The public beta is available on the ColdFusion community portal. If you are new to community portal, watch the video on the portal or read the getting started document for the ColdFusion community portal. Get rewarded for your contribution! Each engagement earns you points.Click on the “Adobe ColdFusion (2018 release) public beta” banner on the right hand side of the community portal to enter the public beta release area for ColdFusion (2018 release). You will find all the installers, links to documentation, link to report bugs and link to initiate/follow all the discussions on public beta.As always, we appreciate every contribution you make and provide feedback on this most awaited release of ColdFusion. If there is one thing that ColdFusion (2018 release) is about, then it is about performance. It is not just the runtime performance improvements.
So, we've just moved CF11 to our production servers. Among the many weird issues we've encountered is IE refusing to keep cookies set using CFCOOKIE.Keep in mind this is only a problem in IE. Seems to be all versions: 6-11.For instance, a user loads Page A where this code resides:<cfcookie name="myCookie" value="#myVar#" expires="NEVER">At the end of the page I dump out:<cfdump var="#isDefined(cookie.myCookie)#">Result: YESI then click a link and load a Page B (same domain) and dump out:<cfdump var="#isDefined(cookie.myCookie)#">Result: NOWhy is IE dropping this cookie? All other browsers keep it.Exception: if I add my site to IE's Trusted Site list then it will keep the cookie. WTF?Also, the particular CFCookie code we're using has been in place and working for YEARS. Since CF7 at least. It has also been working on our testing server running CF11 for months. It only stopped working when moved to our production servers.T
We are testing our cf code which all works fine on a CF9 Windows Server 2008 machine but we are going to migrate to a CF11 Windows 2012 R2 machine. We have a test machine setup and all the code moved over and so far the cfm pages seem to work fine as well as the Application.cfc page but when we call a cfc via AJAX or we visit the cfc methods directly we get a 500.0 error Application could not be found.Anybody else run into this?
When trying to edit report builder files that were created on an older version of the Coldfusion Report Builder in the newest version, after saving the file will throw the error:Invalid construct.A script statement must end with ";"Just opening and saving the file will cause the error. Is there any solution to be able to edit the older files in the new Report Builder?
Hi,I recently set up a Filewatcher gateway instance that watches for a file, then based on the file name will perform actions, including deleting the file, in the ONADD function in the associated CFC.This has worked perfectly for a couple of weeks, however, I noticed a few files in the directory and upon investigation have found it has stopped working.The error code I'm getting in the EVENTGATEWAY log is:"Error","Thread-20","04/13/18","12:55:41",,"Error invoking CFC for gateway hrDashboardReportsWatcher: Variable FORM is undefined. {GATEWAYTYPE={FileWatcher},ORIGINATORID={},CFCMETHOD={onAdd},DATA={{LASTMODIFIED={Fri Apr 13 11:38:31 BST 2018},FILENAME={d:\inetpub\wwwroot\hrdashboard\reportswatcher\114.txt},TYPE={ADD}}},CFCPATH={d:\inetpub\wwwroot\hrdashboard\reportsCode\watchHRDashboardReport.cfc},GATEWAYID={hrDashboardReportsWatcher}}. "Which seems to indicate that the error is around a variable called form. But that's the issue. There is NO variable "form" in any of
Hi,We are in the process of upgrading from coldfusion 9 to 2016 and we see an overall decrease of performance for coldfusion 2016. As far as we read coldfusion 2016 should be faster then coldfusion 9but this is not the case. Below a test script that can be run to see the difference in performance:<!--- Machine info ---><cfset runtime = createObject("java", "java.lang.System")><cfset props = runtime.getProperties()><cfset env = runtime.getenv()><Cfoutput>java.version: #props["java.version"]#<br>java.vm.name: #props["java.vm.name"]#<br>os.name: #props["os.name"]#<br>PROCESSOR_IDENTIFIER: #env["PROCESSOR_IDENTIFIER"]#<br>PROCESSOR_ARCHITECTURE: #env["PROCESSOR_ARCHITECTURE"]#<br>NUMBER_OF_PROCESSORS: #env["NUMBER_OF_PROCESSORS"]#<br><Br></Cfoutput><!--- Create a query ---><cfset myQuery = QueryNew("Name, Time, Advanced", "VarChar, Time, Bit")><cfset testQuery = QueryNew("ColumnA,ColumnB,ColumnC,Co
Based on the following article ( ColdFusion Help | Administer ColdFusion security ), I set the allowed IP as it stated for all 10.x.x.x addresses.To add IP addresses that must be allowed access:Go to Security > Allowed IP Addresses > Add/Remove IP Addresses which will have Administrator access.In the IP Address text box, specify the IP addresses.Click Add.Repeat the procedures to add more IP addresses.Regular expressions are supported. That is, if you specify 10...*, all IP addresses starting with 10. are allowed access.That is, I literally added 10...* as the allowed IPs, and wouldn't you know I locked out getting to CF admin from anywhere. I have tried from several 10.x.x.x addresses, and from the server itself (also 10.x.x.x) and for grins from a non 10.x.x.x address.I get either:Diagnostic Information:You tried to access the ColdFusion Administrator or other internal components from a disallowed IP address (70.x.x.x). These ColdFusion components can only be accessed from loca
Hi all, I need to prevent all scheduled tasks across multiple servers from running. I thought I could just pause the job from within the administrator however it appears the jobs continue to run (enabled scheduled task logging so can see entries within then scheduler.log).Am I misinterpreting the pause feature within the administrator UI?The jobs are straight forward, just daily jobs usually running every hour, configured to run in indefinitely just calling a URL. No fancy cluster configuration.I'm a little naive with managing scheduled tasks within CF so if anybody has any ideas on the best method to easily disable a job I would love to hear your thoughts. I'm trying to avoid having to manually edit start times of jobs which, given the amount we have and the uncertainly around when we need to start them will be a PITA.Servers are running CF2016 update 5 on RHEL7.4 if that makes any difference.In advance, thanks for you help.
We have switched from CF11 32 bit to CF11 64 bit and now for some reason cfreport does not work anymore. We have a number of reports we have used in CF11 32 bit with no problems. With 64 bit we get no response, no errors, just browser spinning waiting for a reply. Is there something that we need to do to make this work? It is imperitive we get this working as our business relies on it. Please let me know as soon as possible what is needed to be done to make this work!I am eternally grateful for your assistance on this matter!Thank You!
I was looking at a comparision for ColdFusion Enterprise (2016 Release) and ColdFusion Standard (2016 Release) (see Buying guide | Adobe ColdFusion Family ) . The feature "Server monitoring dashboard" is available on both versions. To what feature(s) is this option referring??.The "Server Monitor" option is not available on my 2016 Standard version of coldfusion (only on the enterprise version). So what do they mean by "server monitoring dashboard"?
I am using an AWS instance behind a load balancer with NAT. It has its advantages, but one of its disadvantages is the remote_addr coming through is the remote_addr of the ELB.http://leaguemanager.playerspace.com/test.cfmWhat I'm trying to do is trick or configure the CF10 Administrator > Debugging and Logging > Enabled Request Debugging Output to use the x-forwarded-for as opposed to the remote_addr so I can use server debugging without that information being made visible to the public.Is this possible by, say, modifying a file somewhere, to have the IP addresses set in Debugging and Logging > Debugging IP Addresses to be matched with the true client's personal IP (x-forwarded-for)? JS
Is it possible to control when ColdFusion outputs the debug information at the bottom of the page by something other than IP? We moved our servers into AWS Cloud and they are going through load balancer, so all the IPs look the same to the server. Plus we have folks working remotely, so their IPs keep changing. We use OneLogin for authentication, and we can have a Developer role in there. So we'd like to find a way to display all the debug at the bottom of the page only if a Developer is logged in.
I have a weird issue that just started recently on a new CF2016 server (patched to current) running on IIS 10. It has a small handful of older sites that have been migrated w/no changes from a CF11 server where this wasn't ever a problem. I have Fusion Reactor installed and about three or four times a week, I'll see a very high number of requests in the daily report with about twice the number of sessions as web requests compared to what it normally sees (25,000 vs 2,500). Digging into the IIS logs, I'll see a single client hit the site many thousands of times and always from a Apple computer running Safari (a few different versions 601.2.7,605.1.15), for example:2018-04-05 00:43:58 x.x.x.28 GET / - 443 - x.x.76.100 Mozilla/5.0+(Macintosh;+Intel+Mac+OS+X+10_11_1)+AppleWebKit/601.2.7+(KHTML,+like+Gecko)+Version/9.0.1+Safari/601.2.7 https://[some other domain]/ 200 0 64 02018-04-05 00:43:58 x.x.x.28 GET / - 443 - x.x.76.100 Mozilla/5.0+(Macintosh;+
coldfusion 10 developer edition trial version link to download
good morning,i've been using CF for about 1.5 years. I'M using Coldfusion 2016 in a windows PC. I'm trying to figure out the location to save a <cfschedule> document. 1 Should the file be saved as a regular .cfm file or do I save it as a template ".dwt.cfm" file and put it into the template folder of my file directory?The reason is that I am not getting any thing to fire-off2. My second question is: can multiple <cfschedule> code be placed inside of the same coldfusion file? Below is my code that I used to point to the file to execute...<!-- TemplateBeginEditable name="head" --><!--- This read-only example schedules a task. To run the example, remove the comments around the code and change the startDate, startTime, url, file, and path attributes to appropriate values. ---><cfschedule action = "update"task = "ove3r0"operation = "HTTPRequest"url = "www.studentlt.com\scheduled_tasks\over30.cfm"startDate = "3/31/18"startTime = "6:00 AM"interval = "864
Hi,We encountered a problem with Coldfusion and Oracle when we implemented the CF11 u11 patch. We started getting the error message, "No More Data Available To Read". The same problem happened in u12 as well. Adobe provided a solution by giving us a new macromedia_drivers.jar file (originally found here: https://drive.google.com/open?id=0B9u7ipD8e7-oTjFBVkIxT0ZlYms, but doesn't seem to be there anymore). It doesn't look like the fix has been rolled into u13 either. My question is to Adobe, will this fix be rolled into any of the future Coldfusion updates? This has impacted our latest upgrade to our production environment. Thank you for your time.Stuart No More Data Available To Read
How do I install Git on Coldfusion Builder 2 using Coldfusion 10?
Hi all,I have been asked to develop something in CF. I am new to the world of CF development and trying to learn as best I can.I am using CF8 as that is all that is available in my work environment. I have posted my requested here in the hope someone can assist and give some pointers.We have a system which records login and logouts for computers on our campus. I need to work out how long each computer has been used for and we can't change what the program logs as it is a third party tool used for managing the network.I have got to a point where I can get the time calculations if a user logs in and logs out once a day or multiple times on different computers. I do this by creating two queries one with retrieves the logins and one which retrieves the logouts. I then do an if statement which matches the MacStudent and if the ID for the logout is greater than the ID of the login which works although it may be overkill and probably not best practice!However my main issue is when a user logs
I have a form that we scan a single number into. The barcode scanner has an "Enter" built in to it after it scans.The problem is that these scanners are used for many other programs in our lab that all need a "Tab" and staff have to frequently switch them back and forth between tab and enter.My form is one simple field and a submit key, so scanning now captures the data and submits it.Can the form be set to submit when a "Tab" is sent? So it would be: scan data --> Tab = data submitted.Thanks
I am trying to install Coldfusion 2016. The product installs with no issues. Upon logging in, it attempts to run the migration wizard. In the step for importing settings, it hangs. I've waited at least 15 minutes. Is there any way to see what it might be waiting on? It is attempting to migrate from Codlfusion 10 on the same host. Another possibly related issue is that when I try to stop the services from the Serer Manager I get an error. "Server Manager could not start the task due to the following error: Failed to open the runspace pool. The Server Manager WinRM plug-in might be corrupted for missing." This is Windows Server 2012 R2
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.