<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Hosting Forum - Hostek.com - ColdFusion Hosting Related</title>
		<link>http://forum.hostek.com/</link>
		<description>ColdFusion hosting issues discussed here</description>
		<language>en</language>
		<lastBuildDate>Wed, 08 Sep 2010 06:56:05 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://forum.hostek.com/images/misc/rss.png</url>
			<title>Hosting Forum - Hostek.com - ColdFusion Hosting Related</title>
			<link>http://forum.hostek.com/</link>
		</image>
		<item>
			<title>CFSCHEDULE Task Stopped Working at Midnight</title>
			<link>http://forum.hostek.com/showthread.php?369-CFSCHEDULE-Task-Stopped-Working-at-Midnight&amp;goto=newpost</link>
			<pubDate>Sun, 05 Sep 2010 09:31:35 GMT</pubDate>
			<description>Just curious if anyone has had a similar problem or knows a quick fix to the problem I have having with a scheduled task stopping at the stroke of...</description>
			<content:encoded><![CDATA[<div>Just curious if anyone has had a similar problem or knows a quick fix to the problem I have having with a scheduled task stopping at the stroke of midnight the next day.<br />
<br />
In my code i have the following<br />
<br />
<b>&lt;cfschedule <br />
action=&quot;update&quot; <br />
task=&quot;AutomatedMessage&quot; <br />
interval=&quot;1800&quot; <br />
url=&quot;URL&quot; <br />
startdate=&quot;9/4/10&quot; <br />
starttime=&quot;10:00 am&quot;<br />
 operation=&quot;httprequest&quot;&gt;</b><br />
<br />
The code worked flawlessly all day until midnight hit and I got the last automated message. It sends me an email every 30 min with some simple information, so this is how I was able to determine that it stopped. Just wanted to see if there had been any similar results or a solution out there.<br />
<br />
Thanks guys!</div>

 ]]></content:encoded>
			<category domain="http://forum.hostek.com/forumdisplay.php?7-ColdFusion-Hosting-Related">ColdFusion Hosting Related</category>
			<dc:creator>wyseguy79</dc:creator>
			<guid isPermaLink="true">http://forum.hostek.com/showthread.php?369-CFSCHEDULE-Task-Stopped-Working-at-Midnight</guid>
		</item>
		<item>
			<title>Mura - Permission denied for creating Java object: coldfusion.server.ServiceFactory</title>
			<link>http://forum.hostek.com/showthread.php?360-Mura-Permission-denied-for-creating-Java-object-coldfusion-server-ServiceFactory&amp;goto=newpost</link>
			<pubDate>Mon, 23 Aug 2010 17:01:10 GMT</pubDate>
			<description>If you are using *Mura* and you get this error, *Permission denied for creating Java object: coldfusion.server.ServiceFactory*, you are likely using...</description>
			<content:encoded><![CDATA[<div>If you are using <b>Mura</b> and you get this error, <b>Permission denied for creating Java object: coldfusion.server.ServiceFactory</b>, you are likely using an outdated version of Mura and also are probably on a ColdFusion 9 server.  There is a quick fix though, which I'll explain below.<br />
<br />
Find the file named CFMLVersion.cfc which may be at \wwwroot\requirements\transfer\com\factory<br />
<br />
Edit that file and find the line that has:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">if(server.coldfusion.productversion.startsWith(&quot;8&quot;))</code><hr />
</div> And change that to:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">if(server.coldfusion.productversion.startsWith(&quot;8&quot;) OR server.coldfusion.productversion.startsWith(&quot;9&quot;))</code><hr />
</div> Save the file and it should now work.<br />
<b><br />
NOTE:  Since this is likely running an outdated version of Mura, I would strongly suggest installing the latest version, as there has been changes to the framework which makes it load faster too.</b></div>

 ]]></content:encoded>
			<category domain="http://forum.hostek.com/forumdisplay.php?7-ColdFusion-Hosting-Related">ColdFusion Hosting Related</category>
			<dc:creator>Brian</dc:creator>
			<guid isPermaLink="true">http://forum.hostek.com/showthread.php?360-Mura-Permission-denied-for-creating-Java-object-coldfusion-server-ServiceFactory</guid>
		</item>
	</channel>
</rss>
