Git Product home page Git Product logo

Comments (4)

philliphoff avatar philliphoff commented on August 28, 2024

@tructran91 Several questions:

  • What version of Dapr runtime are you using?
  • Do you see this only in production or does it also reproduce locally?
  • Have you tried using the 1.12 versions of both the Dapr runtime and Dapr .NET SDK?
  • Do you have any Dapr sidecar logs (preferably with --log-level set to debug) for the period in which the error occurs?

from dotnet-sdk.

halspang avatar halspang commented on August 28, 2024

@tructran91 - This most likely means that the actor isn't hosted in your runtime. Is this the app that hosts the actor?

1.8 is quite old though, and no longer officially supported. I'd recommend updating to 1.12 and we can debug from there. Here is the list of supported version.

from dotnet-sdk.

tructran91 avatar tructran91 commented on August 28, 2024

Thank you for your reply.

@philliphoff

  • We're using version 1.11.0 of Dapr runtime, in our source code, we use Dapr.Actors.AspNetCore version 1.8.0
  • It happen both production and locally, it very hard to reproduce. It not always occurs
  • We use ELK to log error and info happen in system

image

from dotnet-sdk.

halspang avatar halspang commented on August 28, 2024

I would still recommend updating the Dapr.Actors.AspNetCore version.

Generally though, this error simply means there isn't a host available for that actor. Do you see any instances of your apps restarting? It could be that they are temporarily down and thus no longer receiving traffic. Without seeing more of your code and how you setup/register your actors though, we can't debug a whole lot more from here.

from dotnet-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.