RE: CFHTTP SSL Cert

2014-04-17 Thread Brook Davies
-Original Message- From: John M Bliss [mailto:bliss.j...@gmail.com] Sent: April-16-14 11:02 AM To: cf-talk Subject: Re: CFHTTP SSL Cert When cfhttp is broken, can you drop the URL into your browser and have it work? Or is it broken there too? On Wed, Apr 16, 2014 at 12:27 PM, Brook

CFHTTP SSL Cert

2014-04-16 Thread Brook Davies
Hey Peeps, After heartbleed, I had to re-add the EchoSign Cert to our keystore (via the keytool) on all our servers. It worked as expected, and the connection started working again. However, on one our webservers, it works, and then later that day stops being able to connect and I get I/O

RE: danger in increasing PostParameterLimit ?

2014-01-19 Thread Brook Davies
Umm - maybe it’s a big form??! -Original Message- From: Casey Dougall - Uber Website Solutions [mailto:ca...@uberwebsitesolutions.com] Sent: January-19-14 5:07 PM To: cf-talk Subject: Re: danger in increasing PostParameterLimit ? On Fri, Jan 17, 2014 at 10:52 AM, Chris

Simple SQL Query sometimes really Slow?

2013-12-05 Thread Brook Davies
This may not be the right place to post this (man, CF-TALK has changed a lot in the last 5 or so years ;)). I have a simple SQL query that is showing up as running slow. When I run it via the Management Studio it is sometimes fast 0.1 seconds and sometimes, seemingly randomly slow 1.5

RE: Simple SQL Query sometimes really Slow?

2013-12-05 Thread Brook Davies
time column. I remember we changed from a cfquery to a stored procedure and it was resolved. Byron Mann Lead Engineer Architect HostMySite.com On Dec 5, 2013 12:27 PM, Brook Davies cft...@logiforms.com wrote: This may not be the right place to post this (man, CF-TALK has changed a lot

When I flatten an acroform, the radio buttons no longer show as checked.

2013-11-13 Thread Brook Davies
If I don't call flatten (CFPDFflatten=true), the PDF shows the radio buttons selected, but as soon as I flatten the PDF, the radio buttons are not shown as selected. Checkboxes work, text fields work, but radio buttons just all show as unselected. This is on CF 9,0,1,274733. Has anyone else

JSON Encoding bug (again...)

2013-08-05 Thread Brook Davies
I have had to do so many hacks to get serializeJSON() to play nice. I add a ~ to all yes/no strings so I don't get back true/false values, I have a series of regular expressions that quote values in the resulting JSON that don't get quoted and break on the client side. And now I have this issue:

Getting lots of DB Errors: Transaction was deadlocked on lock | communication buffer resources with another process and has been chosen as the deadlock victim. Rerun the transaction.

2013-07-16 Thread Brook Davies
Hey Guys, I am getting a lot of these errors today: Transaction (Process ID 65) was deadlocked on lock | communication buffer resources with another process and has been chosen as the deadlock victim. Rerun the transaction. On a system that is used to track 'views' of a page via an ajax

RE: Getting lots of DB Errors: Transaction was deadlocked on lock | communication buffer resources with another process and has been chosen as the deadlock victim. Rerun the transaction.

2013-07-16 Thread Brook Davies
dramatic performance increases on your updates. --Jeff Original Message From: Brook Davies cft...@logiforms.com Sent: Tuesday, July 16, 2013 10:03 AM To: cf-talk cf-talk@houseoffusion.com Subject: Getting lots of DB Errors: Transaction was deadlocked on lock | communication

RE: Memory consumption issue in CF 9

2013-07-09 Thread Brook Davies
You need to look at the threads that were running when your memory started to spike. Or look under the slow pages in fusion reactor and then look and see what they are doing, what queries are executing (seems like a pretty high number of JDBC requests per second) and how long they are taking. Or

Geargian Dates??

2013-05-17 Thread Brook Davies
Hi Guys, I am interfacing with a webservice and the dates returned are in Gregorian format. For example I get back: {ts '1582-10-04 16:00:00'} How do you convert Gregorian dates into something CF can use and format? Brook

RE: dragon dictation and CF

2013-03-22 Thread Brook Davies
Yeah, I ditched dragon too, what a waste of time. And their sales people can't keep calling me every since... -Original Message- From: Mike Chabot [mailto:mcha...@gmail.com] Sent: March-22-13 2:44 PM To: cf-talk Subject: Re: dragon dictation and CF That program takes a lot of training

Flying Saucer instead of CFDocument

2013-03-05 Thread Brook Davies
I am looking at integrating Flying Saucer to replace CFDOCUMENT mostly to add support for page-break-inside:avoid. Anybody been down this road and have any advice before I get started? Brook ~| Order the Adobe Coldfusion

RE: Localization , French Accents...

2013-02-28 Thread Brook Davies
Thanks Paul! -Original Message- From: Paul Hastings [mailto:p...@sustainablegis.com] Sent: February-27-13 5:31 PM To: cf-talk Subject: Re: Localization , French Accents... On 2/28/2013 3:05 AM, Brook Davies wrote: Sorry, Unicode/utf-8 are the same thing...my mistake.. they're

Localization , French Accents...

2013-02-27 Thread Brook Davies
I am trying to read in a number of text files that contain translations (using French in this example) and store them in my applications app scope. The file I am reading in looks like this: http://screencast.com/t/DZTv3iVrbyo When I dump the results from reading in the file, or try to use them

RE: Localization , French Accents...

2013-02-27 Thread Brook Davies
think notepad lets you do that. If not, notepad++ does. On 2/27/13 12:52 PM, Brook Davies cft...@logiforms.com wrote: I am trying to read in a number of text files that contain translations (using French in this example) and store them in my applications app scope. The file I am reading

RE: Localization , French Accents...

2013-02-27 Thread Brook Davies
as unicode? I think notepad lets you do that. If not, notepad++ does. On 2/27/13 12:52 PM, Brook Davies cft...@logiforms.com wrote: I am trying to read in a number of text files that contain translations (using French in this example) and store them in my applications app scope. The file I am

RE: Localization , French Accents...

2013-02-27 Thread Brook Davies
Bobby, thanks for the notepad+ idea - it was the encoding on the source file -Original Message- From: Bobby [mailto:bo...@acoderslife.com] Sent: February-27-13 12:05 PM To: cf-talk Subject: Re: Localization , French Accents... UTF-8 should do it. On 2/27/13 3:00 PM, Brook Davies

RE: Email attachment problem

2013-01-04 Thread Brook Davies
Don't use CFsleep to sleep for 15 minutes unless you want to tie up a thread for 15 minutes doing nothing. Depending on the max requests/threads settings, you could stall/crash the server just by reloading that page 10+ times... Brook -Original Message- From: Robert Harrison

UTF-8 encoding when writing to a PDF

2012-09-27 Thread Brook Davies
I am totally stuck on this one. I am using an old Ben Forta tag cf_pdfform. I’m still using it because it makes writing to a PDF form and populating fields easier than using the native cfpdf form population methods. The problem is that any strings with UTF-8 characters get truncated at the first

RE: Any reason a cfhttp post can't be made in a component method?

2012-09-25 Thread Brook Davies
Hi Rick, There is no reason why this should not work via the CFC method or even via the direct ajax method. Some gateways however restrict access to approved IPs, so the ajax method, originating from the end user IP may not work directly, which is why you probably want to route it through a CFC.

RE: CF Long Text Truncation

2012-07-17 Thread Brook Davies
Don't forget you need the Enable long text retrieval (CLOB). checkbox checked within the cfadmin datasource settings. (its under advanced settings...) Brook -Original Message- From: DURETTE, STEVEN J [mailto:sd1...@att.com] Sent: July-17-12 8:35 AM To: cf-talk Subject: RE: CF Long

Urgent: Server queues all requests for one loop

2012-06-13 Thread Brook Davies
I have a jar file with a couple of methods that do decryption that I am calling in a loop. The loop is big, 6000 iterations and while its running the server is basically brought to a grinding halt and other requests start to queue and/or execute very slowly. The cpu is at 40% or so, memory usage

Calling custom Java class in a loop kills the server

2012-06-07 Thread Brook Davies
I think I found out what was killing my server the other day. We used to use an encryption CFX called textCrypt, actually we've been using it for years and years, but it stopped working on our new CF9 64bit server. So we hired a Java developer to write a java class that would handle

CF 9 Server restart

2012-06-04 Thread Brook Davies
Hey guys, My Brand new CF9 Server (64 bit), for a site I just launched on Friday restarted itself 3 times in a row this morning while logging only: Potentially fatal error in generated byte array length: 63 AWT blocker activation interrupted:06/04 05:55:59 user CFInternalServlet: destroy

CFC returns escaped strings.. grrrr

2012-06-03 Thread Brook Davies
I am trying to do some jsonP stuff and call a CFC directly. The problem is the CFC doesn't return the correctly formatted string. I want to return a string from the remote CFC call but it quotes the string and escapes the quotes. I return: jsonp_fa({RESULT:ok}) And I get:

RE: CFC returns escaped strings.. grrrr

2012-06-03 Thread Brook Davies
in the url? It will override the returnformat in your function call. On Sun, Jun 3, 2012 at 1:31 PM, Brook Davies cft...@logiforms.com wrote: I am trying to do some jsonP stuff and call a CFC directly. The problem is the CFC doesn't return the correctly formatted string. I want to return

ZenDesk Rest API

2012-05-28 Thread Brook Davies
Hello, Has any one done any integration with ZenDesks API that they care to share? I am just looking for the basics, actually, I would be happy with an example of how to 'create' a ticket from a web form submission and then I think I can figure the rest out from there.. Anyways, thought I

Application Scoped CFC's and the Request Scope

2012-05-01 Thread Brook Davies
Hey Guys, While I know its not best practice, I am setting some variables in the request scope that are then referenced by several application scoped CFCs. Can this lead to collisions? I am seeing some strange errors that only happen when I run multiple requests at the same time and seem to

RE: Somewhat OT....Making us look bad...For the adobe engineers on the list..

2012-04-27 Thread Brook Davies
Maybe Adobe Support also had a hard time 'understanding' what you were trying to tell them. I do some support, and if the customer doesn't provide the right information, it can be difficult to provide a good response. I'm not saying that's what happened, but look how easily it can happen as it

RE: FusionReactor - Development server

2012-04-15 Thread Brook Davies
No, you have to buy a separate license for your dev server. I know this because I just went through this process. They did offer me a bit of a discount on the dev server license when I asked really nicely and said please. Brook -Original Message- From: Bobby

RE: RSACrypt.cfc help

2012-03-26 Thread Brook Davies
Hi Jen, Are the keys generated via the Bounce Castle API? They should be in order to be used with this CFC. Brook -Original Message- From: Jen McVicker [mailto:snarkmeis...@gmail.com] Sent: March-26-12 11:00 AM To: cf-talk Subject: RSACrypt.cfc help I'm getting an error trying to

Browser and OS detection with CF

2012-03-19 Thread Brook Davies
Does anyone know of a good script to detect the browser and OS (including versions) with CF? So far I have found BrowserDetect UDF (http://www.cflib.org/udf/browserDetect) which looks good, but I would also like to record the OS and Screen Resolution. Are these things better suited to JS?

RE: Browser and OS detection with CF

2012-03-19 Thread Brook Davies
I guess there is some benefit to using a 3rd party paid tool like browserHawk since they keep it up to date. I'll take another look at it... Brook -Original Message- From: Cameron Childress [mailto:camer...@gmail.com] Sent: March-19-12 11:10 AM To: cf-talk Subject: Re: Browser and OS

RE: Migrate back and forth between cf7 and cf8 on IIS

2012-03-09 Thread Brook Davies
Just set the ISAPI paths at the website level for the CF7 site to point to your CF7 install directory (specifically at the jrun dll's).. Brook -Original Message- From: daniel kessler [mailto:dani...@umd.edu] Sent: March-09-12 8:55 AM To: cf-talk Subject: Re: Migrate back and forth

RE: Migrate back and forth between cf7 and cf8 on IIS

2012-03-09 Thread Brook Davies
Hey Daniel, If you set it at the site level then you should be able to have different settings for each website. Not sure if you would need a bat file to the changes. But you could probably script it by using the connectors that CF comes with (c:\coldfusion7\bin\connectors\IIS_connector.bat) or

JSON Encoding Bug

2012-03-04 Thread Brook Davies
I just want to say I think that it is seriously lame that Adobe has not fixed the encoding issues with serializeJSON() converting 'yes' / 'no' to true/false. Yes, you can append as string and then convert it back afterwards and all that, but that's just adding extra processing overhead and

Zen Desk Single Sign On

2012-03-02 Thread Brook Davies
Just about to work on getting the Single Sign on for ZenDesk working this weekend. Before I start I thought I would check if any one had already done it and had any code they wanted to share? Brook ~| Order the Adobe

RE: Zen Desk Single Sign On

2012-03-02 Thread Brook Davies
# /cfif !--- not logged in, show login screen --- cfinclude template=zendesk_login.lf -Original Message- From: Brook Davies [mailto:br...@logiforms.com] Sent: March-02-12 3:35 PM To: cf-talk Subject: Zen Desk Single Sign On Just about to work on getting the Single Sign on for ZenDesk

Application Mappings RE: Ram Disk problem under load

2012-02-23 Thread Brook Davies
at the same time. Strange I know, but that’s the best I can figure. I am gonna run another load test tomorrow night, and try adding the mappings into the child application and see if that helps. Brook -Original Message- From: Brook Davies [mailto:cft...@logiforms.com] Sent: February-22

RE: Application Mappings RE: Ram Disk problem under load

2012-02-23 Thread Brook Davies
or something I wonder if that might cause the application scoped mappings to be undefined for a split second while the application is reloading? Just a guess. On Thu, Feb 23, 2012 at 1:10 PM, Brook Davies cft...@logiforms.com wrote: So we ran a load test last night with 100 concurrent users

RE: Application Mappings RE: Ram Disk problem under load

2012-02-23 Thread Brook Davies
Whats the best way to contact Adobe Support? -Original Message- From: Raymond Camden [mailto:raymondcam...@gmail.com] Sent: February-23-12 10:51 AM To: cf-talk Subject: Re: Application Mappings RE: Ram Disk problem under load I'd suggest pinging Adobe support. You are right - this is

Ram Disk problem under load

2012-02-22 Thread Brook Davies
Hey everyone, Did some very light pre-load testing yesterday in preparation for a larger test tomorrow. This limited load threw some errors. I'm writing to the in memory file system some CFML code, that I then cfinclude to execute it. Its pretty straight forward code, and this was under very

RE: Ram Disk problem under load

2012-02-22 Thread Brook Davies
Products http://petefreitag.com/ - My Blog http://hackmycf.com - Is your ColdFusion Server Secure? On Wed, Feb 22, 2012 at 3:12 AM, Brook Davies cft...@logiforms.com wrote: Hey everyone, Did some very light pre-load testing yesterday in preparation for a larger test tomorrow. This limited

RE: Ram Disk problem under load

2012-02-22 Thread Brook Davies
Products http://petefreitag.com/ - My Blog http://hackmycf.com - Is your ColdFusion Server Secure? On Wed, Feb 22, 2012 at 12:44 PM, Brook Davies cft...@logiforms.com wrote: Hi Pete, I don't think its possible because the ram disk size is set to 500 megs, and this was only 10 concurrent users

RE: Ram Disk problem under load

2012-02-22 Thread Brook Davies
problem under load Noticed you didn't reply to my idea... can you also ensure that it really is a VFS issue by simply switching to a real folder - just for testing? On Wed, Feb 22, 2012 at 12:05 PM, Brook Davies cft...@logiforms.com wrote: Good idea, I'll check the contents of the ram disk after any

RE: Fusion Reactor and Fusion Analytics Kick Ass

2012-02-20 Thread Brook Davies
My thoughts exactly... -Original Message- From: Raymond Camden [mailto:raymondcam...@gmail.com] Sent: February-20-12 8:24 AM To: cf-talk Subject: Re: Fusion Reactor and Fusion Analytics Kick Ass On Sun, Feb 19, 2012 at 10:03 AM, Dan Baughman dan.baugh...@gmail.com wrote: Thats

RE: Fusion Reactor and Fusion Analytics Kick Ass

2012-02-19 Thread Brook Davies
of being cool none of that really provides any value. It shouldn't take a Coldfusion tool to determine your server is rebooting at 3AM. On Fri, Feb 17, 2012 at 3:31 PM, Brook Davies cft...@logiforms.com wrote: I just set up fusionAnalytics - its awesome. It really makes fusionReactor

Fusion Reactor and Fusion Analytics Kick Ass

2012-02-17 Thread Brook Davies
Hey people, I'm sure most of you already know this, but Fusion Reactor and Fusion Analytics for monitoring CF servers kick some serious ass. I've been a seefusion customer for years, and while it does a decent job its not in the same class as the Fusion Reactor/Analytics Products. This pair

RE: Fusion Reactor and Fusion Analytics Kick Ass

2012-02-17 Thread Brook Davies
: (617) 507-0444 Spend Less Do More - Community Enterprise combines great features with an affordable price. . ... -Original Message- From: Brook Davies [mailto:cft...@logiforms.com] Sent: Friday, February 17

RE: Load Testing - what to look for and monitor/report

2012-02-11 Thread Brook Davies
Hi Dave, We're doing performance analysis and looking for bottlenecks and also memory leaks since we have a lot of application scoped components and large numbers of objects created per request. That's one of my main concerns actually.. Brook -Original Message- From: Dave Watts

Load Testing - what to look for and monitor/report

2012-02-10 Thread Brook Davies
Hey Guys, I am hiring a load testing company, Neustar, to run some load tests on a new cf app and server deployment. I have FusionReactor installed and the platform is CF9 Standard on windows 2008 web server, and the backend is a separate MS SQL box. A beefy one at that J. The server

Accessing the Application Scope of another App

2012-02-08 Thread Brook Davies
Hi, Can you guys tell me if this is bad practice or will lead to memory issues. I have a CF app that has the main app and an admin module, each with their own cfapplication, and application namepace. From within the admin app I need to clear some application scoped data in the main app. I do

(ot) Were to store admin passwords?

2012-02-06 Thread Brook Davies
This is a bit OT, but I'm starting to get paranoid. Where is the best place to store server administrator account password and passwords for the cfadministrator etc. Brook ~| Order the Adobe Coldfusion Anthology now!

RE: CFFILE to \\tsclient\c$\

2012-01-30 Thread Brook Davies
://plus.google.com/108193156965451149543 On Mon, Jan 30, 2012 at 4:52 PM, Brook Davies cft...@logiforms.com wrote: Hi AJ, I am doing that - have you done this successfully? Brook -Original Message- From: AJ Mercer [mailto:ajmer...@gmail.com] Sent: January-29-12 5:25 PM To: cf-talk

RE: CFFILE to \\tsclient\c$\

2012-01-30 Thread Brook Davies
to access your drive over an RDC session? -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/108193156965451149543 On Tue, Jan 31, 2012 at 2:59 AM, Brook Davies cft...@logiforms.com wrote: Hi Andrew, Essentially, yes. I want the remote CF server that I

RE: CFFILE to \\tsclient\c$\

2012-01-30 Thread Brook Davies
://plus.google.com/108193156965451149543 On Tue, Jan 31, 2012 at 4:17 AM, Brook Davies cft...@logiforms.com wrote: Hi Andrew, That's make sense, thanks. The reason I wanted to be able to do this is to be able to automate the transfer of some objects from the server to my local development

RE: CFFILE to \\tsclient\c$\

2012-01-30 Thread Brook Davies
/ Google+: http://plus.google.com/108193156965451149543 On Tue, Jan 31, 2012 at 5:01 AM, Brook Davies cft...@logiforms.com wrote: Yeah, that's an option, I could create a zip file.. really though this system is intended to transfer the objects from a production server to another server used

RE: CFFILE to \\tsclient\c$\

2012-01-30 Thread Brook Davies
. -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/108193156965451149543 On Tue, Jan 31, 2012 at 5:53 AM, Brook Davies cft...@logiforms.com wrote: I do? Why? -Original Message- From: Andrew Scott [mailto:andr...@andyscott.id.au] Sent: January-30

CFFILE to \\tsclient\c$\

2012-01-29 Thread Brook Davies
Anybody ever tried to call CFFILE or CFDIRECTORY to a connected RDP session? I'm getting an access denied error even though I have added the cf account on my local box. Maybe this is just not possible? Brook ~| Order the

RE: CFFILE to \\tsclient\c$\

2012-01-29 Thread Brook Davies
will need access permissions to that share On 30 January 2012 09:17, Brook Davies br...@logiforms.com wrote: Anybody ever tried to call CFFILE or CFDIRECTORY to a connected RDP session? I'm getting an access denied error even though I have added the cf account on my local box. Maybe

Best Practice question about database access between Dev and Production Servers

2012-01-28 Thread Brook Davies
Hello, I'm setting up a new environment and I would like to have the ability, through a web UI to copy objects from our production database (separate server) to a development/debugging database (separate server). My question is not about how to implement this but rather whether this is bad

Way OT: Funny video

2012-01-27 Thread Brook Davies
Its Friday, so don't hate: If you haven't seen this, you need to. Its an oldie but a goody: http://www.youtube.com/watch?v=zV0OgsRK0Bc Brook ~| Order the Adobe Coldfusion Anthology now!

RE: [ANNOUNCE] CF-FireLogger

2012-01-26 Thread Brook Davies
Looks cool! I'm gonna try it -Original Message- From: Max Paperno [mailto:m...@wdg.us] Sent: January-26-12 2:25 PM To: cf-talk Subject: [ANNOUNCE] CF-FireLogger Hello all, Please pardon the interruption but CF-Community is high on politics and low on CF content. I haven't posted

RE: [ANNOUNCE] CF-FireLogger

2012-01-26 Thread Brook Davies
for a very cool extension and contribution to the community! Brook -Original Message- From: Brook Davies [mailto:cft...@logiforms.com] Sent: January-26-12 9:16 PM To: cf-talk Subject: RE: [ANNOUNCE] CF-FireLogger Looks cool! I'm gonna try it -Original Message- From: Max

RE: [ANNOUNCE] CF-FireLogger

2012-01-26 Thread Brook Davies
Hey Max, I set everything up according to the docs. I can see the output in firelogger when I do this: cfscript console = new firelogger(debugMode=false, debugLevel=info, fallbackLogMethod=trace-inline); console.log(arguments.commitArray); /cfscript But when I try this: cftrace

Hide CFC Introspection on Railo

2012-01-25 Thread Brook Davies
I'm playing around with railo and when I access a CFC directly via a URL, it dumps the CFC methods and details. Is there someway to hide this? Searched the docs and web to no avail.. Brook ~| Order the Adobe Coldfusion

RE: varScoper menu not shown in CFBUILDER

2012-01-19 Thread Brook Davies
No idea than - sorry man. You could call Adobe tech support, but I'd assume they would put the blame on the extension. If you want to hop into a Connect room or Google Hangout, let me know. On Wed, Jan 18, 2012 at 10:29 PM, Brook Davies cft...@logiforms.com wrote: Yeah, I can right click on both

varScoper menu not shown in CFBUILDER

2012-01-18 Thread Brook Davies
Does anyone else have the problem where after installing the varscoper extension to CFbuilder, it is listed as an extension in the extensions window but not available for use via the context menu? I can't figure out how to run it! Other extensions, installed in the same folder ARE Listed in

RE: varScoper menu not shown in CFBUILDER

2012-01-18 Thread Brook Davies
] Sent: January-18-12 11:41 AM To: cf-talk Subject: Re: varScoper menu not shown in CFBUILDER Are you right clicking in the navigator? Are you right clicking on a CFM or CFC file? On Wed, Jan 18, 2012 at 12:36 PM, Brook Davies cft...@logiforms.com wrote: Does anyone else have the problem where

RE: varScoper menu not shown in CFBUILDER

2012-01-18 Thread Brook Davies
/contribution /menucontributions On Wed, Jan 18, 2012 at 3:30 PM, Brook Davies cft...@logiforms.com wrote: At the top level CF project folder.  It used to be there, but its not there any more. I tried reinstalled the extension and that made no difference. I CAN run varscoper directly

RE: varScoper menu not shown in CFBUILDER

2012-01-18 Thread Brook Davies
But to be clear, you can right click on a .cfm file in the navigator, just not a folder? CFB2? On Wed, Jan 18, 2012 at 5:10 PM, Brook Davies cft...@logiforms.com wrote: Hi Ray, I do see that bit, inside of some other XML: application        namevarScoper/name        authorMike Schierberl/author

Can you ever allocate too much ram to the JVM

2012-01-12 Thread Brook Davies
Quick Question. On our new server we have lots of ram (32 gigs). Its running CF 9 Standard 64 bit. Is there any downside to allocating 12 gigs of ram to CF? Brook ~| Order the Adobe Coldfusion Anthology now!

RE: Can you ever allocate too much ram to the JVM

2012-01-12 Thread Brook Davies
jvm On Jan 12, 2012 4:41 PM, Brook Davies cft...@logiforms.com wrote: Quick Question. On our new server we have lots of ram (32 gigs). Its running CF 9 Standard 64 bit. Is there any downside to allocating 12 gigs of ram to CF? Brook

RE: cftransaction isolation=repeatable_read

2011-12-14 Thread Brook Davies
Bump... Casey - is this method thread safe? -Original Message- From: Brook Davies [mailto:cft...@logiforms.com] Sent: December-13-11 10:15 PM To: cf-talk Subject: RE: cftransaction isolation=repeatable_read So this would update and select the rows at the same time? Would I need to use

RE: fresh cf 9 install can't see administrator

2011-12-13 Thread Brook Davies
You can also try, running cf as the administrator account (just temporarily) and if that works, then at least you *know* it's a permissions problem. Then you can work backwards from there after setting it back to a service... Brook -Original Message- From: Cameron Childress

cftransaction isolation=repeatable_read

2011-12-13 Thread Brook Davies
I am using cftransaction isolation=repeatable_read to single thread access to scheduled tasks that live in a DB table. This application spawns multiple servers, and each server is set to poll the scheduled task table every 3 minutes. It grabs the tasks and executes them. Now, if this was on

RE: cftransaction isolation=repeatable_read

2011-12-13 Thread Brook Davies
...@uberwebsitesolutions.com] Sent: December-13-11 6:29 PM To: cf-talk Subject: Re: cftransaction isolation=repeatable_read On Tue, Dec 13, 2011 at 6:13 PM, Brook Davies cft...@logiforms.com wrote: I guess my question is, will this lead to performance problems? Is there a more elegant way

RE: Changing Application settings at runtime

2011-12-06 Thread Brook Davies
PM, Brook Davies br...@logiforms.com wrote: So I have something like this at the top of application.cfc: cfset this.smtpserversettings   = {  server=mail.yourmama.com,  username=b...@yourmama.com,  password=issofat } But I want to be able to change these settings when I (somehow) detect

Is the CF scheduler Reliable?

2011-12-05 Thread Brook Davies
How reliable is the CF Scheduler? For years we have used the infusion mailserver and its Infusion Scheduler App/Service. Its always worked great but since that product is dead/no longer supported, we need to find a new way of running scheduled tasks and adding/removing scheduled task

RE: Is the CF scheduler Reliable?

2011-12-05 Thread Brook Davies
: Re: Is the CF scheduler Reliable? On 6/12/2011 10:25, Brook Davies wrote: How reliable is the CF Scheduler? For years we have used the infusion mailserver and its Infusion Scheduler App/Service. Its always worked great but since that product is dead/no longer supported, we need to find

Changing Application settings at runtime

2011-12-05 Thread Brook Davies
So I have something like this at the top of application.cfc: cfset this.smtpserversettings = { server=mail.yourmama.com, username=b...@yourmama.com, password=issofat } But I want to be able to change these settings when I (somehow) detect that the server is down. From what I have read

Is CFMAIL reliable??

2011-12-05 Thread Brook Davies
Hi Guys (and girls), You may notice a trend in my postings! Moving away from infusion (long over due) and looking at Native CF functions instead. So now I am looking at CFMAIL and in the past know it has been a bit dodgy. There is a conversation here about restarting the spooling service:

getPageContext() in onRequestEnd is empty?

2011-11-10 Thread Brook Davies
I run some metric updating code in onRequestEnd. In certain cases, I want to show a message if the metric update fails. I want to replace what is already in the output buffer. I am trying this in onRequest end: cfset pageContent = getPageContext().getOut().getString() cfset

RE: Check for list of words in string

2011-10-11 Thread Brook Davies
Wouldn't this also catch words like 'myselection'? Brook -Original Message- From: Matt Quackenbush [mailto:quackfu...@gmail.com] Sent: October-11-11 7:16 AM To: cf-talk Subject: Re: Check for list of words in string Regular expressions. if ( reFindNoCase((select|declare),myString)

Count rows in Excel file

2011-10-11 Thread Brook Davies
Hey Everyone, Anyone know a way to count the rows in an excel file without using cfspreadsheet to read the entire file in first? That's what I am trying to avoid.. Brook ~| Order the Adobe Coldfusion Anthology now!

(ot) Awesome Eclipse Shortcut

2011-09-30 Thread Brook Davies
I know its OT, and most of you probably already know it, but this shortcut saves me so much time, and I'm such a geek, that I had to post it: CTRL + SHIFT + R - then hit Enter Type a few characters of the name of the file your looking for, boom, hit enter to open it. Or if you highlight

Way OT - Technical Writing

2011-09-26 Thread Brook Davies
Sorry for the way OT post. But I am going crazy trying to find a good technical writer to write a user guide for our CF web app. I've gone through a few people already. They keep writing stuff that seems to make the topics MORE difficult. I think I would pull my hair out trying to use what they

RE: Linkpoint Web Service API

2011-09-06 Thread Brook Davies
I'm in the same boat over the next 1-2 months and would pay you for a CFC that did all the heavy lifting. Its not likely that complex, but I don't have the time right now... Brook -Original Message- From: Justin Scott [mailto:leviat...@darktech.org] Sent: September-06-11 1:32 PM To:

RE: CFHTTP, DNS Caching, and CF 9 won't behave.

2011-09-02 Thread Brook Davies
Is it an HTTPS connection? Have you added their cert to the Java KeyStore? Brook -Original Message- From: Eric Cobb [mailto:cft...@ecartech.com] Sent: September-02-11 12:00 PM To: cf-talk Subject: CFHTTP, DNS Caching, and CF 9 won't behave. So, I'm having a problem with CFHTTP

(ot) Stopping Railo via an ANT task

2011-08-19 Thread Brook Davies
Sorry for the OT post, I'm stuck on this. Trying to get Railo Express to stop via an ANT task. The java code is the same as in stop.bat. Note, calling stop.bat directly is not working for me either. target name=stopRailo description=Stopping Railo Server echo message=Stoping Railo../

RE: (ot) Stopping Railo via an ANT task (SOLVED)

2011-08-19 Thread Brook Davies
It looks like I had somehow spawned multiple processes and they were not getting stopped correctly. I think this happened when a build failed. Please disregard.. Brook -Original Message- From: Brook Davies [mailto:br...@logiforms.com] Sent: August-19-11 1:08 PM To: cf-talk Subject: (ot

RE: coldfusion spreadsheet leading zeroes issue

2011-08-16 Thread Brook Davies
This is an excel issue, not a CF issue. If you set the data type of the column to text it does not happen.. http://www.google.ca/search?hl=enclient=firefox-ahs=vpOrls=org.mozilla%3A en-GB%3Aofficialbiw=1920bih=1084q=excel+truncates+leading+zerobtnG=Searc

RE: Setting client variable datasource via config.xml

2011-08-12 Thread Brook Davies
getClientStorageDatasource() { // read your xml file and extract the variable return theDatasource; } HTH On Thu, Aug 11, 2011 at 10:57 PM, Brook Davies cft...@logiforms.com wrote: But can you set this.clientstorage that way? Because It seems setting that property within

RE: CFGRID strange behaviour in Production Server (Windows 2000 + ISS)

2011-08-11 Thread Brook Davies
Steve's right, if you have unescaped HTML inside the grid (in the data), then it can cause the grid display to be wonky. Brook -Original Message- From: Steve 'Cutter' Blades [mailto:cold.fus...@cutterscrossing.com] Sent: August-11-11 10:28 AM To: cf-talk Subject: Re: CFGRID strange

Setting client variable datasource via config.xml

2011-08-11 Thread Brook Davies
I'm trying to set all my apps properties via a config file to make deployment between dev, production servers easy. Problem is the application vars that are read via onApplicationStart() are not available within the opening part of the application.cfc and when I try to set these properties inside

Setting client variable datasource via config.xml

2011-08-11 Thread Brook Davies
I'm trying to set all my apps properties via a config file to make deployment between dev, production servers easy. Problem is the application vars that are read via onApplicationStart() are not available within the opening part of the application.cfc and when I try to set these properties inside

RE: Setting client variable datasource via config.xml

2011-08-11 Thread Brook Davies
before the application scope is initialised, and I load these into request scope onapplicationstart. Once this is done, I then load the global config into the application scope. On Thu, Aug 11, 2011 at 11:06 PM, Brook Davies cft...@logiforms.com wrote: I'm trying to set all my apps properties via

RE: Run a class file generated with CF outside of CF

2011-08-07 Thread Brook Davies
/nathanstrutz] [about.me/nathanstrutz] On Sat, Aug 6, 2011 at 10:53 AM, Brook Davies cft...@logiforms.com wrote: Hey, I don't know if this is possible. I want to take a class file from the cfclasses/ directory and run it from the command line outside of the CF server. It complains about not being

RE: Run a class file generated with CF outside of CF

2011-08-07 Thread Brook Davies
release and 4.0 will appear on the development builds / bleeding edge provider. Sean On Sun, Aug 7, 2011 at 6:37 AM, Brook Davies cft...@logiforms.com wrote: I found a wicked, super cool solution to this last night! I downloaded Ralio Express and was able to get it to execute my CFC with basically

  1   2   3   4   5   6   7   8   9   10   >