Questions related to the localstorage=false client restarted and join back

Hi, We are using the coherence 3.4.2 version. I notified a strange problem in our application, related to the coherence. I am posting here seeking for help. We are using JDK 1.6.0_16 on Linux 64 OS.
To simplify the problems, let me just say that we have 3 JVM running as now. One is we called the data server, starting with following JVM settings:
java -Xms1G -Xmx1G -server -Dlog4j.configuration=log4j.xml
-Dtangosol.coherence.cacheconfig=/xxx/coherence_config.xml
-Dtangosol.coherence.ttl=0
-Dtangosol.coherence.log=log4j
-Dtangosol.coherence.clusterport=5511
-Dtangosol.coherence.distributed.localstorage=true The other 2 JVMs will use the same JVM settings as above, except -Dtangosol.coherence.distributed.localstorage=false.
When I started the all servers in this order: data server -> one client jvm -> the other client jvm, I can see they all join into one cluster, and our application works fine.
Now, if I shutdown client1 and client2, and restarted them, the problems comes:
1) From the coherence log, I can see the client1 and client2 joined back in the cluster.
2) But when client1 is trying to get cache using the following api:
NamedCache cache = CacheFactory.getCache("cacheName");
Object o = (Object)cache.get(id);The cache object is there, but without any elements in it. So Object o will always to Null. But I know in this case, there is one element in the case, which I just put in before restarted client 1 and 2.
So in this case, I can get a cache object back, but without any element into it. This is not the case before the JVM restarted.
3) In the above case, the cache is defined as a replicated cache as following:
          <cache-mapping>
               <cache-name>cacheName</cache-name>
               <scheme-name>ReplicatedScheme</scheme-name>
          </cache-mapping>
          <replicated-scheme>
               <scheme-name>ReplicatedScheme</scheme-name>
               <backing-map-scheme>
                    <local-scheme>
                         <scheme-ref>unlimited-backing-map</scheme-ref>
                    </local-scheme>
               </backing-map-scheme>
          </replicated-scheme>
          <!-- Backing map scheme definition used by all the caches that do not require any eviction policies -->
          <local-scheme>
               <scheme-name>unlimited-backing-map</scheme-name>
          </local-scheme>4) I tried to use the SimpleCacheExplorer example coming with the coherence to see if I can reproduce this case. But I can not. I use the same coherence.xml as our application. I used the same cache name in the SimpleCacheExplorer as in our application. I started 3 JVMs, one with localstorage=true, the other 2 with localstorage=false. Everytime, I restarted the other 2 JVMs, it can join back the cluster and get the value for the original key. So I am not sure which part in our application breaks this.
5) I list the coherence log below from our application. I added 2-3 lines comments just to list what happened then.
Any idea or hints about why this is happenning? Thanks for your help.

Here is the log:
############ start the data server
2009-11-19 14:55:07,389 Coherence  Logger@1398577124 3.4.2/411 INFO   2009-11-19 14:55:07.132/65.613 Oracle Coherence 3.4.2/411 <Info> (thread=http-8080-1, member=n/a): Loaded operational configuration from resource "jar:file:/datacloud/trunk/install/apache-tomcat-6.0.18/webapps/datacloud/WEB-INF/lib/coherence.jar!/tangosol-coherence.xml"
2009-11-19 14:55:07,389 Coherence  Logger@1398577124 3.4.2/411 INFO   2009-11-19 14:55:07.187/65.668 Oracle Coherence 3.4.2/411 <Info> (thread=http-8080-1, member=n/a): Loaded operational overrides from resource "jar:file:/datacloud/trunk/install/apache-tomcat-6.0.18/webapps/datacloud/WEB-INF/lib/coherence.jar!/tangosol-coherence-override-dev.xml"
2009-11-19 14:55:07,389 Coherence  Logger@1398577124 3.4.2/411 DEBUG  2009-11-19 14:55:07.187/65.668 Oracle Coherence 3.4.2/411 <D5> (thread=http-8080-1, member=n/a): Optional configuration override "/tangosol-coherence-override.xml" is not specified
2009-11-19 14:55:07,389 Coherence  Logger@1398577124 3.4.2/411 DEBUG  2009-11-19 14:55:07.190/65.671 Oracle Coherence 3.4.2/411 <D5> (thread=http-8080-1, member=n/a): Optional configuration override "/custom-mbeans.xml" is not specified
2009-11-19 14:55:07,389 Coherence  Logger@1398577124 3.4.2/411 DEBUG 
Oracle Coherence Version 3.4.2/411
Grid Edition: Development mode
Copyright (c) 2000-2009 Oracle. All rights reserved.
2009-11-19 14:55:08,356 Coherence  Logger@9218328 3.4.2/411 DEBUG  2009-11-19 14:55:08.351/863.022 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=1): Member(Id=2, Timestamp=2009-11-19 14:55:08.15, Address=10.241.59.246:8089, MachineId=49398, Location=site:americas.nokia.com,machine:daec-linuxvpn059246,process:30265, Role=ApacheCatalinaStartupBootstrap) joined Cluster with senior member 1
2009-11-19 14:55:08,360 Coherence  Logger@9230760 3.4.2/411 INFO   2009-11-19 14:55:08.360/66.841 Oracle Coherence GE 3.4.2/411 <Info> (thread=Cluster, member=n/a): This Member(Id=2, Timestamp=2009-11-19 14:55:08.15, Address=10.241.59.246:8089, MachineId=49398, Location=site:americas.nokia.com,machine:daec-linuxvpn059246,process:30265, Role=ApacheCatalinaStartupBootstrap, Edition=Grid Edition, Mode=Development, CpuCount=2, SocketCount=1) joined cluster "cluster:0xC3E1" with senior Member(Id=1, Timestamp=2009-11-19 14:40:47.04, Address=10.241.59.246:8088, MachineId=49398, Location=site:americas.nokia.com,machine:daec-linuxvpn059246,process:29459, Role=NokiaDcServerDataServer, Edition=Grid Edition, Mode=Development, CpuCount=2, SocketCount=1)
2009-11-19 14:55:08,386 Coherence  Logger@9230760 3.4.2/411 DEBUG  2009-11-19 14:55:08.385/66.866 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=n/a): Member 1 joined Service ExpiryService with senior member 1
2009-11-19 14:55:08,386 Coherence  Logger@9230760 3.4.2/411 DEBUG  2009-11-19 14:55:08.385/66.866 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=n/a): Member 1 joined Service DistSearchService with senior member 1
2009-11-19 14:55:08,386 Coherence  Logger@9230760 3.4.2/411 DEBUG  2009-11-19 14:55:08.385/66.866 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=n/a): Member 1 joined Service DistributedCache with senior member 1
2009-11-19 14:55:08,386 Coherence  Logger@9230760 3.4.2/411 DEBUG  2009-11-19 14:55:08.385/66.866 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=n/a): Member 1 joined Service DistSmallLRUService with senior member 1
2009-11-19 14:55:08,386 Coherence  Logger@9230760 3.4.2/411 DEBUG  2009-11-19 14:55:08.385/66.866 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=n/a): Member 1 joined Service DistSmallLFUService with senior member 1
2009-11-19 14:55:08,386 Coherence  Logger@9230760 3.4.2/411 DEBUG  2009-11-19 14:55:08.385/66.866 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=n/a): Member 1 joined Service DistSmallHYBRIDService with senior member 1
2009-11-19 14:55:08,386 Coherence  Logger@9230760 3.4.2/411 DEBUG  2009-11-19 14:55:08.385/66.866 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=n/a): Member 1 joined Service DistMediumLRUService with senior member 1
2009-11-19 14:55:08,386 Coherence  Logger@9230760 3.4.2/411 DEBUG  2009-11-19 14:55:08.385/66.866 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=n/a): Member 1 joined Service DistMediumLFUService with senior member 1
2009-11-19 14:55:08,386 Coherence  Logger@9230760 3.4.2/411 DEBUG  2009-11-19 14:55:08.385/66.866 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=n/a): Member 1 joined Service DistMediumHYBRIDService with senior member 1
2009-11-19 14:55:08,386 Coherence  Logger@9230760 3.4.2/411 DEBUG  2009-11-19 14:55:08.385/66.866 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=n/a): Member 1 joined Service DistLargeLRUService with senior member 1
2009-11-19 14:55:08,386 Coherence  Logger@9230760 3.4.2/411 DEBUG  2009-11-19 14:55:08.385/66.866 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=n/a): Member 1 joined Service DistLargeLFUService with senior member 1
2009-11-19 14:55:08,387 Coherence  Logger@9230760 3.4.2/411 DEBUG  2009-11-19 14:55:08.385/66.866 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=n/a): Member 1 joined Service DistLargeHYBRIDService with senior member 1
2009-11-19 14:55:08,682 Coherence  Logger@9218328 3.4.2/411 DEBUG  2009-11-19 14:55:08.681/863.352 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=1): Member 2 joined Service DistributedCache with senior member 1
2009-11-19 14:55:08,686 Coherence  Logger@9230760 3.4.2/411 DEBUG  2009-11-19 14:55:08.686/67.167 Oracle Coherence GE 3.4.2/411 <D5> (thread=DistributedCache, member=2): Service DistributedCache joined the cluster with senior service member 1
2009-11-19 14:55:08,690 Coherence  Logger@9218328 3.4.2/411 DEBUG  2009-11-19 14:55:08.686/863.357 Oracle Coherence GE 3.4.2/411 <D5> (thread=DistributedCache, member=1): Service DistributedCache: sending ServiceConfigSync containing 258 entries to Member 2
2009-11-19 14:55:08,693 Coherence  Logger@9230760 3.4.2/411 DEBUG  2009-11-19 14:55:08.693/67.174 Oracle Coherence GE 3.4.2/411 <D5> (thread=DistributedCache, member=2): Service DistributedCache: received ServiceConfigSync containing 258 entries
2009-11-19 14:55:09,593 Coherence  Logger@9218328 3.4.2/411 DEBUG  2009-11-19 14:55:09.593/864.264 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=1): TcpRing: connecting to member 2 using TcpSocket{State=STATE_OPEN, Socket=Socket[addr=/10.241.59.246,port=8089,localport=37475]}
2009-11-19 14:55:09,597 Coherence  Logger@9230760 3.4.2/411 DEBUG  2009-11-19 14:55:09.596/68.077 Oracle Coherence GE 3.4.2/411 <D5> (thread=TcpRingListener, member=2): TcpRing: connecting to member 1 using TcpSocket{State=STATE_OPEN, Socket=Socket[addr=/10.241.59.246,port=37475,localport=8089]}
2009-11-19 14:55:12,673 Coherence  Logger@1144704103 3.4.2/411 INFO   2009-11-19 14:55:12.508/172.386 Oracle Coherence 3.4.2/411 <Info> (thread=pool-2-thread-1, member=n/a): Loaded operational configuration from resource "jar:file:/datacloud/trunk/install/lib/coherence.jar!/tangosol-coherence.xml"
2009-11-19 14:55:12,673 Coherence  Logger@1144704103 3.4.2/411 INFO   2009-11-19 14:55:12.514/172.392 Oracle Coherence 3.4.2/411 <Info> (thread=pool-2-thread-1, member=n/a): Loaded operational overrides from resource "jar:file:/datacloud/trunk/install/lib/coherence.jar!/tangosol-coherence-override-dev.xml"
2009-11-19 14:55:12,673 Coherence  Logger@1144704103 3.4.2/411 DEBUG  2009-11-19 14:55:12.514/172.392 Oracle Coherence 3.4.2/411 <D5> (thread=pool-2-thread-1, member=n/a): Optional configuration override "/tangosol-coherence-override.xml" is not specified
2009-11-19 14:55:12,673 Coherence  Logger@1144704103 3.4.2/411 DEBUG  2009-11-19 14:55:12.517/172.395 Oracle Coherence 3.4.2/411 <D5> (thread=pool-2-thread-1, member=n/a): Optional configuration override "/custom-mbeans.xml" is not specified
2009-11-19 14:55:12,673 Coherence  Logger@1144704103 3.4.2/411 DEBUG 
Oracle Coherence Version 3.4.2/411
Grid Edition: Development mode
Copyright (c) 2000-2009 Oracle. All rights reserved.
2009-11-19 15:04:23,811 Coherence  Logger@9249408 3.4.2/411 DEBUG  2009-11-19 15:04:23.811/62.250 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=n/a): Member 1 joined Service DistSmallLRUService with senior member 1
2009-11-19 15:04:23,811 Coherence  Logger@9249408 3.4.2/411 DEBUG  2009-11-19 15:04:23.811/62.250 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=n/a): Member 1 joined Service DistSmallLFUService with senior member 1
2009-11-19 15:04:23,812 Coherence  Logger@9249408 3.4.2/411 DEBUG  2009-11-19 15:04:23.811/62.250 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=n/a): Member 1 joined Service DistSmallHYBRIDService with senior member 1
2009-11-19 15:04:23,812 Coherence  Logger@9249408 3.4.2/411 DEBUG  2009-11-19 15:04:23.812/62.251 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=n/a): Member 1 joined Service DistMediumLRUService with senior member 1
2009-11-19 15:04:23,812 Coherence  Logger@9249408 3.4.2/411 DEBUG  2009-11-19 15:04:23.812/62.251 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=n/a): Member 1 joined Service DistMediumLFUService with senior member 1
2009-11-19 15:04:23,812 Coherence  Logger@9249408 3.4.2/411 DEBUG  2009-11-19 15:04:23.812/62.251 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=n/a): Member 1 joined Service DistMediumHYBRIDService with senior member 1
2009-11-19 15:04:23,812 Coherence  Logger@9249408 3.4.2/411 DEBUG  2009-11-19 15:04:23.812/62.251 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=n/a): Member 1 joined Service DistLargeLRUService with senior member 1
2009-11-19 15:04:23,812 Coherence  Logger@9249408 3.4.2/411 DEBUG  2009-11-19 15:04:23.812/62.251 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=n/a): Member 1 joined Service DistLargeLFUService with senior member 1
2009-11-19 15:04:23,812 Coherence  Logger@9249408 3.4.2/411 DEBUG  2009-11-19 15:04:23.812/62.251 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=n/a): Member 1 joined Service DistLargeHYBRIDService with senior member 1
2009-11-19 15:04:23,946 Coherence  Logger@9218328 3.4.2/411 DEBUG  2009-11-19 15:04:23.946/1418.617 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=1): Member 2 joined Service DistributedCache with senior member 1
2009-11-19 15:04:23,953 Coherence  Logger@9249408 3.4.2/411 DEBUG  2009-11-19 15:04:23.952/62.391 Oracle Coherence GE 3.4.2/411 <D5> (thread=DistributedCache, member=2): Service DistributedCache joined the cluster with senior service member 1
2009-11-19 15:04:23,955 Coherence  Logger@9218328 3.4.2/411 DEBUG  2009-11-19 15:04:23.953/1418.624 Oracle Coherence GE 3.4.2/411 <D5> (thread=DistributedCache, member=1): Service DistributedCache: sending ServiceConfigSync containing 259 entries to Member 2
2009-11-19 15:04:23,959 Coherence  Logger@9249408 3.4.2/411 DEBUG  2009-11-19 15:04:23.959/62.398 Oracle Coherence GE 3.4.2/411 <D5> (thread=DistributedCache, member=2): Service DistributedCache: received ServiceConfigSync containing 259 entries
2009-11-19 15:04:24,513 Coherence  Logger@879081272 3.4.2/411 INFO   2009-11-19 15:04:24.351/181.083 Oracle Coherence 3.4.2/411 <Info> (thread=RMI TCP Connection(4)-127.0.0.2, member=n/a): Loaded operational configuration from resource "jar:file:/datacloud/trunk/install/lib/coherence.jar!/tangosol-coherence.xml"
2009-11-19 15:04:24,514 Coherence  Logger@879081272 3.4.2/411 INFO   2009-11-19 15:04:24.355/181.087 Oracle Coherence 3.4.2/411 <Info> (thread=RMI TCP Connection(4)-127.0.0.2, member=n/a): Loaded operational overrides from resource "jar:file:/datacloud/trunk/install/lib/coherence.jar!/tangosol-coherence-override-dev.xml"
2009-11-19 15:04:24,514 Coherence  Logger@879081272 3.4.2/411 DEBUG  2009-11-19 15:04:24.355/181.087 Oracle Coherence 3.4.2/411 <D5> (thread=RMI TCP Connection(4)-127.0.0.2, member=n/a): Optional configuration override "/tangosol-coherence-override.xml" is not specified
2009-11-19 15:04:24,514 Coherence  Logger@879081272 3.4.2/411 DEBUG  2009-11-19 15:04:24.358/181.090 Oracle Coherence 3.4.2/411 <D5> (thread=RMI TCP Connection(4)-127.0.0.2, member=n/a): Optional configuration override "/custom-mbeans.xml" is not specified
2009-11-19 15:04:24,514 Coherence  Logger@879081272 3.4.2/411 DEBUG 
Oracle Coherence Version 3.4.2/411
Grid Edition: Development mode
Copyright (c) 2000-2009 Oracle. All rights reserved.
2009-11-19 15:04:24,546 Coherence  Logger@879081272 3.4.2/411 INFO   2009-11-19 15:04:24.546/181.278 Oracle Coherence GE 3.4.2/411 <Info> (thread=RMI TCP Connection(4)-127.0.0.2, member=n/a): Loaded cache configuration from file "/datacloud/trunk/install/conf/coherence_config.xml"
2009-11-19 15:04:24,760 Coherence  Logger@879081272 3.4.2/411 WARN   2009-11-19 15:04:24.760/181.492 Oracle Coherence GE 3.4.2/411 <Warning> (thread=RMI TCP Connection(4)-127.0.0.2, member=n/a): UnicastUdpSocket failed to set receive buffer size to 1428 packets (2096304 bytes); actual size is 89 packets (131071 bytes). Consult your OS documentation regarding increasing the maximum socket buffer size. Proceeding with the actual value may cause sub-optimal performance.
2009-11-19 15:04:24,786 Coherence  Logger@9218328 3.4.2/411 DEBUG  2009-11-19 15:04:24.785/1419.456 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=1): TcpRing: connecting to member 2 using TcpSocket{State=STATE_OPEN, Socket=Socket[addr=/10.241.59.246,port=8089,localport=48995]}
2009-11-19 15:04:24,787 Coherence  Logger@9249408 3.4.2/411 DEBUG  2009-11-19 15:04:24.787/63.226 Oracle Coherence GE 3.4.2/411 <D5> (thread=TcpRingListener, member=2): TcpRing: connecting to member 1 using TcpSocket{State=STATE_OPEN, Socket=Socket[addr=/10.241.59.246,port=48995,localport=8089]}
2009-11-19 15:04:24,882 Coherence  Logger@879081272 3.4.2/411 DEBUG  2009-11-19 15:04:24.882/181.614 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=n/a): Service Cluster joined the cluster with senior service member n/a
2009-11-19 15:04:25,118 Coherence  Logger@9218328 3.4.2/411 DEBUG  2009-11-19 15:04:25.112/1419.783 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=1): Member(Id=3, Timestamp=2009-11-19 15:04:24.917, Address=10.241.59.246:8090, MachineId=49398, Location=site:americas.nokia.com,machine:daec-linuxvpn059246,process:30657, Role=NokiaDcServerBuildBuildServer) joined Cluster with senior member 1
2009-11-19 15:04:25,118 Coherence  Logger@9249408 3.4.2/411 DEBUG  2009-11-19 15:04:25.115/63.554 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=2): Member(Id=3, Timestamp=2009-11-19 15:04:24.917, Address=10.241.59.246:8090, MachineId=49398, Location=site:americas.nokia.com,machine:daec-linuxvpn059246,process:30657, Role=NokiaDcServerBuildBuildServer) joined Cluster with senior member 1
2009-11-19 15:04:25,120 Coherence  Logger@9242415 3.4.2/411 INFO   2009-11-19 15:04:25.120/181.852 Oracle Coherence GE 3.4.2/411 <Info> (thread=Cluster, member=n/a): This Member(Id=3, Timestamp=2009-11-19 15:04:24.917, Address=10.241.59.246:8090, MachineId=49398, Location=site:americas.nokia.com,machine:daec-linuxvpn059246,process:30657, Role=NokiaDcServerBuildBuildServer, Edition=Grid Edition, Mode=Development, CpuCount=2, SocketCount=1) joined cluster "cluster:0xC3E1" with senior Member(Id=1, Timestamp=2009-11-19 14:40:47.04, Address=10.241.59.246:8088, MachineId=49398, Location=site:americas.nokia.com,machine:daec-linuxvpn059246,process:29459, Role=NokiaDcServerDataServer, Edition=Grid Edition, Mode=Development, CpuCount=2, SocketCount=1)
2009-11-19 15:04:25,127 Coherence  Logger@9242415 3.4.2/411 DEBUG  2009-11-19 15:04:25.127/181.859 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=n/a): Member(Id=2, Timestamp=2009-11-19 15:04:23.541, Address=10.241.59.246:8089, MachineId=49398, Location=site:americas.nokia.com,machine:daec-linuxvpn059246,process:30753, Role=ApacheCatalinaStartupBootstrap) joined Cluster with senior member 1
2009-11-19 15:04:25,131 Coherence  Logger@9242415 3.4.2/411 DEBUG  2009-11-19 15:04:25.131/181.863 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=n/a): Member 1 joined Service ExpiryService with senior member 1
2009-11-19 15:04:25,131 Coherence  Logger@9242415 3.4.2/411 DEBUG  2009-11-19 15:04:25.131/181.863 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=n/a): Member 1 joined Service DistSearchService with senior member 1
2009-11-19 15:04:25,132 Coherence  Logger@9242415 3.4.2/411 DEBUG  2009-11-19 15:04:25.132/181.864 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=n/a): Member 1 joined Service DistributedCache with senior member 1
2009-11-19 15:04:25,132 Coherence  Logger@9242415 3.4.2/411 DEBUG  2009-11-19 15:04:25.132/181.864 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=n/a): Member 1 joined Service DistSmallLRUService with senior member 1
2009-11-19 15:04:25,132 Coherence  Logger@9242415 3.4.2/411 DEBUG  2009-11-19 15:04:25.132/181.864 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=n/a): Member 1 joined Service DistSmallLFUService with senior member 1
2009-11-19 15:04:25,133 Coherence  Logger@9242415 3.4.2/411 DEBUG  2009-11-19 15:04:25.132/181.864 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=n/a): Member 1 joined Service DistSmallHYBRIDService with senior member 1
2009-11-19 15:04:25,133 Coherence  Logger@9242415 3.4.2/411 DEBUG  2009-11-19 15:04:25.133/181.865 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=n/a): Member 1 joined Service DistMediumLRUService with senior member 1
2009-11-19 15:04:25,133 Coherence  Logger@9242415 3.4.2/411 DEBUG  2009-11-19 15:04:25.133/181.865 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=n/a): Member 1 joined Service DistMediumLFUService with senior member 1
2009-11-19 15:04:25,133 Coherence  Logger@9242415 3.4.2/411 DEBUG  2009-11-19 15:04:25.133/181.865 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=n/a): Member 1 joined Service DistMediumHYBRIDService with senior member 1
2009-11-19 15:04:25,133 Coherence  Logger@9242415 3.4.2/411 DEBUG  2009-11-19 15:04:25.133/181.865 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=n/a): Member 1 joined Service DistLargeLRUService with senior member 1
2009-11-19 15:04:25,133 Coherence  Logger@9242415 3.4.2/411 DEBUG  2009-11-19 15:04:25.133/181.865 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=n/a): Member 1 joined Service DistLargeLFUService with senior member 1
2009-11-19 15:04:25,133 Coherence  Logger@9242415 3.4.2/411 DEBUG  2009-11-19 15:04:25.133/181.865 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=n/a): Member 1 joined Service DistLargeHYBRIDService with senior member 1
2009-11-19 15:04:25,134 Coherence  Logger@9242415 3.4.2/411 DEBUG  2009-11-19 15:04:25.134/181.866 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=n/a): Member 2 joined Service DistributedCache with senior member 1
2009-11-19 15:04:25,219 Coherence  Logger@9218328 3.4.2/411 DEBUG  2009-11-19 15:04:25.219/1419.890 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=1): Member 3 joined Service ReplicatedCache with senior member 3
2009-11-19 15:04:25,220 Coherence  Logger@9249408 3.4.2/411 DEBUG  2009-11-19 15:04:25.220/63.659 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=2): Member 3 joined Service ReplicatedCache with senior member 3
2009-11-19 15:04:25,223 Coherence  Logger@9242415 3.4.2/411 DEBUG  2009-11-19 15:04:25.223/181.955 Oracle Coherence GE 3.4.2/411 <D5> (thread=ReplicatedCache, member=3): Service ReplicatedCache joined the cluster with senior service member 3
2009-11-19 15:04:26,310 Coherence  Logger@9242415 3.4.2/411 DEBUG  2009-11-19 15:04:26.309/183.041 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=3): TcpRing: connecting to member 1 using TcpSocket{State=STATE_OPEN, Socket=Socket[addr=/10.241.59.246,port=8088,localport=58713]}
2009-11-19 15:04:26,312 Coherence  Logger@9218328 3.4.2/411 DEBUG  2009-11-19 15:04:26.312/1420.983 Oracle Coherence GE 3.4.2/411 <D5> (thread=TcpRingListener, member=1): TcpRing: connecting to member 3 using TcpSocket{State=STATE_OPEN, Socket=Socket[addr=/10.241.59.246,port=58713,localport=8088]}

Similar Messages

  • Question related to the Federated Portal Network.

    Hi All,
    I have a question related to the Federated Portal Network.
    I have to configured FPN between two portals :
    1. BI-portal  (Producer Portal) (EP 7.0)
    2. Portal for other systems (Consumer Portal) (EP 7.0)
    Can anybody help regarding this, I need material or URLs   ...
    Thanks & Regards,
    Jay

    Hi Jay,
    Check out following links for fedrated portals
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/703cfbbd-e85e-2a10-00a3-ecd502c08e82&overridelayout=true
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/70191d1e-2bd1-2a10-d9b7-ba19500da527&overridelayout=true
    Regards,
    Vaishali

  • Question related to the  JAX-RPC.

    Hi ,
    I have a question related to the JAX-RPC API.
    Please clear me following points whether I am right or not?
    1. If my two end points are in Java then and only we use the JAX-RPC API. Is it right?
    2. If my two end points are in .Net then we use the some other API in .NET. Is it right?
    Please give me links or associate info. regarding this.
    Thanks,
    Rahul

    With JAX-RPC API, you are writing or consuming web services. If you are building web services, then that web service should be interoperable to .NET as well as Java. You do not have to use JAX-RPC, because, JAX-WS can serve the same purpose but is much easier to program. More about web services may be found at [http://soalib.com|http://soalib.com]

  • What exactly is the diff between client dependant and client independant te

    Hi gurus,
    What is the diff between client independant and client dependant term.. I initially had a confusion related to client independant and client dependant Transport requests, where else are these words applicable, do they apply to data as well, if so how? any links to help me understand the difference..
    regards,
    kishore

    Hi Kishore,
    Client Independant: These objects are not specific to any client. And it is universal which can be viewed,changed across the clients.
    Client Dependant: These are the objects can be viewed, changed for the client for which it has been assigned. Other clients do not have access on these objects.
    In SAP, all objects are finally stored as tables. "Mandt" is key field which determines whether the object is client dependant or not.
    Client Independant transport requests will make the transported objects available across the clients. and Client dependent transport request make the objects available only for the client mentioned by field "Mandt"
    Regards,
    Dinesh D

  • Dear Apple Support,  Good day to you. This is to report the problem i encountered when i updated my Ipad mini to the new IOS 8.1..  After the update my Ipad restart and after that it appears a picture that need to connect to itunes and need  to resto

    Dear Apple Support,
    Good day to you.
    This is to report the problem i encountered when i updated my Ipad mini to the new IOS 8.1..
    After the update my Ipad restart and after that it appears a picture that need to connect to itunes and need  to restore. So i connect it to itunes and wait to restore my ipad mini because it is not opening.
    After restoring it my ipad is now opening and it is like new that i need to set up again.
    I set up again until i reach the apple id and password.
    I put my below apple ID and password to unlock my ipad but it didn't work. The message i receive is "the apple ID cannot be used to unlock this Ipad.
    What will I do? Please help.
    Thank you
    Sent from my iPhone
    Begin forwarded message:
    From: Apple <[email protected]***>
    Date: October 9, 2013 at 11:53:53 PM GMT+4
    To: ****
    Subject: Your Apple ID was used to sign in to iCloud and iMessage on an iPad mini 
    Dear Leslie J.,
    Your Apple ID was used to sign in to iCloud and iMessage on an iPad mini named “Leslie Joye's iPad”.
    If you have not recently set up an iPad with your Apple ID, then you should change your Apple ID password. Learn more.
    Apple Support
    <Email Edited By Host>

    1. It is never a good idea to include personal info like your email address or Apple ID in a post on an open forum.
    2. The email you received DOES NOT say your Apple ID cannot be used to unlock this iPad. The email informs you that your Apple ID was used to unlock an iPad. Fortunately the iPad is yours. The message confirms that. If your Apple ID was used to unlock an iPad that was not yours your would then know to change your password. Since the iPad is yours you do not need to change your password.
    Is your iPad working?

  • What's the difference between client combo and server combo? Also, what would happen if I install both?

    what's the difference between client combo and server combo? Also, what would happen if I install both?

    One is for the base version of the Mac OS, the other is for the Server version. You can only install the one that matches your system.

  • [svn:osmf:] 10248: Fix a few bugs related to the interaction between IPlayable, IPausable, and ITemporal within a SerialElement, specifically around ensuring that the transition from child to child happens in the various permutations of these traits .

    Revision: 10248
    Author:   [email protected]
    Date:     2009-09-14 16:45:00 -0700 (Mon, 14 Sep 2009)
    Log Message:
    Fix a few bugs related to the interaction between IPlayable, IPausable, and ITemporal within a SerialElement, specifically around ensuring that the transition from child to child happens in the various permutations of these traits.  Introduce a helper class for managing this logic, as it can happen in both CompositePlayableTrait and CompositeTemporalTrait.  This lays the groundwork for a MediaElement which only implements IPlayable (e.g. to ping a tracking server) working within a serial composition.  Beef up unit tests so that these cases don't get broken in the future.
    Modified Paths:
        osmf/trunk/framework/MediaFramework/.flexLibProperties
        osmf/trunk/framework/MediaFramework/org/openvideoplayer/composition/CompositePlayableTrai t.as
        osmf/trunk/framework/MediaFramework/org/openvideoplayer/composition/CompositeTemporalTrai t.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/openvideoplayer/composition/TestSerialEle ment.as
    Added Paths:
        osmf/trunk/framework/MediaFramework/org/openvideoplayer/composition/SerialElementTransiti onManager.as

    Hi,
    Found a note explaining the significance of these errors.
    It says:
    "NZE-28862: SSL connection failed
    Cause: This error occurred because the peer closed the connection.
    Action: Enable Oracle Net tracing on both sides and examine the trace output. Contact Oracle Customer support with the trace output."
    For further details you may refer the Note: 244527.1 - Explanation of "SSL call to NZ function nzos_Handshake failed" error codes
    Thanks & Regards,
    Sindhiya V.

  • Since Lion system profiler is now a question mark in the dock. Can i get it back?

    Since Lion, system profiler is now a question mark in the dock. Can I get it back? dsso

    In Lion, there is no Systim Profiler. It is System Information now located in the Utilities Folder. Open that up and select to keep it in the Dock.
    Drag the icon for system profiler off the Dock.

  • My Ipad 3rd gen kept shutting off and we would have to restart and log back on to internet with password. So backed up to icloud and did a restore. It could not complete the restore. No luck at Genius bar. Can trade for a new one for 299. any ideas to fix

    Ipad 3rd gen kept shutting off. Had to restart and log back on to internet with password. backed up  and did restore.
    could not complete. Took to Genius bar and they could not either. Said we trade with $299 for another one.is there
    someplace to get these things repaired. It was 4 months out of warranty.

    Yet another quick follow up to something I have stumbled upon with this issue. If I connect to my Airport Extreme on the 5Ghz channel, Dictation continues to have issues. However, when I switched to the 2.4Ghz channel dictation has been working great now for a while.
    The dictation option is still missing under General>Settings>Keyboard however.
    Not sure at all what one would have to do with the other? but hey, if it's working then I'm going with it for now. :-)

  • What is the defferent between client copy and client transport

    what is the defferent between client copy and client transport?
    give me the steps that how to make a applications data copy from production to QAS.
    thanks
    priyan

    Hi,
    what is the defferent between client copy and client transport?You better google it..! 
    here is the result..
    http://help.sap.com/printdocu/core/print46c/en/data/pdf/bcctscco/bcctscco.pdf
    Follow the standard procedure of System Copy from PRD => QAS :
    Download guide as per your release:
    http://service.sap.com/systemcopy
    What is Systemcopy:
    http://help.sap.com/saphelp_rc10/helpdata/en/a2/2f0c173a5e43d19585724239ff4de7/frameset.htm
    Regards;

  • TS1372 Restoring my Ipod is not working. It restarts itself during the boot up process and the white bar under the apple logo is always so close to reaching the end but it restarts and tells me to restore it again.

    During the boot up process, the white bar under the apple logo is always so close to reaching the end but it restarts and tells me to restore it again. I have tried different usb ports and restarting computer but it wont work
    Ipod classic 120gb

    Have you tried restoring through iTunes?  If not, try pressing and holding the center 'Select' button and the top 'Menu' buttons together until it restarts.  Once you it restarts and you see the Apple logo, press and hold the left 'Previous' and center 'Select' buttons together to go into the diagnostics.  You can run tests through that and see if it's a hard drive issue or software issue.

  • How do I uninstall the latest version of iTunes and go back to the previous version?

    That's my question:  How do I uninstall the latest version of iTunes and go back to the previous version?  I am running 10.6.8, I just uploaded this new "update" version of iTunes and I hate it.  I want the old one back.  How do I do that?

    If you are on Mavericks (your profile says different) and using Pages 5.0 you should have Pages 09 in the Applications > iWork 09 folder.

  • My Mac Book Pro was really slow at everything and would kick me out of my photos every time i got on them. now it won't even allow me to log on. i put my password in and the screen will flash white and go back to the login page. HELP please...

    My Mac Book Pro was really slow at everything and would kick me out of my photos every time i got on them. now it won't even allow me to log on. i put my password in and the screen will flash white and go back to the login page. HELP please...

    There is nothing wrong with your Dell, it will work fine with any MacbookPro. I have been using Dell displays for over 12 years with many different Mac models. I have two 21" Ultra Sharp displays working side by side to design a Keynote presentation right now.
    The issue your having is with the way Keynote  takes control of the video output to both displays, it sends the presentation signal to one and the presenter display to the other, this is set up in;
    Keynote preferences > Presenter display.
    If you want to show a wesite or another app on  either display,  use application switcher:
    press the the  command key on the keyboard, then the tab key; a row of applications will show what applications are running, choose which one you want to show. Use command  > tab to return to Keynote.

  • My iphone wont turn on but when i plug it in to charge the apple logo comes on and turns back off after a few seconds i dont know what to do i need help

    my iphone wont turn on but when i plug it in to charge the apple logo comes on and turns back off after a few seconds i dont know what to do i need help

    Hello warhogs17,
    After reviewing your post, it sounds like the iPhone will not turn on past the Apple logo. I would recommend that you read this article, it may be able to help the issue.
    If your iPhone, iPad, or iPod touch doesn't respond or doesn't turn on - Apple Support
    Thanks for using Apple Support Communities.
    Have a nice day,
    Mario

  • Can I delete the Itunes update 10.6 and go back to 1.2?

    Can I delete the Itunes update 10.6 and go back to 1.2?

    You want to go to iTunes version 1.2? Your iPod will not work with that old of an iTunes version.
    You can just uninstall the old version. Google for the old version and install it.

Maybe you are looking for