[jboss-user] [JBoss Cache: Core Edition] - Re: CacheException: Unable to fetch state on startup
calatberk
do-not-reply at jboss.com
Tue Mar 18 09:21:14 EDT 2008
JBC config file:
| <server>
| <mbean code="org.jboss.cache.jmx.CacheJmxWrapper" name="jboss.cache:service=TreeCache">
|
| <attribute name="IsolationLevel">READ_UNCOMMITTED</attribute>
| <attribute name="CacheMode">REPL_ASYNC</attribute>
| <attribute name="ClusterName">xxcid</attribute>
| <attribute name="ClusterConfig">
| <config>
| <UDP mcast_addr="228.8.8.199" mcast_port="45199" bind_addr="192.168.2.235" />
| <AUTOCONF/>
| <PING timeout="2000" num_initial_members="3"/>
| <MERGE2 max_interval="3000000" min_interval="10000"/>
| <FD timeout="10000" max_tries="5" shun="true"/>
| <VERIFY_SUSPECT timeout="15000"/>
| <pbcast.NAKACK use_mcast_xmit="false" gc_lag="0" retransmit_timeout="3000,6000,12000,24000,48000" discard_delivered_msgs="true"/>
| <UNICAST timeout="3000,6000,12000,24000,36000"/>
| <pbcast.STABLE stability_delay="10000" desired_avg_gossip="0" max_bytes="40000000"/>
| <pbcast.GMS print_local_addr="true" join_timeout="5000000" shun="false" view_bundling="true" view_ack_collection_timeout="5000000"/>
| <FC max_credits="20000000" min_threshold="0.10"/>
| <FRAG2 frag_size="60000"/>
| <pbcast.STREAMING_STATE_TRANSFER />
| <!-- <pbcast.STATE_TRANSFER/> -->
| </config>
| </attribute>
| <attribute name="FetchInMemoryState">true</attribute>
| <attribute name="InitialStateRetrievalTimeout">5000000</attribute>
| <attribute name="SyncReplTimeout">5000000</attribute>
| <attribute name="LockAcquisitionTimeout">15000</attribute>
|
| <attribute name="EvictionPolicyConfig">
| <config>
| <attribute name="wakeUpIntervalSeconds">5</attribute>
| <attribute name="eventQueueSize">30000000</attribute>
| <attribute name="policyClass">org.jboss.cache.eviction.LFUPolicy</attribute>
| <region name="/_default_">
| <attribute name="maxNodes">10000</attribute>
| <attribute name="timeToLiveSeconds">0</attribute>
| </region>
| <region name="/TN">
| <attribute name="maxNodes">350000</attribute>
| <attribute name="timeToLiveSeconds">0</attribute>
| </region>
| <region name="/GID">
| <attribute name="maxNodes">10</attribute>
| <attribute name="timeToLiveSeconds">0</attribute>
| </region>
| <region name="/STB">
| <attribute name="maxNodes">10</attribute>
| <attribute name="timeToLiveSeconds">0</attribute>
| </region>
| </config>
| </attribute>
| <!-- Cache loader config block -->
| <attribute name="CacheLoaderConfig">
| <config>
| <passivation>false</passivation>
| <preload/>
| <shared>false</shared>
| <cacheloader>
| <class>org.jboss.cache.loader.bdbje.BdbjeCacheLoader</class>
| <async>true</async>
| <fetchPersistentState>true</fetchPersistentState>
| <ignoreModifications>false</ignoreModifications>
| <purgeOnStartup>false</purgeOnStartup>
| <properties>
| location=./
| </properties>
|
| </cacheloader>
| </config>
| </attribute>
| </mbean>
| </server>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137404#4137404
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4137404
More information about the jboss-user
mailing list