Viewing posts for the category ColdFusion

Coldfusion - java.io.IOException: No space left on device

Posted by: scoopseven in ColdFusion Linux 12 years, 6 months ago

If you run into a "java.io.IOException: No space left on device" error when running ColdFusion, check your hard disk space.  If you've inspected your hard disk space, and still have open space on your drive, check your /tmp directory.  We're running ColdFusion 8 on Archlinux and this error wasn't too easy to diagnose.  A df -h lead us to believe that we had plenty of disk space available, but a df -T revealed that our /tmp directory had filled up. It was so full that Arch wasn't able to empty it on reboot, like it's supposed to and trying to remove it manually didn't help either, we kept receiving "Argument list too long" errors.  Rebooting into safe mode and restarting from there forced the clean of the /tmp directory and ColdFusion started right back up.

read more / 0 comments

Free Alternative to Dreamweaver in Aptana

Posted by: scoopseven in ColdFusion Tools 13 years ago

I've finally given up on Dreamweaver.  Too many times it's locked up on me and refuses to open.  I've had to rename my local source folders, find hidden xml files to delete cache, etc, etc. Too much time wasted to use an editor that isn't that great to begin with.  The one thing that's held me to it was the remote capabilities with RDS and FTP. No more.

read more / 0 comments

Bit.ly API with ColdFusion / CFHTTP

Posted by: scoopseven in ColdFusion MediaPost 13 years, 1 month ago
Until Feb 23, 2011 I had been authenticating against the bit.ly API using the username/password properties on cfhttp.

read more / 0 comments

Date Parsing with ColdFusion / Twitter

Posted by: scoopseven in ColdFusion 14 years, 10 months ago
The Twitter API is great. Except for the dates it returns, especially if you're a ColdFusion progammer. I ended up using some code posted by Peter Freitag  to write a UDF to convert the Twitter date/time to a ColdFusion friendly date/time.  

read more / 0 comments

Get the First x Words from a String / Word Count in ColdFusion

Posted by: scoopseven in ColdFusion 14 years, 11 months ago
Get the first X words in a string:

read more / 0 comments

Recent Tweets

Recent Posts

Archive

2013
2012
2011
2010
2009
2008
2007
2006

Categories

Authors

Feeds

RSS / Atom