ColdFusion

ColdFusions: Sessions are not saving.

Posted by on September 22, 2008 at 11:43 am

If you are testing your application using the ip address instead of the domain name. You may notice the sesssions are not saving .    This is due to the setDomainCookies is set to true within your application.cfm or cfc file. Change this to false and your session cookies will now save .. once the domain [...]

Coldfusion: Connection reset by peer: socket write error

Posted by on August 11, 2008 at 10:11 am

If you get the following error message repeatedly when a ColdFusion page connects to a database, deselect the Maintain Connections option for the data source: [Macromedia][Oracle JDBC Driver]Connection reset by peer: socket write error If you do not want to deselect the Maintain Connections option for performance reasons, you can lower the Timeout setting for [...]

coldfusion: unable to connect to search service

Posted by on April 26, 2008 at 7:31 pm

C:\ColdFusion8\verity directory.Once there double click the verity-install.bat file CF7 C:\JRun4\verity\verity-install.bat to uninstall verity\verity-uninstall.bat reference http://orangepips.instantspot.com/blog/Verity

Adding Fonts to coldfusion

Posted by on January 17, 2008 at 10:07 pm

Add the needed fonts via the control panel . click on the fonts icon and proceed to file and install new font. After you install the new font you must then restart the coldfusion application

Null Pointers are another name for undefined values

Posted by on January 10, 2008 at 11:50 pm

The Null Pointer error is due to an issue with ColdFusion8 and MySQL. The fix for this is to uncheck ‘Maintain connections across client requests’ in the Advanced settings fir the ColdFusion DSN. .