Hello,
I tried to start up a simple application with the latest libraries
(shoal-1.0_08302007.zip), but get the exception below when
calling "GroupManagementService#join()"
"7-Dec-2007 2:35:57 PM com.sun.enterprise.jxtamgmt.ClusterManager <init>
SEVERE: Could not locate World PeerGroup Module Implementation."
It seems as if jxta.jar is missing something.
Any idea on what is going on?
Both jxta.jar and shoal-gms.jar are on the classpath.
The code to reproduce:
GroupManagementService gms =
(GroupManagementService) GMSFactory.startGMSModule(
"PeerName",
"GroupName",
GroupManagementService.MemberType.CORE,
null);
gms.join()