<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "UpdateChecker - System stuck"]]></title>
		<link>http://forums.terracotta.org/forums/posts/list/5.page</link>
		<description><![CDATA[Latest messages posted in the topic "UpdateChecker - System stuck"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>UpdateChecker - System stuck</title>
				<description><![CDATA[ Hi all,

Recently I have started expeciented difficulty with quart, as quart promts the following:


<b>org.terracotta.utils.UpdateChecker do check</b>
INFO: NEW quartz update 2.0.0 

org.quartz.utils.UpdateChecker do check
INFO: NEW quartz update 2.0.0 

I have already added the following 
-Dorg.quartz.scheduler.skipUpdateCheck=true.

My application gets stuck at this point forever and it does not keep executing.

Could you please tell me another way to disable the update, I have try using the configuration file, .. but nothing work

Thank you very much.

Regards 

Daniel]]></description>
				<guid isPermaLink="true">http://forums.terracotta.org/forums/posts/list/5360.page#26771</guid>
				<link>http://forums.terracotta.org/forums/posts/list/5360.page#26771</link>
				<pubDate><![CDATA[Fri, 29 Apr 2011 08:37:09]]> GMT</pubDate>
				<author><![CDATA[ Dckc]]></author>
			</item>
			<item>
				<title>Re:UpdateChecker - System stuck</title>
				<description><![CDATA[ Can you take a thread dump of your hung JVM? I don't suspect the update checker is what is hanging your application.  A thread dump should reveal the issue.

What quartz version are you using? There were some problems disabling the update checker unfortunately. I believe if you update to quartz 1.8.5 (or 2.0.x if possible) you should be able to disable the update checker.]]></description>
				<guid isPermaLink="true">http://forums.terracotta.org/forums/posts/list/5360.page#26776</guid>
				<link>http://forums.terracotta.org/forums/posts/list/5360.page#26776</link>
				<pubDate><![CDATA[Fri, 29 Apr 2011 10:47:35]]> GMT</pubDate>
				<author><![CDATA[ teck]]></author>
			</item>
			<item>
				<title>Re:UpdateChecker - System stuck</title>
				<description><![CDATA[ If you want to skip update check in quartz.properties file, you have to use this

org.quartz.scheduler.skipUpdateCheck=true

To skip it by using JVM arg, there's discrepancy in the property name. You would need to use this:

-Dorg.terracotta.quartz.skipUpdateCheck=true   (this is a bug and it will be fixed)

Of course, you would need to take a thread dump to really tell why your app is hanging. The log of new Quartz update found may just be incidental. ]]></description>
				<guid isPermaLink="true">http://forums.terracotta.org/forums/posts/list/5360.page#26782</guid>
				<link>http://forums.terracotta.org/forums/posts/list/5360.page#26782</link>
				<pubDate><![CDATA[Fri, 29 Apr 2011 14:39:12]]> GMT</pubDate>
				<author><![CDATA[ hhuynh]]></author>
			</item>
	</channel>
</rss>