The official community for ColdFusion.
Recently active
Hi,I've installed ColdFusion 10 on my development machine (Windows 7 64bit) and yesterday created a new server instance in CF10 using the "Enterprise Manager" in the ColdFusion Administrator. During the creation of this new instance, I didn't check the checkbox to create a Windows service.Now, I've changed my mind and would like to have a Windows service for this new instance, however I can't figure out how to do it.I expect you use the coldfusionsvc.exe for this, however I am not having any success with it. What parameters do I need to pass to this to make it work? The -h option gives the following, but I can't understand what I need to put for <jrun-server>:c:\ColdFusion10\nws\bin>coldfusionsvc.exe -hUsage: coldfusionsvc-install [-norestart] <jrun-server> [service-name [service-display [service-description]]] [-<jrun-option>...]or -remove service-nameor -start service-nameor -starttimeout <seconds> service-nameor -stop service-nameor -stoptimeou
I cannot find a working download link anywhere. All links on Adobe and Google lead me to a 404 error page on here. Please advise.
I searched on the forum to look for something that might answer this but didn't find much so here goes.So far so good, but I am not sure how to fix my problem here is the background. I have two queries (stored procedures) that I use to display output. For the sake of clarity I am going to stay away from SQL techniques like union joining or re-writing my base query. The 2 results have what I need, it's just a question of how I combine them in a way that works, because my results aren't working. All db connections and results return fine, so just assume that.Ok, so first I have a query that when dumped looks like the following, it's a count list total of items for certain people, each person has a unique ID associated with them: so a simple cfoutput query makes the result look like this:First query result (q1)ID Name Count1 
I installed CF10-64bit on Windows 2008 server (64 bit). When I opened the CF admin, it gave me an error - HTTP Error 500.0 - Internal Server Error. The page cannot be displayed because an internal server error has occurred. Module: IsapiModule, Handler: cfmHandler, Error Code: 0x800700c1. After searching for solution in the internet, I finally made it work after changing the DefaultAppPool which is used by the CFIDE in the advance settings, the "Enable 32-bit Applications" to False.Now, my problem is I have an ASP application which requires that the application pool advance settings must be set to True for "Enable 32-bit Applications". I created another application pool for this application. It woks fine. However, this ASP application calls some CF pages and I'm having a problem because the CF10 is set to use a different application pool with diferent setting for "Enable 32-bit Applications". In order for my application to work, it seems that I need
Let me start off by stating three things: I suck at regex,I've googled this and didn't come up with an answer, andI'm on ColdFusion 10I have a form with an autocomplete input that allows a user to enter street addresses (either in full like "123 Main St, Mayberry" or in part like "123 Main St" or "Main St" or "Main St, Mayberry". I need to tell if the user has provided a street number or not at the beginning of the value they enter into the input. I'm trying to test the input value with this code:<cfif ReFind("^([0-9]{1-5})",q)> <!--- address starts with a number ---><cfelse> <!--- address doesn't start with a number ---></cfelse>q is the input value being passed into my code from the autocomplete function.x should be either 0 (if the input value doesn't start with a number) or a positive integer (if the input value does start with a number).Basically, I just need to know if the input value starts
So this is my first time using CFSpreadSheet. I'm pulling a 3500 row Excel spreadsheet in as a query. I'm the looking at the email addresses as a Valuelist and querying a database table to pull in additional elements. Then I use a query of queries to match the data and write the rows to a new Excel file. Just outputting the results to HTML is very fast, but CFSpreadsheet seems like an incredible hog! I do have some logic associated at the row level, highlighting records of a certain status.Does everyone have this issue? Is there any way to speed it up?And, when I wasn't using QoQ to match the sets, just running a query for each individual row, it would get to 575 lines and crap out with the following error."String index out of range: -1 "Not very descriptive. It wasn't data related because I used different datasets, but it would always stop at that row count, on both my local instance on my desktop machine and on my dedicated test server as well.Now, since moving it to QofQ, reducing t
When will Coldfusion 10 be copmpatible with windows server 2012?
Hi,I get the following error message when I try to load the CF Admin Page.Error Occurred While Processing RequestThe web site you are accessing has experienced an unexpected error.Please contact the website administrator. The following information is meant for the website developer for debugging purposes. Error Occurred While Processing Request unexpected constant #2 56 Resources: Enable Robust Exception Information to provide greater detail about the source of errors. In the Administrator, click Debugging & Logging > Debug Output Settings, and select the Robust Exception Information option. Check the ColdFusion documentation to verify that you are using the correct syntax. Search the Knowledge Base to find a solution to your problem. Browser Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 
I've done a bit of looking -- both on-line and in the XML configuration files for Tomcat -- and come up empty: how does one completely disable handling of REST requests in CF10?We aren't currently using it, and in a couple of recent security scans, it has come back as a potential information disclosure vulnerability because the server response includes server version information in the returned headers. I'd like to completely disable it until we actually need it. As best I can tell, HTTP requests for anything that begins with "/rest" are automatically handled as REST requests.In wading around in the various XML configuration files, the only reference I came across that appeared relevant was in ./WEB-INF/Axis2.xml; there's a parameter in there with the following comment down around line 95: <!-- Following parameter will completely disable REST handling in Axis2--> <parameter name="disableREST" locked="false">false</parameter>Toggling
We are running CF10 for an internal team application and we are currently migrating from Windows 2003 to Windows 2008. On one of our pages, if I browse to the page from a remote web client, I am presented with a 500 - Internal Server Error. However, if I browse to that same page from the localhost, the page partially renders and then I get an error about a missing custom template. I know how to fix that problem but I'm wondering what I need to do so that the remote clients can also see the more helpful "Cannot find CFML template for custom tag" error rather then the generic 500 - Internal Server Error. I tried removing all of the entries from the "IP Addresses for Debug Output" box but the behavior remained unchanged.Jason
Hello, everyone.I read (somewhere) that if CF is installed and run under a local account, then it cannot utilize CFDIRECTORY.So I followed the instructions to add an account to my Win7 system for CF9, gave it administrator status, switched CF to run under this account, and restarted CF9 Application Server.But CFDIRECTORY is still returning a blank object. The path is correct (although C:/CF9/wwwroot looks odd to my MS conditioned eyes).Any suggestions on how to get CFDIRECTORY to work?^_^
Hi, I have exhaused my research and ways of fixing this issue.I have a Windows Server 2008 (64-bit). I am able to install 64-bit CF10 on it and CF websites run just fine.On the same machine, I have a ASP website that must be in run in 32-bit and within this website there are some ColdFusion pages. So I have to install CF10 32 bit. So I uninstalled CF10 64bit.When installing CF10 32 bit, I always got error message:Cannot configure IIS connector. Enable the required option ASP.NET, ISAPI Extensions and ISAPI Filter in IIS under Windows Features and try again.I did lot of online research and found RELATED posts, but none of them worked for me. Basically, in my case I have the IIS following installedISAPI ExtensionsISAPI FilterASP.NETCGI but I alway got the above error message. Cannot think of other reasons.Any help is really appreciated!!! I have been working on this thing for the past three working days.Regards.
Where can I find an explanation of the errors returned by cfindex? I'm trying to index some Word documents (some .docx and some .doc), and getting many "badkey" errors about "Invalid document ID/key. (-25)" as well as "KV failed on filtering document: error = 12" and "Stream error (-140) - SKIPPING". I did some searching, and find a few discussions about problems with PDFs, but nothing helpful. It would be nice to know what the errors mean.I'm running CF 9.0.1
I have two ColdFusion 9 servers installed on two separate Windows 2008R2 with IIS 7.5. These two ColdFusion servers execute the same cmf pages located on a third server. With the two IIS servers, when I create a web site, the “physical path” is “ \\10.100.100.14\wwwroot” (network directory) instead of “C:\wwwroot” (local directory) and it runs like a charm.I’ve just received my new ColdFusion 10 enterprise license and I’ve installed it on a new Windows 2008R2 + IIS 7.5 server and I've added a web site as usual : physical path is “ \\10.100.100.14\wwwroot”. ColdFusion 10 refuses to load my cfm pages, it always returns a “File not found” error when these pages are located on my network directory (I have a “Jakarta” virtual directory installed at the root of the the web site) ???Coldfusion 10 runs perfectly the same web site if the cfm pages are located in a local directory (local to CF and IIS, on the same server) ?????
Hello,we've bought a "Standard License" of Coldfusion 10 (Upgrade license from Coldfusion 9).Now I want to "migrate" an existing Coldfusion 10 Developer version (has been installed as "test version" and degrated to "Developer", now) to our new license.I entered the license code in the "Coldfusion Adminstrator" webinterface but the "System information" list still shows that I have a "Developer" license. We also restarted the Coldfusion service after setting the license key --> No success. Still Developer edition.Do I have to reinstall Coldfusion to get it enabled as "Standard version"?If I have to reinstall: How to back up my settings?Thanks in advance
Hello. Does anyone successfully use the coldfusion builder debugger or even successfully launch a site wirh URL rewriting? For example:C:\Site\Controllers\Login.cfc -> http://website.dev/loginI just loaded up the site myself myself and never used run or run configurations in ColdFusion Builder but now that I am trying to debug it is pretty annoying to get an invalid URL every time I debug.Thanks for any ideas or pointers. ~ Ben
Hello, everyone.I need to do a QoQ and get a COUNT() of the records that fit a certain criteria, using TRIM and UPPER to make sure the match is solid.In Oracle, it would be SELECT COUNT(*) as TOTALS FROM tableName WHERE UPPER(TRIM(both ' ' FROM columnName)) = 'THISWORD'But Oracle conventions don't work in QoQ. What would be the CF QoQ equivalent? (I'm sure it's something simple and I'm just too tired to see it.)Thanks,^_^
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-738f.html
Hello!I'm on the phone to Adobe, but at over an hour in the queue it's not looking promising.We're looking to buy CF10 enterprise, We have a development server, a staging server (acceptance testing), the production server and a failover server (disaster recovery).Will the licensing of ColdFusion for the production server allow the other 3 environments to run the fully fledged CF enterprise with no IP restrictions? Any insight in what happens during install?I don't want to be using the developer edition of CF10.Any answers?Thanks, Dan1hour 40minutes in the queue ... still no idea when someone will answer.
I've seen a couple posts about this on a couple different sites/blogs, but no solutions, so I figured I'd post the question myself and see if anyone's come up with any workarounds or alternatives.I love the functionality of the cfinput type="datefield", but I'm having the common problem that I cannot get it to display inline. For example, I'm working on a calendar, and on the create_event.cfm page, I want to use these inputs for the dates and for repeating event options. The line I'm trying to have on the page is:Repeat daily until <cfinput type="datefield" name="repeatuntil">However, when the page loads, because of the <div> tag and css that CF automatically generates, it aligns the datefield to the left, as if it was written like this:<cfinput type="datefield" name"repeatuntil"> Repeat daily untilDoes anyone know a way to override the automatically generated css to get it to display where I want it? If not, does anyone know of a good alternative where I can still ha
Hello,I try to update a CF 10 Developer Edition to CF 10 Standard Edition .On the System Information page I entered a new product serial number in the New License field and press submit button.The Licence Key was saved but the Edition is still "Developer".Do I have to install the software again?System Information:Server Product ColdFusion Version ColdFusion 10,282462 Tomcat Version 7.0.23.0 Edition Developer Operating System UNIX OS Version 5.10 Adobe Driver Version 4.1 (Build 0001) regards Claudia
Hello,We migrated our site to 64-bit Windows 2008 recently. The consequence of the migration is that DLL files that were compiled in 16-bit systems would no longer work in Windows 2008 -- specifically the CFX_FMakeTree.DLL which is throwing an "unable to load library" error. Does anybody know if there's a 32-bit or 64-bit version of that DLL? If not, what are you using as a replacement? Thank you.Best regards,Chung Lee
I believe I've encountered a bug in Coldfusion 9 and 10. Whenever includeEmptyValues (the third parameter) of ListRest is set to true it appears to return the entire list with no elements removed.I've verified this behaviour with the following test.<CFSET olst = 'a quick red fox jumped over the lazy brown dog'><CFSET rlst = ListRest(olst, ' ', true)><CFDUMP var="#rlst#">The result is "a quick red fox jumped over the lazy brown dog".
In the past couple of weeks hackers have somehow been getting access to my application.cfm file and altering it, making my website not come up properly.Is this a known security problem and does anyone know how to protect the file from getting hacked?
Hello,I'm trying to encrypt a file with CFEXECUTE, using OpenSSL. When I run the code in the command prompt, it works fine and the new encrypted file appears in the correct folder. Also, I can run CFEXECUTE with OpenSSL with just one argument and it works fine. ie arguments="version". But the following does not return a value, nor does it create the new folder:<cfexecute name = "C:\Program Files (x86)\GnuWin32\bin\openssl" arguments = "aes-256-cbc -a -salt -in ""C:\Users\Dev2\Documents\My Stuff\OpenSSL\secrets.txt"" -out ""C:\Users\Dev2\Documents\My Stuff\OpenSSL\secrets2.txt""" variable = "result" timeout = "5"></cfexecute><cfdump var="#result#">Any ideas?Pete
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.