Coldfusion 10 with IIS 7 Windows authenticaiton
I enabled Windows authentication in IIS 7 for a site powered by coldfusion 10. After I logged in, a coldfusion page that dump all the CGI shows REMOTE_USER and AUTH_USER are empty. The...
View ArticleCF11 Site wide error handler setup
Hi ... can't seem to get the site wide error handler to work on my new CF11 server.... I built a simple error handler cfm page and put it into my CF server root (not the site root) and created a...
View ArticleThe DataSource service is not available error
Hello,Weblogic 10.3.3, Coldfusion 9.0.0 deployed as an application.We've had this working for at least 5 months, and restarted the application server many times with no problems.We restarted today and...
View ArticlePlease Help - Randomly HTTP 503 Internal server error
Hi all, I have a Coldfusion 10 standard Edition installation with MSSQL 2005 on Windows Server 2008 R2 server about 2 week old.It is one of my live server and it is dealing with medium to high volume...
View ArticleColdFusion 11 new installation; service won't start on 2008 R2
I've just installed ColdFusion 11 on a clean Windows Server 2008 R2 machine and the ColdFusion application service looks like it starts, but then a minute later, shows that it is not running (in the...
View ArticleFile not found: index.cfm
Hi, I have a new ColdFusion 9 install on a CentOS server with Apache 2.2 I applied the 9.0.1 update. The install is Standard, not Enterprise. I can access the admin at /CFIDE/... perfectly. The problem...
View ArticleHow to Set up HTTPOnly and SECURE FLAG for session cookies
Hi All, To fix some vulnerability issues (found in the ethical hacking , penetration testing) I need to set up the session cookies (CFID , CFTOKEN , JSESSIONID) with "HTTPOnly" (so not to access by...
View ArticleColdfusion will not install on a Windows 2008 Standard server for IIS 7.0...
At the final step "Configure Web Servers/Websites", it complains that - "Cannot configure IIS Connector. Enable the required options, ASP.NET, CGI,...". But, all ASP.NET, CGI, and ISAPI connectors...
View ArticleGetting error whie indexing CF collection
Hello, I am trying to re-index my cold fusion collection from verity to solr. But I am getting following error while re-indexing. It will let me continue if I wait for some minutes or after restart the...
View Articlepopulate a dropdown based on what is chosen on another
I have two dropdowns, one for category and the other for sub category. The category dropdown is loaded automatically and the sub category dropdown should be loaded based on what is chosen on the...
View ArticleCan't connect CF 9 to MSSQL 2008 R2
I hope some help is out there. I will post the error message at the end of this post. I can't verify a datasource in Administrator. this is the error:Connection verification failed for data source:...
View ArticleMulti-page Form (from another forum)
I may have been in the wrong forum, so I copied my issue here. No arrogance intended. Please forgive me for not knowing which forum to use. I have a multi-page form, which is basic. The form's first...
View ArticleHTML CFGRID not passing all modified values
I've got an HTML type CFGRID (using CF10) and keep running into this issue where it's not passing all the fields that I modify. Say I have 5 rows, and I modify the same 3 columns in all 5 rows...
View ArticlePulling my hair out with new CF10 install
Trying to send mail with CF10 and I am getting connect errors from Java. I have tried to get the mail function to work with 2 internal SMTP (MSFT and Smartermail) and one external. I can successfully...
View ArticleWill upgrading from CF9 to CF10 fix cfpop with Office 365 TLS problem?
We currently have CF 9 and have an application that uses cfpop. We are upgrading company mail to use Office 365. I was able to get cfmail working with Office 365 no problem, but cfpop is not working...
View Articlepeer not authenticated error CFHTTP
Hi I'm trying to call a web page using cfhttp. The url works fine and returns XML when called directly from the browser (any browser) but fails with the following error message when called from a .cfm...
View ArticleKnown causes for concurrent request limits in CF 9?
Hello, I am looking into a concurrent requests issue that has just recently come to my attention with ColdFusion 9. It appears that ColdFusion can only process 12 requests at the same time using...
View Articleftp action:getFile - Attribute validation error
Hi, First, the code : LOCAL.fileName = lsDateFormat(now(), 'yyyymmdd') & '.csv';LOCAL.filePath = "example_file"; LOCAL.ftpService = new FTP();...
View ArticleProblem installing CF10 on Ubuntu 12.04
Just been trying to install CF10 with Apache2 and it was all looking reasonably good, but when I try to use the CFIDE adminstrator, I get a Tomcat error: HTTP Status 500 - type Exception...
View Articlecaching variables?
I've been on a mission to optimize things in our web template, and I've been using a lot of query caching with fantastic results. One place I think can be improved is variable assignment. We assign...
View Article