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

Similar Messages

  • Stopping cluster due to unhandled exception: java.lang.ArrayIndexOutOfBound

    We had this problem in production where one node among the 16 node cluster terminated with this error.
    2013-04-12 11:39:00.533/1139.283 Oracle Coherence EE 3.6.1.4 <Warning> (thread=PacketPublisher, member=4): Experienced a 12316 ms communication delay (probable remote GC) with Member(Id=6, Timestamp=2013-04-12 11:20:08.733, Address=169.168.22.79:32120, MachineId=5967, Location=XXXX,machine:XXXXXXX,process:18088102,member:Container1u7, Role=XXXXXXXX); 114 packets rescheduled, PauseRate=0.0108, Threshold=1878
    2013-04-12 11:47:35.704/2528.573 Oracle Coherence EE 3.6.1.4 <Error> (thread=PacketReceiver, member=1): Stopping cluster due to unhandled exception: java.lang.ArrayIndexOutOfBoundsException
         at com.tangosol.coherence.component.net.Packet.extract(Packet.CDB:30)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.packetProcessor.PacketReceiver.onNotify(PacketReceiver.CDB:28)
         at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)
         at java.lang.Thread.run(Thread.java:777)
    After that that when the services which are configured to restart, tried to restart it failed with following exception. Any idea what would be causing this error. We have WKA configured.
    2013-04-12 11:47:35.951/2528.820 Oracle Coherence EE 3.6.1.4 <Error> (thread=DEFAULT_EDN-Thread-28, member=n/a): Error while starting cluster: (Wrapped) java.io.IOException: SystemSocketProvider unable find available port(s)
         at com.tangosol.util.Base.ensureRuntimeException(Base.java:293)
         at com.tangosol.util.Base.ensureRuntimeException(Base.java:269)
         at com.tangosol.coherence.component.net.Cluster.onStart(Cluster.CDB:232)
         at com.tangosol.coherence.component.net.Cluster.start(Cluster.CDB:11)
         at com.tangosol.coherence.component.util.SafeCluster.startCluster(SafeCluster.CDB:3)
         at com.tangosol.coherence.component.util.SafeCluster.restartCluster(SafeCluster.CDB:7)
         at com.tangosol.coherence.component.util.SafeCluster.ensureRunningCluster(SafeCluster.CDB:26)
         at com.tangosol.coherence.component.util.SafeService.restartService(SafeService.CDB:22)
         at com.tangosol.coherence.component.util.SafeService.ensureRunningService(SafeService.CDB:39)
         at com.tangosol.coherence.component.util.safeService.SafeCacheService.ensureRunningCacheService(SafeCacheService.CDB:3)
         at com.tangosol.coherence.component.util.SafeNamedCache$CacheAction.run(SafeNamedCache.CDB:3)
         at java.security.AccessController.doPrivileged(AccessController.java:252)
         at javax.security.auth.Subject.doAs(Subject.java:494)
         at com.tangosol.coherence.component.util.SafeNamedCache.restartNamedCache(SafeNamedCache.CDB:8)
         at com.tangosol.coherence.component.util.SafeNamedCache.ensureRunningNamedCache(SafeNamedCache.CDB:33)
         at com.tangosol.coherence.component.util.SafeNamedCache.getRunningNamedCache(SafeNamedCache.CDB:1)
         at com.tangosol.coherence.component.util.SafeNamedCache.lock(SafeNamedCache.CDB:1)
         at container.pool.BoundedThreadPool$PooledThread.run(BoundedThreadPool.java:591)
    Caused by: java.io.IOException: SystemSocketProvider unable find available port(s)
         at com.tangosol.coherence.component.net.Cluster$SocketManager.bindListeners(Cluster.CDB:117)
         at com.tangosol.coherence.component.net.Cluster.onStart(Cluster.CDB:228)
         ... 20 more

    Hello,
    This not a Coherence bug. It looks like the system is running out of memory.
    Best regards,
    -Dave

  • 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?

  • Terminating PartitionedCache due to unhandled exception:ClassCastException

    I saw this today... A bug?
    -Andrew
    Started DefaultCacheServer...
    2010-12-22 09:04:49.106/15.625 Oracle Coherence GE 3.6.1.0 <D4> (thread=DistributedCache:DistributedCacheService, member=37): Asking member 1 for 43 primary partitions
    2010-12-22 09:04:49.113/15.632 Oracle Coherence GE 3.6.1.0 <D4> (thread=DistributedCache:DistributedQuotesCacheService, member=37): Asking member 1 for 107 primary partitions
    2010-12-22 09:04:49.220/15.739 Oracle Coherence GE 3.6.1.0 <D4> (thread=DistributedCache:DistributedCacheService, member=37): Asking member 36 for 42 primary partitions
    2010-12-22 09:04:49.246/15.765 Oracle Coherence GE 3.6.1.0 <D4> (thread=DistributedCache:DistributedQuotesCacheService, member=37): Asking member 1 for 101 primary partitions
    2010-12-22 09:04:49.382/15.901 Oracle Coherence GE 3.6.1.0 <D4> (thread=DistributedCache:DistributedQuotesCacheService, member=37): Asking member 1 for 94 primary partitions
    2010-12-22 09:04:49.519/16.038 Oracle Coherence GE 3.6.1.0 <D4> (thread=DistributedCache:DistributedQuotesCacheService, member=37): Asking member 1 for 86 primary partitions
    2010-12-22 09:04:49.656/16.175 Oracle Coherence GE 3.6.1.0 <D4> (thread=DistributedCache:DistributedQuotesCacheService, member=37): Asking member 1 for 79 primary partitions
    2010-12-22 09:04:49.797/16.316 Oracle Coherence GE 3.6.1.0 <D4> (thread=DistributedCache:DistributedQuotesCacheService, member=37): Asking member 1 for 71 primary partitions
    2010-12-22 09:04:49.932/16.451 Oracle Coherence GE 3.6.1.0 <D4> (thread=DistributedCache:DistributedQuotesCacheService, member=37): Asking member 1 for 64 primary partitions
    2010-12-22 09:04:50.054/16.573 Oracle Coherence GE 3.6.1.0 <D4> (thread=DistributedCache:DistributedOrdersService, member=37): Asking member 1 for 43 primary partitions
    2010-12-22 09:04:50.092/16.611 Oracle Coherence GE 3.6.1.0 <D4> (thread=DistributedCache:DistributedQuotesCacheService, member=37): Asking member 1 for 56 primary partitions
    2010-12-22 09:04:50.162/16.681 Oracle Coherence GE 3.6.1.0 <D4> (thread=DistributedCache:DistributedOrdersService, member=37): Asking member 36 for 42 primary partitions
    2010-12-22 09:04:50.259/16.778 Oracle Coherence GE 3.6.1.0 <D4> (thread=DistributedCache:DistributedQuotesCacheService, member=37): Asking member 1 for 49 primary partitions
    2010-12-22 09:04:50.270/16.789 Oracle Coherence GE 3.6.1.0 <D7> (thread=PacketPublisher, member=37): Growing MultiplexingWriteBufferPool segment '2048' to 2 generations
    2010-12-22 09:04:50.415/16.934 Oracle Coherence GE 3.6.1.0 <D4> (thread=DistributedCache:DistributedQuotesCacheService, member=37): Asking member 1 for 41 primary partitions
    2010-12-22 09:04:50.551/17.070 Oracle Coherence GE 3.6.1.0 <D4> (thread=DistributedCache:DistributedQuotesCacheService, member=37): Asking member 1 for 33 primary partitions
    2010-12-22 09:04:50.681/17.200 Oracle Coherence GE 3.6.1.0 <D4> (thread=DistributedCache:DistributedQuotesCacheService, member=37): Asking member 1 for 27 primary partitions
    2010-12-22 09:04:50.814/17.333 Oracle Coherence GE 3.6.1.0 <D4> (thread=DistributedCache:DistributedQuotesCacheService, member=37): Asking member 1 for 20 primary partitions
    2010-12-22 09:04:50.946/17.465 Oracle Coherence GE 3.6.1.0 <D4> (thread=DistributedCache:DistributedQuotesCacheService, member=37): Asking member 1 for 14 primary partitions
    2010-12-22 09:04:51.083/17.602 Oracle Coherence GE 3.6.1.0 <D4> (thread=DistributedCache:DistributedQuotesCacheService, member=37): Asking member 1 for 6 primary partitions
    2010-12-22 09:04:51.210/17.729 Oracle Coherence GE 3.6.1.0 <D4> (thread=DistributedCache:DistributedQuotesCacheService, member=37): 1> Transferring 5 out of 7 partitions to a node-safe backup 1 at member 1 (under 8)
    2010-12-22 09:04:51.229/17.748 Oracle Coherence GE 3.6.1.0 <D5> (thread=DistributedCache:DistributedQuotesCacheService, member=37): Transferring 349KB of backup[1] for PartitionSet{128, 129, 130, 131, 132} to member 1
    2010-12-22 09:04:51.338/17.857 Oracle Coherence GE 3.6.1.0 <D4> (thread=DistributedCache:DistributedQuotesCacheService, member=37): 1> Transferring 2 out of 2 partitions to a node-safe backup 1 at member 1 (under 3)
    2010-12-22 09:04:51.342/17.861 Oracle Coherence GE 3.6.1.0 <D5> (thread=DistributedCache:DistributedQuotesCacheService, member=37): Transferring 168KB of backup[1] for PartitionSet{133, 134} to member 1
    2010-12-22 09:04:54.009/20.528 Oracle Coherence GE 3.6.1.0 <D5> (thread=Cluster, member=37): Member 36 joined Service DistributedStatsCacheService with senior member 1
    2010-12-22 09:04:54.554/21.073 Oracle Coherence GE 3.6.1.0 <D5> (thread=DistributedCache:DistributedStatsCacheService, member=37): 3> Transferring primary PartitionSet{0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18,
    19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41} to member 36 requesting 42
    2010-12-22 09:04:54.810/21.329 Oracle Coherence GE 3.6.1.0 <D5> (thread=DistributedCache:DistributedStatsCacheService, member=37): Transferring 38KB of backup[1] for PartitionSet{42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55,
    56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83} to member 36
    2010-12-22 09:04:54.940/21.459 Oracle Coherence GE 3.6.1.0 <D5> (thread=Cluster, member=37): Member 36 joined Service DistributedQuotesCacheService with senior member 1
    2010-12-22 09:04:55.392/21.911 Oracle Coherence GE 3.6.1.0 <D5> (thread=DistributedCache:DistributedQuotesCacheService, member=37): 3> Transferring primary PartitionSet{0, 1, 2, 3, 4, 5, 6} to member 36 requesting 42
    2010-12-22 09:04:55.523/22.042 Oracle Coherence GE 3.6.1.0 <D5> (thread=DistributedCache:DistributedQuotesCacheService, member=37): 3> Transferring primary PartitionSet{7, 8, 9, 10, 11, 12, 13} to member 36 requesting 35
    2010-12-22 09:04:55.548/22.067 Oracle Coherence GE 3.6.1.0 <Error> (thread=DistributedCache:DistributedQuotesCacheService, member=37): Terminating PartitionedCache due to unhandled exception: java.lang.ClassCastException
    2010-12-22 09:04:55.548/22.067 Oracle Coherence GE 3.6.1.0 <Error> (thread=DistributedCache:DistributedQuotesCacheService, member=37):
    java.lang.ClassCastException: com.tangosol.util.Binary cannot be cast to com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$Storage$EntryStatus
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache.publishChanges(PartitionedCache.CDB:41)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache.processChanges(PartitionedCache.CDB:18)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache.onPutAllRequest(PartitionedCache.CDB:68)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$PutAllRequest.onReceived(PartitionedCache.CDB:85)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onMessage(Grid.CDB:11)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onNotify(Grid.CDB:33)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.PartitionedService.onNotify(PartitionedService.CDB:3)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache.onNotify(PartitionedCache.CDB:3)
            at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)
            at java.lang.Thread.run(Thread.java:619)
    2010-12-22 09:04:55.549/22.068 Oracle Coherence GE 3.6.1.0 <D5> (thread=DistributedCache:DistributedQuotesCacheService, member=37): Service DistributedQuotesCacheService left the cluster
    2010-12-22 09:04:59.098/25.617 Oracle Coherence GE 3.6.1.0 <Info> (thread=main, member=37): Restarting Service: DistributedQuotesCacheService
    2010-12-22 09:04:59.133/25.652 Oracle Coherence GE 3.6.1.0 <D5> (thread=DistributedCache:DistributedQuotesCacheService, member=37): Service DistributedQuotesCacheService joined the cluster with senior service member 1
    2010-12-22 09:04:59.175/25.694 Oracle Coherence GE 3.6.1.0 <D4> (thread=DistributedCache:DistributedQuotesCacheService, member=37): Asking member 1 for 54 primary partitions
    2010-12-22 09:04:59.315/25.834 Oracle Coherence GE 3.6.1.0 <D4> (thread=DistributedCache:DistributedQuotesCacheService, member=37): Asking member 36 for 31 primary partitions
    2010-12-22 09:04:59.347/25.866 Oracle Coherence GE 3.6.1.0 <D5> (thread=Cluster, member=37): Member 36 left service DistributedQuotesCacheService with senior member 1
    2010-12-22 09:05:00.327/26.846 Oracle Coherence GE 3.6.1.0 <D5> (thread=Cluster, member=37): Member 36 joined Service DistributedQuotesCacheService with senior member 1
    2010-12-22 09:05:01.924/28.443 Oracle Coherence GE 3.6.1.0 <D4> (thread=DistributedCache:DistributedQuotesCacheService, member=37): Asking member 1 for 72 primary partitions
    2010-12-22 09:05:02.054/28.573 Oracle Coherence GE 3.6.1.0 <D4> (thread=DistributedCache:DistributedQuotesCacheService, member=37): Asking member 1 for 65 primary partitions
    2010-12-22 09:05:02.183/28.702 Oracle Coherence GE 3.6.1.0 <D4> (thread=DistributedCache:DistributedQuotesCacheService, member=37): Asking member 1 for 59 primary partitions
    2010-12-22 09:05:02.311/28.830 Oracle Coherence GE 3.6.1.0 <D4> (thread=DistributedCache:DistributedQuotesCacheService, member=37): Asking member 1 for 52 primary partitions
    2010-12-22 09:05:02.444/28.963 Oracle Coherence GE 3.6.1.0 <D4> (thread=DistributedCache:DistributedQuotesCacheService, member=37): Asking member 1 for 44 primary partitions
    2010-12-22 09:05:02.577/29.096 Oracle Coherence GE 3.6.1.0 <D4> (thread=DistributedCache:DistributedQuotesCacheService, member=37): Asking member 1 for 37 primary partitions

    Thank you for reporting this Andrew. I have logged COH-4330 for this issue. The bug here occurs because putAll() request is not being handled properly in a small window of time between when the client sent it to the partition owner, and when the partition owner begins executing, if the partition has started transferring in the meantime.
    thanks,
    -Rob

  • PDE-PXC002 Program unit exception aborted due to unhandled exception (10050

    Im working on performing a new query when a user changes the value of a text item and then keys to the next item.
    Its very much in experimental stage atm but this is the code:
    BEGIN
         CLEAR_BLOCK(NO_VALIDATE);
         IF :system.block_status = 'CHANGED' THEN
              enter_query;
         END IF;     
    execute_query;
    END;
    When I run this in debugger the following warning is displayed, when I reach the line "enter_query":
    PDE-PXC002 Program unit exception aborted due to unhandled exception (100500).
    I have searched around but found nothing regarding this error message. Am I making a fundemental error here?

    Difficult to assess with the provided information - may I ask you to provide an extract of the PL/SQL code or feel free to contact us via http://pitss.com if you would like to discuss this rather over the phone. Thx MD

  • Terminating Optimistic due to unhandled exception: WrapperException

    Anyone know why I'm seeing this?
    Thanks!
    Andrew
    2010-02-16 13:50:34.474/4.078 Oracle Coherence GE 3.5.3/465 <Error> (thread=OptimisticCache:ReplicatedStatsCacheService.Optimistic, member=47): Terminating Optimistic due to unhandled exception: com.tangosol.util.W
    2010-02-16 13:50:34.474/4.078 Oracle Coherence GE 3.5.3/465 <Error> (thread=OptimisticCache:ReplicatedStatsCacheService.Optimistic, member=47):
    (Wrapped) java.io.NotSerializableException: com.tangosol.util.internal.ConcurrentCounter
            at com.tangosol.util.Base.ensureRuntimeException(Base.java:293)
            at com.tangosol.util.Base.ensureRuntimeException(Base.java:269)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.packetProcessor.PacketPublisher.packetizeMessage(PacketPublisher.CDB:142)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.packetProcessor.PacketPublisher$InQueue.add(PacketPublisher.CDB:8)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.dispatchMessage(Grid.CDB:50)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.post(Grid.CDB:53)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.ReplicatedCache.performUpdate(ReplicatedCache.CDB:31)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.ReplicatedCache.onLeaseUpdateRequest(ReplicatedCache.CDB:22)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.ReplicatedCache$LeaseUpdateRequest.onReceived(ReplicatedCache.CDB:5)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onMessage(Grid.CDB:9)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onNotify(Grid.CDB:136)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.ReplicatedCache.onNotify(ReplicatedCache.CDB:3)
            at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)
            at java.lang.Thread.run(Thread.java:619)
    Caused by: java.io.NotSerializableException: com.tangosol.util.internal.ConcurrentCounter
            at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1156)
            at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1509)
            at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1474)
            at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1392)
            at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1150)
            at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:326)
            at java.util.Hashtable.writeObject(Hashtable.java:824)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:945)
            at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1461)
            at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1392)
            at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1150)
            at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1509)
            at java.io.ObjectOutputStream.defaultWriteObject(ObjectOutputStream.java:416)
            at com.tangosol.coherence.Component.writeObject(Component.CDB:1)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:945)
            at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1461)
            at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1392)
            at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1150)
            at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:326)
            at java.util.Hashtable.writeObject(Hashtable.java:824)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:945)
            at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1461)
            at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1392)
            at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1150)
            at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1509)
            at java.io.ObjectOutputStream.defaultWriteObject(ObjectOutputStream.java:416)
            at com.tangosol.coherence.Component.writeObject(Component.CDB:1)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:945)
            at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1461)
            at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1392)
            at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1150)
            at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1509)
            at java.io.ObjectOutputStream.defaultWriteObject(ObjectOutputStream.java:416)
            at com.tangosol.coherence.Component.writeObject(Component.CDB:1)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:945)
            at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1461)
            at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1392)
            at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1150)
            at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1509)
            at java.io.ObjectOutputStream.defaultWriteObject(ObjectOutputStream.java:416)
            at com.tangosol.coherence.Component.writeObject(Component.CDB:1)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:945)
            at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1461)
            at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1392)
            at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1150)
            at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1509)
            at java.io.ObjectOutputStream.defaultWriteObject(ObjectOutputStream.java:416)
            at com.tangosol.coherence.Component.writeObject(Component.CDB:1)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:945)
            at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1461)
            at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1392)
            at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1150)
            at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:326)
            at com.tangosol.util.ExternalizableHelper.writeSerializable(ExternalizableHelper.java:2181)
            at com.tangosol.util.ExternalizableHelper.writeObject(ExternalizableHelper.java:2368)
            at com.tangosol.io.DefaultSerializer.serialize(DefaultSerializer.java:51)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.writeObject(Service.CDB:4)
            at com.tangosol.coherence.component.net.Message.writeObject(Message.CDB:1)
            at com.tangosol.coherence.component.net.message.LeaseMessage.write(LeaseMessage.CDB:10)
            at com.tangosol.coherence.component.net.message.leaseMessage.ResourceMessage.write(ResourceMessage.CDB:4)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.packetProcessor.PacketPublisher.packetizeMessage(PacketPublisher.CDB:137)
            ... 11 more
    2010-02-16 13:50:34.475/4.079 Oracle Coherence GE 3.5.3/465 <Info> (thread=main, member=47): Restarting NamedCache: stats.POSTMARKET_HIGH
    2010-02-16 13:50:34.475/4.079 Oracle Coherence GE 3.5.3/465 <Info> (thread=main, member=47): Restarting Service: ReplicatedStatsCacheService.Optimistic

    Hi Andrew,
    From the exception stacktrace it looks like an object you are putting into the cache contains a reference to NamedCache or something like that.
    Regards,
    Dimitri

  • "Terminating PartitionedCache due to unhandled exception:NPException"

    I saw the "Terminating PartitionedCache due to unhandled exception" Exception in Coherence 3.7.1 today. However, this time it is due to java.lang.NullPointerException.
    Any idea ?
    - Dasun
    09-Dez-2011 12:23:46 ERROR ( Log4j.CDB:3) - 2011-12-09 12:23:45.942 Oracle Coherence GE 3.7.1.0 <Error>
                             (thread=DistributedCache:DatasetControlService, member=1): Terminating PartitionedCache due to unhandled exception: java.lang.NullPointerException
    09-Dez-2011 12:23:46 ERROR ( Log4j.CDB:3) - 2011-12-09 12:23:45.942 Oracle Coherence GE 3.7.1.0 <Error>
                             (thread=DistributedCache:DatasetControlService, member=1):
    java.lang.NullPointerException
         at java.util.concurrent.ConcurrentHashMap.put(ConcurrentHashMap.java:881)
         at java.util.concurrent.ConcurrentHashMap.putAll(ConcurrentHashMap.java:909)
         at java.util.concurrent.ConcurrentHashMap.<init>(ConcurrentHashMap.java:667)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$ResultInfo.mergeResults(PartitionedCache.CDB:9)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache.registerSingleResult(PartitionedCache.CDB:22)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache.onBackupSingleRequest(PartitionedCache.CDB:74)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$BackupSingleRequest.onReceived(PartitionedCache.CDB:2)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onMessage(Grid.CDB:34)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onNotify(Grid.CDB:33)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.PartitionedService.onNotify(PartitionedService.CDB:3)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache.onNotify(PartitionedCache.CDB:3)
         at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)
         at java.lang.Thread.run(Thread.java:619)
    Edited by: Dasun.Weerasinghe on 12-Dec-2011 00:49

    I found the reason for the issue.
    We have an Entry Processor throwing a checked exception when invoking on a distributed cache. EP invokes on the cache, throws the checked exception and at the same time the backed up node throws the NullPointerException.
    I guess this issue is fixed in Coherence 3.7.1.1 (according to the release notes).
    - Fixed an issue with EntryProcessor throwing an exception, which in turn caused the backup node to throw a NullPointerException.
    reg
    Dasun

  • Terminating InvocationService due to unhandled exception

    Hi all.
    I'm have a problem that a bug in a non vital feature is bringing down the invocation service. The cause of the problem was that a particular result object from the remote query was not serializable. I know how to fix that problem, but I don't want bugs like this to bring down the invocation service for other more vital functionality.
    It's hard to use separate invocation services for each of the features. And it's not trivial to determine what is vital and what is not.
    Is there a way to prevent the service from exiting on an exception like this? Or is there some way I can detect that this has happened and restart the service?
    I've attached the stack traces. I don't think they really provide any value other than to solve the serialization problem.
    - Haavar<br><br> <b> Attachment: </b><br>execution service dying <br> (*To use this attachment you will need to rename 535.bin to execution service dying after the download is complete.)

    Hi Haavar,
    You are correct currently a failure to serialize an InvocationService response will cause the service to stop on the node which was executing the associated request. We have an open improvement request COH-548, to address this issue.
    As you suggest currently the way to protect yourself from loosing the service as a result of the issue, is to ensure that the service gets restarted. For InvocationService clients the service will be restarted the next time they are used. For the Coherence DefaultCacheServer, the service's autostart feature ensures that its services will be automatically restarted if they terminate for any reason. For any other process whose InvocationServices are only accessed remotely (i.e. they receive jobs, but never generate them), you would need to run a background thread which periodically calls CacheFactory.getService("YourInvocationServiceName"), this will ensure that the service will be automatically restarted, if it has been terminated.
    thanks,
    mark

  • 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

  • Crystal Reports PrintToPrinter - The process was terminated due to an unhandled exception

    Hi,
    I am having a real problem with Crystal Reports in an application built using Visual Studio 2013.
    Sometimes (in fact nearly all the time, but not always) whenever I call PrintToPrinter, I get the following error:-
    Framework Version: v4.0.30319
    Description: The process was terminated due to an unhandled exception.
    Exception Info: exception code c0000005, exception address 37A9D5DC
    I have two projects that wrap the functionality, one a Windows Service and the other a Console application.
    I will attach a sample of my code, but at the moment I am testing using the console application for testing and this error always terminates the application completely. I have added all sorts of exception handling to try and stop it terminating the app, but to deal with the exception gracefully. Nothing however works, it always terminates the application completely.
    The strange thing is that this only happens when calling PrintToPrinter. If I use export functionality such as ExportToStream, everything is absolutely fine and I don't get any errors.
    The application always works fine on my development machine as well printing to an Epson WF-3540, it just falls over when deployed to the live server.
    The application is developed in Visual Studio 2013.
    It uses .NET Framework 4.5.1.
    The printer that we are printing to that causes the issue is an HP LaserJet P3010 Series PCL 6
    All Crystal Reports For Visual Studio are patched to the latest versions on the live server (13.0.5.891)
    I am at a complete loss and any help or guidance would be very much appreciated.
    A sample of my code is attached
    Many thanks in advance.
    Simon

    VS 2013 is not supported until SP 9 due out end of this month
    Don

  • Workflow Manager 1.0 (SharePoint 2013): The process was terminated due to an unhandled exception

    I am seeing large numbers of the following errors appearing in the event log of the SharePoint 2013 application server hosting Workflow Manager 1.0:
    Log Name: Application
    Source: Application Error
    Date: [Date/Time]
    Event ID: 1000
    Task Category: (100)
    Level: Error
    Keywords: Classic
    User: N/A
    Computer: [Application Server]
    Description:
    Faulting application name: Microsoft.Workflow.ServiceHost.exe, version: 1.0.20922.0, time stamp: 0x505e1b24
    Faulting module name: KERNELBASE.dll, version: 6.2.9200.16864, time stamp: 0x531d34d8
    Exception code: 0xe0434352
    Fault offset: 0x0000000000047b8c Faulting process id: 0x691c Faulting application start time: 0x01cfc2776b3f0d74
    Faulting application path: C:\Program Files\Workflow Manager\1.0\Workflow\Artifacts\Microsoft.Workflow.ServiceHost.exe
    Faulting module path: C:\Windows\system32\KERNELBASE.dll Report Id: b8157bf8-2e6a-11e4-9413-00155d38891d Faulting package full name:
    Faulting package-relative application ID: Event Xml:
    Log Name: Application
    Source: .NET Runtime
    Date: [date/time]
    Event ID: 1026
    Task Category: None
    Level: Error
    Keywords: Classic
    User: N/A
    Computer: [same application server]
    Description:
    Application: Microsoft.Workflow.ServiceHost.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception
    Info: Microsoft.Workflow.Common.FatalException Stack: at Microsoft.Workflow.Common.Fx+<>c__DisplayClass2.<failfast>b__0() at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object,
    Boolean) at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
    at System.Threading.ThreadHelper.ThreadStart()
    Event Xml:
    Log Name: System
    Source: Service Control Manager
    Date: [date/time]
    Event ID: 7031
    Task Category: None
    Level: Error
    Keywords: Classic
    User: N/A
    Computer: [Same application server]
    Description:
    The Workflow Manager Backend service terminated unexpectedly. It has done this 895 time(s). The following corrective action will be taken in 30000 milliseconds: Restart the service.
    Event Xml:
    The SharePoint 2013 farm is updated through the September 2014 PU (KB2995902).  Topology: 1 App, 2 WFEs.  Workflow Manager 1.0 installed to the App server.  Workflow Manager 1.0 cumulative updates one
    and two have not been installed.  The Service Bus Gateway and Service Bus Message Broker services are started.  The Workflow Manager Backend service can be started, but then quickly stops.
    Thoughts?  Resolution?  I would be grateful for any assistance.

    Hi Stephan,
    As I understand, you are encountering the issue that Workflow Manager Backend service terminating each time. May I know did you run the update cmdlets after you installed the updates for SharePoint server 2013? Please confirm it per the link below:
    http://technet.microsoft.com/en-us/library/dn133867.aspx
    If you haven’t run the updates cmdlets, I suspect this is an install issue. I’d suggest you re-install workflow manager to resolve the issue:
    1) Leave WFM/SB Farm
    2) Uninstall updates and application in the following order and one at a time:
    Service Bus CU1
    Workflow Manager CU1
    Service Bus 1.0
    Workflow Manager 1.0
    Workflow Manager Client 1.0
    Microsoft Windows Fabric
    3) Log into SQL server and delete Service Bus and Workflow Manager databases.
    SBManagementDB
    SBGatewayDB
    SBMessageContainer01
    WFManagementDB
    WFInstanceManagementDB
    WFResourceManagementDB
    4) Install in the following order one at a time through Web Platforms Installer:
    Workflow Manager 1.0
    Service Bus 1.0 CU1
    Workflow Manager 1.0 CU1
    Regards,
    Rebecca Tu
    TechNet Community Support

  • ITunes stops working.  The message says iTunes has stopped working due a problem to the program.  How do I find a solution?

    iTunes stops working.  The message says iTunes has stopped working due a problem to the program.  How do I find a solution?

    Hey there Warrior41,
    it sounds like you are unable to use iTunes because it either will not launch without this error, or you get the error when you are using it. Sorry to hear about that, that can be pretty aggravating. I would use the troubleshooting in the following article to help resolve the issue, named:
    iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
    http://support.apple.com/kb/ts1717
    Start with opening iTunes in Safe Mode and see if the issue persists. If not, the article will help you troubleshoot for 3rd party plugins that may be causing it:
    Start iTunes in Safe Mode
    Open iTunes in Safe Mode to isolate any interference from plug-ins or scripts not manufactured by Apple.
    Hold down Shift–Control while opening iTunes. You should see a dialog that says "iTunes is running in safe mode" before iTunes finishes starting up.
    Click Continue.
    See if the issue you're experiencing persists in Safe Mode.
    If you have the same issue while iTunes is in Safe Mode, proceed to the "Create a new user account" section. If you don't experience the same issue, follow these steps to remove third-party plug-ins.
    If that doesn't resolve the issue there are additional steps in the article if needed.
    Thank you for using Apple Support Communities.
    Regards,
    Sterling

  • OSB - Couldn't create SOAP message due to exception: Unable to create StAX

    Hi,
    If I call 2 webservices via OSB 10Rg3 in quick succession I get the following fault on the second response :
    <May 6, 2010 5:25:14 PM CEST> <Error> <ALSB Logging> <BEA-000000> < [null, null, null, ERROR] <soapenv:Header xmlns:soapenv="http://schemas.xmlsoap.org/soap/e
    nvelope/"/><S:Body xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
    <S:Fault xmlns:ns4="http://www.w3.org/2003/05/soap-envelope">
    <faultcode>S:Client</faultcode>
    <faultstring>Couldn't create SOAP message due to exception: Unable to create StAX reader or writer</faultstring>
    </S:Fault>
    </S:Body><con:fault xmlns:con="http://www.bea.com/wli/sb/context">
    <con:errorCode>BEA-380001</con:errorCode>
    <con:reason>Internal Server Error</con:reason>
    <con:location>
    <con:node>RouteToTestService</con:node>
    <con:path>response-pipeline</con:path>
    </con:location>
    </con:fault>>
    Any ideas what could cause this? The provider web services are working fine... and there is no problem if there is a long time delay between calling the 2 web services.

    It seems that one of the providers was mis-configured (the first service called) :
    HTTP Transport Configuration      
    Follow HTTP redirects      DISABLED
    Use Chunked Streaming Mode      ENABLED
    when I enabled the HTTP redirect then the problem went away...
    HTTP Transport Configuration      
    Follow HTTP redirects      ENABLED
    Use Chunked Streaming Mode      DISABLED

  • Tear down of include component context failed due to an unhandled exception

    My Application was developed with JDeveloper 11.1.1.3.0 . one of the page has a panel collection with simple table that fetch the data from a view object.
    filter and sorting are enabled for all columns.
    this page runs correctly on the integrated WLS server and on the standalone WLS of the same Fusion Middleware package on my pc.
    I've then deployed the ear file on two different WLS server with the same version. the panel collection with the table did not displayed, and found the error below in log files.
    Also after that error, the application does not accept any request, and I have to close the browser and start a new session.
    Error Details from the log :
    Module : oracle.adf.view.rich.component.fragment.UIXInclude
    Message: Tear down of include component context failed due to an unhandled exception.
    java.util.NoSuchElementException
    at java.util.ArrayDeque.removeFirst(ArrayDeque.java:251)
    at java.util.ArrayDeque.pop(ArrayDeque.java:480)
    at oracle.adfinternal.view.faces.context.ApplicationContextManagerImpl.popContextChange(ApplicationContextManagerImpl.java:66)
    at oracle.adf.view.rich.component.fragment.UIXInclude.tearDownVisitingContext(UIXInclude.java:206)
    at oracle.adf.view.rich.component.fragment.UIXPageTemplate.tearDownVisitingContext(UIXPageTemplate.java:248)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.encodeEnd(ContextSwitchingComponent.java:157)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:415)
    at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2567)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:432)
    at oracle.adfinternal.view.faces.renderkit.rich.FormRenderer.encodeAll(FormRenderer.java:220)
    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1369)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:765)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:415)
    at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2567)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:432)
    at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer.encodeAll(DocumentRenderer.java:1071)
    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1369)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:765)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.__encodeRecursive(UIXComponentBase.java:1515)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeAll(UIXComponentBase.java:785)
    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:942)
    at com.sun.faces.application.ViewHandlerImpl.doRenderView(ViewHandlerImpl.java:271)
    at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:202)
    at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:189)
    at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:710)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:273)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:205)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:94)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:414)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:138)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3684)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

    Thank you Shah,
    No, I did not do that , and I don't understand.
    however, all other pages in the applications works fine, and forms and tables are displayed and working fine.
    could you please explain more ?

  • Cloud service created works fine in local Azure Emulator. But doesnot work when deployed to actual azure and says Restarting (Role has encountered an error and has stopped. Unhandled Exception: System.IO.FileNotFoundException)

    Hi,
    I have a created a cloud service and when i run locally in azure emulator it works fine. But when I am trying to deploy that to azure it says: Restarting (Role has encountered an error and has stopped.
    Unhandled Exception: System.IO.FileNotFoundException)
    Can anyone please help me on this.
    Thanks,
    Satya Chenna

    Any specific reason you are having timer on role start up? are you using thread.sleep for longer duration in the method?
    If you are using azure diagnostics - make sure these things
    1. Azure storage connection string is set to correct storage account and not to the development storage.
    2. Check session state provider - local is not supported on azure.
    Also you can refer this for more information 
    http://blogs.msdn.com/b/kwill/archive/2013/09/06/troubleshooting-scenario-3-role-stuck-in-busy.aspx
    Bhushan | Blog |
    LinkedIn | Twitter

Maybe you are looking for

  • Click 2 buttons by clicking on 1 button

    I have button A and button B. When the user clicks on button A, I want button B to be clicked at the same time. Is there a way to tell button B to click if button A is clicked?

  • Smartform for RFQ

    Hi I want to customize RFQ layout. Standard program for this is SAPFM06P & sapscript is MEDRUCK. I want to use smartform for the new layout. Can this be done using smartform for the same driver program, as in NACE we can also attach smartform for the

  • Oracle HTTP Server as web tier for OBIEE - Best Practices?

    Hi All, A bit of a cross-topic issue - IHAC which wants to add a web tier (in a form of additional DMZ server with Oracle HTTP Server installed) to existing OBIEE installation. Are there any best practices regarding all the security aspects - install

  • Unable to resolve service name

    I am vishnu prasath.i am a reader of oracle magazine. I need a help from you.I have installed Oracle 9i in my machine.when i was installed it asked me to enter SID.i entered as specified in the example ie test.acme.com where as Globaldatabase name=te

  • [AIR] File Not Found in MAC OS but Works in Windows

    Hi All I have an htmlFolder in my "src" which contains html files. What I do is, that at runtime i render the html File in <mx:HTML id="htmlView"> using the following code. htmlView.location = "app:/htmlFolder/sub-folder/fileName.html"; Problem -> Th