<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Anyone came across this cfdump issue?</title>
	<atom:link href="http://www.anujgakhar.com/2008/03/09/anyone-came-across-this-cfdump-issue/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anujgakhar.com/2008/03/09/anyone-came-across-this-cfdump-issue/</link>
	<description>My thoughts on ColdFusion, Flex and other RIA stuff....</description>
	<lastBuildDate>Tue, 07 Feb 2012 10:21:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Justin</title>
		<link>http://www.anujgakhar.com/2008/03/09/anyone-came-across-this-cfdump-issue/comment-page-1/#comment-3056</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Wed, 19 Nov 2008 18:53:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/2008/03/09/anyone-came-across-this-cfdump-issue/#comment-3056</guid>
		<description>I had this issue with a mapping in application.cfc that pointed to &quot;/&quot;. It didn&#039;t like it. I had it in there for testing purposes and forgot about it as it was really unnecessary. I know this post is old, but it is #1 for google result and thought I&#039;d put my two cents here.

THIS.mappings[&quot;/&quot;] = foo</description>
		<content:encoded><![CDATA[<p>I had this issue with a mapping in application.cfc that pointed to &#8220;/&#8221;. It didn&#8217;t like it. I had it in there for testing purposes and forgot about it as it was really unnecessary. I know this post is old, but it is #1 for google result and thought I&#8217;d put my two cents here.</p>
<p>THIS.mappings["/"] = foo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russ Michaels</title>
		<link>http://www.anujgakhar.com/2008/03/09/anyone-came-across-this-cfdump-issue/comment-page-1/#comment-2825</link>
		<dc:creator>Russ Michaels</dc:creator>
		<pubDate>Tue, 10 Jun 2008 11:54:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/2008/03/09/anyone-came-across-this-cfdump-issue/#comment-2825</guid>
		<description>It uses java, as this is the most efficient way to do it. The reason why is because Macromedia/Adobe never properly considered or tested for the shared hosting environment with any of their releases. They threw in  a few features here and there with the sandboxing, but clearly never evaluiated the consequences of actually using sandboxes, I have documented many issues for them.

You could do it in pure CFML and I believe there is an alternative tag floating around that does do that.</description>
		<content:encoded><![CDATA[<p>It uses java, as this is the most efficient way to do it. The reason why is because Macromedia/Adobe never properly considered or tested for the shared hosting environment with any of their releases. They threw in  a few features here and there with the sandboxing, but clearly never evaluiated the consequences of actually using sandboxes, I have documented many issues for them.</p>
<p>You could do it in pure CFML and I believe there is an alternative tag floating around that does do that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anuj Gakhar</title>
		<link>http://www.anujgakhar.com/2008/03/09/anyone-came-across-this-cfdump-issue/comment-page-1/#comment-2824</link>
		<dc:creator>Anuj Gakhar</dc:creator>
		<pubDate>Tue, 10 Jun 2008 11:15:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/2008/03/09/anyone-came-across-this-cfdump-issue/#comment-2824</guid>
		<description>@Russ, I didnt know that. Thanks . But my question is still the same, why would it throw an error if access to Java objects is disabled. Surely, if it was written in CFML, it should have been written in a way that its not dependant on Java access permissions.</description>
		<content:encoded><![CDATA[<p>@Russ, I didnt know that. Thanks . But my question is still the same, why would it throw an error if access to Java objects is disabled. Surely, if it was written in CFML, it should have been written in a way that its not dependant on Java access permissions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russ Michaels</title>
		<link>http://www.anujgakhar.com/2008/03/09/anyone-came-across-this-cfdump-issue/comment-page-1/#comment-2818</link>
		<dc:creator>Russ Michaels</dc:creator>
		<pubDate>Tue, 10 Jun 2008 08:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/2008/03/09/anyone-came-across-this-cfdump-issue/#comment-2818</guid>
		<description>Well the reason behind it is that CFDUMP was not originally a native CF tag, it was a 3rd party tag so was written in CFML. Adobe then decided to include it with CF being as it was such a popular and useful tag, but they never rewrote it, so it is still written in CFML rather than Java.

The same applies to CFSAVECONTENT.</description>
		<content:encoded><![CDATA[<p>Well the reason behind it is that CFDUMP was not originally a native CF tag, it was a 3rd party tag so was written in CFML. Adobe then decided to include it with CF being as it was such a popular and useful tag, but they never rewrote it, so it is still written in CFML rather than Java.</p>
<p>The same applies to CFSAVECONTENT.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anuj Gakhar</title>
		<link>http://www.anujgakhar.com/2008/03/09/anyone-came-across-this-cfdump-issue/comment-page-1/#comment-1162</link>
		<dc:creator>Anuj Gakhar</dc:creator>
		<pubDate>Mon, 10 Mar 2008 11:12:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/2008/03/09/anyone-came-across-this-cfdump-issue/#comment-1162</guid>
		<description>But isnt this a bug then ? I wonder why this was never reported to Adobe...</description>
		<content:encoded><![CDATA[<p>But isnt this a bug then ? I wonder why this was never reported to Adobe&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MrBuzzy</title>
		<link>http://www.anujgakhar.com/2008/03/09/anyone-came-across-this-cfdump-issue/comment-page-1/#comment-1145</link>
		<dc:creator>MrBuzzy</dc:creator>
		<pubDate>Sun, 09 Mar 2008 23:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/2008/03/09/anyone-came-across-this-cfdump-issue/#comment-1145</guid>
		<description>Nolan&#039;s right, I have experienced this error myself. My hosting has createobject(type=java) disabled in my sandbox.
It&#039;s pretty annoying, I coded my own cfdump like tag for this scenario. cfdump just needs additional internal error handling.</description>
		<content:encoded><![CDATA[<p>Nolan&#8217;s right, I have experienced this error myself. My hosting has createobject(type=java) disabled in my sandbox.<br />
It&#8217;s pretty annoying, I coded my own cfdump like tag for this scenario. cfdump just needs additional internal error handling.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anuj Gakhar</title>
		<link>http://www.anujgakhar.com/2008/03/09/anyone-came-across-this-cfdump-issue/comment-page-1/#comment-1143</link>
		<dc:creator>Anuj Gakhar</dc:creator>
		<pubDate>Sun, 09 Mar 2008 23:02:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/2008/03/09/anyone-came-across-this-cfdump-issue/#comment-1143</guid>
		<description>@Michael, thanks for trying. As I said it is incosistent. I was able to reproduce it only on one of the 2 machines I tried.

@Nolan, I realize cfdump makes an internal call but its nowhere documented that its a requirement to have access to java objects enabled to have cfdump working. I would call it a bug if thats the case.</description>
		<content:encoded><![CDATA[<p>@Michael, thanks for trying. As I said it is incosistent. I was able to reproduce it only on one of the 2 machines I tried.</p>
<p>@Nolan, I realize cfdump makes an internal call but its nowhere documented that its a requirement to have access to java objects enabled to have cfdump working. I would call it a bug if thats the case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nolan Erck</title>
		<link>http://www.anujgakhar.com/2008/03/09/anyone-came-across-this-cfdump-issue/comment-page-1/#comment-1141</link>
		<dc:creator>Nolan Erck</dc:creator>
		<pubDate>Sun, 09 Mar 2008 22:39:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/2008/03/09/anyone-came-across-this-cfdump-issue/#comment-1141</guid>
		<description>cfdump makes an &quot;internal&quot; call to the same functions that CreateObject( &quot;java&quot; ) does (it might actually just call CreateObject() itself -- I haven&#039;t investigated it that far).  If you&#039;re on a shared hosting server, and they have CreateObject( &quot;java&quot; ) turned off, cfdump will bomb as well.  I ran into this issue a while back; if CreateObject(&#039;java&#039;) is disabled on your box, cfdump will throw that error.

hth</description>
		<content:encoded><![CDATA[<p>cfdump makes an &#8220;internal&#8221; call to the same functions that CreateObject( &#8220;java&#8221; ) does (it might actually just call CreateObject() itself &#8212; I haven&#8217;t investigated it that far).  If you&#8217;re on a shared hosting server, and they have CreateObject( &#8220;java&#8221; ) turned off, cfdump will bomb as well.  I ran into this issue a while back; if CreateObject(&#8216;java&#8217;) is disabled on your box, cfdump will throw that error.</p>
<p>hth</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Sharman</title>
		<link>http://www.anujgakhar.com/2008/03/09/anyone-came-across-this-cfdump-issue/comment-page-1/#comment-1129</link>
		<dc:creator>Michael Sharman</dc:creator>
		<pubDate>Sun, 09 Mar 2008 09:21:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/2008/03/09/anyone-came-across-this-cfdump-issue/#comment-1129</guid>
		<description>Hmm, I can&#039;t replicate this on CF8/Windows XP.

I disabled internal objects, tried dumping with no error. 

Then tried accessing createObject(&quot;java&quot;,&quot;coldfusion.runtime.SessionTracker&quot;); with error as expected.

Removed the call to that java object and had no error (with original dump).

Very strange :(</description>
		<content:encoded><![CDATA[<p>Hmm, I can&#8217;t replicate this on CF8/Windows XP.</p>
<p>I disabled internal objects, tried dumping with no error. </p>
<p>Then tried accessing createObject(&#8220;java&#8221;,&#8221;coldfusion.runtime.SessionTracker&#8221;); with error as expected.</p>
<p>Removed the call to that java object and had no error (with original dump).</p>
<p>Very strange <img src='http://www.anujgakhar.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

