We have released ColdFusion Builder 2 Hot Fix 1 that fixes some key issues on search functionality including search performance on large number of files.
The installer and other details are available here http://kb2.adobe.com/cps/911/cpsid_91140.html
5 Responses to “ColdFusion Builder 2 Hot Fix 1 is now available”

Just to let you guys know. I tried opening the ftp links from the Hot Fix page and they error in Chrome:
URL as displayed in Chrome Location box once I click on the Windows installer link:
ftp://eftp.adobe.com/SAVED%20FILES/ColdFusionBuilder/Adobe%20ColdFusion%20Builder%202%20HotFix%201.exe
Error message:
Error 138 (net::ERR_NETWORK_ACCESS_DENIED): Unable to access the network.
In IE9 and Firefox 3.6.19 + Firefox Nightly (8.0a1) I also get a “Unable to connect” error… Any reason why the links are using FTP?
@Steve, it seems working perfectly fine for me. Could it be that FTP access is blocked for you? Could it be a firewall issue?
Downloading an exe file – in this day and age ? What ? FTP ?
Just plain wierd.
ftp://eftp.adobe.com/SAVED FILES/ColdFusionBuilder/Adobe ColdFusion Bu…
The site you requested is in a filtering category that is blocked by your organization’s filtering policy
Block Reason: Content Blocked By Policy (exe)
Site Category: Not_Applicable
Pardon me but what would have been wrong with using the update capability that is built into eclipse ?
Folks:
I am unable to get the Hot Fix to install correctly on my stand-alone instance of ColdFusion Builder 2 instance that’s running on my 64-Bit Windows 7 SP 1 workstation.
When I download and double-click the installer, it decompresses the package contents into my TEMP directory, and then just quits… (Literally, the “InstallAnywhere…” window that opens when I double-click the installer closes when the status bar reaches 100%. Nothing else seems to happen. Period.)
What can I do to troubleshoot? Are there any installation logs to look at? (Perhaps something specific to InstallAnywhere?) NOTE: I have reviewed all of the Windows logs (e.g. Event Viewer) and don’t see anything related to ColdFusion Builder 2 Hot Fix 1 at all…
Also, is there a way to manually run the Hot Fix after it has been decompressed into my TEMP directory?
Bottom Line – I really need install this Hot Fix, since I cannot use the broken Search and Replace feature that’s fixed in this release (FYI: That’s BUG # 2918920)…
Please Help!
Thanks in Advance!
~Christian
It could be that jre is not loaded for installer.
First set Java path from command prompt.
>set path=”C:\Program Files (x86)\Adobe\Adobe ColdFusion Builder 2\jre\bin”;%PATH%
Note: Replace “C:\Program Files (x86)\Adobe\Adobe ColdFusion Builder 2″ with your installed path.
Then execute the Hotfix installer from command prompt as follows:
>”Adobe ColdFusion Builder 2 HotFix 1.exe”
(Use your hotfix installer name)