Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restarting not supported for connection actors #3543

Open
erikzhang opened this issue Jul 9, 2018 · 3 comments
Open

Restarting not supported for connection actors #3543

erikzhang opened this issue Jul 9, 2018 · 3 comments

Comments

@erikzhang
Copy link

[ERROR][07/06/2018 20:25:27][Thread 0004][akka://NeoSystem/system/IO-TCP/$h] Restarting not supported for connection actors.
Cause: [akka://NeoSystem/system/IO-TCP/$h#236330216]: Akka.Actor.PostRestartException: Exception post restart (System.Net.Sockets.SocketException) ---> Akka.Pattern.IllegalStateException: Restarting not supported for connection actors.
   at Akka.IO.TcpConnection.PostRestart(Exception reason)
   at Akka.Actor.ActorCell.UseThreadContext(Action action)
   at Akka.Actor.ActorCell.FinishRecreate(Exception cause, ActorBase failedActor)
   --- End of inner exception stack trace ---
@Horusiath
Copy link
Contributor

@erikzhang would you care to actually elaborate on your problem?

@erikzhang
Copy link
Author

I'm using the TCP Driver described in documentation. http://getakka.net/articles/networking/io.html
But sometimes the error log shown above appears on the console.
It seems that the system is attempting to restart the TCP connection actor. But this is supposed to be unexpected, isn't it?

@vncoelho
Copy link

vncoelho commented Nov 14, 2018

I found you here, @erikzhang....aehauehauea

@Horusiath, It is also described here #3648, I did not see this one before opening. Sorry if it is kind of duplicated.
There are some additional descriptions there. Should I close there and merge comments here?

@yongjiema (#3630) and @Aaronontheweb.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants