Alternate way to generate ORM for database
Hi, Is there an alternate way or method to generate Object Relational Mapping CFC for database that you get in CF Builder? The price for CF Builder to use ORM generation alone seems a bit too steep.
View ArticleIE 11 not maintaining state
Just had the IE 11 update pushed to my development box. Now, on the site I am working on, I am getting a new cfid/cftoken with every page request, ruining state/session management. What is the...
View ArticleRe: IE 11 not maintaining state
Ensure IE is allowing cookies to be set. There's probably a security/privacy setting that's just preventing this; IE is a horrible browser, but I cannot see it just blindly refusing to store session...
View Article"current reuse count is 1 of max reuse connection 250 and total endpoint...
Hi there!I am having an issue with a CF10 (newest update) running on Apache/2.2.22 (Ubuntu) mod_ssl/2.2.22 OpenSSL/1.0.1 mod_jk/1.2.32 . mod_jk.log...[Sun Dec 15 11:46:22 2013] [24000:140554067519296]...
View ArticleRe: "current reuse count is 1 of max reuse connection 250 and total endpoint...
Perhaps this will help. Tomcat document in part says: specify how many seconds JK should keep an inactive socket in cache before closing it. This property should be used to reduce the number of threads...
View ArticleRe: "current reuse count is 1 of max reuse connection 250 and total endpoint...
Hi Carl! I've changed the 2 restarted both services, but I still keep getting the "current reuse count is 1 of max reuse connection 250 and total endpoint count 1" message in mod_jk.log .As I've...
View ArticleHow to render combined font (Japanese & English ) correctly with cfdocument
Hi All, I have big trouble with "Combined Fonts" (Japanese & English). I have to create pdf document from html content which is shown in my website. For that I have used cfdocument and implemented...
View ArticleSecure CFIDE directory & functionality to use cfdocument, cfpdf
Looking for your advice on the best way to create a secure CFIDE directory that will allow me to have full functionality to use cfdocument, cfpdf etc... My understanding is that certain folders within...
View ArticleRe: Secure CFIDE directory & functionality to use cfdocument, cfpdf
There are several threads on securing the CFIDE. The best I have found involves to steps: 1) Keep up to date with the latest CF patches. 2) Break the current CFIDE virtual directory, replace it with...
View Articlecfchart - turn off y axis labels
I want to either turn off the y axis labels (have two chart series of dissimilar data) or have two sets of y axis labels. The CF10 help is really unhelpful (yAxis: A struct of keys used to style y axis...
View ArticleRe: CF10 database connection BLOCKED?? - JDBCPool.checkOut/checkIn
We continue to have this problem. Database threads get locked up every single night and all sites go down. Our DBA notices connection will be very few then ramp up from, say, 2 to 245 right around...
View ArticleRe: "current reuse count is 1 of max reuse connection 250 and total endpoint...
These messages are normal nothing to be concerned about: current reuse count is 1 of max reuse connection 250 and total endpoint count 1 Would indicate CF is not being overly loaded. On a more busier...
View ArticleRe: "current reuse count is 1 of max reuse connection 250 and total endpoint...
Cfstat reports between 5 (day low) and 20 (day high) pages per second. It is probably true that CF is not overly loaded (lot of content is cached), I just want to make sure I don't have a bottleneck...
View Articlein-place upgrade of CF10 from 32-bit to 64-bit?
We initially installed CF10 32-bit because we had some legacy COM objects that needed to run. We've finally gotten rid of those objects and I would like to convert to 64-bit. Is there an easy way to...
View ArticleRe: in-place upgrade of CF10 from 32-bit to 64-bit?
I recommend doing a clean uninstall/install. You can make a copy of the neo-*.xml files found in \ColdFusion10\cfusion\lib somewhere first. These .xml files contain most of the configuration settings...
View ArticleRe: CF10 database connection BLOCKED?? - JDBCPool.checkOut/checkIn
I did another test last night with the following: turn off every web site on my IIS server except the "big" one that we care most about when it goes down every night.I also changed my robots.txt to...
View ArticleCF Bug Database been down for anyone else?
I've been trying to get to the ColdFusion bug database to make some suggestions, but the site has been down for near a week now. Anyone else having this issue? I've flushed my DNS cache and...
View ArticleRe: CF Bug Database been down for anyone else?
Try emptying your browser cache and any adobe.com cookies. There's a known issue with redirect loops and cookies with the bugbase.-Carl V.
View ArticleRe: CF Bug Database been down for anyone else?
Ah. I used the Web Developer Toolbar and cleared domain cookies for *.adobe.com. It seems cfbugs.adobe.com is not working, but at least now bugbase.adobe.com is. Thanks Carl. Don't know why I...
View ArticleRe: CF Bug Database been down for anyone else?
Yeah, I think they closed cfbugs.above.com in favor of using bugbase.adobe.com.-Carl V.
View Article