Viewing posts for the category ColdFusion

Barney B on including a UDF in a CFC

Posted by: scoopseven in ColdFusion 17 years, 1 month ago
Having a udf library, you'd naturally want to be able to expose those udfs to your cfcs. Barney Boisvert was nice enough to help me out on this one...

read more / 0 comments

JavaScript List/Coldfusion Functions

Posted by: scoopseven in ColdFusion 17 years, 2 months ago
As great as this was, the listFind function doesn't work :(, so I went in search of a better JavaScript CF library. Behold the JavaScript Library of ColdFusion Functions from LeftCorner.com. Download the library here.

read more / 0 comments

Undocumented FB4

Posted by: scoopseven in ColdFusion 17 years, 2 months ago
Me:

read more / 0 comments

cfhttp / JDK caching

Posted by: scoopseven in ColdFusion 17 years, 3 months ago
For some reason, cfhttp couldn't connect to our server. We could access it fine from a browser on the machine, which ruled out any firewall blocking on the images.com side. So it looked like ColdFusion was caching the DNS, which wasn't that far from the truth. Turns out the Java JDK just does, NS, not DNS ;) There's a setting in java.security which permanently caches DNS entries that CF uses (cfhttp, cfsmtp, etc.) Instructions for correcting this behavior are from Tom jordahl's bog.

read more / 0 comments

Updating CFMX 6.1

Posted by: scoopseven in ColdFusion IIS 17 years, 3 months ago
Hotfixes since 6.1 Updater http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=b3a939ce Newest supported JVM 1.4.2_05 http://java.sun.com/products/archive/j2se/1.4.2_05/index.html
for those having troubles installing a new JRE (like I did): With MX 6.1 you have to install the whole SDK, not only JRE, because ColdFusion needs a 'Hot-Spot JVM' which is not included in the JRE. If you only install the JRE and change the path in jvm.config to the new location, ColdFusion will start with an 'error 2' and you'll get an errormessage in {CFMX root}/runtime/logs/default-err.log like 'Error: no `server' JVM at c:/Program Files...' -Posted By Juerg Anderegg | 5/15/04 7:35 AM on Forta.com
STEPS: 1) Install Java SDK 2) Update the java.home path in jvm.config (rather than cfadmin) to point to new JRE 3) Apply ColdFusion 6.1 Updater 4) Apply Hotfixes
  • Hot fix available for null, null errors ( Article b3c51ba1 )
  • Hot fix available for cfchart output not displaying with IIS 6 ( Article 38824ea2 )
  • Hot fix for client variables ( Article 19590 )
  • Hot Fix to upgrade web server connectors ( Article 238944b1 )
  • Hot fix to resolve slow memory leak when enabling Debug Logging ( Article 1ea55f4a )
  • Hot fix to upgrade DataDirect Sequelink ODBC Server to version 5.4 ( Article e917887 )
  • Hot fix for cfdump throwing unknown type error for cfcatch structure ( Article 1a9c83c )
  • Hot fix for ColdFusion not responding to requests ( Article 19536 )
  • Hot fix for ColdFusion Administrator navigation frame on an SSL site ( Article 19597 )

read more / 0 comments

Recent Tweets

Recent Posts

Archive

2013
2012
2011
2010
2009
2008
2007
2006

Categories

Authors

Feeds

RSS / Atom