-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SEVERE ShoalLogger msg: World Peer Group could not be instantiated #90
Comments
@glassfishrobot Commented |
@glassfishrobot Commented WORKAROUND: |
@glassfishrobot Commented $ grep FINE instance1_secondtime.log | grep failed |
@glassfishrobot Commented |
@glassfishrobot Commented |
@glassfishrobot Commented
|
@glassfishrobot Commented |
|
A GMS client has a local cache stored in a directory called ".shoal".
If the file permissions of the directory or the content of the directory do not
allow themselves to be deleted (cleared) when the gms client starts up, one will
see the summary log message. Here are all the SEVERE messages one will see when
this occurs.
[#|2009-07-20T12:00:17.298-0400|SEVERE|Shoal|net.jxta.impl.cm.Cm|_ThreadID=11;_ThreadName=ApplicationServer;ClassName=Cm;MethodName=;|Unable
to Initialize databases
SEVERE: Unable to Initialize databases
[#|2009-07-20T12:00:17.327-0400|SEVERE|Shoal|net.jxta.impl.peergroup.StdPeerGroup|_ThreadID=11;_ThreadName=ApplicationServer;ClassName=StdPeerGroup;MethodName=initFirst;|Error
during creation of local store
SEVERE: Error during creation of local store
[#|2009-07-20T12:00:17.328-0400|SEVERE|Shoal|net.jxta.peergroup.WorldPeerGroupFactory|_ThreadID=11;_ThreadName=ApplicationServer;ClassName=WorldPeerGroupFactory;MethodName=newWorldPeerGroup;|World
Peer Group could not be instantiated.
SEVERE: World Peer Group could not be instantiated.
[#|2009-07-20T12:00:17.329-0400|SEVERE|Shoal|ShoalLogger|_ThreadID=11;_ThreadName=ApplicationServer;ClassName=NetworkManager;MethodName=;|World
Peer Group could not be instantiated.
These errors were generated with following file permissions for .shoal.
dhcp-ubur02-71-15:gms jf39279$ ls -lR .shoal
total 0
drwxr-xr-x 3 root admin 102 Jul 20 11:59 instance1
.shoal/instance1:
total 0
drwxr-xr-x 4 root admin 136 Jul 20 11:59 cm
.shoal/instance1/cm:
total 0
drwxr-xr-x 11 root admin 374 Jul 20 11:59 jxta-WorldGroup
drwxr-xr-x 9 root admin 306 Jul 20 11:59
uuid-C773444DBF054B18A31A9546EA5BB81559616261646162614E5047205032503302
.shoal/instance1/cm/jxta-WorldGroup:
total 3272
rw-rr- 1 root admin 12288 Jul 20 11:59 advertisements-AdvMSID.idx
rw-rr- 1 root admin 12288 Jul 20 11:59 advertisements-GroupsDesc.idx
rw-rr- 1 root admin 12288 Jul 20 11:59 advertisements-GroupsGID.idx
rw-rr- 1 root admin 12288 Jul 20 11:59 advertisements-GroupsMSID.idx
rw-rr- 1 root admin 12288 Jul 20 11:59 advertisements-GroupsName.idx
rw-rr- 1 root admin 12288 Jul 20 11:59 advertisements-PeersName.idx
rw-rr- 1 root admin 12288 Jul 20 11:59 advertisements-PeersPID.idx
rw-rr- 1 root admin 792576 Jul 20 11:59 advertisements-offsets.tbl
rw-rr- 1 root admin 792576 Jul 20 11:59 advertisements.tbl
.shoal/instance1/cm/uuid-C773444DBF054B18A31A9546EA5BB81559616261646162614E5047205032503302:
total 3200
rw-rr- 1 root admin 12288 Jul 20 11:59 advertisements-AdvDstPID.idx
rw-rr- 1 root admin 12288 Jul 20 11:59 advertisements-AdvMSID.idx
rw-rr- 1 root admin 12288 Jul 20 11:59 advertisements-PeersName.idx
rw-rr- 1 root admin 12288 Jul 20 11:59 advertisements-PeersPID.idx
rw-rr- 1 root admin 792576 Jul 20 11:59 advertisements-offsets.tbl
rw-rr- 1 root admin 793088 Jul 20 11:59 advertisements.tbl
drwxr-xr-x 7 root admin 238 Jul 20 11:59 srdi
.shoal/instance1/cm/uuid-C773444DBF054B18A31A9546EA5BB81559616261646162614E5047205032503302/srdi:
total 5208
rw-rr- 1 root admin 12288 Jul 20 11:59 pipeResolverSrdi-JxtaPropagateId.idx
rw-rr- 1 root admin 792576 Jul 20 11:59 pipeResolverSrdi-offsets.tbl
rw-rr- 1 root admin 792576 Jul 20 11:59 pipeResolverSrdi.tbl
rw-rr- 1 root admin 528896 Jul 20 11:59 routerSrdi-offsets.tbl
rw-rr- 1 root admin 528896 Jul 20 11:59 routerSrdi.tbl
Environment
Operating System: All
Platform: All
Affected Versions
[current]
The text was updated successfully, but these errors were encountered: