CFHTTP ad DNS servers that do not return error status codes

2011-01-05 Thread Rob Barthle
I'm running into a problem with CFHTTP. I like to use it on some projects to verify a URL before allowing it to be used. The problem I have is that on my local development environment, my DNS servers (Buckeye Express) don't return failure codes if an invalid URL is tested. My DNS instead

Re: CF901 Released

2010-10-12 Thread Rob Barthle
All the people having this issue, were you working on Windows servers? If not what OS were you on? ~| Order the Adobe Coldfusion Anthology now!

CF9 and Google Search Appliance

2010-07-06 Thread Rob Barthle
A site I maintain is going to start using the Google Search Appliance for local searches. It originally was a combination Verity/SQL database search, then moved to a Google custom search, and now to this. I have zero experience with this, and am looking for guides and tutorials on how best to

Re: Style Classic Debugging File in CFIDE

2010-05-11 Thread Rob Barthle
Follow the instruction for installation as they lay it out, and you'll be fine. You have to add the coldfire.cfm template to the debug directory, and they replace your trace.cfm file in the cftags folder, but they recommend (as do I) that you rename the original file first so you have it as a

Re: CF9 Developer Edition and Verity?

2010-05-11 Thread Rob Barthle
It might be worth noting that Verity support is going to get dropped at some point in the future, you might want to investigate using Solr instead of Verity. Adam Well I would like to, but having read the thorough testing Ray Camden did on Solr, and the findings that the Solr

Re: CF9 Developer Edition and Verity?

2010-05-10 Thread Rob Barthle
Thank you to everyone, especially Dave. I have it working. Solution posted here: http://www.barthle.com/blog/post.cfm/what-i-learned-today-have-your-cf9-on-os-x-and-your-verity-too ~| Order the Adobe Coldfusion Anthology

Re: Style Classic Debugging File in CFIDE

2010-05-10 Thread Rob Barthle
Why not use Firebug and ColdFire and not have to worry about hiding anything? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion

Re: Style Classic Debugging File in CFIDE

2010-05-10 Thread Rob Barthle
On a local development box, I see no reason to not use ColdFire. I have found no issues with it at all in the months I have been using it. You never have to worry about CF debugging messing with your design, that is the single biggest reason I use it. I like the variables tab to quickly dump

Re: CF9 Developer Edition and Verity?

2010-05-07 Thread Rob Barthle
You can simply download the CF 9 Dev version for Windows and install that in your VM, then turn off CF itself. Verity is a separate service. I will give that a try, thanks. Why not just install CF in a Linux VM then? Because each VM instance is a memory hog, and I already work on a

Re: CF9 Developer Edition and Verity?

2010-05-07 Thread Rob Barthle
You can simply download the CF 9 Dev version for Windows and install that in your VM, then turn off CF itself. Verity is a separate service. Got it set up, turned off all other services except for the ColdFusion9 Search Service, and opened firewall holes for the three ports listed in the

CF9 Developer Edition and Verity?

2010-05-06 Thread Rob Barthle
I can't seem to find anything concrete on this. Does the CF9 Developer Edition not come with Verity? I don't seem to have it. FWIW, this is a JRun multiserver installation, not standalone. ~| Order the Adobe Coldfusion

Re: CF9 Developer Edition and Verity?

2010-05-06 Thread Rob Barthle
No, it comes with Solr, an instance of Lucene. No, it comes with Verity and Solr. Dave, not to argue, but I just undid and reinstalled the developer version as a standalone (finally getting rid of CF7). I got Solr installed, but Verity was not installed. In fact the installer application

Re: CF9 Developer Edition and Verity?

2010-05-06 Thread Rob Barthle
To start with I have nothing left over from previous installs. Confirmed that before installing. Are you running on Windows or OS X? I am running on Snow Leopard. And I think there might be an issue with the OS X installer (32-bit) that could explain this. I opened the

Re: CF9 Developer Edition and Verity?

2010-05-06 Thread Rob Barthle
Are you running on Windows or OS X? I am running on Snow Leopard. I suspect Verity is not available for OS X. I know it's available for Unix. I would find it surprising to have a Unix port and not have an OS X port. Circling back to my prior post, do you have any insight to either of my

Re: CF9 Developer Edition and Verity?

2010-05-06 Thread Rob Barthle
Well... that blows. I guess I am stuck. :( Thanks. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive:

Re: CF9 Developer Edition and Verity?

2010-05-06 Thread Rob Barthle
If I could get my hands on a Windows binary, I could set it up on a virtual XP instance I have running through VMware Fusion. But it looks like Adobe won't let you download that without a CF license, and I don't possess one nor have the cash to plunk down to buy one. If there's a way around

CFBuilder RDS Query Viewer max rows

2010-03-25 Thread Rob Barthle
Is there a setting somewhere in CFBuilder where I can increase the max rows returned in the RDS Query View? 50 is not enough for me at times. ~| Want to reach the ColdFusion community with something they want? Let them know

Re: CFBuilder RDS Query Viewer max rows

2010-03-25 Thread Rob Barthle
Sorry I did not see the CFBuilder forum in the list before posting. I reposted this question there. ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists

Re: CF7 multiserver config with JRun and SSL = 500 errors

2009-12-03 Thread Rob Barthle
I get that same Apache error if I have the SSL information commented out of the jrun.xml file as well. That's what led me down this path, since SSL is not set up in JRun by default. For whatever reason, JRun is not accepting requests coming from the SSL port and I need to get that resolved.

Re: CF7 multiserver config with JRun and SSL = 500 errors

2009-12-03 Thread Rob Barthle
You can run the site via Apache with SSL without needing SSL on the proxyService. The communication between Apache and CF is all local, so SSL is less important at that point. You would think that to be the case, but right now I cannot make that happen. Commenting out all the SSL related

Re: CF7 multiserver config with JRun and SSL = 500 errors

2009-12-03 Thread Rob Barthle
That was it!! Thank you so much. I am going to blog about this to put it all together. ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive:

CF7 CFCHART - Unable to find font: Dialog. when Arial is used?

2009-12-03 Thread Rob Barthle
I am getting this error on a pie and bar chart in a CF7 application sitting on OS X: Unable to find font: Dialog. What makes no sense is that the font selected in the CFCHART tag is Arial. Also, I have another CF7 application that uses CFCHART with Arial selected for the font, and there are

CF7 multiserver config with JRun and SSL = 500 errors

2009-12-02 Thread Rob Barthle
I need some help. I have been put on a project where half the site is run through SSL. I have never set up an SSL site before. First, I configured MAMP Pro (my Apache server) for SSL using these instructions: http://www.webopius.com/content/355/getting-mamp-working-with-ssl-on-os-x Then I

CFBuilder extensions not working

2009-11-27 Thread Rob Barthle
I am having the damndest time getting any of the CF Builder extensions to work. I have a CF multiserver setup with CF7, CF8, and CF9 all running on JRun. I have CFBuilder installed as plugins to a clean version of Eclipse 3.5 64-bit for OS X. I installed the basic extensions to map to the CF9

Re: Problems with CF-9 install on a Mac

2009-11-17 Thread Rob Barthle
I actually would advise to do a multiserver/J2EE install if you are up for it. If it's the first time, multiserver will set up JRun for you in addition to setting up CF9. If you have a J2EE server already installed, just create the EAR file through the CF9 install file and set it up in that

Re: CF8 and CF9 on the same computer

2009-10-16 Thread Rob Barthle
Thanks to both of you. So my first and biggest problem was doing CF8 standalone it looks like. Guess it's time to get experience doing multi-server! ~| Want to reach the ColdFusion community with something they want? Let them

Need CF8 OS X 32-bit installer

2009-10-16 Thread Rob Barthle
Does anybody have the CF8 32-bit installer that I could FTP from them? Apparently Adobe is no longer making this available (from http://forums.adobe.com/thread/502783?tstart=0) now that CF9 is out??!! Either way, I am stuck without a copy of the 32-bit OS X CF8 installer, so if anyone can

Re: CF8 and CF9 on the same computer

2009-10-16 Thread Rob Barthle
Multi-server is *definitely* the way to go. But before you uninstall your standalone, be sure to create a CAR of all your settings. This way when you re-install in multi-server setup, all you do is import the CAR and you'll have all of your settings, datasources, mappings, etc in place. Oh,

Re: Need CF8 OS X 32-bit installer

2009-10-16 Thread Rob Barthle
I may have fund someone on the Adobe board that can help me. I spent an hour on the phone with Adobe getting the runaround and basically they have no intention to help anyone still on CF8. It's either go to CF9 or good luck to you. I seriously hope that many others in the CF community will be

Re: CFMX7 for OS X

2009-10-14 Thread Rob Barthle
Thanks! ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327187 Subscription:

CF8 and CF9 on the same computer

2009-10-14 Thread Rob Barthle
Sorry if this has already been covered, I couldn't find anything to help me. I have CF8 installed on my Macbook Pro through MAMP Pro. Works like a charm, have multiple virtual hosts set up, etc. I want to install CF9 alongside CF8 so I could test out CF9 with existing code, but I want to be

CFMX7 for OS X

2009-10-13 Thread Rob Barthle
I need to install CFMX7 on OS X. We still use this at work, soon to upgrade to either CF8 or CF9. I read that with 7.01 there is a Mac OS X full installer, but Adobe points to the trial page which now is all CF9. Does anyone know where I can grab a copy of this still?

Re: Viviotech

2009-10-01 Thread Rob Barthle
Thanks! ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326794 Subscription:

Re: Viviotech

2009-10-01 Thread Rob Barthle
It's OS X. The view was named properly, but I went back into the CFQUERY tag and found a field in the query that was not in the view. Fixing that fixed the error, though why that was causing it to say table not found I am not sure.

Re: Viviotech

2009-10-01 Thread Rob Barthle
Clearly I replied here to the wrong topic. Oops. ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive:

Re: mySQL view coming up table not found?

2009-10-01 Thread Rob Barthle
It's OS X. The view was named properly, but I went back into the CFQUERY tag and found a field in the query that was not in the view. Fixing that fixed the error, though why that was causing it to say table not found I am not sure.

Viviotech

2009-09-29 Thread Rob Barthle
I am looking at viviotech for a VPS solution. Could I get some unbiased opinions of them? I had a disastrous time with Gearworx (poor server and worse support) and am currently with hostnexus on a shared server that lately has been going down because of activity from other domains. Also for

Re: Viviotech

2009-09-29 Thread Rob Barthle
Thanks! ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326755 Subscription:

mySQL view coming up table not found?

2009-09-29 Thread Rob Barthle
Preface: I am experienced in MS SQL, but have begun (out of need) to port over applicatons to MySQL 5. I have a simple view that I created using Navicat and saved. When I try to call the view with CFQUERY though, I get the following error: Table 'bettybarthle_com.vListingsSale' doesn't exist

Re: CFMX7, Ubuntu, Virtual Hosts, and a weird CFLOCK issue

2009-07-22 Thread Rob Barthle
Wasn't Application.cfc introduced in CF8, not 7 ? If that were the case, then I'd be having bigger problems... ;-) ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion

CFMX7, Ubuntu, Virtual Hosts, and a weird CFLOCK issue

2009-07-21 Thread Rob Barthle
Background: I have a local CFMX7 development server running on Ubuntu 8.0.4 and Apache 2.2. For most of my sites I have a domain name that is specific to that server, and sites that run off of subdirectories (ex: http://www.devbox.com/CFAPPS/sitename/) without a problem. Today I was having to

Re: CFMX7, Ubuntu, Virtual Hosts, and a weird CFLOCK issue

2009-07-21 Thread Rob Barthle
I should add that this code works fine on the team's dev server. ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive:

Re: CFMX7, Ubuntu, Virtual Hosts, and a weird CFLOCK issue

2009-07-21 Thread Rob Barthle
Perhaps with the direct domain name, you remove the ability to traverse up the directory tree to get at the application.cfc? Is the application.cfc in the same directory as the page you are calling? Yes it is. As I said before, this exact setup works properly on another server (only that is

Re: CFMX7, Ubuntu, Virtual Hosts, and a weird CFLOCK issue

2009-07-21 Thread Rob Barthle
Perhaps with the direct domain name, you remove the ability to traverse up the directory tree to get at the application.cfc? Is the application.cfc in the same directory as the page you are calling? Al, you are the man. I set up the site directory name wrong compared to the working server.

Gearworx VPS customers, need mail setup help

2009-06-26 Thread Rob Barthle
I'm turning to this community in hopes that I can get some help here, because Gearworx's customer support seems to have lost the ability to reply to tickets. I am setting up a new domain on my CF8 VPS. I am having some confusions regarding the mail setup. This domain will serve as the primary

HostNexus

2009-04-28 Thread Rob Barthle
I am looking at jumping from CrystalTech for a variety of reasons. HostNexus is one that has caught my eye early on, especially their ability to have multiple separate domains tied to one account that doesn't have to use coding hacks to accomplish like CT forces me to do. I did a search on

Re: HOF digests not working?

2007-07-27 Thread Rob Barthle
I cannot change my CF-Talk subscription to a digest mode. The site throws a generic error when I try and do so. When I moved some of House of Fusion over to 8 the gateways didn't get transfered. I use a gateway for digests so the result was no digests. Should be fixed now. I haven't gotten

Dump CFCATCH

2005-06-28 Thread Rob Barthle
We recently heard from some people in our OPS department that mentioned this was happening as well. Personally, I've been using the following template for CFCATCH dumps. Have not had a problem so far with it. cfswitch expression=#cfcatch.Type# cfcase value=application

Re: CFWDDX JavaScript error

2005-06-23 Thread Rob Barthle
My eyes! My eyes! Make it stop! ... do you leave the extra spaces in those tags in production? Assuming you weren't just making a joke, of course I don't. That was solely for the ability to display tags in the emails. Wasn't sure if they'd try and get processed or not. In answer to your