Inedo Community Forums Forums
    • Recent
    • Tags
    • Popular
    • Login

    Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

    If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

    Getting 500, "Could not find stored procedure 'Security_GetRoles', but /health show no errors

    Scheduled Pinned Locked Moved Support
    9 Posts 3 Posters 20 Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C Offline
      carl.westman_8110
      last edited by

      Having some wierd behaviours with Proget after updating to 25.0.10 🤔 my /health responds 200 and shows that there are no issues, so no alerts are firing

      {
      "applicationName": "ProGet",
      "databaseStatus": "OK",
      "databaseStatusDetails": null,
      "extensionsInstalled": {
      "ProGet": "25.0.10",
      "Inedo.SDK": "3.1.0",
      "Amazon AWS": "3.1.3",
      "InedoCore": "3.0.5",
      "Azure": "3.1.2"
      },
      "licenseStatus": "OK",
      "licenseStatusDetail": null,
      "versionNumber": "2025.10 (Build 11)",
      "releaseNumber": "25.0.10",
      "startTime": 1758271289653,
      "serviceStatus": "OK",
      "serviceStatusDetail": null,
      "replicationStatus": {
      "serverStatus": null,
      "serverError": null,
      "clientStatus": null,
      "clienterror": null,
      "incoming": [],
      "outgoing": []
      }
      }
      

      But trying to go to the website I only get http error 500

      33eb9351-30aa-45e9-af0f-5584cc377a2b-image.png

      The logs show an error "Could not find stored procedure 'Security_GetRoles'

      2025-09-19T09:04:08.8094686Z info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
      2025-09-19T09:04:08.8095216Z       Request starting HTTP/1.1 GET http://proget.dev.companyname.com/health - - -
      2025-09-19T09:04:08.8097717Z info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
      2025-09-19T09:04:08.8099365Z       Request finished HTTP/1.1 GET http://proget.dev.companyname.com/health - 200 619 application/json 0.3870ms
      2025-09-19T09:04:10.6672063Z info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
      2025-09-19T09:04:10.6672953Z       Request starting HTTP/1.1 GET http://proget.dev.companyname.com/ - - -
      2025-09-19T09:04:10.6687087Z An error occurred in the web application: Could not find stored procedure 'Security_GetRoles'.
      2025-09-19T09:04:10.6778579Z info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
      2025-09-19T09:04:10.6779411Z       Request finished HTTP/1.1 GET http://proget.dev.companyname.com/ - 500 0 - 10.6553ms
      2025-09-19T09:04:13.8057598Z info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
      2025-09-19T09:04:13.8058173Z       Request starting HTTP/1.1 GET http://proget.dev.companyname.com/health - - -
      2025-09-19T09:04:13.8064277Z info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
      2025-09-19T09:04:13.8064479Z       Request finished HTTP/1.1 GET http://proget.dev.companyname.com/health - 200 619 application/json 0.4290ms
      2025-09-19T09:04:13.9852857Z info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
      

      Anyone stumbled upon something similar and have any ideas on how to fix this?

      Cheers
      Carl

      https://github.com/Wesztman

      1 Reply Last reply Reply Quote 0
      • V Offline
        viceice
        last edited by viceice

        I same problem but a different error:

        2025-09-19T11:31:52.055874602+02:00 info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
        2025-09-19T11:31:52.055917374+02:00       Request starting HTTP/1.1 GET http://proget.xxx.de/ - - -
        2025-09-19T11:31:52.058745038+02:00 An error occurred in the web application: XX000: cache lookup failed for type 641322
        2025-09-19T11:31:52.110076806+02:00 info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
        2025-09-19T11:31:52.110107728+02:00       Request finished HTTP/1.1 GET http://proget.xxx.de/ - 500 0 - 54.3259ms
        
        2025-09-19T11:30:23.356843497+02:00 Running Connector Cache Check...
        2025-09-19T11:30:23.369384274+02:00 Getting list of connector responses...
        2025-09-19T11:30:23.381026135+02:00 Unhandled exception: XX000: cache lookup failed for type 641314
        

        Downgrading to 25.0.9 doesn't help. I recently migrated to integrated PostgreSQL.

        C 1 Reply Last reply Reply Quote 0
        • C Offline
          carl.westman_8110 @viceice
          last edited by

          @viceice does your /health also show "no problems"?

          https://github.com/Wesztman

          1 Reply Last reply Reply Quote 0
          • C Offline
            carl.westman_8110
            last edited by

            I also got an error like this

            Unhandled exception: Could not find stored procedure 'Executions_FailRunningExecutions'.
            

            https://github.com/Wesztman

            V 1 Reply Last reply Reply Quote 0
            • V Offline
              viceice
              last edited by

              it returns code 200, so i assume yes

              1 Reply Last reply Reply Quote 1
              • V Offline
                viceice @carl.westman_8110
                last edited by

                @carl-westman_8110 said in Getting 500, "Could not find stored procedure 'Security_GetRoles', but /health show no errors:

                Unhandled exception

                i don't see those, only the XX000: cache lookup failed for type exceptions

                1 Reply Last reply Reply Quote 0
                • C Offline
                  carl.westman_8110
                  last edited by

                  Reverting to 25.0.9 did actually work in our case 🤔 So there seems to be some issue with 25.0.10

                  https://github.com/Wesztman

                  atrippA 1 Reply Last reply Reply Quote 0
                  • atrippA Offline
                    atripp inedo-engineer @carl.westman_8110
                    last edited by

                    Hi @carl-westman_8110 ,

                    The error message means that the database wasn't updated as per normal during the start-up process. It's hard to guess why, as we have special handling for that.

                    It's likely that restarting the service would have fixed it, but downgrading and then upgrading would also force an upgrade as well. Unfortunately it's hard to say at this point.

                    Upgrading to 2025.10 should be fine.

                    Thanks,
                    Alana

                    C 1 Reply Last reply Reply Quote 1
                    • C Offline
                      carl.westman_8110 @atripp
                      last edited by

                      @atripp Ahh ok, maybe that was what fixed it :)

                      https://github.com/Wesztman

                      1 Reply Last reply Reply Quote 0

                      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                      With your input, this post could be even better 💗

                      Register Login
                      • 1 / 1
                      • First post
                        Last post
                      Inedo Website Home • Support Home • Code of Conduct • Forums Guide • Documentation