<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Messages posted by "rajoshi"]]></title>
		<link>http://forums.terracotta.org/forums/posts/listByUser/4337.page</link>
		<description><![CDATA[Messages posted by "rajoshi"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Define Terracotta server logging</title>
				<description><![CDATA[ This Jira may be helpful :
http://jira.terracotta.org/jira/browse/CDV-529]]></description>
				<guid isPermaLink="true">http://forums.terracotta.org/forums/posts/preList/8224/39353.page#39353</guid>
				<link>http://forums.terracotta.org/forums/posts/preList/8224/39353.page#39353</link>
				<pubDate><![CDATA[Mon, 20 May 2013 02:41:10]]> GMT</pubDate>
				<author><![CDATA[ rajoshi]]></author>
			</item>
			<item>
				<title>syncWorld checkLockFile0ErrorCode</title>
				<description><![CDATA[ This doesn't seems to be an ehcache issue.]]></description>
				<guid isPermaLink="true">http://forums.terracotta.org/forums/posts/preList/8265/39352.page#39352</guid>
				<link>http://forums.terracotta.org/forums/posts/preList/8265/39352.page#39352</link>
				<pubDate><![CDATA[Mon, 20 May 2013 02:34:14]]> GMT</pubDate>
				<author><![CDATA[ rajoshi]]></author>
			</item>
			<item>
				<title>Problems with Ehcache Replication</title>
				<description><![CDATA[ Hi ,

We would suggest usage of Terracotta distributed cache, it is much efficient and easier to use. Here is the link for your reference :

http://ehcache.org/documentation/get-started/about-distributed-cache]]></description>
				<guid isPermaLink="true">http://forums.terracotta.org/forums/posts/preList/8260/39313.page#39313</guid>
				<link>http://forums.terracotta.org/forums/posts/preList/8260/39313.page#39313</link>
				<pubDate><![CDATA[Tue, 14 May 2013 23:28:59]]> GMT</pubDate>
				<author><![CDATA[ rajoshi]]></author>
			</item>
			<item>
				<title>BigMemory Max - Adding Server Arrary</title>
				<description><![CDATA[ Good to know that it is resolved.]]></description>
				<guid isPermaLink="true">http://forums.terracotta.org/forums/posts/preList/8240/39299.page#39299</guid>
				<link>http://forums.terracotta.org/forums/posts/preList/8240/39299.page#39299</link>
				<pubDate><![CDATA[Mon, 13 May 2013 10:14:25]]> GMT</pubDate>
				<author><![CDATA[ rajoshi]]></author>
			</item>
			<item>
				<title>BigMemory Max - Adding Server Arrary</title>
				<description><![CDATA[ can you please share your your ehcache.xml and tc-config.xml. Are you running the Terracotta client and server on same machine.]]></description>
				<guid isPermaLink="true">http://forums.terracotta.org/forums/posts/preList/8240/39293.page#39293</guid>
				<link>http://forums.terracotta.org/forums/posts/preList/8240/39293.page#39293</link>
				<pubDate><![CDATA[Sun, 12 May 2013 22:47:59]]> GMT</pubDate>
				<author><![CDATA[ rajoshi]]></author>
			</item>
			<item>
				<title>Using CacheConfiguration requires transaction manager?</title>
				<description><![CDATA[ Good to know that issue is resolved.]]></description>
				<guid isPermaLink="true">http://forums.terracotta.org/forums/posts/preList/8232/39266.page#39266</guid>
				<link>http://forums.terracotta.org/forums/posts/preList/8232/39266.page#39266</link>
				<pubDate><![CDATA[Tue, 7 May 2013 20:48:07]]> GMT</pubDate>
				<author><![CDATA[ rajoshi]]></author>
			</item>
			<item>
				<title>Quick reference for ehcache xml configuration w/ default values</title>
				<description><![CDATA[ As if now , these are the only artefacts available for reference.]]></description>
				<guid isPermaLink="true">http://forums.terracotta.org/forums/posts/preList/8235/39265.page#39265</guid>
				<link>http://forums.terracotta.org/forums/posts/preList/8235/39265.page#39265</link>
				<pubDate><![CDATA[Tue, 7 May 2013 20:47:41]]> GMT</pubDate>
				<author><![CDATA[ rajoshi]]></author>
			</item>
			<item>
				<title>DSO, toolkit, EhCache, BigMemory... what?</title>
				<description><![CDATA[ yes it's available in open source too.]]></description>
				<guid isPermaLink="true">http://forums.terracotta.org/forums/posts/preList/8223/39252.page#39252</guid>
				<link>http://forums.terracotta.org/forums/posts/preList/8223/39252.page#39252</link>
				<pubDate><![CDATA[Mon, 6 May 2013 07:52:59]]> GMT</pubDate>
				<author><![CDATA[ rajoshi]]></author>
			</item>
			<item>
				<title>Developer console not showing my application</title>
				<description><![CDATA[ Not sure , cause it's working for me , can you please try with this tc-config :


<tc:tc-config xmlns:tc="http://www.terracotta.org/config"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://www.terracotta.org/schema/terracotta-6.xsd">

   <system>
     <configuration-model>production</configuration-model>
   </system>
   <servers>
     <server host="XXX.XXX.XXX.XXX" name="MyWorkLife Test">
       <data>%(user.home)/terracotta2/server2-data</data>
       <logs>%(user.home)/terracotta2/server2-logs</logs>

       <index>%(user.home)/terracotta2/server2-index</index>
       <statistics>%(user.home)/terracotta2/server-statistics</statistics>
       <dso-port>9510</dso-port>
       <jmx-port>9520</jmx-port>
 <!--      <authentication/> -->
       <dso>
         <client-reconnect-window>120</client-reconnect-window>
         <persistence>
           <mode>permanent-store</mode>
         </persistence>
         <garbage-collection>
           <enabled>true</enabled>
           <verbose>false</verbose>
           <interval>3600</interval>
         </garbage-collection>
       </dso>
     </server>
     <update-check>
       <enabled>false</enabled>
     </update-check>
   </servers>
   <clients>
     <logs>logs-%i</logs>
   </clients>

 </tc:tc-config>]]></description>
				<guid isPermaLink="true">http://forums.terracotta.org/forums/posts/preList/8212/39251.page#39251</guid>
				<link>http://forums.terracotta.org/forums/posts/preList/8212/39251.page#39251</link>
				<pubDate><![CDATA[Mon, 6 May 2013 07:49:04]]> GMT</pubDate>
				<author><![CDATA[ rajoshi]]></author>
			</item>
			<item>
				<title>a question about the listener</title>
				<description><![CDATA[ Please don't post same issue in forum with new topics , this has already been answered here :

http://forums.terracotta.org/forums/posts/list/8226.page#39239%3Cbr%3E]]></description>
				<guid isPermaLink="true">http://forums.terracotta.org/forums/posts/preList/8227/39244.page#39244</guid>
				<link>http://forums.terracotta.org/forums/posts/preList/8227/39244.page#39244</link>
				<pubDate><![CDATA[Sun, 5 May 2013 22:46:33]]> GMT</pubDate>
				<author><![CDATA[ rajoshi]]></author>
			</item>
			<item>
				<title>DSO, toolkit, EhCache, BigMemory... what?</title>
				<description><![CDATA[ We would suggest you to go for distributed ehcache , here's the link for it :

http://ehcache.org/documentation/get-started/about-distributed-cache

also yes we do have toolkits available for use , please refer to following link for more details :

http://terracotta.org/documentation/bigmemorymax/terracotta-toolkit/toolkit-intro]]></description>
				<guid isPermaLink="true">http://forums.terracotta.org/forums/posts/preList/8223/39243.page#39243</guid>
				<link>http://forums.terracotta.org/forums/posts/preList/8223/39243.page#39243</link>
				<pubDate><![CDATA[Sun, 5 May 2013 21:07:14]]> GMT</pubDate>
				<author><![CDATA[ rajoshi]]></author>
			</item>
			<item>
				<title>null pointer exception after reconnet and load data from cache.</title>
				<description><![CDATA[ Can you send more details :

1) Server/client complete logs from time of issue
2) What is the use case, which caches are having problems (name).]]></description>
				<guid isPermaLink="true">http://forums.terracotta.org/forums/posts/preList/8222/39242.page#39242</guid>
				<link>http://forums.terracotta.org/forums/posts/preList/8222/39242.page#39242</link>
				<pubDate><![CDATA[Sun, 5 May 2013 21:02:45]]> GMT</pubDate>
				<author><![CDATA[ rajoshi]]></author>
			</item>
			<item>
				<title>a question about the listener</title>
				<description><![CDATA[ You can make use of org.quartz.listeners.JobChainingJobListener for this , here are more details on this :

http://quartz-scheduler.org/documentation/faq#FAQ-chain]]></description>
				<guid isPermaLink="true">http://forums.terracotta.org/forums/posts/preList/8226/39241.page#39241</guid>
				<link>http://forums.terracotta.org/forums/posts/preList/8226/39241.page#39241</link>
				<pubDate><![CDATA[Sun, 5 May 2013 20:57:55]]> GMT</pubDate>
				<author><![CDATA[ rajoshi]]></author>
			</item>
			<item>
				<title>Developer console not showing my application</title>
				<description><![CDATA[ If I am getting you right then you are running a application (terracotta client) and terracotta server on say box A  and then you are remotely monitoring it using dev-console from Box b. Here you can't see My application, but if this is the case it should not happen cause in this case also "My application" should appear in sidebar. Please let me know if we differ in understanding your issue. ]]></description>
				<guid isPermaLink="true">http://forums.terracotta.org/forums/posts/preList/8212/39217.page#39217</guid>
				<link>http://forums.terracotta.org/forums/posts/preList/8212/39217.page#39217</link>
				<pubDate><![CDATA[Fri, 3 May 2013 03:48:10]]> GMT</pubDate>
				<author><![CDATA[ rajoshi]]></author>
			</item>
			<item>
				<title>Cannot get Aggregators.count() to work</title>
				<description><![CDATA[ Can you share your config which you were using earlier, with which you had aggregator issue.]]></description>
				<guid isPermaLink="true">http://forums.terracotta.org/forums/posts/preList/8175/39216.page#39216</guid>
				<link>http://forums.terracotta.org/forums/posts/preList/8175/39216.page#39216</link>
				<pubDate><![CDATA[Fri, 3 May 2013 02:49:04]]> GMT</pubDate>
				<author><![CDATA[ rajoshi]]></author>
			</item>
	</channel>
</rss>