Coldfusion service not starting after system restart
After I restarted server today , coldfusion application service could not start server.I tried to restart it manually through component service , but it did not. There were no logs in...
View ArticleColdFusion 9 and Java 8
For security reasons, we I have been asked to update a ColdFusion 9 Enterprise (9,0,2,282541) application's Java 8. Is it possible to configure ColdFusion 9 to run on Java 8? I have successfully...
View ArticleColdfusion 9 MySQL communications link failure
've just installed Coldfusion 9, and everything is now working fine and it's connected to my MySQL databse via the Coldfusion Administrator as a datasrouce, but I get this error occuring infrequently,...
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 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 Articlejrun error 413 header length too large
hi there, is there any way to check where this error originates? any coldfusion logs etc? error: jrun error 413 header length too large it's giving me complete headache cheers,Simon
View ArticleWhy is CF11 RTM + CU5 drastically different from the latest deployment...
We have a development copy of CF11 that we installed as a RTM build that has since gone through CU1 through CU5. We just recently installed CF11 on our production server which was done from the latest...
View ArticleCF9 spooling mail VERY slowly
I recently moved my site from CF7 to CF9. We normally send out several bulk emails and newsletters in the 20,000 - 50,000 message range. I send these emails in chunks of around 500 messages at a time...
View ArticleCannot get form values to filter grid in CF11
After upgrading our shared hosting server from CF9 to CF11 all of our grids broke. I've managed to get the toolbars back with several form elements but those elements' values are not getting passed to...
View ArticleColdFusion 10 silent installation and configuration
Hi, CF 10 docs seem a tad thin on the subject of silent / unattended / scripted installation and configuration. I need to find a fully automated (scripted) way to do these things:1) install of...
View Articlegmail smtp mail server verification
I have lately upgraded to CF10 from CF9. Just lately I have noticed that I cannot get gmail smtp mail server verification within CFAdmin. I am using the same settings as before. In fact, on an old...
View ArticleCf Update Broke Error Handling
[3 Duplicate messages deleted... posting the same question more than once is confusing... Mod][This is an open forum, not a direct line to Adobe support... you need to wait for a reply] After...
View ArticleRandom Net connection call failed errors
Hi All, I've built a Flex application which is calling coldfusion CFC through remote objects in order to retrieve data. 2 days ago, I've updated the server with coldfusion 9 and my issue is that I have...
View Articlecompressing PNG images
I have a script that captures PNG images from a 3rd party server, I then save them on my server using this code, forcing them to 45x45 <cfimage action = "resize" height = "45" width =...
View Articlepass query to oracle
HI All,How can I pass a query to oracle using cfstoredprod?Try this:<cfstoredproc datasource="#application.dsn#" procedure="#importTable#"> <cfprocparam type="in" cfsqltype="cf_sql_refcursor"...
View ArticleColdfusion 11 Update 6 - Messaging (BlazeDS) errors
I updated to Coldfusion 11 Update 6 and started getting messaging errors in an application that has been running for 5 years. When I roll-back the update to Update 5 the messaging errors no longer...
View ArticleHow to kill a coldfusion cookie??
I set cookies like this: <cfcookie name="ckwhatever" value="hello"> I try to kill the cookie like this: <cfcookie name="ckwhatever" expires="now"> This does NOT work. the cookie remains....
View ArticleHTTP Error 500.19 - Internal Server Error
I kept getting this the following error. I installed ColdFusion 11 and repoint everything to the new ColdFusion 11 and for some reason, I kept getting this error. Any suggestion is much appreciated....
View ArticleCF11 Scheduler getting NULL pointer error in CF Administrator.
CF11 Scheduler getting NULL pointer error in CF Administrator.This issue showed up in my production environment immediately following a restart of the Cold Fusion services to recover from a JVM...
View ArticlePortcullis CFC breaking AJaX submitted form
Hello, all, Is anyone else, here, using the Portcullis CFC?? I've got a form that is submitting via AJaX, and as long as I have JavaScript stripping out malicious code, it works great. But if I...
View Article