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 forwards the request 
to a BEX web page that has a few ads and links and a search. Think of it like 
what openDNS does.

Is there anything I can do to start getting validations working? If I have 
CFHTTP checking a site I want to know if I get anything other than a 200 OK 
return. I could just post the code to production, which is not on BEX servers 
and works like I want it to, but I really detest the idea of coding and unit 
testing in a production environment.



~|
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:340493
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338061
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 connect CF to it. So far all I am turning up is very limited and on 
average 2-4 years old, if the links even work.

Any and all help is appreciated. 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:335119
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 backup copy. 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333571
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 package that comes with CF is severely 
lacking in file indexing capabilities, I can't justify the switch to our 
clients yet. Once they update Solr to be as thorough as Verity is, then I'll 
push for the switch. 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333572
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333546
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333549
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 out data if I need to 
debug.

In addition to that, I find Firebug to still be the best front-end debugger out 
there. The real-time HTML and CSS updates are invaluable for me for tweaking 
designs on the fly rather than having to edit, save, upload files again and 
again. The Net tab is great for managing AJAX calls. 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333550
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 Unix-based 
OS. Having one VM is enough of a strain on available memory, and I only have 
that one because my work requires a Windows connection to the Citrix server, 
Macs aren't supported. Two would grind my computer to a halt. 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333507
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 admin. 
Changed the host name to the IP address of the Windows instance... and nothing. 
:-( 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333509
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333417
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 says Search services: not 
installed. And nowhere in the installation was I allowed to make a selection 
based on that.

After all this, it sure doesn't look like the Developer Version installs 
Verity. And I need a license to  download Verity from Adobe, which I don't have 
because I use Developer Edition. So I guess I am stuck? 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333428
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 Adobe_ColdFusion_9_InstallLog.log file, and searched for verity. I 
found this line:

Install File: 
/Applications/ColdFusion9/WEB-INF/cfusion/lib/verity.jar

Looking in my /Applications/ColdFusion9/ directory, there is no 
WEB-INF/cfusion/lib directory. I found the verity.jar file in 
/Applications/ColdFusion9/lib/.

So putting this together, it looks like the installer is looking in the wrong 
place for this?

This brings me to two questions:

1. How do I report this to Adobe?
2. Can I manually install this verity.jar file? I have no experience in that 
arena, would need to be handheld through it. 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333431
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 questions? 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333435
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333440
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 that, I am all ears!

I'd install an instance of CF on the Windows instance, but there are a lot of 
dynamics to my team that make it very undesirable. They all work on a single 
Unix server for development, QA, and production. I am the lone offsite 
developer on my team so I need to maintain that Unix-based structure on my 
local development arena. 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333461
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332251
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332252
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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. 

~|
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:328790
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 attributes in jrun.xml for that CF server 
does not alleviate the error. I still get the exact same message JRun will not 
accept request.  Check JRun web server configuration and JRun mappings on JRun 
server.. So something does have to be set in JRun it seems, I just have no 
idea at this point.

HTTP (port 80) files run fine. 

~|
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:328791
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328807
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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 no problems.

Any ideas where to look for an answer here?

FWIW, I switched the app to run under CF9, and the error went away. The good 
news there is that I think we're about 6 months away from upgrading to CF9. The 
bad news is I need an answer before then. :( 

~|
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:328825
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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 followed these instructions to set up a keyStore and trustStore for my 
CF7 Jrun instance: http://www.bpurcell.org/blog/index.cfm?mode=entryentry=1064

I created different key stores (cedmx7dev.keystore) and trust stores 
(cedmx7dev.trustStore) because I was getting a weird error using the defaults.

I edited the jrun.xml file and uncommented the lines and updated for the 
ability to use the ProxyService with SSL:
!-- = 
--
!-- This service is for communicating with a native (IIS, Apache, Netscape)   
--
!-- web server.   
--
!-- To run this service in a secure mode via SSL, set the keyStore,   
--
!-- keyStorePassWord, trustStore and socketFactoryName attributes.
--
!-- = 
--

[...]

attribute name=keyStore{jrun.rootdir}/lib/cedmx7dev.keystore/attribute
attribute name=keyStorePasswordchangeit/attribute
attribute name=trustStore{jrun.rootdir}/lib/cedmx7dev.trustStore/attribute
attribute 
name=socketFactoryNamejrun.servlet.jrpp.JRunProxySSLServerSocketFactory/attribute

And the end result is... 500 errors. The Apache log just says this: [notice] 
jrApache[74382: 26873]  JRun will not accept request.  Check JRun web server 
configuration and JRun mappings on JRun server.



I am lost and at this point need some help. Thanks in advance. 

~|
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:328783
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 server. I also 
installed a couple from RIAforge, including the CFProperty Inspector.

However, none of these extensions are creating the files they are supposed to. 
An example is the CFC Generator. I open an RDS (any of the three) and select a 
database table. I click to generate the CFC (or the ORM CFC just for kicks), 
select a directory in any of my projects, and the files are never written out.

This is driving me crazy, especially since when I used this at the Chicago Flex 
training last week, it worked fine.

Anybody have a clue why this is happening?

The latest attempt at least shone some light on it, I am getting this error 
sometimes, but not all the time, in teh Console when trying the Adobe CFC 
Generator. But I am even more confused now because I have the server set up 
properly, I can go to this URL in my browser without a problem.

11/27 10:28:41 error Requested resource 'File not found: /Adobe CFC 
Generator/handlers/index.cfm' 
(File%20not%20found%3a%20%2fAdobe%20CFC%20Generator%2fhandlers%2findex.cfm) not 
found
java.lang.IllegalStateException
at jrun.servlet.JRunResponse.getWriter(JRunResponse.java:203)
at jrun.servlet.JRunResponse.sendError(JRunResponse.java:586)
at 
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:316)
at 
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)
at 
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66) 

~|
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:328737
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 server accordingly. 

This has the advantage of allowing you to run multiple versions of CF on the 
same server at the same time if needed. I usu MAMP Pro to manage that, haven't 
had a problem on Snow Leopard.

The ONLY problem I ran into was when I tried to install the 64-bit version of 
CF9, that gave me a lot of odd errors (including CFSAVECONTENT not working at 
all). I nuked that one, installed CF9 32-bit as a J2EE file, and it's been 
smooth sailing for me since.

I have a blog post about my experiences at 
http://www.barthle.com/blog/post.cfm?entry=what-i-learned-today-how-to-run-cf7-cf8-and-cf9-at-the-same-time
 if you are interested. 

~|
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:328471
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327265
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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 bail me out here I'd greatly appreciate it. 

~|
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:327266
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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, and to be sure, the initial multi-server install is stupid simple,
thanks to the installer.  :-)

I have the first step done. I uninstalled CF8 (didn't save settings but they 
are easy to redo) and then ran into the problem I noted in another thread about 
Adobe not offering CF8 anymore. Going on faith that somehow I will procure 
another copy of CF8, I went ahead and installed CF9 in multi-server. It was 
simple, but not quite stupid-simple. 

After setting it all up, I had to go into JRun and turn on the Proxy service so 
the external connectors could run, and turn off the internal web server. Then I 
had to open the webserver connector and rerun my Apache setup (it didn't take 
in the CF9 install for some reason). After that, I ran into the problem that 
apparently Adobe never fixed from CF8, the fact that even though I have a 
32-bit install it tried to use the 6-bit version of mod_jrun20.so. So I had to 
grab the 32-bit copy from the wsconfig.jar file and replace the 64-bit one.

Only then was CF9 running. :-)

Now, crossing my fingers that CF8 is attainable somehow so I can do the second 
part of this... 

~|
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:327281
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 willing to take 
Adobe to task on this and get them to do the right thing. It's just not 
feasible for many organizations to make the upgrade, especially less than a 
month from the release of it. I know many many people that avoid any new 
software like the plague until it's had at least one update fix released, and I 
have every expectation CF9 will be no different in that regard. 

~|
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:327288
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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 able to set up those 
virtual host names to use with CF9, so the built-in web server for CF9 is out 
of the question. My CF8 install used the standalone server. 

I tried downloading XAMPP (to use a wholly separate Apache instance) and 
installing CF9 to use that through the webserver configuration. It was a 
disaster, not only not working on CF9 but nuking my CF8 instance in the 
process. Thankfully through Time Machine I was able to get CF8 back running.

I've never set up a CF instance in any other way than standalone, so if there 
is a way that I could accomplish this without having to go to VMware and 
Virtual servers (I can do that but it is a severe memory hog), I would be very 
appreciative. 

~|
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:327213
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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? 

~|
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:327168
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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. 

~|
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:326795
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326798
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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. 

~|
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:326799
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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 what I am paying for them it 
wouldn't be much more to go back to a VPS with Vivio.

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:326731
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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

I double checked the spelling of the view name, it's correct. And on the page 
that calls this page, I call to a view and it works fine. And I can run the 
view fine from Navicat

Any idea what may be going on? 

~|
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:326756
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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 mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:324791
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 set up a site to use a vanity domain name 
(http://www.mydomain.com) which points to a subdirectory of /www/CFAPPS/ on my 
server (like the other sites that work do), and I added a virtual host to 
Apache. It seems to have set up fine there, but I get a weird error when I try 
to access the site:

==
 Cannot lock SESSION scope.
CFLock cannot be used to lock the application or session shared scopes without 
these scopes being established through the use of the CFApplication tag. If you 
want to use the session scope you need to enable session management. 
Application and/or Session variables must also be enabled in the ColdFusion 
Administrator.
 
The error occurred in /var/www/CFAPPS/[site name removed for 
privacy]/Application.cfc: line 278

276 :   cfelse
277 :   !--- delete the session variable for old errors ---
278 :   cflock timeout=10 throwontimeout=No 
type=EXCLUSIVE scope=SESSION
279 :   cfset structdelete(session,error) /
280 :   /cflock

==

The Application.cfc file has things set up properly:

==

cfset this.name = [site name removed for privacy] /
cfset this.applicationTimeout = createTimeSpan(0,1,0,0) /
cfset this.clientManagement = false /
cfset this.sessionManagement = true /
cfset this.sessionTimeout = createTimeSpan(0,0,30,0) /
cfset this.setClientCookies = false /
cfset this.setDomainCookies = false /
cfset this.scriptProtect = all /

==

And I checked the CFAdmin settings and it's fine, J2EE session variables, 
Enable Application variables, and Enable session variables are all checked. I 
also know this because the other sites that don't use a vanity domain name are 
working fine.

I have no idea at this point why this might be erroring. Anyone have ideas?


~|
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:324767
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:324769
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 a Solaris box, not Ubuntu). Because of that, I am thinking that 
it has to be in how I set up the virtual host somehow, or maybe it's because 
it's on Ubuntu (which was not supported for CFMX7)? I am by no means a Unix 
guru, I followed a blog post to get the virtual site set up.

The error is in onError(), I'd like to see the root error that caused this 
(assuming there is one here). Mayeb that will give some insight. Just an odd 
thing to have session management set up but have it act like it's not? 

~|
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:324778
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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. The 
first letter should have been capitalized. That little fix there (and in the 
virtual hosts setup) fixed everything. Thank you for making me step back 
through the setup with your suggestion! 

~|
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:324779
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 email addresses 
for 3 people, and I want to give their mailboxes each 100 MB of quota. The 
problem is that the Plesk setup seems to be maxing them out at 9.8MB and I 
cannot find where I can change that. 

Anybody familiar with setting up sites and email in their Plesk system, help is 
very much appreciated. 

~|
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:323986
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 HostNexus but haven't seen much posted here that is recent on 
them. I was wondering if people using them for CF8 hosting could share some 
updated thoughts an opinions on them.

Thanks. 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322016
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 any of the CF-Talk digests for the past 2 days or so. 
 Michael, any changes you made to HOF that would affect the digests 
 going out? Anyone else seeing this issue, or are others still 
 receiving the digests?
 
Cedric

~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:284727
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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
cfset dumplist=type,message,detail,tagcontext,ExtendedInfo
/cfcase
cfcase value=database
cfset 
dumplist=type,message,detail,tagcontext,NativeErrorCode,SQLState,Sql,queryError,where
/cfcase
cfcase value=expression
cfset dumplist=type,message,detail,tagcontext,ErrNumber
/cfcase
cfcase value=lock
cfset 
dumplist=type,message,detail,tagcontext,LockName,LockOperation
/cfcase
cfcase value=missingInclude
cfset 
dumplist=type,message,detail,tagcontext,MissingFileName
/cfcase
cfcase value=object,security,template
cfset dumplist=type,message,detail,tagcontext
/cfcase
cfdefaultcase
cfset dumplist=type,message,detail,tagcontext
/cfdefaultcase
/cfswitch

p
ubCFCATCH Error Variables/b/ubr
cfloop list=#dumplist# index=i
ucfcatch.#i#/ubr
cfdump var=#evaluate(cfcatch.  i)#brbr
/cfloop
/p


When I try to do CFDUMP VAR=#CFCATCH#
 
I get the following [Unknown Type] when I used to get the entire CFCatch
structure dumped, anyone have any ideas why I am now getting this. 
 
 
 
Trevor Orr
Summit Projects
[EMAIL PROTECTED]
541.387.8883 x213

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210788
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 question, I wrote a function in my framework that
does the same thing that cfml2js does, but without using wddx ...

http://www.fusiontap.com/docs/index.cfm?netaction=libraries%2Fcf%5Fdom
hash=js.object

InvalidTag language=javascript
   #request.tapi.js.object(q_contacts,contacts_array)#
/script

Thanks, I'll take a look at that.

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210400
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54