Re: More Mail woes with Gmail with ColdFusion

2013-08-30 Thread Byron Mann
was compromised, and locking the account for a time period. Byron Mann Lead Engineer Architect HostMySite.com On Aug 30, 2013 5:41 AM, Russ Michaels r...@michaels.me.uk wrote: You could stick phpmailer up there and try using that when the issue occurs to see if it is limited to cf, perhsps

Re: CSV ODBC driver under Windows 2008

2013-08-30 Thread Byron Mann
/desktop/ms709353(v=vs.85).aspx Byron Mann Lead Engineer Architect HostMySite.com On Aug 30, 2013 10:46 AM, wrote: Ok, I have more information about this problem. In the CSV file, if I replace all semicolons by commas, it works perfectly. The problem is that, either under W 7 or W 2008

Re: Getting output into a div using cfdocument

2013-08-30 Thread Byron Mann
http://help.adobe.com/en_US/ColdFusion/10.0/Developing/WSe61e35da8d318518-106e125d1353e804331-7ffd.html Are you using CF 10? You can use Bbq without needing the jar in the server lib directory. Byron Mann Lead Engineer Architect HostMySite.com On Aug 29, 2013 4:36 PM, Bruce Sorge sor

Re: database driven mail server

2013-09-02 Thread Byron Mann
spammers, whom get our mail servers blacklisted. Byron Mann Lead Engineer Architect HostMySite.com On Sep 2, 2013 9:34 AM, wrote: Hi, I'm presently using MailEnable on my server. It's a good program, but I need to build a system to follow up messages. My customers (associations) send

Re: docs download

2013-09-10 Thread Byron Mann
Also, I don't believe the installer for CF 10 installs them if you choose the option during install. I reported this issue after the release, so it might be fixed or perhaps not. Byron Mann Lead Engineer Architect HostMySite.com On Sep 10, 2013 1:00 PM, Michael Dinowitz mdino

Application.cfm/c

2013-09-24 Thread Byron Mann
tomorrow. Byron Mann Lead Engineer Architect HostMySite.com ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups

Re: Application.cfm/c

2013-09-25 Thread Byron Mann
the server to stop looking up beyond the webroot. Byron Mann Lead Engineer Architect HostMySite.com ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion

Re: Application.cfm/c

2013-09-25 Thread Byron Mann
an application file is somehow going to increase stability and performance of the server, and I'm just not seeing that. Uploading a default is just going to result in it being overwritten anyhow 75% of the time. I had a meeting with them and set them straight. Byron Mann Lead Engineer Architect

Re: Application.cfm/c

2013-09-25 Thread Byron Mann
That is an excellent suggestion. I think we could probably do this for new servers going forward. Thanks ~Byron Byron Mann Lead Engineer Architect HostMySite.com On Wed, Sep 25, 2013 at 4:13 PM, Jochem van Dieten joch...@gmail.comwrote: On Wed, Sep 25, 2013 at 5:39 AM, Byron Mann wrote

cfparam behavior

2013-10-14 Thread Byron Mann
with how templates are compiled. Byron Mann Lead Engineer Architect HostMySite.com ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http

Re: Sort of OT

2013-10-24 Thread Byron Mann
I work for a hosting provider. I believe there is a good mix but maybe heavier on the user side. If you are looking for a good user /provider forum, check out webhostingtalk.com. Byron Mann Lead Engineer Architect HostMySite.com On Oct 23, 2013 10:27 PM, Ben Conner b...@webworldinc.com wrote

Re: Frustrated and on a deadline please assist

2013-11-17 Thread Byron Mann
Are the cfc and cfm files in the same web directory? Using Firebug for Firefox is quite useful for debugging javascript. That might be a good start to ensure the script is running. It will also show any errors. Byron Mann Lead Engineer Architect HostMySite.com On Nov 17, 2013 6:33 PM, Torrent

Re: Frustrated and on a deadline please assist

2013-11-17 Thread Byron Mann
Just noticed, not sure about this version of jquery, but I think autocomplete is in jquery ui. https://developers.google.com/speed/libraries/devguide#jquery-ui You 1.3.2 is an old version as well, may want to use a more recent version if possible. Byron Mann Lead Engineer Architect

Re: Application.cfc question

2013-11-25 Thread Byron Mann
If the purpose is code reuse, another possibility might be putting all logic into templates or other cfc. Then have both application.cfc call the required functionality through includes or method calls. Somewhat like a shared library. Byron Mann Lead Engineer Architect HostMySite.com On Nov 25

Re: mapping/redirect mystery

2013-12-02 Thread Byron Mann
The isapi_redirect could maybe have a rewrite rule. Maybe the host has a handler for each site, and there is a custom rule in the configuration. http://tomcat.apache.org/connectors-doc/reference/iis.html, see the bottom. Think this applies to Apache as well. Byron Mann Lead Engineer Architect

Re: Simple SQL Query sometimes really Slow?

2013-12-05 Thread Byron Mann
Could never figure this out, but we had a similar issue on 2005 with a date 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

Re: cffile read 47 MB

2013-12-09 Thread Byron Mann
manipulation stuff? Byron Mann Lead Engineer Architect HostMySite.com On Dec 9, 2013 5:04 PM, John M Bliss bliss.j...@gmail.com wrote: Hi, I'm attempting to perform a cffile read on a 47 MB XML file. It's failing but ACF10 is not throwing an error to the browser. Finally dug into the logs and am

Re: IE 11 not maintaining state

2013-12-19 Thread Byron Mann
security settings? Byron Mann Lead Engineer Architect HostMySite.com On Dec 18, 2013 6:26 PM, Matthew Smith chedders...@gmail.com wrote: 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

Re: Windows server 2008 or 2012

2014-01-16 Thread Byron Mann
and secure (HA, Windows joke contained within). Byron Mann Lead Engineer Architect HostMySite.com Byron Mann Lead Engineer Architect HostMySite.com On Thu, Jan 16, 2014 at 2:27 PM, Rob Voyle robvo...@voyle.com wrote: Hi Folks I am looking at changing VPS providers to maintain and upgrade CF I

Re: SSL certificate problem with 3rd party

2014-01-16 Thread Byron Mann
-trustcacerts -alias *.internetsecure.com -cert -file c:\someServerCertFile.cer -keystore c:\ColdFusion8\runtime\jre\lib\security\cacerts -storepass changeit You will need to restart CF after that. Byron Mann Lead Engineer Architect HostMySite.com On Thu, Jan 16, 2014 at 3:05 PM, Jason Durham jqdur

Re: SSL certificate problem with 3rd party

2014-01-16 Thread Byron Mann
, and it appears to accept these types of certificates without issue. Byron Mann Lead Engineer Architect HostMySite.com On Thu, Jan 16, 2014 at 4:18 PM, Justin Scott leviat...@darktech.orgwrote: You will need to import the star (*) certificate into the keystore for the java instance

Re: Secure application code from host

2014-01-28 Thread Byron Mann
java obfuscator. http://proguard.sourceforge.net/ Whether things will still work with CF, I could not say, but might be worth a go. Last, you might try finding a host in the country that you could manage the installation, as opposed to on-site. Byron Mann Lead Engineer Architect HostMySite.com

Re: Viviotech?

2014-01-28 Thread Byron Mann
Not really a Chase compromise. Sounds like this was an outbound attack on Chase from Viviotech servers with Kloxo installed. Byron Mann Lead Engineer Architect HostMySite.com On Jan 28, 2014 6:02 PM, Wil Genovese jugg...@trunkful.com wrote: Those files were then hit remotely and caused

Re: CFAdmin failing to set up a Scheduled Task

2014-01-29 Thread Byron Mann
, to see if you are getting any access denied errors when doing the update. http://technet.microsoft.com/en-us/sysinternals/bb896645 Byron Mann Lead Engineer Architect HostMySite.com On Jan 29, 2014 6:49 PM, Gonzo Rock gonzor...@gmail.com wrote: Any ideas on why attempts to set a scheduled task

Re: creditcard-billing-system

2014-02-20 Thread Byron Mann
this. There may be some CF libraries that do a number check to see if the cc number itself is valid, as this is a common algorithm, but more advanced filtering would be through another service. Byron Mann Lead Engineer Architect HostMySite.com On Feb 20, 2014 8:29 AM, Uwe Degenhardt cf-t

Re: creditcard-billing-system

2014-02-20 Thread Byron Mann
this. There may be some CF libraries that do a number check to see if the cc number itself is valid, as this is a common algorithm, but more advanced filtering would be through another service. Byron Mann Lead Engineer Architect HostMySite.com On Feb 20, 2014 8:29 AM, Uwe Degenhardt cf-t

Re: Moving from CF8 tp CF10 - Session Issues

2014-02-20 Thread Byron Mann
Try using setdomaincookie=yes only instead of both. I seem to remember something like this going from 8 to 9. Any redirects after the login? Like going from httpto https? Or from domain.com to secure.domain.com? Byron Mann Lead Engineer Architect HostMySite.com On Feb 20, 2014 6:04 PM, Les

Re: Possible to optimise CFHTTP Response Time?

2014-02-20 Thread Byron Mann
network is all 100 Gb. During backups things simply slowed down due to the traffic shaping. Byron Mann Lead Engineer Architect HostMySite.com On Feb 19, 2014 8:45 AM, Mack mrsmith.w...@gmail.com wrote: On Thu, Feb 13, 2014 at 4:57 PM, Craig Brown craigpbr...@gmail.com wrote: I have an API

Re: array2.equals(array1) how to show difference?

2014-02-28 Thread Byron Mann
Is it possible there is whitespace appended to some of the array values? Byron Mann Lead Engineer Architect HostMySite.com On Feb 27, 2014 7:32 PM, morchella morchella.delici...@gmail.com wrote: hey guys i have two, 2 dimensional arrays. they have 3 columns. i have used #array2.equals

Default Values for Built-in Function Optional Parameters

2014-03-10 Thread Byron Mann
the region defaults. cachePut(id, val, CacheGetProperties('myregion').TIMETOIDLESECONDS, CacheGetProperties('myregion').TIMETOLIVESECONDS, 'myregion'); Byron Mann Lead Engineer Architect HostMySite.com ~| Order the Adobe Coldfusion

Re: CFC Not Returning JSON properly from an array

2014-03-14 Thread Byron Mann
a returnformat=plain, to return the string as is. Byron Mann Lead Engineer Architect HostMySite.com On Fri, Mar 14, 2014 at 3:26 PM, Rixon Reed ri...@photoeye.com wrote: I have a CFC that I'm trying to return JSON data in a web service.=20 If I do a dump before I return the code to the calling program

returnformat

2014-03-26 Thread Byron Mann
serializing the result set. Byron Mann Lead Engineer Architect HostMySite.com ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http

Re: returnformat

2014-03-26 Thread Byron Mann
Your jQuery plugin is exactly what I want to do. Thanks for that. Still would be neat to know if there is another way to access the runtime value of returnformat other than the url scope. Just a curiosity thing at this point. Byron Mann Lead Engineer Architect HostMySite.com On Wed, Mar 26

Re: SOT - Navicat Identity Column

2014-04-01 Thread Byron Mann
as it comes with SQL Management Studio, which is much better at managing SQL Server installations and databases. Bonus it's free. https://www.microsoft.com/betaexperience/pd/SQLEXP/enus/ Of course this is all Windows reliant. Byron Mann Lead Engineer Architect HostMySite.com On Tue, Apr 1, 2014

Re: get cached query result set

2014-04-03 Thread Byron Mann
Believe, in your scenario, each query version could have a unique cacheID, so, cacheID=idFeb2013, cacheID =idJan2013, ... To retrieve from cache... Jan2013=cacheGet(idJan20013); Feb2013=cacheGet(idFeb2010);... Byron Mann Lead Engineer Architect HostMySite.com On Apr 3, 2014 11:56 AM, John M

Re: max heap

2014-04-03 Thread Byron Mann
, I wouldn't doubt that this is specific to jrockit. Byron Mann Lead Engineer Architect HostMySite.com ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion

Re: Scheduled Tasks Not Running

2014-04-03 Thread Byron Mann
I'd also add as a side note, that while you don't have to, you should always use SSL, when using the basic authentication. Byron Mann Lead Engineer Architect HostMySite.com While Ian's post is still applicable and on point, scheduled task URLs do not have to be anonymously accessible

Re: Extending Application.CFC

2014-04-11 Thread Byron Mann
apps together to make them a bit more cohesive. What is IVR an acronym for anyhow? Byron Mann Lead Engineer Architect HostMySite.com On Apr 11, 2014 12:59 PM, Donnie Carvajal donnie.carva...@transformyx.com wrote: Hi, I have an application with a root application.cfc and a subfolder for IVR

Re: weird issue with utility

2014-04-15 Thread Byron Mann
Reactor thinks the request is done. Do you get output on the client side when just calling the first iteration... cfloop index=i from=0 to=-90 step=-1 cfhttp url=http://production.com/?Date=#DateFormat(DateAdd('d', i, now()), 'm/d/')# cfdump var=#cfhttp# cfbreak /cfloop Byron Mann Lead Engineer

RE: Spam management for forms handling

2014-04-20 Thread Byron Mann
http://www.ubergizmo.com/2014/04/google-develops-algorithm-that-can-decipher-its-own-captchas/ Thought this was interesting in the context of the thread. Byron Mann Lead Engineer Architect HostMySite.com ~| Order the Adobe

ColdFusion Looping

2014-04-24 Thread Byron Mann
to increment an index inside cfloop, so I could skip a few records in an array. I can't believe I've never noticed this, or am I just plain nuts? Byron Mann Lead Engineer Architect HostMySite.com ~| Order the Adobe Coldfusion

Re: ColdFusion Looping

2014-04-24 Thread Byron Mann
Yes, that last one with x is what I actually want. I'm just surprise the first few versions do not act in the same manner. Byron Mann Lead Engineer Architect HostMySite.com On Thu, Apr 24, 2014 at 12:25 PM, Blake wdavi...@gmail.com wrote: Looks like your incrementing X

Re: ColdFusion Looping

2014-04-24 Thread Byron Mann
cfloop from=1 to=10 index=x #x#- cfset x = x + 2 /cfloop 1- 2- 3- 4- 5- 6- 7- 8- 9- 10- I would use step in cfloop, however, the increment can be variable from iteration to iteration. Byron Mann Lead Engineer Architect HostMySite.com On Thu, Apr 24, 2014 at 12:32 PM, Blake wdavi

Re: ColdFusion Looping

2014-04-24 Thread Byron Mann
/113032480415921517411 On Fri, Apr 25, 2014 at 2:28 AM, Byron Mann byronos...@gmail.com wrote: Yes, that last one with x is what I actually want. I'm just surprise the first few versions do not act in the same manner. Byron Mann Lead Engineer Architect HostMySite.com On Thu, Apr 24, 2014

Re: Unable to add text to HTML HEAD tag

2014-05-07 Thread Byron Mann
Maybe try putting the cfajaximport into the head portion instead of inline elsewhere. Byron Mann Lead Engineer Architect HostMySite.com On Wed, May 7, 2014 at 11:35 AM, John Pullam jpul...@mcleansystems.comwrote: So you suggest going back and rewriting a 50,000 line application in order

Re: which is better - cfx_image or cfimage?

2014-05-20 Thread Byron Mann
I have also seen random issues with CFimage in 8 and 9, where it will not load an image due to image format. Things like the color map used for a jpg. Cfx_image seems to be able to handle most conversions more gracefully. Byron Mann Lead Engineer Architect HostMySite.com On May 19, 2014 11:42

Re: security issue with reading file with cfimage read and write

2014-05-20 Thread Byron Mann
, if some code just wrote the original file and is locked on the first try but not the second try when reading the file. Byron Mann Lead Engineer Architect HostMySite.com On May 19, 2014 10:19 PM, Matthew Smith chedders...@gmail.com wrote: /Had it working a couple of times but I think I am

Re: DDOS Prevention

2014-05-27 Thread Byron Mann
to handle this. Something like Nginx which is a good bit more configurable than IIS. There are also services that you can route your traffic through like CloudFlare, which I believe just uses Nginx in the clusters. Byron Mann Lead Engineer Architect HostMySite.com On Tue, May 27, 2014 at 11:00 AM

Re: DDOS Prevention

2014-05-27 Thread Byron Mann
Not to steal the thread, but I remember trying that and something else broke. I want to say the default doc wasn't working correctly, so I couldn't get http://domain.com/ to pass off to CF. May have been something else though. One of these days I'll have to give it another try. Byron Mann Lead

Re: cfdirectory issue

2014-06-13 Thread Byron Mann
. Might be good to see some code and what version you are on. Are sandboxes in use? I have seen things like creating a file or directory via CF and then accessing that in the next few lines it doesn't exist yet, but that was previous versions, have not seen that with 10±. Byron Mann Lead Engineer

Re: The state of Statlessness

2014-07-04 Thread Byron Mann
Very curious to know what the scenario is for this requirement. Byron Mann Lead Engineer Architect HostMySite.com On Jul 3, 2014 12:38 PM, UXB denn...@uxbinternet.com wrote: I have always know and understood the underlying technology of the web in that it is a stateless medium

RE: The state of Statlessness

2014-07-04 Thread Byron Mann
? Overhead would be minimal as you would only really have to perform the check on the first block of a file being uploaded. Byron Mann Lead Engineer Architect HostMySite.com On Jul 4, 2014 12:07 PM, UXB denn...@uxbinternet.com wrote: Byron, Very curious to know what the scenario

Re: AWeber Email List Management

2014-07-15 Thread Byron Mann
Is installing php and using the php lib via cfexecute an option? Byron Mann Lead Engineer Architect HostMySite.com On Jul 14, 2014 3:28 PM, Dean Lawrence dean...@gmail.com wrote: Does anyone have any experience using the AWeber API ( https://labs.aweber.com/) from within their ColdFusion

Re: AWeber Email List Management

2014-07-15 Thread Byron Mann
for the weekend me thinks. Byron Mann Lead Engineer Architect HostMySite.com On Jul 15, 2014 10:57 PM, Maureen mamamaur...@gmail.com wrote: I don't see why not. If you are going to do that, there are several options other than PHP as well. Or you could just call the php page on your form action

Re: Regex help maybe

2014-07-21 Thread Byron Mann
to tweak. I use this one a bit. http://regexpal.com/ Byron Mann Lead Engineer Architect HostMySite On Mon, Jul 21, 2014 at 5:29 PM, UXB denn...@uxbinternet.com wrote: I am terrible at Regex's. I looked all over and am going blind. Is there anyone here that can shorted my search? I

Spelling Correction

2014-07-22 Thread Byron Mann
, Byron Mann ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358968 Subscription

Re: need help with two sites - willing to pay $45/hour

2014-07-23 Thread Byron Mann
Matthew, The site seemed to be responsive this morning, so I took a look at things and have fixed the basic errors that were happening and the home page now loads properly. I've done the following. Implemented an error handler in Application.cfm. So on error a full dump of the error is shown

Re: need help with two sites - willing to pay $45/hour

2014-07-23 Thread Byron Mann
Apologies to all, result of too many open windows and not enough coffee. On Wed, Jul 23, 2014 at 9:44 AM, Scott Stewart webmas...@sstwebworks.com wrote: Byron, no offense but did you really mean to send this out to the enitre CF-Talk list? On Wed, Jul 23, 2014 at 9:14 AM, Byron Mann

Re: Insite Help on CF Hanging?

2014-07-23 Thread Byron Mann
ago. Regards, Byron Mann Lead Engineer Architect HostMySite ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com

Re: multithreaded job....can i programmatically ignore waiting for threads?

2014-07-24 Thread Byron Mann
threads requiring it. Alternately, your thread join can have a timeout. You could put a maximum wait time. Then loop the threads and terminate those not completed and throw an error. Byron Mann Lead Engineer Architect HostMySite.com On Jul 23, 2014 6:24 PM, Yuliang Ruan yuliangr...@hotmail.com

Re: Query columns shifting

2014-07-29 Thread Byron Mann
more so use stored procedures over inline queries whenever possible. -- Regards, Byron Mann Lead Engineer Architect HostMySite On Tue, Jul 29, 2014 at 8:00 AM, Michael Christensen mich...@strib.dk wrote: Hey guys Got at bit of a weird thing going on in my code... Sometimes when I make

Re: Emails MIA

2014-08-05 Thread Byron Mann
. Byron Mann Lead Engineer Architect HostMySite ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk

Re: Auto File Uploading...

2014-08-06 Thread Byron Mann
Sounds like curl or wget would do the trick. Byron Mann Lead Engineer Architect HostMySite.com On Aug 6, 2014 8:36 PM, Phillip Vector vec...@mostdeadlygame.com wrote: So I have a server that reads a file that is submitted to it and processes the contents. I can not touch this server

Re: EMail Injection Attack

2014-08-18 Thread Byron Mann
Make sure the cfmail option for logging sent mail is enabled via the CFAdmin. This will tell you if CF is actually sending the mail. The log file will be in your CF root under logs. I think it's mailsent.log. Most likely one of two things. You have a web form that sends through another

Re: EMail Injection Attack

2014-08-18 Thread Byron Mann
No really good way in CF logs that I know to see the actual file that sent the CFMail. Might be able to correlate your web server access logs to the cf mail sent log with the timestamp. Most of the time attacks like this will be all at once, so it should be fairly easy to see in the web logs.

Re: EMail Injection Attack

2014-08-18 Thread Byron Mann
I'd also enlist the help of your hosting provider if server level troubleshooting is part of your service level agreement. It's usually in their best interest to squash this type of activity, as it can get their ip addreses and ranges blacklisted. Byron Mann Lead Engineer Architect

Re: ColdFusion hangs or slow when several datasources are not found

2014-08-19 Thread Byron Mann
to see slowness. Something like a cascade effect. The 5 seconds won't solve the issue all around. It just releases those threads faster. Depending on the number of queries attempting to run on the failed DB server. You may still see slowness. ~Byron Mann Lead Engineer Architect HostMySite

Re: Scheduled Tasks Not Attempted

2014-08-20 Thread Byron Mann
just use the DB server timestamp as authoritative in a clustered setup, but probably worth checking. I would recommend removing the task and rescheduling them. I've had to do this before where a task would not run for whatever reason. ~ Byron Mann Lead Engineer and Architect HostMySite

Re: deleting an image after using cfimage

2014-08-21 Thread Byron Mann
on reboot. All dependent on the requirement of course. Byron Mann Lead Engineer Architect HostMySite.com ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag

Re: isvalid(url) issue

2014-08-27 Thread Byron Mann
Wonder if encoding your query string values would result in a positive response. Byron Mann Lead Engineer Architect HostMySite.com On Aug 27, 2014 2:03 PM, John M Bliss bliss.j...@gmail.com wrote: ACF 10's isvalid(url) says that this is not a valid URL. What's your favorite alternative

Re: CFTRY / CFCATCH not working

2014-09-09 Thread Byron Mann
Numbers of source Raster bands and source color space components do not match null Where do you see this error? In the exception logs? Or is the thread just dying and outputting this and not continuing on? Also what CF Version, I know older versions seemed to have many more problems reading

Link checker

2014-09-10 Thread Byron Mann
I know there was a previous thread about spidering a site to check links and some people recommended a certain utility other than wget. I went through the archives and wasn't able to find that thread. Any thoughts? -- Regards, Byron Mann

Re: cf incorrectly thinks compiled java byte code is correct

2014-09-17 Thread Byron Mann
Can you post the code for the set_first_name.cfm? firstName variable is undefined. I have seen this type of error before when the variable is set to null. Something like a web service call that fails or really does not return anything. In this instance setName might be a function that returns

Re: CF10 creating extra CFID/CFTOKEN cookies at the domain level

2014-10-01 Thread Byron Mann
no cfid/cftoken cookie. Another common issue I have seen is a login session occurring under www, but somewhere in the application a link goes to the non www host, which could result in a dropped session/login depending on how things are coded. Byron Mann Lead Engineer Architect HostMySite.com

Re: Getting memory amount used

2014-10-01 Thread Byron Mann
or the builtin CF monitoring may get this granular for session variables. I cannot remember off hand. Byron Mann Lead Engineer Architect HostMySite.com ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe

Re: Why this regex takes so long?

2014-10-02 Thread Byron Mann
Think this has something to do with the Regex itself. I stink at them; however try plugging it in here: http://regex101.com/ It returns something about catastrophic backtracking. You may want something like this: [A-Z0-9]*@ On Thu, Oct 2, 2014 at 11:51 AM, wrote: Hi, I'm having a problem

Re: Avoiding a boat load of queries inserting multiple records - Better Way?

2014-10-10 Thread Byron Mann
#, inserted.listID INTO nl_catREL (groups_id, email_id) VALUES cfloop ('#mailREC[CurrentRow][1]#', '#mailREC[CurrentRow][2]#', '#mailREC[CurrentRow][3]#', '#mailREC[CurrentRow][4]') , /cfloop commit tran /cfquery You'd have to re-write this to account for the extra comma of course. Byron Mann Lead

Re: Distributive Mode

2014-10-17 Thread Byron Mann
We actually run our internal CF sites in distributed mode. CF10+ works better than 9-. Previously it seems to work very slow and the clustering well, just plain sucked. And yes, you can accomplish pretty much the same thing with reverse proxy. The distributed methodology is still useful (proxy

Re: Alternative to shared SMTP server

2014-10-30 Thread Byron Mann
You could also do something like a small linux EC2 instance and run Postfix which based on your data transfer would probably be free as well. http://aws.amazon.com/free/ I think with Amazon SES you can send something like 2000 emails per day at no cost. ~Byron

Re: IE slow, Ffox, Chrome, Opera fast

2014-10-30 Thread Byron Mann
I would agree the UI should maybe be tweaked; however things they may help IE and even other browsers. Set a fixed width on your columns and table. table width='500' td width='20'. Not sure if doing this as a style makes a difference or not. Set the table-layout to fixed. table

Re: cfqueryparam EncodeForHTML

2014-11-03 Thread Byron Mann
Larry, You are already using cfqueryparam so you are protected for the most part. I say most part, because you could still extract the data from the db and have bad consequences if you are not considerate of the underlying data and how you use it. Like querying malicious data and using it in

Re: cfqueryparam EncodeForHTML

2014-11-04 Thread Byron Mann
cfqueryparam will not prevent the malicious data from getting entered into the table. However it does prevent the malicious text from executing as T-SQL. cfqueryparam does not parse or cleanse data in any way. Basically it passes the text as a variable to the sql statement. Thus preventing any

Re: Scheduled Tasks Error

2014-11-10 Thread Byron Mann
I've seen this before when the CF service suddenly terminates. Could be the service terminated during an update to the xml file rendering it empty. A subsequent restart of CF may have created a backup of the xml file before stopping, rendering the bak file empty as well. We moved to clustered

Re: Scheduled Tasks Error

2014-11-10 Thread Byron Mann
: is this a new feature in CF10/11 to install the tasks in DB ? On Mon, Nov 10, 2014 at 1:37 PM, Byron Mann byronos...@gmail.com wrote: I've seen this before when the CF service suddenly terminates. Could be the service terminated during an update to the xml file rendering it empty. A subsequent

Re: Redirects

2014-11-10 Thread Byron Mann
the same mainframe my dad installed there in the late 70's. Byron Mann Lead Engineer Architect HostMySite.com On Nov 10, 2014 3:39 PM, Steve LaBadie slaba...@po-box.esu.edu wrote: We are currently using a meta date redirect from a UNIX box. The redirects currently sit on www and the production

Re: Redirects

2014-11-11 Thread Byron Mann
With that many I might look into using some sort of command line script to manage. Here's a thread with a simple example on using appcmd for IIS to create a rewrite rule. http://stackoverflow.com/questions/19091661/urlrewrite-via-appcmd On Tue, Nov 11, 2014 at 8:36 AM, Steve LaBadie

Re: Advise in optimizing an application

2014-11-16 Thread Byron Mann
This may be something like that you want. cfquery name=findDups SELECT max(a.email_id) as email_id, a.ml_email FROM nl_mailgroups a inner join nl_catREL c on c.email_id = a.email_id WHERE c.groups_id = cfqueryparam value=#req.thisGROUPID# cfsqltype=CF_SQL_INTEGER /

Re: incoming tabular data stream error?

2014-11-19 Thread Byron Mann
of these sql performance tweaks to improve performance further. Byron Mann Lead Engineer Architect HostMySite.com ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag

Re: how to diagnose a potential bottleneck

2014-11-28 Thread Byron Mann
Sounds like you are on a shared server if the host cannot, install something to your liking. This could be a case of another site on the server bringing it down and not your site. Byron Mann Lead Engineer Architect HostMySite.com

Re: GC overhead limit exceeded

2014-12-09 Thread Byron Mann
Could this maybe be a difference in the jvm.config upon upgrade? I have not upgraded anything to CF11, but previous versions were basically a new install. So the memory limits in your prior version may have been tuned more appropriately to your application.

Re: Problem returning JSON from CFCS

2014-12-09 Thread Byron Mann
So the http response actually has Echo is on? Maybe there is just some additional output occurring in the CFC or Application.cfc that is outputting that string prior to the JSON response. On Tue, Dec 9, 2014 at 4:48 PM, Steve Durette st...@durette.org wrote: Hi all, I'm having a problem

Re: SQLServer JDBC Driver - maximum number of connections

2014-12-12 Thread Byron Mann
One thing maybe to check is the DSN is set to the maintain connection, could be the upgrade did not bring this over which might account to a large number of sql connections being made. The only times I have seen a similar error were with session limits on a firewall and a windows OS reaching

Re: CF11 mail issue

2014-12-17 Thread Byron Mann
Could it just be the password is not what you think the CF7 machine has configured? Try the cfmail test with user/password/server (IP is Russ suggested) from the CF7 machine. That might tell you if the password is off. Any antivirus or OS firewall on the CF11 machine possibly blocking the

Re: Bcrypt.class error

2014-12-18 Thread Byron Mann
Based on your description, I think this is the line causing an error. bcrypt.checkpw(lcase(password),Member.getMemberPassword()) I might just add some more granular logging before the statement that would maybe nail down what is amiss. try { writeoutput(lcase(password)); } catch (any e) {

Re: Bad Gateway!

2014-12-30 Thread Byron Mann
This is the kind of error you might get when the CF service is down. First impression is something you are running is crashing the CF service. Anything in the logs that might indicate this is the case? Byron ~| Order the

Re: Bad Gateway!

2014-12-31 Thread Byron Mann
I would look to the code then. Something running well today does not mean it will run well tomorrow. I would maybe run the process and watch fusion reactor to see when things go bad. Also check the CF logs for any exceptions. Byron

Re: Passing arguments into base class

2015-02-06 Thread Byron Mann
This might work, if I'm understanding. component name='baseClass' { variables.utilClass = ''; public any function init(utilClass utilClass){ variables.utilClass = arguments.utilClass; } } In your derived class you can do this. component extends='baseClass'{ public any function

Re: CF10 setting comparable to CF9 maximum JRun threads?

2015-02-06 Thread Byron Mann
Do not believe this is a setting any longer. There are only options to set the template, flash, web service and CFC requests. Believe the defaults are 20,5,5,10 respectively. ~| Order the Adobe Coldfusion Anthology now!

Re: Passing arguments into base class

2015-02-06 Thread Byron Mann
Think you might want something like this in your base cfc? I think you'd not want the UtilClass to inherit the base class however, or this would lead to a circular reference and probably kill the app. component name='baseClass' { variables.utilClass = new UtilClass(); } On Fri, Feb 6, 2015

Re: validating email CF11

2015-01-15 Thread Byron Mann
With all the new top level domains available now (), you are better with a regex that matches by size, instead of adding specific strings beyond 3 or 4 characters. Just change the {2,4} to something like {2,254}, which should fairly future proof the regex. I believe the RFC for DNS has a

<    1   2   3   >