Re: [akka-user] Re: How to trace Disassociacion cause? [2.3.9]

2015-04-07 Thread Akka Team
Hi Marek,

What is your configuration? Also, is there a small reproducer that you can
share with us? We cannot fully debug your application since we do these as
a paid service, but if you have a small code that reliably reproduces the
issue, you can file a bug and we will investigate it in detail.

-Endre

On Fri, Apr 3, 2015 at 2:36 PM, Marek Żebrowski 
wrote:

> I got that the other part is breaking connection
>
> 2015-04-03 12:07:53,806 INFO  akka.actor.LocalActorRef
> akka://sgActors/system/transports/akkaprotocolmanager.tcp0/akkaProtocol-tcp%3A%2F%2FsgActors%4010.90.23.151%3A39036-1
> - Message [akka.remote.transport.Association
>
> Handle$Disassociated] from Actor[akka://sgActors/deadLetters] to
> Actor[akka://sgActors/system/transports/akkaprotocolmanager.tcp0/akkaProtocol-tcp%3A%2F%2FsgActors%4010.90.23.151%3A39036-1#1013015423]
> was not delivere
>
> d. [6] dead letters encountered. This logging can be turned off or
> adjusted with configuration settings 'akka.log-dead-letters' and
> 'akka.log-dead-letters-during-shutdown'.
>
> 2015-04-03 12:07:53,809 DEBUG akka.remote.EndpointWriter akka.tcp://
> sgActors@10.79.1.14:2555/system/endpointManager/endpointWriter-akka.tcp%3A%2F%2FsgActors%
> 40app1.sgrouples.com%3A2552-2 - Disassociated [akka.tcp://sg
>
> Actors@10.79.1.14:2555] <- [akka.tcp://sgact...@app1.sgrouples.com:2552]
>
> 2015-04-03 12:07:53,812 DEBUG akka.remote.EndpointWriter akka.tcp://
> sgActors@10.79.1.14:2555/system/endpointManager/endpointWriter-akka.tcp%3A%2F%2FsgActors%
> 40app1.sgrouples.com%3A2552-2 - Disassociated [akka.tcp://sg
>
> Actors@10.79.1.14:2555] <- [akka.tcp://sgact...@app1.sgrouples.com:2552]
> But still no idea why - no error message or exception
>
> --
> >> 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 akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> Visit this group at http://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Akka Team
Typesafe - Reactive apps on the JVM
Blog: letitcrash.com
Twitter: @akkateam

-- 
>>  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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.


[akka-user] Re: How to trace Disassociacion cause? [2.3.9]

2015-04-03 Thread Marek Żebrowski
I got that the other part is breaking connection

2015-04-03 12:07:53,806 INFO  akka.actor.LocalActorRef 
akka://sgActors/system/transports/akkaprotocolmanager.tcp0/akkaProtocol-tcp%3A%2F%2FsgActors%4010.90.23.151%3A39036-1
 
- Message [akka.remote.transport.Association

Handle$Disassociated] from Actor[akka://sgActors/deadLetters] to 
Actor[akka://sgActors/system/transports/akkaprotocolmanager.tcp0/akkaProtocol-tcp%3A%2F%2FsgActors%4010.90.23.151%3A39036-1#1013015423]
 
was not delivere

d. [6] dead letters encountered. This logging can be turned off or adjusted 
with configuration settings 'akka.log-dead-letters' and 
'akka.log-dead-letters-during-shutdown'.

2015-04-03 12:07:53,809 DEBUG akka.remote.EndpointWriter 
akka.tcp://sgActors@10.79.1.14:2555/system/endpointManager/endpointWriter-akka.tcp%3A%2F%2FsgActors%
40app1.sgrouples.com%3A2552-2 - Disassociated [akka.tcp://sg

Actors@10.79.1.14:2555] <- [akka.tcp://sgact...@app1.sgrouples.com:2552]

2015-04-03 12:07:53,812 DEBUG akka.remote.EndpointWriter 
akka.tcp://sgActors@10.79.1.14:2555/system/endpointManager/endpointWriter-akka.tcp%3A%2F%2FsgActors%
40app1.sgrouples.com%3A2552-2 - Disassociated [akka.tcp://sg

Actors@10.79.1.14:2555] <- [akka.tcp://sgact...@app1.sgrouples.com:2552]
But still no idea why - no error message or exception 

-- 
>>  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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.


[akka-user] Re: How to trace Disassociacion cause? [2.3.9]

2015-04-03 Thread Marek Żebrowski
If I add more nodes - they are disconnected at almost exactly the same time
11:24:42.232 [sgActors-akka.actor.default-dispatcher-62] WARN 
 a.r.ReliableDeliverySupervisor: Association with remote system 
[akka.tcp://sgActors@10.89.144.8:2555] has failed, address is now gated for 
[0] ms. Reason is: [Disassociated].
11:24:42.237 [sgActors-akka.actor.default-dispatcher-62] WARN 
 a.r.ReliableDeliverySupervisor: Association with remote system 
[akka.tcp://sgActors@10.79.1.14:2555] has failed, address is now gated for 
[0] ms. Reason is: [Disassociated].

-- 
>>  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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.


[akka-user] Re: How to trace Disassociacion cause? [2.3.9]

2015-04-03 Thread Marek Żebrowski
The same situation happens also if both nodes are on the same node, so 
probably it's not a network issue, but rather some problem in the code, 
maybe some silent exception that causes EndpointWriter to disassociate, but 
there is no trace of it in the logs.

-- 
>>  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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.