Open Closed

Cannot get the AuthServer application to run #3394


User avatar
0
justinf created
  • ABP Framework version: v5.3.2
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): Tiered
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

86 Answer(s)
  • User Avatar
    0
    justinf created

    Can you try connecting to the databases in docker using the database and Redis client?

    I need you to show me how to do that. Your one-time help is definitely needed. Once I know how it's done, I can then do it myself.

  • User Avatar
    0
    justinf created

    If possible, you can recreate a new microservice project or try another computer to troubleshoot the environment.

    I have already created a new Microservices solution twice and I couldn't get the AuthServer project to run.

  • User Avatar
    0
    justinf created
      redis: 
        ports: 
          - "6379:6379" 
     
      sql-server-db: 
        ports: 
          - "1434:1433" 
        environment: 
          SA_PASSWORD: "myPassw0rd" 
     
    

    If you get into a Zoom session, we can fire up SQL Server Management Studio and connect to the database. But a database wasn't created by the relevant project in the Microservices solution. Again, I need your help with this.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    You can try to run the YourProjectName.DbMigrator project first then that run the auth-server.

  • User Avatar
    0
    justinf created

    https://zoom.us/j/91461475907?pwd=MWtsdTR3aVZnTHRHVjhsU0NuT0dGZz09

    You can send me here a list of things I should install on a new machine. Could you do that please?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Visual Studio .NET 6.0+ SDK NPM AND YARN Docker Desktop ABP CLI

    After that, you can try the steps in the meeting.

    abp install-libs

  • User Avatar
    0
    justinf created

    hi

    Visual Studio .NET 6.0+ SDK NPM AND YARN Docker Desktop ABP CLI

    After that, you can try the steps in the meeting.

    abp install-libs

    Alright. As for the environment, we want to do it on Azure. That is because getting another physical development machine will take some time. Is a Azure Virtual Machine sufficient or do you need other Azure services to go with it?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    I think Azure Virtual Machine should be no problem if it can install above software..

  • User Avatar
    0
    justinf created

    I think Azure Virtual Machine should be no problem if it can install above software..

    Alright. Could you please give me the proper specs for an Azure Virtual Machine and we will spin it up. After that, let's get into a Zoom session, install the software, create a new Microservices solution, and execute the commands that you executed earlier. How about that?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    I found some issues with Docker Desktop on Azure VM, I suggest you use a physical machine.

    https://www.google.com/search?q=azure+virtual+machine+docker+desktop

  • User Avatar
    0
    justinf created

    I found some issues with Docker Desktop on Azure VM, I suggest you use a physical machine.

    https://www.google.com/search?q=azure+virtual+machine+docker+desktop

    OK, so using another physical machine is unavoidable then? My manager is talking about using a development deployment slot in Azure for our build! That doesn't make any sense, right?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    You could try an Azure virtual machine, I'm not sure if it can run the software needed during development.

  • User Avatar
    0
    justinf created

    You could try an Azure virtual machine, I'm not sure if it can run the software needed during development.

    Getting another physical machine, my manage is saying, will take some time. If we were to use the cloud (Azure), could you please tell me what Azure resources (web apps, etc.) we need to complete what we were working on earlier?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    I'm not familiar with Azure, the software mentioned above would be required.

    https://support.abp.io/QA/Questions/3394/Cannot-get-the-AuthServer-application-to-run#answer-eda77ea0-c5b6-37dd-63ec-3a0502abe3ac

  • User Avatar
    0
    justinf created

    hi

    I'm not familiar with Azure, the software mentioned above would be required.

    https://support.abp.io/QA/Questions/3394/Cannot-get-the-AuthServer-application-to-run#answer-eda77ea0-c5b6-37dd-63ec-3a0502abe3ac

    My manager has become tone-deaf. I have a suggestion. I'll share with you the source code we created earlier. Could you please completed building and running every app in that solution on your machine? Then, I'll push the code to a Github repo.

  • User Avatar
    0
    justinf created

    On machine, we are getting that strange error earlier.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    You can create a private repository on Github, then invite me.

    https://github.com/maliming

  • User Avatar
    0
    justinf created

    You can create a private repository on Github, then invite me.

    https://github.com/maliming

    OK will do that

  • User Avatar
    0
    justinf created

    You can create a private repository on Github, then invite me.

    https://github.com/maliming

    I am kinda locked out of my Github account right now. Could you please create a repo in your account and then invite me? I'll upload the code there.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    ok, Please share your Github email or username to liming.ma@volosoft.com

  • User Avatar
    0
    justinf created

    ok, Please share your Github email or username to liming.ma@volosoft.com

    I have sent my Github email address to liming.ma@volosoft.com. Could you have a look please?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    https://github.com/maliming/Abp-3394

  • User Avatar
    0
    justinf created

    https://github.com/maliming/Abp-3394

    Could you please invite me to that repo using justinf@theservicemanager.com or justineverettfraz? That justinfraz account just wasn't accessible for me.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

  • User Avatar
    0
    justinf created

    Good morning!

    I have accepted the invite for this repo:

    https://github.com/maliming/Abp-3394

    Could you please confirm that these are the commands I need to execute inside Gitshell?

    Navigate to the path of the local repository git init git add README.md git commit -m "first commit" git branch -M main git remote add origin https://github.com/maliming/Abp-3394.git git push -u origin main

    We can have a Zoom meeting to complete the push to your repository if you like.

    Justin

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