Cluster exception:  "Unable to refresh sockets:"

I'm getting an exception after starting my Tomcat server with my webapp that is using coherence. In all other environments I have not gotten this error with the same tomcat and app but this new environment is a linux box with multiple interfaces.
I think it has something to do with the multicast communications which I would happily disable for now if I could but no matter what I set I still get this exception.
2009-12-07 14:37:29,594 ERROR Logger@9264948 3.5.2/463 Coherence - 2009-12-07 14:37:29.594/137.767 Oracle Coherence GE 3.5.2/463 <Error> (thread=PacketListenerN, member=1): Stopping cluster due to unhandled exception: com.tangosol.net.messaging.ConnectionException: Unable to refresh sockets: [UnicastUdpSocket{State=STATE_OPEN, address:port=172.16.96.56:8088}, MulticastUdpSocket{State=STATE_OPEN, address:port=224.3.5.2:35463, InterfaceAddress=172.16.96.56, TimeToLive=4}, TcpSocketAccepter{State=STATE_OPEN, ServerSocket=172.16.96.56:8088}]; last failed socket: MulticastUdpSocket{State=STATE_OPEN, address:port=224.3.5.2:35463, InterfaceAddress=172.16.96.56, TimeToLive=4}
at com.tangosol.coherence.component.net.Cluster$SocketManager.refreshSockets(Cluster.CDB:91)
at com.tangosol.coherence.component.net.Cluster$SocketManager$MulticastUdpSocket.onInterruptedIOException(Cluster.CDB:9)
at com.tangosol.coherence.component.net.socket.UdpSocket.receive(UdpSocket.CDB:33)
at com.tangosol.coherence.component.net.UdpPacket.receive(UdpPacket.CDB:4)
at com.tangosol.coherence.component.util.daemon.queueProcessor.packetProcessor.PacketListener.onNotify(PacketListener.CDB:19)
at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.net.SocketTimeoutException: Receive timed out
at java.net.PlainDatagramSocketImpl.receive0(Native Method)
at java.net.PlainDatagramSocketImpl.receive(PlainDatagramSocketImpl.java:136)
at java.net.DatagramSocket.receive(DatagramSocket.java:712)
at com.tangosol.coherence.component.net.socket.UdpSocket.receive(UdpSocket.CDB:20)
at com.tangosol.coherence.component.net.UdpPacket.receive(UdpPacket.CDB:4)
at com.tangosol.coherence.component.util.daemon.queueProcessor.packetProcessor.PacketListener.onNotify(PacketListener.CDB:19)
at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)
at java.lang.Thread.run(Thread.java:619)
My tangosol-coherence-config:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<coherence>
<multicast-listener>
<address>224.1.0.0</address>
<time-to-live>0</time-to-live>
<port>2342</port>
<join-timeout-seconds>1</join-timeout-seconds>
</multicast-listener>
<unicast-listener>
<well-known-addresses>
<socket-address id="1">
<address>127.0.0.1</address>
<port>8088</port>
</socket-address>
</well-known-addresses>
</unicast-listener>
<logging-config>
<destination>log4j</destination>
<severity-level>4</severity-level>
<character-limit>4096</character-limit>
</logging-config>
</coherence>
So my first question is what is the correct way to disable multicast? Second question is about the exception as to what may be causing it. Thanks much.
- Matt

The log indicated that you were not using the coherence override file you specified.
Log showing muticast address used was 224.3.5.2:35463 (the default one for 3.5.2 build 463), which is not what specified in your override file.
The correct way to disable multicast is not to configure them in your override file and use well-known-address.
And your well-known-address setup is a little wierd, 127.0.0.1?

Similar Messages

  • Stopping Cluster... Unable to refresh sockets

    Hi,
    Can someone explain what the following errors mean please:
    05/18/10 14:53:15.415 INFO: [ProcessWrapper] [STDOUT] 2010-05-18 14:53:15,413 [Logger@9226875 3.5.3/465p2] DEBUG Coherence - 2010-05-18 14:53:15.413/14734.646 Oracle Coherence GE 3.5.3/465p2 <D6> (thread=PacketListenerN, member=46): Attempt to refresh sockets: [UnicastUdpSocket{State=STATE_OPEN, address:port=11.160.45.170:8097}, MulticastUdpSocket{State=STATE_OPEN, address:port=239.255.12.37:1235, InterfaceAddress=11.160.45.170, TimeToLive=100}, TcpSocketAccepter{State=STATE_OPEN, ServerSocket=11.160.45.170:8097}] caused by MulticastUdpSocket{State=STATE_OPEN, address:port=239.255.12.37:1235, InterfaceAddress=11.160.45.170, TimeToLive=100}; exception java.net.SocketTimeoutException: Receive timed out
    05/18/10 14:53:15.416 INFO: [ProcessWrapper] [STDOUT]      at java.net.PlainDatagramSocketImpl.receive0(Native Method)
    05/18/10 14:53:15.416 INFO: [ProcessWrapper] [STDOUT]      at java.net.PlainDatagramSocketImpl.receive(PlainDatagramSocketImpl.java:136)
    05/18/10 14:53:15.416 INFO: [ProcessWrapper] [STDOUT]      at java.net.DatagramSocket.receive(DatagramSocket.java:712)
    05/18/10 14:53:15.416 INFO: [ProcessWrapper] [STDOUT]      at com.tangosol.coherence.component.net.socket.UdpSocket.receive(UdpSocket.CDB:20)
    05/18/10 14:53:15.416 INFO: [ProcessWrapper] [STDOUT]      at com.tangosol.coherence.component.net.UdpPacket.receive(UdpPacket.CDB:4)
    05/18/10 14:53:15.416 INFO: [ProcessWrapper] [STDOUT]      at com.tangosol.coherence.component.util.daemon.queueProcessor.packetProcessor.PacketListener.onNotify(PacketListener.CDB:19)
    05/18/10 14:53:15.416 INFO: [ProcessWrapper] [STDOUT]      at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)
    05/18/10 14:53:15.416 INFO: [ProcessWrapper] [STDOUT]      at java.lang.Thread.run(Thread.java:619)
    05/18/10 14:53:15.416 INFO: [ProcessWrapper] [STDOUT]
    05/18/10 14:53:17.011 INFO: [ProcessWrapper] [STDOUT] 14734.924: [Full GC (System) 14734.924: [CMS: 153422K->153463K(3350528K), 1.4893660 secs] 225600K->153463K(3468544K), [CMS Perm : 23955K->23955K(39996K)], 1.4897740 secs] [Times: user=1.13 sys=0.00, real=1.49 secs]
    05/18/10 14:53:17.071 INFO: [ProcessWrapper] [STDOUT] 2010-05-18 14:53:17,070 [Logger@9226875 3.5.3/465p2] INFO  Coherence - 2010-05-18 14:53:17.069/14736.302 Oracle Coherence GE 3.5.3/465p2 <Info> (thread=PacketListenerN, member=46): Scheduled senior member heartbeat is overdue; rejoining multicast group.
    05/18/10 14:53:21.598 INFO: [ProcessWrapper] [STDOUT] 2010-05-18 14:53:21,598 [latest-cache-serviceWorker:72] DEBUG EventsPublisherImpl - Published message : ObjectMessage={ Header={ JMSMessageID={ID:LON_DEV_ODCache_7026.104C4BEBFD63A9A32:63038} JMSDestination={Topic[odcache.dev.topic.odcdev.persistence]} JMSReplyTo={null} JMSDeliveryMode={PERSISTENT} JMSRedelivered={false} JMSCorrelationID={null} JMSType={null} JMSTimestamp={Tue May 18 14:53:21 BST 2010} JMSExpiration={0} JMSPriority={4} } Properties={ partitionId={Integer:6803} } Object={PersistenceEventImpl for cache: LatestRefLedgerBook} } ; event : PersistenceEventImpl for cache: LatestRefLedgerBook
    05/18/10 14:53:23.762 INFO: [ProcessWrapper] [STDOUT] 2010-05-18 14:53:23,762 [latest-cache-serviceWorker:35] DEBUG EventsPublisherImpl - Published message : ObjectMessage={ Header={ JMSMessageID={ID:LON_DEV_ODCache_7026.104C4BEBFD63A9A32:63039} JMSDestination={Topic[odcache.dev.topic.odcdev.persistence]} JMSReplyTo={null} JMSDeliveryMode={PERSISTENT} JMSRedelivered={false} JMSCorrelationID={null} JMSType={null} JMSTimestamp={Tue May 18 14:53:23 BST 2010} JMSExpiration={0} JMSPriority={4} } Properties={ partitionId={Integer:1015} } Object={PersistenceEventImpl for cache: LatestRefLedgerBook} } ; event : PersistenceEventImpl for cache: LatestRefLedgerBook
    05/18/10 14:53:34.972 INFO: [ProcessWrapper] [STDOUT] 2010-05-18 14:53:34,972 [Logger@9226875 3.5.3/465p2] ERROR Coherence - 2010-05-18 14:53:34.969/14754.202 Oracle Coherence GE 3.5.3/465p2 <Error> (thread=PacketListenerN, member=46): Stopping cluster due to unhandled exception: com.tangosol.net.messaging.ConnectionException: Unable to refresh sockets: [UnicastUdpSocket{State=STATE_OPEN, address:port=11.160.45.170:8097}, MulticastUdpSocket{State=STATE_OPEN, address:port=239.255.12.37:1235, InterfaceAddress=11.160.45.170, TimeToLive=100}, TcpSocketAccepter{State=STATE_OPEN, ServerSocket=11.160.45.170:8097}]; last failed socket: MulticastUdpSocket{State=STATE_OPEN, address:port=239.255.12.37:1235, InterfaceAddress=11.160.45.170, TimeToLive=100}
    05/18/10 14:53:34.972 INFO: [ProcessWrapper] [STDOUT]      at com.tangosol.coherence.component.net.Cluster$SocketManager.refreshSockets(Cluster.CDB:91)
    05/18/10 14:53:34.972 INFO: [ProcessWrapper] [STDOUT]      at com.tangosol.coherence.component.net.Cluster$SocketManager$MulticastUdpSocket.onInterruptedIOException(Cluster.CDB:9)
    05/18/10 14:53:34.972 INFO: [ProcessWrapper] [STDOUT]      at com.tangosol.coherence.component.net.socket.UdpSocket.receive(UdpSocket.CDB:33)
    05/18/10 14:53:34.972 INFO: [ProcessWrapper] [STDOUT]      at com.tangosol.coherence.component.net.UdpPacket.receive(UdpPacket.CDB:4)
    05/18/10 14:53:34.972 INFO: [ProcessWrapper] [STDOUT]      at com.tangosol.coherence.component.util.daemon.queueProcessor.packetProcessor.PacketListener.onNotify(PacketListener.CDB:19)
    05/18/10 14:53:34.972 INFO: [ProcessWrapper] [STDOUT]      at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)
    05/18/10 14:53:34.972 INFO: [ProcessWrapper] [STDOUT]      at java.lang.Thread.run(Thread.java:619)
    05/18/10 14:53:34.972 INFO: [ProcessWrapper] [STDOUT] Caused by: java.net.SocketTimeoutException: Receive timed out
    05/18/10 14:53:34.972 INFO: [ProcessWrapper] [STDOUT]      at java.net.PlainDatagramSocketImpl.receive0(Native Method)
    05/18/10 14:53:34.972 INFO: [ProcessWrapper] [STDOUT]      at java.net.PlainDatagramSocketImpl.receive(PlainDatagramSocketImpl.java:136)
    05/18/10 14:53:34.972 INFO: [ProcessWrapper] [STDOUT]      at java.net.DatagramSocket.receive(DatagramSocket.java:712)
    05/18/10 14:53:34.972 INFO: [ProcessWrapper] [STDOUT]      at com.tangosol.coherence.component.net.socket.UdpSocket.receive(UdpSocket.CDB:20)
    05/18/10 14:53:34.972 INFO: [ProcessWrapper] [STDOUT]      at com.tangosol.coherence.component.net.UdpPacket.receive(UdpPacket.CDB:4)
    05/18/10 14:53:34.972 INFO: [ProcessWrapper] [STDOUT]      at com.tangosol.coherence.component.util.daemon.queueProcessor.packetProcessor.PacketListener.onNotify(PacketListener.CDB:19)
    05/18/10 14:53:34.972 INFO: [ProcessWrapper] [STDOUT]      at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)
    05/18/10 14:53:34.972 INFO: [ProcessWrapper] [STDOUT]      at java.lang.Thread.run(Thread.java:619)
    05/18/10 14:53:34.972 INFO: [ProcessWrapper] [STDOUT]
    05/18/10 14:53:34.974 INFO: [ProcessWrapper] [STDOUT] 2010-05-18 14:53:34,974 [Logger@9226875 3.5.3/465p2] DEBUG Coherence - 2010-05-18 14:53:34.974/14754.207 Oracle Coherence GE 3.5.3/465p2 <D5> (thread=Cluster, member=46): Service Cluster left the cluster
    05/18/10 14:53:35.094 INFO: [ProcessWrapper] [STDOUT] 2010-05-18 14:53:35,093 [Logger@9226875 3.5.3/465p2] DEBUG Coherence - 2010-05-18 14:53:35.086/14754.319 Oracle Coherence GE 3.5.3/465p2 <D5> (thread=Invocation:PartitionedFilterInvocationService, member=46): Service PartitionedFilterInvocationService left the cluster
    05/18/10 14:53:35.094 INFO: [ProcessWrapper] [STDOUT] 2010-05-18 14:53:35,093 [Logger@9226875 3.5.3/465p2] ERROR Coherence - 2010-05-18 14:53:35.086/14754.320 Oracle Coherence GE 3.5.3/465p2 <Error> (thread=DistributedCache:distributed-pof-scheme, member=46): validatePolls: This service timed-out due to unanswered handshake request. Manual intervention is required to stop the members that have not responded to this Poll
    05/18/10 14:53:35.094 INFO: [ProcessWrapper] [STDOUT]   {
    05/18/10 14:53:35.094 INFO: [ProcessWrapper] [STDOUT]   PollId=244, active
    05/18/10 14:53:35.094 INFO: [ProcessWrapper] [STDOUT]   InitTimeMillis=1274188777824
    05/18/10 14:53:35.094 INFO: [ProcessWrapper] [STDOUT]   Service=distributed-pof-scheme (10)
    05/18/10 14:53:35.094 INFO: [ProcessWrapper] [STDOUT]   RespondedMemberSet=[]
    05/18/10 14:53:35.094 INFO: [ProcessWrapper] [STDOUT]   LeftMemberSet=[]
    05/18/10 14:53:35.094 INFO: [ProcessWrapper] [STDOUT]   RemainingMemberSet=[2]
    05/18/10 14:53:35.094 INFO: [ProcessWrapper] [STDOUT]   }
    05/18/10 14:53:35.094 INFO: [ProcessWrapper] [STDOUT] Request=Message "InvokeRequest"
    05/18/10 14:53:35.094 INFO: [ProcessWrapper] [STDOUT]   {
    05/18/10 14:53:35.095 INFO: [ProcessWrapper] [STDOUT]   FromMember=Member(Id=46, Timestamp=2010-05-18 10:47:44.479, Address=11.160.45.170:8097, MachineId=34474, Location=machine:lonrs05718,process:16198,member:lonrs05718:Data-14, Role=RbsOdcCoreDaoODCCacheServer)
    05/18/10 14:53:35.095 INFO: [ProcessWrapper] [STDOUT]   FromMessageId=279506
    05/18/10 14:53:35.095 INFO: [ProcessWrapper] [STDOUT]   Internal=false
    05/18/10 14:53:35.095 INFO: [ProcessWrapper] [STDOUT]   MessagePartCount=3
    05/18/10 14:53:35.095 INFO: [ProcessWrapper] [STDOUT]   PendingCount=0
    05/18/10 14:53:35.095 INFO: [ProcessWrapper] [STDOUT]   MessageType=27
    05/18/10 14:53:35.095 INFO: [ProcessWrapper] [STDOUT]   ToPollId=0
    05/18/10 14:53:35.095 INFO: [ProcessWrapper] [STDOUT]   Poll=null
    05/18/10 14:53:35.095 INFO: [ProcessWrapper] [STDOUT]   Packets
    05/18/10 14:53:35.095 INFO: [ProcessWrapper] [STDOUT]     {
    05/18/10 14:53:35.095 INFO: [ProcessWrapper] [STDOUT]     }
    05/18/10 14:53:35.095 INFO: [ProcessWrapper] [STDOUT]   Service=DistributedCache{Name=distributed-pof-scheme, State=(SERVICE_STOPPED), Not initialized}
    05/18/10 14:53:35.095 INFO: [ProcessWrapper] [STDOUT]   ToMemberSet=MemberSet(Size=1, BitSetCount=1
    05/18/10 14:53:35.095 INFO: [ProcessWrapper] [STDOUT]       Member(Id=2, Timestamp=2010-05-18 10:47:20.865, Address=11.160.45.172:8088, MachineId=34476, Location=machine:lonrs05720,process:20359,member:lonrs05720:Data-4, Role=RbsOdcCoreDaoODCCacheServer)
    05/18/10 14:53:35.095 INFO: [ProcessWrapper] [STDOUT]       )
    05/18/10 14:53:35.095 INFO: [ProcessWrapper] [STDOUT]   NotifySent=false
    05/18/10 14:53:35.095 INFO: [ProcessWrapper] [STDOUT]   }Specifically the error:
    <Error> (thread=PacketListenerN, member=46): Stopping cluster due to unhandled exception: com.tangosol.net.messaging.ConnectionException: Unable to refresh socketsWhat does it mean and what might be causing it. The only similar post I could find was this one Re: start Conherence ERROR!!! from last year where the response was to try the multi-cast test. We run this cluster with multi-cast all the time though.
    Cheers,
    JK

    Hi Jonathan,
    This: http://www.tibcommunity.com/thread/11192
    Seems to indicate that the problem is at the socket buffer level.
    This one : http://www.jivesoftware.com/jivespace/message/60848;jsessionid=5BF9B4F2637DFC55A07B9F3090927A9D
    Indicates that it may be a problem, a conflict on the network with another device.
    HTH
    Serge

  • Problem: Stopping cluster due to unhandled exception .. Unable to refresh

    Greetings
    While testing a rolling upgrade of an application that uses Coherence 3.5.2 on 62-jvm cluster hosted on
    11 physical machines, we encountered a situation where after the upgrade was completed, most jvms
    in the system abruptly left the cluster. The physical hosts are running CentOS 5.4, the java used is
    the 64-bit server version 1.6.0_16-b01. The test was run under a scenario that imposed "moderate"
    load, with cpu usage on the physical machines never exceeding 60% busy, network bandwidth never
    exceeding 5%, and with some free physical memory. Swapping did not occur during any time during
    the test. I believe we are using the default tangosol-coherence.xml. We got the error below in
    our coherence.log files on all of the systems, all at about the same time (within 10 milliseconds).
    55 of the jvms left the cluster during the incident. There were 55 copies of the error message in
    the various logs, all nearly identical except for the time and member id.
    My questions include
    - what does the error mean?
    - what could cause it? (I investigated system logs, and found no evidence of the NIC cards
    going off line at the time. Any suggestions about how to look for evidence of broadcast storm?)
    - how can we keep it from happening again?
    Many thanks for your help -
    Mike Murphy
    2011-04-26 17:34:14,629 Coherence Logger@9224544 3.5.2/463 ERROR 2011-04-26 17:34:14.629/1929.311 Oracle Coherence GE
    3.5.2/463 <Error> (thread=PacketListenerN, member=30): Stopping cluster due to unhandled exception: com.tangosol.net.mes
    saging.ConnectionException: Unable to refresh sockets: [UnicastUdpSocket{State=STATE_OPEN, address:port=10.48.88.116:809
    1}, MulticastUdpSocket{State=STATE_OPEN, address:port=224.3.5.2:10013, InterfaceAddress=10.48.88.116, TimeToLive=4}, Tcp
    SocketAccepter{State=STATE_OPEN, ServerSocket=10.48.88.116:8091}]; last failed socket: MulticastUdpSocket{State=STATE_OP
    EN, address:port=224.3.5.2:10013, InterfaceAddress=10.48.88.116, TimeToLive=4}
    at com.tangosol.coherence.component.net.Cluster$SocketManager.refreshSockets(Cluster.CDB:91)
    at com.tangosol.coherence.component.net.Cluster$SocketManager$MulticastUdpSocket.onInterruptedIOException(Cluste
    r.CDB:9)
    at com.tangosol.coherence.component.net.socket.UdpSocket.receive(UdpSocket.CDB:33)
    at com.tangosol.coherence.component.net.UdpPacket.receive(UdpPacket.CDB:4)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.packetProcessor.PacketListener.onNotify(PacketLis
    tener.CDB:19)
    at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: java.net.SocketTimeoutException: Receive timed out
    at java.net.PlainDatagramSocketImpl.receive0(Native Method)
    at java.net.PlainDatagramSocketImpl.receive(PlainDatagramSocketImpl.java:136)
    at java.net.DatagramSocket.receive(DatagramSocket.java:712)
    at com.tangosol.coherence.component.net.socket.UdpSocket.receive(UdpSocket.CDB:20)
    at com.tangosol.coherence.component.net.UdpPacket.receive(UdpPacket.CDB:4)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.packetProcessor.PacketListener.onNotify(PacketLis
    tener.CDB:19)
    at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)

    Hi Mike,
    It looks like you are having problems with multicast. You can run the multicast test described here
    [http://download.oracle.com/docs/cd/E15357_01/coh.360/e15723/tune_multigramtest.htm]
    which will help in diagnosing the problem

  • UdpSocket.receive: unable to reopen socket; State=STATE_CLOSED

    Hi
    We are getting this error on DefaultCacheServer instance while other members are loading information into Cache.
    Thanks
    sunder
    2011-07-22 03:02:33.959/11191.128 Oracle Coherence GE 3.6.1.0 <Error> (thread=Cluster, member=16): StopRunning ClusterService{Name=Cluster, State=(SERVICE_STARTED, STATE_JOINED), Id=0, Version=3.6, OldestMemberId=1} due to unhandled exception:
    2011-07-22 03:02:34.062/11191.231 Oracle Coherence GE 3.6.1.0 <Error> (thread=Cluster, member=16):
    java.lang.NullPointerException
    at sun.nio.ch.EPollSelectorImpl.implRegister(EPollSelectorImpl.java:149)
    at sun.nio.ch.SelectorImpl.register(SelectorImpl.java:115)
    at java.nio.channels.spi.AbstractSelectableChannel.register(AbstractSelectableChannel.java:180)
    at com.tangosol.coherence.component.net.TcpRing.connect(TcpRing.CDB:20)
    at com.tangosol.coherence.component.net.TcpRing.ensureTopology(TcpRing.CDB:39)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.ClusterService$TcpRing.onMemberLeft(ClusterService.CDB:3)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.ClusterService.onMemberLeft(ClusterService.CDB:27)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.ClusterService.removeMember(ClusterService.CDB:48)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.ClusterService.doMemberLeft(ClusterService.CDB:13)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.ClusterService.onNotifyTcpDeparture(ClusterService.CDB:6)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.ClusterService$TcpRing.onDeadBuddy(ClusterService.CDB:1)
    at com.tangosol.coherence.component.net.TcpRing.heartbeat(TcpRing.CDB:36)
    at com.tangosol.coherence.component.net.TcpRing.heartbeatBuddies(TcpRing.CDB:9)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.ClusterService.onTimerRunning(ClusterService.CDB:61)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.ClusterService.onNotify(ClusterService.CDB:19)
    at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)
    at java.lang.Thread.run(Thread.java:662)
    2011-07-22 03:02:34.414/11191.583 Oracle Coherence GE 3.6.1.0 <Error> (thread=PacketListener1P, member=16): Stopping cluster due to unhandled exception: com.tangosol.net.messaging.ConnectionException: UdpSocket.receive: unable to reopen socket; State=STATE_CLOSED
    at com.tangosol.coherence.component.net.socket.UdpSocket.receive(UdpSocket.CDB:55)
    at com.tangosol.coherence.component.net.UdpPacket.receive(UdpPacket.CDB:1)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.packetProcessor.PacketListener.onNotify(PacketListener.CDB:20)
    at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)
    at java.lang.Thread.run(Thread.java:662)

    Appreciate response if someone encountered this problem before.
    (Oracle Coherence - 3.7)
    Thanks
    sunder

  • Powerpivot for sharepoint error: Unable to refresh data for a data connection in the workbook

    Hello,
     I have three errors when i try to use a simple powerpivot workbook published in sharepoint: (nothing on google has help me..)
    1-Unable to refresh data for a data connection in the workbook.
    Try again or contact your system administrator. The following connections failed to refresh:
    PowerPivot Data
    2-The embedded PowerPivot data in the workbook cannot be loaded due to a version mismatch
    3-01/21/2012 17:26:47.08  w3wp.exe (0x1950)                        0x0AD0 Excel Services Application     Excel
    Calculation Services     bccc Medium   Session.HandleTrimmedWorkbookReloading: userOperation ApplySlicerSelectionOperation requires BaseWorkbook: "http://crm2011:2020/Marketing%20Reports/test2_excel32bits.xlsx"
    [0x409] [Saturday, 21 January 2012 09:40:18] [BaseWB ID: 2] to be untrimmed if it is currently trimmed. The workbook is currently NOT trimmed. fb614a65-e398-4b97-a98d-fb7b23eab39f
    01/21/2012 17:26:47.08  w3wp.exe (0x1950)                        0x0AD0 Excel Services Application     Excel Calculation
    Services     f1va Medium   CWorkbookWrapper::CWorkbookWrapper: Created with ID=4 fb614a65-e398-4b97-a98d-fb7b23eab39f
    01/21/2012 17:26:47.09  w3wp.exe (0x1950)                        0x0AD0 Excel Services Application     Excel Calculation
    Services     eq3r Medium   ConnectionRequest.ConnectionRequest: New connection request. SessionId=1.V21.4PI+fCwIq52LH++nOoMzs90.5.en-US5.en-US73.-0060#0000-10-00-05T03:00:00:0000#+0000#0000-03-00-05T02:00:00:0000#-006036.bfceb31b-7122-46ca-9e2a-ae52cefcfcaf1.N,
    WorkbookVersion=ConnectionInfo.WorkbookVersion: Uri=http://crm2011:2020/Marketing Reports/test2_excel32bits.xlsx, Version=Saturday, 21 January 2012 09:40:18 fb614a65-e398-4b97-a98d-fb7b23eab39f
    01/21/2012 17:26:47.12  w3wp.exe (0x1950)                        0x0AD0 Excel Services Application     Excel Calculation
    Services     aysl Medium   Succeeded to initialize a chart. fb614a65-e398-4b97-a98d-fb7b23eab39f
    01/21/2012 17:26:47.12  w3wp.exe (0x1950)                        0x0AD0 Excel Services Application     Excel Calculation
    Services     8xk9 Medium   ExternalSource.ExecuteOperation: We exhausted all available connection information. Exception: Microsoft.Office.Excel.Server.CalculationServer.Interop.ConnectionInfoException: Exception of type
    'Microsoft.Office.Excel.Server.CalculationServer.Interop.ConnectionInfoException' was thrown.     at Microsoft.Office.Excel.Server.CalculationServer.ConnectionInfoManager.GetConnectionInfo(Request request, String externalSourceName, Int32
    externalSourceIndex, Boolean& shouldReportFailure)     at Microsoft.Office.Excel.Server.CalculationServer.ExternalSource.ExecuteOperation(Request request, ExternalSourceStateInfo externalSourceStateInfo, ExternalSourceStateInfo prevExternalSourceStateInfo,
    Int32 index, ConnectionInfoManager connectionInfoManager, ExternalDataScenario scenario, DataOperation dataOpe... fb614a65-e398-4b97-a98d-fb7b23eab39f
    01/21/2012 17:26:47.12* w3wp.exe (0x1950)                        0x0AD0 Excel Services Application     Excel Calculation
    Services     8xk9 Medium   ...ration, Boolean verifyPreOperationConnection), Data Connection Name: PowerPivot Data, SessionId: 1.V21.4PI+fCwIq52LH++nOoMzs90.5.en-US5.en-US73.-0060#0000-10-00-05T03:00:00:0000#+0000#0000-03-00-05T02:00:00:0000#-006036.bfceb31b-7122-46ca-9e2a-ae52cefcfcaf1.N,
    UserId: 0#.w|contoso\manager fb614a65-e398-4b97-a98d-fb7b23eab39f
    My server and client olap versions are the same: MSOLAP.5, i used sql server 2008 R2 SP1 and sharepoint 2010 SP1 and reboot or iisreset have no effect
    Thanks in advance for your help

    Hello Challen Fu
    I would be so grateful if you could please help me out
    I have been trying to find a solution to the same error message
    In my case, the power pivot reports were working before on a regular team  site , but then two things changed:
    a)  I  created a toplevel site using the BI Center template. Now I am using a Business Intelligence template , created a power pivot gallery library and uploaded a few powerpivot reports
    b)  On the  backend, the database instance was upgrated to SQL Server 2012 
         Front end Server VDSP01  remains  SQL Server 2008 R 2 where Sharepoint 2010  was installed as a FARM  
    Now, the reports will display in sharepoing however they will not refresh. the error message i get is the same.
     Scenario recap:
    a- Server VDSP01  uses SQL Server 2008 R 2 where Sharepoint 2010  was installed as a FARM
    b- On the back end,  the database instance name was replaced with SQL 2012 Server:
               from SQL Server 2008 R 2 (instance DBDEV-COTS\COTS)
               to     SQL Server 2012 ( instance VTSQL01\COTS)
    c-  I was told that:
         From VDSP01, they ran
    CliConfg.exe   to create SQL Server Alias :
           where    BEFORE: vdsharepoint -->  DBDEV-COTS\COTS
                and  AFTER    : vdsharepoint -->  VTSQL01\COTS
     I appreciate in advance any help you can provide<v:shapetype coordsize="21600,21600" filled="f" id="_x0000_t75" o:preferrelative="t" o:spt="75" path="m@4@5l@4@11@9@11@9@5xe" stroked="f">
      <v:stroke joinstyle="miter">
      <v:formulas>  <v:f eqn="if lineDrawn pixelLineWidth 0">
      <v:f eqn="sum @0 1 0">
      <v:f eqn="sum 0 0 @1">
      <v:f eqn="prod @2 1 2">
      <v:f eqn="prod @3 21600 pixelWidth">
      <v:f eqn="prod @3 21600 pixelHeight">
      <v:f eqn="sum @0 0 1">
      <v:f eqn="prod @6 1 2">
      <v:f eqn="prod @7 21600 pixelWidth">
      <v:f eqn="sum @8 21600 0">
      <v:f eqn="prod @7 21600 pixelHeight">
     <v:f eqn="sum @10 21600 0">
    </v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:formulas>
     <v:path gradientshapeok="t" o:connecttype="rect" o:extrusionok="f">
    <o:lock aspectratio="t" v:ext="edit">
    </o:lock></v:path></v:stroke></v:shapetype> <v:shape alt="" id="Picture_x0020_2" o:spid="_x0000_i1025" style="width:630pt;height:475.5pt;" type="#_x0000_t75">
    <v:imagedata o:href="cid:[email protected]" src="file:///C:\Users\wlarange\AppData\Local\Temp\msohtmlclip1\01\clip_image001.jpg">
    </v:imagedata></v:shape>
    wanda larangeira

  • UltraSearch web source: unable to open socket

    I am gettin the following error when running a crawler against the main website hosted by my midtier Apache.
    WKG-30164: Unable to open socket to host "dev.mylendlease.com:80"
    "java.net.ConnectException: Connection refused"
    I can successfully connect to http://cnn.com and other websites except for my midtier? Is there an issue with Webcache and a web source in UltraSearch?
    Thanks,
    Laith E.H.

    From the host WHERE THE CRAWLER IS RUNNING (unless you are running a remote crawler, this will be the host on which the DB is running) try :
    -- connect to port 80 of the target server
    telnet dev.mylendlease.com 80
    -- next enter:
    GET / HTTP:1.0
    (followed by 4 returns)

  • USER UNABLE TO REFRESH DISCOVERER REPORT IN DISCOVERER DESKTOP 10g

    Dear All,
    HELP!!!
    A new user is unable to refresh discoverer Reports in Desktop. All priviledges have been granted to username in Disco Admin and Usre is able to log into oracle Apps.
    On the PC the user logged into someone else can log into Discoverer Desktop and run/refresh discoverer reports without any issues. Hence Ithink neither the PC nor the Discoverer installation is the problem.
    Can anyone help? What setup/profile needs to be completed in order for the user to be able to run Disco reports.
    Pls note that the following has been completed:
    1. Business Areas Assigned to user and his responsibilities.
    2. Desktop/Plus Privileges assigned.
    3. Allow administration - DISABLED - NOT TICKED
    Many thx
    DI

    Does this person just need to run reports? Or does this person also need to create reports? If the person just needs to run reports, try using Viewer for that person, rather than Desktop. This may be something that you need to log a service request with Oracle to get resolved. Pretty strange that can bring items into a new worksheet, but it won't run. Maybe there is an Oracle applications security issue (since logging in as another person does work)? You may be beating your brains out trying to find a Discoverer problem when it might be an application security problem. Though this is a wild guess on my part.
    John Dickey

  • Coded UI -Unit Test Adapter threw exception: Unable to load one or more of the requested types

    I am working on silver light bases share point application using visual studio 2012 with C#
    While debugging  coded ui tests with ui maps  i am getting this error.
    I have taken the solution developed by team member containing test methods and trying to debug/run the test methods which contain ui maps I am getting 
    Unit Test Adapter threw exception: Unable to load one or more of the requested types.Retrieve the loader exceptions property for more information.
    When i exclude the tests that depend on ui maps and debug/run remaining test methods I am not getting this error and able to run/debug test methods successfully
    But when I include the test methods related to ui maps and tried to debug i am getting this error.
    Please help me in this.

    Thanks for Fouad's help.
    Hi usha.talasila,
    >>Unit Test Adapter threw exception: Unable to load one or more of the requested types.Retrieve the loader exceptions property for more information.
    Generally this error would be related to the references. Like Fouad's suggestion, you would check whether there are specific references in your test project, and then right click the reference->property, and then set the Copy Local =true.
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Getting JNLP error: "exception: Unable to load resource:-"

    I've posted this question in Stackoverflow... but didn't get any answer...
    Hi Guys,
    I'm brand new to JNLP.
    I've been trying to fix this for straight 2 days... I have no clue...
    I've a dynamic web project in eclipse. And I wanted to append an Applet in html. It works fine, if I append it without using jnlp. But if I use jnlp, its throws exception...
    Please help me....
    Here is my package structure:
    DaaS
    DaaS\WebContent
    \WebContent\AppletToJS.html
    \WebContent\appletToJS.jnlp
    \WebContent\FirstApplet.jar
    "FirstApplet.jar" contains the Applet class - AppletToJS.java
    Here is my `jnlp` file:
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp href="appletToJS.jnlp">
    <information>
    <title>Dynamic Tree Demo</title>
    <vendor>Dynamic Team</vendor>
    </information>
    <resources>
    <!-- Application Resources -->
    <j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se" />
    <jar href="FirstApplet.jar" main="true" />
    </resources>
    <applet-desc
    name="Applet To JS"
    main-class="acid.AppletToJS"
    width="300"
    height="300">
    </applet-desc>
    <update check="background"/>
    </jnlp>
    Here is my `html` file:
    <html lang="en-US">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"/>
    <body>
    <script src="http://www.java.com/js/deployJava.js"></script>
    <script>
    var attributes = { code:"acid.AppletToJS",  width:100, height:100} ;
    var parameters = {jnlp_href: "appletToJS.jnlp"} ;
    deployJava.runApplet(attributes, parameters, "1.6");
    </script>
    <!-- <applet codebase="./jars" archive="FirstApplet.jar" Code="acid.appletToJS.class" width=200 Height=100></applet> -->
    <p id="summary"/>
    </body>
    </html>
    while I run my html page I got following error:
    <code>
    exception: Unable to load resource: http://localhost:8080/jars/FirstApplet.jar.
    com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://localhost:8080/jars/FirstApplet.jar
         at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
         at com.sun.javaws.LaunchDownload$DownloadTask.call(Unknown Source)
         at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
         at java.util.concurrent.FutureTask.run(Unknown Source)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by:
    java.io.FileNotFoundException: http://localhost:8080/jars/FirstApplet.jar
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
         at com.sun.deploy.net.HttpUtils.followRedirects(Unknown Source)
         at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
         at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
         at com.sun.deploy.net.BasicHttpRequest.doGetRequest(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
         at com.sun.javaws.LaunchDownload$DownloadTask.call(Unknown Source)
         at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
         at java.util.concurrent.FutureTask.run(Unknown Source)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Exception: com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://localhost:8080/jars/FirstApplet.jar
    </code>
    **http://localhost:8080/jars/FirstApplet.jar**
    - I really don't understand where the hell "/jars" coming from???
    - My project name is "DaaS" and my jar, html page and jnlp page are in same directory. And I'm running my html page on tomcat-7 server.
    Edited by: user1202074 on Feb 7, 2012 4:24 PM
    Edited by: user1202074 on Feb 7, 2012 4:24 PM

    It must be coming from the commented-out <applet> tag somehow.
    You aren't specifying an 'id' element. See the Deploy Java Toolkit documentation.

  • Unable to refresh a report in P21 Activant

    We recently upgraded our Activant P21 (Prophet 21) software which includes Crystal Reports.  Standard P21 canned reports in their software can be viewed, exported and printed.  The P21 software includes a feature to create and link custom reports.  We create the custom reports with Crystal Reports 2008 and set up the external report links.  We can open, view, print and export the custom reports but when we refresh the report with or without an input parameters, we are prompted for a "Database Login" password.  When we enter our password, an error message titled "Crystal Report Windows Forms Viewer"  states "Logon Failed. Please try again".  We have contacted Activant about this issue and they do not find any errors in the set up.  They have told us there is probably an issue with Crystal Reports and asked us to contact your company.  We have also contacted a friendly competitor who uses the same Activant P21 software and create custom reports with Crystal Reports 2008 which include user input parameters.  Their custom reports work without a glitch.  What would prevent us from refreshing a custom Crystal report?

    Hi Don,
    Activant P21 is insisting our issue is a Crystal problem.  We are unable to refresh the reports inside their software.  We have tried every user id and password we know and it still will not refresh our CR report. 
    When we use CR2008 to refresh a report, a window opens titled "OLE DB (ADO)" and asks to choose a data source "ODBC Data Source....Choose a data source from the list"  We select our ODBC DSN: P21 Live and click next.  Another window opens titled "OLD DB (ADO) asking for a password "Connection Information...Provide necessary information to log on to the chosen data source." At this point it does not matter what "User ID" or "Password" we use, the report will refresh.  We have used the Adminstrator with a password, we used my user name and password and we used the administrator without a password and in all three instances, the report refreshed with the correct data.
    I don't see how this is a Crystal problem unless there is something I am missing.  Any help you can provide will be deeply appreciated.
    Bob

  • I have an e trade site and I get a error message on my main page. "unable to refresh chart"

    My site is written below and. Error message says
    "unable to refresh chart"
    http://www.ngkbujimarket.com/index.php
    I need your helps
    Thanks

    Make sure that you do not block cookies from that website.
    * https://support.mozilla.com/kb/Cookies
    * https://support.mozilla.com/kb/Enabling+and+disabling+cookies
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"

  • Brand new Ipod touch bought yesterday - Screen is frozen with an itunes emblem and cable. Unable to refresh or restore ipod. Computer and itunes does not recognize ipod.

    This is first Ipod for me  - I have had less than one day. Screen is frozen with itunes emblem and cable. Unable to refresh/restore or do anything with ipod. I turn off/on and get the same frozen screen. My computer does not recognize ipod. Itunes does not recognize ipod so I cannot restore.... Should I take this ipod back and get a new one? Is this normal?

    Before you can use the iPod you have to activate it by connecting it to a computer with iTunes.  Try the following to get your computer to see the iPod so you can activate the iPod.
    iPhone, iPad, or iPod touch: Device not recognized in iTunes for Windows

  • Java.lang.Exception: Unable to resolve wwinvDataSource

    Hi,
    =============
    java.lang.Exception: Unable to resolve wwinvDataSource. Resolved: '' Unresolved:'wwinvDataSource'
    =============
    I am getting this error in the JSP. wwinvDataSource is the name of my DataSource.
    Has anybody encountered similar problem?
    Thanks,
    Ajay

    Check whether your connection pool and datasource are really
    started. Also check you have the correct JDNI name, NOT name,
    for your datasource.
    "Ajay Singh" <[email protected]> wrote:
    >
    Hi,
    =============
    java.lang.Exception: Unable to resolve wwinvDataSource. Resolved: '' Unresolved:'wwinvDataSource'
    =============
    I am getting this error in the JSP. wwinvDataSource is the name of my DataSource.
    Has anybody encountered similar problem?
    Thanks,
    Ajay

  • Unable to refresh data

    I have a web template. There is a button which allows the user to upload a file via web dynpro and a planning sequence. The upload works fine but I'm unable to refresh the web template afterwards so that I can see the data changed by the planning sequence.
    Does anybody have an idea how to refresh the data? Neither REFRESH_DATA nor CHANGE_TEMPLATE or BACK_TO_INITIAL_STATE are working.
    Thanks in advance
    Dirk

    Hi Dirk,
    Greeting.
    In my case, I use tab container.
    1 tab for data uploader, and the other one for seeing the data.
    Once, I've finished uploading the data, than I change the tab, it will be automatically update the data.
    Hopefully it can help you
    Best regards,
    Daniel N.

  • Error: Unable to create socket(While using Mail Adapter in receiver side)

    Hi Experts,
    I have tried the File to Mail scenario. While component monitoring the Sender communication is working fine but the receiver communication is giving error like Unable to create socket. Please help me to solve this error.
    Regards,
    Nutan

    HI,
    before using the mail adapter have you specified all the attributes porperly as well as have setup the SMTP Exchange Server address
    For FAQs about the mail adapter, see SAP Note 856599.
    Please read the below thread, it might be helpful/
    SOAP Receiver   java.io.IOException: unable to create a socket
    Thanks
    Swarup

Maybe you are looking for

  • Business Intelligence (BI) Training for SharePoint 2013

    Hello everyone -  I'm looking for an intermediate level Microsoft BI (SharePoint 2013 based) preferably in Toronto and conducted by a MVP.  Anyone can recommend any such course? I might consider taking an online course if there is really good one out

  • There is problem when downloading game in my iphone

    Please help me, when i am downloading a game. It says that i need to pay first even it is marked free.

  • Help! Compiled help won't display

    My Webhelp project was working fine until yesterday. Now, when I compile the help, I don't get an error message but when I click View Result, IE 8 can't display it! It tries a couple times and then gives up. I am using Windows XP Professional and Rob

  • Screensaver crashing

    When my screen saver kicks on, the screen flips between the desktop (what ever is showing at the time on the monitor) and a black screen. I went to the system preferences and opened the Desktop & Screen Saver. It opens to the desktop preferences. If

  • Advice on DSLRs

    Hi, I am trying to decide between a Sony Alpha 100 or a Canon Rebel EOS XTI. I am interested in any feedback from this forum on either of these cameras and their compatibility with iMac and iPhoto. Sony will have a successor to the Alpha 100, an Alph