cfhttp with sslv3 wont run.. how can i change to tls 1
Hi all,i have a problem if i want to connect with cfhttp and https to a payment provider it says:connection failed.i think it happens, because sindce 6 month the provider shut down the sslv3...
View ArticleColdFusion 11 and Solr
I just installed ColdFusion 11. I am pretty sure I selected the option to install the addons like Solr, but when I am in the coldfusion administrator under Data & Services, I click ColdFusion...
View ArticleHow do I not insert empty value into mySQL loop
How do I prevent my loop from trying to insert an empty value into mySQL database? The form I am using has four rows automatically created. If they only fill in three rows than I get problems with the...
View Articlevalidation cfinvoke
The database queries I had at the top of the page were moved into a CFC and now it is taking noticeable amount of time in displaying the data. how to make data entry validation that does not happen...
View ArticleCF11 stuck in while connecting to Oracle
Hi all,we have some problems with CF11. I'll try to explain:our server configurations:- coldfusion 11 linux- oracle 10g- apache 2.4.6we have coldfusion enterprice (1 cluster, 1 instance) with 8gb ram...
View ArticleFiles not deleted in CF 10 tmp directory
There's a directory in the CF 10 Windows installation -- ColdFusion10\cfusion\runtime\work\Catalina\localhost\tmp -- that looks like it is used as a temporary storage for files being uploaded using...
View ArticleColdfusion 11 Standard hangs when only four requests are made.
We recently migrated to a new server and installed ColdFusion 11 Standard upon it. We went with CF11 so that a higher number of concurrent requests could be made upon our database. To our dismay we...
View Articlegetting CF11 slowdowns and see [ajp-bio-8014-exec-103] in the coldfusion-out.log
We get these slowdowns just about evert hour:Jun 14, 2015 11:51:43 AM Warning [ajp-bio-8014-exec-1140] - Could not obtain the lock for client scope. The lock obtained on it might not have been...
View ArticleCF11, getting every 5 min message: [ajp-bio-8014-exec-423] - An error...
CF11, getting every 5 min message: [ajp-bio-8014-exec-423] - An error occurred while fetching element from authcache in the coldfusion-out.logWhat is the reason of the message?
View Articlecf9, how can I determine which .cfm is sending emails?
I'm consulting for a company, and their server is being used by intruders to send spam email. It is Windows 2008 x64 with IIS, CF9, and SQL Server. The CF server is running their home grown web site,...
View Articlecf 11
Hi, I have Cold Fuion 11 installed in the development, test and production environments. In the development and test environments the following works but in the production environment the information...
View ArticleORM Entity: Link to a table on another database?
Is it possible to have the table of an ORM entity to be linked to a table on another database, like this:component persistent="true" table="anotherdb..tableonanotherdb" output="false" {} If not, what...
View ArticleColdFusion 10 error attempting to query MSSQL database (SSL)
Hello, Thanks for taking a look and for any ideas you might have. Rob ColdFusion app errors when attempting to query MSSQL 2008 R2 databse via SSL connection. The datasource verifies fine. I have...
View ArticleHow can I return a PDF file from server using restful api
Wondering how to return a PDF file from the server using the restful api. A document id is provided, which retrieves a record that has the file path and file name information.From there the file is...
View ArticleUsing Solr to search database content
I'm working with a database that stores links to various pieces of government regulation. Each regulation has a discipline, subdiscipline, regulation type, and responsible office. Each one also has a...
View ArticleCF11 : cflogin doesn't "stuck" after session/login timeout
Hi, Since migrating from CFMX7 to CF11 we are experiencing some weird failure with cflogin (using session or cookie storage). Basically when we log-in on the application after a session/client timeout...
View ArticleCan we prevent CF-ORM from calling the business constructor (CF-9)?
As it is right now, it seems impossible to employ the always-valid paradigm (often used in Domain-Driven Design) to define entities if we use CF-ORM for persistence. The always-valid paradigm states...
View ArticleHow do I tell default page vs page
I'm trying to create a check to distinguish between someone requesting the default page vs. explicitly requesting the default page. I'm running CF11 under IIS. My site has a default document of...
View ArticleGetting ColdFusion Support Back Into Dreamweaver
You may have noticed in the last few versions of Dreamweaver CC that ColdFusion support is slowly being removed from the program. Officially Adobe's answer is that developers should switch over to...
View Articlefor-in loop bug
Hello, I tried to add this as a bug to the Coldfusion Bug tracker (https://bugbase.adobe.com/) but ironically, I get a default Coldfusion error page when I log in. I believe there is a serious bug with...
View Article