History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CACHE-126
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Xavier O'Neal
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OSCache

java.lang.NoClassDefFoundError: org/javagroups/blocks/NotificationBus$Consumer

Created: 28/Dec/04 02:17 PM   Updated: 14/Jan/05 07:27 PM
Component/s: Base Classes
Affects Version/s: 2.0.2
Fix Version/s: 2.1

Environment:
- Linux 2.6.5-7.97-smp
- SunOne 6.1-sp3
- JVM 1.4.2_04-b05


 Description  « Hide
com.opensymphony.plugins.clustersupport.JavaGroupsBroadcastingListener

depends on

org/javagroups/blocks/NotificationBus$Consumer.

Unfortunataly the JAR jgroups-2.2.7.bin.zip (which contains jgroups-all.jar) does not contain this class. Instead all classes in this jar are packaged as org.jgroups.

JavaGroups-2.1.1.bin.zip does contain the correct class path, but has been discontinued and will not ever be updated.

Suggestion: Either specify in your clustering docs to use the version that works or update the code to now look for the new classpath that jgroups have changed in their latest versions.

Don't cha hate depending on third party software! =)

-Xavier

 All   Comments   Change History      Sort Order:
Andres March - [14/Jan/05 07:27 PM ]
Fixed in CVS