Open Closed

ABP-LIC-0023 | Localhost #2001


User avatar
0
renaldo@trans-africa.co.za created

HI all

We are currently facing the issue below with our 3 ASP.NET MVC projects created using the ABP boilerplate . Previously The projects were communicating with each other when making GET and POST requests when ran locally We then proceeded to deploy the ASP.NET solution to linux instances on AWS elastickbeanstalk and configured the endpoint to point to the deployed solutions URL's when making GET and POST requests from both deployed and localhost we are met with the error 500 message below is the detailed error retrieved from the log file

please advise

**2021-10-18 22:07:30.641 +02:00 [ERR] ABP-LIC-0013 - License exception: ABP-LIC-0023: An error occured while calling the license server! Cannot retrieve your computer ID! Contact to license@abp.io! [Architecture: X64 | Description: Microsoft Windows 10.0.19043 | FrameworkDescription: .NET Core 3.1.16 | Ex.Detail: Invalid class ] **

  • ABP Framework version: v3
  • UI type: MVC
  • DB provider: MongoDB
  • Tiered (MVC) Identity Server: yes

3 Answer(s)
  • User Avatar
    0
    alper created
    Support Team Director

    hi,

    this problem is fixed in the newer versions. you can upgrade your project to ABP v4.4.3

  • User Avatar
    0
    alper created
    Support Team Director

    On the other hand, ABP doesn't make a license check when you publish your project in Release mode. Please make sure it's on release mode.

  • User Avatar
    0
    alper created
    Support Team Director

    Also set your environment to Production/Staging (anything else rather than Development)

        ASPNETCORE_ENVIRONMENT = Development
    

    https://support.abp.io/QA/Questions/1849/Running-the-Micro-service-Solution-on-Dockers#answer-0440d6d4-a097-2e90-3ab5-39fefb172a24

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11