[Opensymphony-oscache] Initialization Error w/ jgroups 2.2.8
Dennis <[email protected]> Mon, 25 Jul 2005 16:19:41 -0600
| Newsgroups | gmane.comp.java.open-symphony.os-cache |
|---|---|
| Message-ID | <[email protected]> |
I'm currently at a loss when I try to go from javagroups 2.2.7 to
javagroups 2.2.8 with oscache 2.2.1. I get this exception:
===cut===
2005-07-25 16:08:09,484 ERROR
com.opensymphony.oscache.base.AbstractCacheAdministrator - Could not
initialize listener
'com.opensymphony.oscache.plugins.clustersupport.JavaGroupsBroadcastingListener'.
Listener ignored.
com.opensymphony.oscache.base.InitializationException: Initialization
failed: ChannelException: failed loading class:
java.lang.ClassNotFoundException: [Lorg.jgroups.Address;
at
com.opensymphony.oscache.plugins.clustersupport.JavaGroupsBroadcastingListener.initialize(JavaGroupsBroadcastingListener.java:119)
at
com.opensymphony.oscache.base.AbstractCacheAdministrator.configureStandardListeners(AbstractCacheAdministrator.java:330)
at
com.opensymphony.oscache.general.GeneralCacheAdministrator.createCache(GeneralCacheAdministrator.java:297)
at
com.opensymphony.oscache.general.GeneralCacheAdministrator.<init>(GeneralCacheAdministrator.java:99)
at
com.opensymphony.oscache.general.GeneralCacheAdministrator.<init>(GeneralCacheAdministrator.java:90)
at net.sf.hibernate.cache.OSCache.<init>(OSCache.java:16)
at
com.opensymphony.oscache.patched.OSCacheProvider.buildCache(OSCacheProvider.java:49)
===end cut===
The class org.jgroups.Address class is indeed in the javagroups jar file
with all the other jgroups classes. I get some jgroups messages after
this error too (binding to interfaces etc). Also, a bunch of these:
===cut===
INFO
com.opensymphony.oscache.plugins.clustersupport.JavaGroupsBroadcastingListener
- A new member at address '192.168.1.27:52770' has joined the cluster
===end cut===
So I'm very curios why the exception during initialization. Any
thoughts? I'm not sure this is an OSCache bug/issue but that is where
things are breaking.
-Dennis