Which version of Akka are you using?

On Mon, Aug 11, 2014 at 5:42 PM, ryan walsh <[email protected]> wrote:

> I am using a clusterclient to communicate between a remote cluster and
> this app. The remote cluster pulls from JMS and send messages to this
> cluster, and awaits to acknowledge the message off the JMS queue.
>
>
> On Monday, August 11, 2014 10:28:06 AM UTC-5, ryan walsh wrote:
>>
>> I saw a previous thread post saying that this may be a defect, but
>> nothing came of the thread.
>>
>> Over the weekend, my server crashed due to OutOfMemoryException. Upon
>> restarting it, I am receiving this exception repeatedly. Any idea how to
>> handle / clear this?
>>
>> 08/11/2014 10:22:11,857 ERROR [CommandoClusterSystem-akka.actor.default-
>> dispatcher-3] Remoting - Error encountered while processing system
>> message acknowledgement [0, 1] ACK[1554, {1245}]
>> akka.remote.transport.Transport$InvalidAssociationException: Error
>> encountered while processing system message acknowledgement [0, 1] ACK[
>> 1554, {1245}]
>> Caused by: akka.remote.ResendUnfulfillableException: Unable to fulfill
>> resend request since negatively acknowledged payload is no longer in
>> buffer. The resend states between two systems are compromised and cannot
>> be recovered.
>>         at akka.remote.AckedSendBuffer.acknowledge(AckedDelivery.scala:
>> 103)
>>         at akka.remote.ReliableDeliverySupervisor$$anonfun$receive$1.ap
>> plyOrElse(Endpoint.scala:285)
>>         at akka.actor.Actor$class.aroundReceive(Actor.scala:465)
>>         at akka.remote.ReliableDeliverySupervisor.aroundReceive(Endpoint.
>> scala:182)
>>         at akka.actor.ActorCell.receiveMessage(ActorCell.scala:516)
>>         at akka.actor.ActorCell.invoke(ActorCell.scala:487)
>>         at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:238)
>>         at akka.dispatch.Mailbox.run(Mailbox.scala:220)
>>         at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.
>> exec(AbstractDispatcher.scala:393)
>>         at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.j
>> ava:260)
>>         at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(For
>> kJoinPool.java:1339)
>>         at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.
>> java:1979)
>>         at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinW
>> orkerThread.java:107)
>>
>>
>>
>>  --
> >>>>>>>>>> Read the docs: http://akka.io/docs/
> >>>>>>>>>> Check the FAQ:
> http://doc.akka.io/docs/akka/current/additional/faq.html
> >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to the Google Groups
> "Akka User List" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>



-- 

Patrik Nordwall
Typesafe <http://typesafe.com/> -  Reactive apps on the JVM
Twitter: @patriknw

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to