Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Coherence cache server start up issue

974632Nov 19 2012 — edited Nov 19 2012
Hi ,

Coherence is able to resolve my Spring bean. However I see the following repeatedly when DCS starts up (see highlighted part below). The cache configuration is read repeatedly from my coherence-cache-config.xml in the application. I have tried renaming this file as well. Still does not work.

Need suggestions to resolve this issue urgently. Thanks.



Oracle Coherence Version 3.6.1.0 Build 19636
Grid Edition: Development mode
Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.

2012-11-16 11:17:45.820/7.257 Oracle Coherence GE 3.6.1.0 <D4> (thread=Thread-2, member=n/a): TCMP bound to /100.168.0.100:8080 using SystemSocketProvider
2012-11-16 11:18:16.112/37.549 Oracle Coherence GE 3.6.1.0 <Info> (thread=Cluster, member=n/a): Created a new cluster "myprojCoherenceCluster" with Member(Id=1, Timestamp=2012-11-16 11:17:45.824, Address=100.168.0.100:8080, MachineId=26725, Location=process:84968, Role=ApacheCatalinaStartupBootstrap, Edition=Grid Edition, Mode=Development, CpuCount=8, SocketCount=8) UID=0xC0A800650000013B08F052E068651F90
2012-11-16 11:18:16.115/37.552 Oracle Coherence GE 3.6.1.0 <Info> (thread=Thread-2, member=n/a): Started cluster Name=myprojCoherenceCluster

WellKnownAddressList(Size=2,
WKA{Address=100.168.0.100, Port=8080}
WKA{Address=100.168.0.100, Port=8080}
)

MasterMemberSet
(
ThisMember=Member(Id=1, Timestamp=2012-11-16 11:17:45.824, Address=100.168.0.100:8080, MachineId=26725, Location=process:84968, Role=ApacheCatalinaStartupBootstrap)
OldestMember=Member(Id=1, Timestamp=2012-11-16 11:17:45.824, Address=100.168.0.100:8080, MachineId=26725, Location=process:84968, Role=ApacheCatalinaStartupBootstrap)
ActualMemberSet=MemberSet(Size=1, BitSetCount=2
Member(Id=1, Timestamp=2012-11-16 11:17:45.824, Address=100.168.0.100:8080, MachineId=26725, Location=process:84968, Role=ApacheCatalinaStartupBootstrap)
)
RecycleMillis=1200000
RecycleSet=MemberSet(Size=0, BitSetCount=0
)
)

TcpRing{Connections=[]}
IpMonitor{AddressListSize=0}

2012-11-16 11:18:16.134/37.571 Oracle Coherence GE 3.6.1.0 <D5> (thread=Invocation:Management, member=1): Service Management joined the cluster with senior service member 1
2*012-11-16 11:18:16.190/37.627 Oracle Coherence GE 3.6.1.0 <Info> (thread=Thread-2, member=1): Loaded cache configuration from "file:/Users/radhika_b/Documents/workspace/abc/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/myproj/WEB-INF/classes/coherence-cache-config.xml"*
*2012-11-16 11:18:17.452/38.889 Oracle Coherence GE 3.6.1.0 <Info> (thread=Thread-2, member=1): Loaded cache configuration from "file:/Users/radhika_b/Documents/workspace/abc/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/myproj/WEB-INF/classes/coherence-cache-config.xml"*
*2012-11-16 11:18:18.660/40.097 Oracle Coherence GE 3.6.1.0 <Info> (thread=Thread-2, member=1): Loaded cache configuration from "file:/Users/radhika_b/Documents/workspace/abc/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/myproj/WEB-INF/classes/coherence-cache-config.xml"*
*2012-11-16 11:18:19.741/41.178 Oracle Coherence GE 3.6.1.0 <Info> (thread=Thread-2, member=1): Loaded cache configuration from "file:/Users/radhika_b/Documents/workspace/abc/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/myproj/WEB-INF/classes/coherence-cache-config.xml"*
and so on.......
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 17 2012
Added on Nov 19 2012
3 comments
348 views