<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>UDFI, LLC &#187; coldfusion</title>
	<atom:link href="http://www.udfi.biz/category/coldfusion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.udfi.biz</link>
	<description>High Tech on the East Coast</description>
	<lastBuildDate>Tue, 23 Aug 2011 18:11:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Coldfusion doesn&#039;t start on first install</title>
		<link>http://www.udfi.biz/2008/07/coldfusion-doesnt-start-on-first-install/</link>
		<comments>http://www.udfi.biz/2008/07/coldfusion-doesnt-start-on-first-install/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 06:46:56 +0000</pubDate>
		<dc:creator>David Wang</dc:creator>
				<category><![CDATA[coldfusion]]></category>

		<guid isPermaLink="false">http://www.udfi.biz/?p=11</guid>
		<description><![CDATA[If you get this error on a fresh install of Coldfusion (CentOS, CF8), check your /etc/hosts.   It&#8217;s generally because its trying to reach the external interface instead of the internal one. Configuring the web server connector (Launched on the first &#8230; <a href="http://www.udfi.biz/2008/07/coldfusion-doesnt-start-on-first-install/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you get this error on a fresh install of Coldfusion (CentOS, CF8), check your /etc/hosts.   It&#8217;s generally because its trying to reach the external interface instead of the internal one.</p>
<p>Configuring the web server connector (Launched on the first run of the ColdFusion 8 start script)<br />
Running apache connector wizard&#8230;<br />
ColdFusion 8 not started, will retry connector 12 more time(s)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.udfi.biz/2008/07/coldfusion-doesnt-start-on-first-install/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Coldfusion 8 on Redhat 4</title>
		<link>http://www.udfi.biz/2008/01/coldfusion-8-on-redhat-4/</link>
		<comments>http://www.udfi.biz/2008/01/coldfusion-8-on-redhat-4/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 14:49:11 +0000</pubDate>
		<dc:creator>David Wang</dc:creator>
				<category><![CDATA[coldfusion]]></category>
		<category><![CDATA[install coldfusion8 bug]]></category>

		<guid isPermaLink="false">http://www.snpptz.com/?p=7</guid>
		<description><![CDATA[So i&#8217;m installing Coldfusion 8 for Adobe on some of their Redhat 4 servers and came across this nasty bug: ./Coldfusion-8-lin.bin: line 2479: /tmp/install.dir.31880/Linux/resource/jre/bin/java: Permission denied ./Coldfusion-8-lin.bin: line 2479: /tmp/install.dir.31880/Linux/resource/jre/bin/java: Success So I go into /tmp and try to execute &#8230; <a href="http://www.udfi.biz/2008/01/coldfusion-8-on-redhat-4/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So i&#8217;m installing Coldfusion 8 for Adobe on some of their Redhat 4 servers and came across this nasty bug:<br />
<code><br />
./Coldfusion-8-lin.bin: line 2479: /tmp/install.dir.31880/Linux/resource/jre/bin/java: Permission denied<br />
./Coldfusion-8-lin.bin: line 2479: /tmp/install.dir.31880/Linux/resource/jre/bin/java: Success<br />
</code><br />
So I go into /tmp and try to execute the java command.  No luck.  For some reason I think to copy the entire dir into my home directory to give it a try.  It works.  I did a grep on the Coldfusion-8-lin.bin file and found these lines:</p>
<p><code>if [ $IATEMPDIR ]; then<br />
INSTBASE=$IATEMPDIR<br />
if [ $LAX_DEBUG ]; then<br />
echo "Forcing install base (including tmp dir) to: $IATEMPDIR"</code></p>
<p>So I did a `export IATEMPDIR=/home/dwang/tmp` and created the tmp dir in my home directory.  Booya!  It worked.</p>
<p>Strange error.  I saw a couple of people having the same error.  Hopefully this can help you guys out</p>
<p><strong>Update:</strong>The wonderful guys at Rackspace said that the server /tmp directories are mounted with a noexec as a security precaution:  To fix that :</p>
<p><code>mount -o remount,exec /tmp/ </code></p>
<p>then execute the script again, then change it back to noexec:</p>
<p><code>mount -o remount,noexec /tmp/</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.udfi.biz/2008/01/coldfusion-8-on-redhat-4/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

