Configuration problems using Jboss Pojo Cache 3.0.0.GA
chandu2708 Dec 15, 2009 11:42 PMHi There,
Im trying to configure the pojo cache in my application below is the code im using to register the pojo cache
PojoCache cache = PojoCacheFactory.createCache("META-INF/replSync-service.xml",true);
Im getting following exceptions when running the above initialization
23:17:26,648 ERROR RootElementBuilder:137 - Configuration warning: cvc-elt.1: Cannot find the declaration of element 'server'.
23:17:26,707 ERROR RootElementBuilder:110 - org.jboss.cache.config.ConfigurationException: Incorrect configuration file. Use '-Djbosscache.config.validate=false' to disable validation.
23:17:28,167 WARN GenericTransactionManagerLookup:114 - Falling back to DummyTransactionManager from JBossCache
23:17:32,414 WARN NAKACK:346 - max_xmit_size was deprecated in 2.6 and will be ignored
23:17:32,526 WARN GMS:904 - join_retry_timeout has been deprecated and its value will be ignored
23:17:32,584 WARN STREAMING_STATE_TRANSFER:160 - use_reading_thread has been deprecated and its value will be ignored
23:17:33,182 WARN UDP:2258 - failed to join /224.0.75.75:7500 on net4: java.net.SocketException: Unrecognized Windows Sockets error: 0: no Inet4Address associated with interface
23:17:33,211 WARN UDP:2258 - failed to join /224.0.75.75:7500 on net33: java.net.SocketException: Unrecognized Windows Sockets error: 0: no Inet4Address associated with interface
23:17:33,240 WARN UDP:2258 - failed to join /224.0.75.75:7500 on net49: java.net.SocketException: Unrecognized Windows Sockets error: 0: no Inet4Address associated with interface
23:17:33,268 WARN UDP:2258 - failed to join /224.0.75.75:7500 on net50: java.net.SocketException: Unrecognized Windows Sockets error: 0: no Inet4Address associated with interface
-------------------------------------------------------
GMS: address is 111.92.5.158:62468
-------------------------------------------------------
please find the attached configuration file im using. here im just using the "replSync-service.xml" file that i got when i have downloaded the distributioin
your help is appreciated.
Thank you,
bala.
-
replSync-service.xml 6.8 KB