Not sure what I'm doing wrong. Getting the following with trying to
rungmsdemo.bat:
$ ./rungmsdemo.bat a group CORE 120000 FINE
c:/jdk1.5.0_09\bin
Exception in thread "main" java.util.NoSuchElementException: key 'group'
not reg
istered.
at
net.jxta.util.ClassFactory.getInstantiator(ClassFactory.java:282)
at net.jxta.id.IDFactory.newPeerGroupID(IDFactory.java:972)
at
com.sun.enterprise.jxtamgmt.NetworkManager.getPeerGroupID(NetworkMana
ger.java:202)
at
com.sun.enterprise.jxtamgmt.NetworkManager.getInfraPeerGroupID(Networ
kManager.java:291)
at
com.sun.enterprise.jxtamgmt.NetworkManager.getPeerID(NetworkManager.j
ava:192)
at
com.sun.enterprise.jxtamgmt.NetworkManager.start(NetworkManager.java:
313)
at
com.sun.enterprise.jxtamgmt.ClusterManager.<init>(ClusterManager.java
:115)
at
com.sun.enterprise.ee.cms.impl.jxta.GroupCommunicationProviderImpl.in
itializeGroupCommunicationProvider(GroupCommunicationProviderImpl.java:1
14)
at
com.sun.enterprise.ee.cms.impl.jxta.GMSContext.<init>(GMSContext.java
:70)
at
com.sun.enterprise.ee.cms.impl.common.GMSContextFactory.produceGMSCon
text(GMSContextFactory.java:59)
at
com.sun.enterprise.ee.cms.impl.common.GroupManagementServiceImpl.<ini
t>(GroupManagementServiceImpl.java:67)
at
com.sun.enterprise.ee.cms.core.GMSFactory.startGMSModule(GMSFactory.j
ava:112)
at
com.sun.enterprise.ee.cms.tests.ApplicationServer.<init>(ApplicationS
erver.java:67)
at
com.sun.enterprise.ee.cms.tests.ApplicationServer.main(ApplicationSer
ver.java:193)
I must be missing something or specified the group incorrectly. This is
from CVS snapshot as of today 12/4.