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

Extension not installed on grain #89

Open
stephenlautier opened this issue Jul 10, 2019 · 6 comments
Open

Extension not installed on grain #89

stephenlautier opened this issue Jul 10, 2019 · 6 comments

Comments

@stephenlautier
Copy link
Contributor

I'm not entirely sure if something has changed or why is this happening. However, we recently are getting the following. Any ideas?

Extension not installed on grain SignalR.Orleans.Groups.GroupGrain attempting to invoke type Orleans.Streams.OrleansCodeGenStreamConsumerExtensionMethodInvoker from invokable Orleans.Runtime.ActivationData

Source: Orleans.Runtime

Stacktrace:

 at Orleans.Runtime.InsideRuntimeClient.Invoke(IAddressable target, IInvokable invokable, Message message)
   at Orleans.OrleansTaskExtentions.<ToTypedTask>g__ConvertAsync|4_0[T](Task`1 asyncTask)
   at Orleans.Providers.Streams.SimpleMessageStream.SimpleMessageStreamProducerExtension.StreamConsumerExtensionCollection.DeliverToRemote(IStreamConsumerExtension remoteConsumer, StreamId streamId, GuidId subscriptionId, Object item, Boolean optimizeForImmutableData, Boolean fireAndForgetDelivery)
   at Orleans.Providers.Streams.SimpleMessageStream.SimpleMessageStreamProducer`1.OnNextAsync(T item, StreamSequenceToken token)
   at SignalR.Orleans.Clients.ClientGrain.OnDisconnect()
   at SignalR.Orleans.Clients.OrleansCodeGenClientGrainMethodInvoker.Invoke(IAddressable grain, InvokeMethodRequest request)
   at Orleans.Runtime.GrainMethodInvoker.Invoke()
   at Odin.Orleans.Logging.LoggingIncomingCallFilter.Invoke(IIncomingGrainCallContext context)
   at Orleans.Runtime.GrainMethodInvoker.Invoke()
   at Odin.Orleans.Error.UnknownErrorIncomingCallFilter.Invoke(IIncomingGrainCallContext context)
   at Orleans.Runtime.GrainMethodInvoker.Invoke()
   at Orleans.Runtime.InsideRuntimeClient.Invoke(IAddressable target, IInvokable invokable, Message message)
   at SignalR.Orleans.OrleansHubLifetimeManager`1.OnDisconnectedAsync(HubConnectionContext connection)
   at Microsoft.AspNetCore.SignalR.HubConnectionHandler`1.OnConnectedAsync(ConnectionContext connection)
   at Microsoft.AspNetCore.Http.Connections.Internal.HttpConnectionDispatcher.ExecuteApplication(ConnectionDelegate connectionDelegate, HttpConnectionContext connection)
   at Microsoft.AspNetCore.Http.Connections.Internal.HttpConnectionContext.WaitOnTasks(Task applicationTask, Task transportTask, Boolean closeGracefully)
   at Microsoft.AspNetCore.Http.Connections.Internal.HttpConnectionContext.DisposeAsync(Boolean closeGracefully)
   at Microsoft.AspNetCore.Http.Connections.Internal.HttpConnectionManager.DisposeAndRemoveAsync(HttpConnectionContext connection, Boolean closeGracefully)
@galvesribeiro
Copy link
Member

THat is weird... Can you come down to gitter? would like to debug it...

@emilekberg
Copy link

It seems i've got the same issue. Did you ever find a solution to this? Exception seems to be the same as above, or very similar at least.

@stephenlautier
Copy link
Contributor Author

@emilekberg Recently it seems ok.. few weeks ago we were still having it tho.

Last thing we've changed is, we updated to latest of this lib, but we are still on 2.3.5 orleans

@stephenlautier
Copy link
Contributor Author

@emilekberg actually it seems it still happens, much less in frequency but it does happen

@digisimon
Copy link

digisimon commented Feb 6, 2021

Did you find a solution for this? I see the same exceptions unfortunately.

Edit: Anyone who is having this issue: Try using this fork mentioned in this issue. This seems to have fixed it for me. Thanks @stephenlautier

@stephenlautier
Copy link
Contributor Author

@digisimon im glad that worked for you! We do have several fixes/improvements in our fork; we will need to contribute back to this at some point

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

4 participants