Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. viceice
    V
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    viceice

    @viceice

    1
    Reputation
    53
    Posts
    2
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    viceice Follow

    Best posts made by viceice

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

      it returns code 200, so i assume yes

      posted in Support
      V
      viceice

    Latest posts made by viceice

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

      @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

      posted in Support
      V
      viceice
    • RE: Getting 500, "Could not find stored procedure 'Security_GetRoles', but /health show no errors

      it returns code 200, so i assume yes

      posted in Support
      V
      viceice
    • RE: Getting 500, "Could not find stored procedure 'Security_GetRoles', but /health show no errors

      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.

      posted in Support
      V
      viceice
    • RE: 500 Internal Server Error when pushing docker image

      This is the error i get:

      "options": {
            "headers": {
              "user-agent": "Renovate Bot (GitHub App 2740)",
              "accept-encoding": "gzip, deflate",
              "authorization": "***********",
              "accept": "application/json"
            },
            "url": "https://proget.inedo.com/v2/productimages/inedo/proget/tags/list?n=10000",
            "username": "",
            "password": "",
            "method": "GET",
            "http2": false
          },
          "response": {
            "statusCode": 500,
            "statusMessage": "Internal Server Error",
            "body": null,
            "headers": {
              "cache-control": "public, max-age=300",
              "content-type": "application/json; charset=utf-8",
              "content-encoding": "gzip",
              "vary": "Authorization",
              "server": "Microsoft-IIS/10.0",
              "x-proget-version": "5.3.27.18",
              "docker-distribution-api-version": "registry/2.0",
              "x-aspnet-version": "4.0.30319",
              "x-powered-by": "ASP.NET",
              "date": "Wed, 21 Apr 2021 05:57:33 GMT",
              "connection": "close",
              "content-length": "84"
            },
            "httpVersion": "1.1"
          }
        }
      
      posted in Support
      V
      viceice
    • RE: 500 Internal Server Error when pushing docker image

      Seeing 500 on https://proget.inedo.com/containers/registry?feedId=22.

      Maybe that is related?

      posted in Support
      V
      viceice
    • RE: [ProGet] Manual database upgrade (docker, kubernetes)

      I know, i saw that difference. Just wanted to inform you 😉

      posted in Support
      V
      viceice
    • RE: [ProGet] Manual database upgrade (docker, kubernetes)

      It's now always dooing upgrade 😕

      ProGet version is 5.3.24.7.
      Current DB schema version is 5.3.24.
      Executing untracked script DDL-DML/0000. Untracked/10. Block 5.3 Upgrades.sql...
      Executing untracked script DDL-DML/0000. Untracked/10. Block SQL Server 2005.sql...
      Tracked script DDL-DML/v1-3/0002. 0.1.0/10 SET DATABASE PROPERTIES.sql has already been executed; skipping...
      Tracked script DDL-DML/v1-3/0002. 0.1.0/20 CREATE TYPES.sql has already been executed; skipping...
      Tracked script DDL-DML/v1-3/0002. 0.1.0/21 CREATE ROLE ProGetUser_Role.sql has already been executed; skipping...
      Tracked script DDL-DML/v1-3/0002. 0.1.0/30 CREATE TABLE Configuration.sql has already been executed; skipping...
      Tracked script DDL-DML/v1-3/0002. 0.1.0/30 CREATE TABLE Environments.sql has already been executed; skipping...
      Tracked script DDL-DML/v1-3/0002. 0.1.0/30CTC1 CREATE TABLE Connectors.sql has already been executed; skipping...
      Tracked script DDL-DML/v1-3/0002. 0.1.0/30CTC2 CREATE TABLE ConnectorFilters.sql has already been executed; skipping...
      Tracked script DDL-DML/v1-3/0002. 0.1.0/30EVT1 CREATE TABLE EventTypes.sql has already been executed; skipping...
      Tracked script DDL-DML/v1-3/0002. 0.1.0/30EVT2 CREATE TABLE EventTypeDetails.sql has already been executed; skipping...
      Tracked script DDL-DML/v1-3/0002. 0.1.0/30EVT3 CREATE TABLE EventOccurences.sql has already been executed; skipping...
      Tracked script DDL-DML/v1-3/0002. 0.1.0/30EVT4 CREATE TABLE EventOccurenceDetails.sql has already been executed; skipping...
      Tracked script DDL-DML/v1-3/0002. 0.1.0/30USR1 CREATE TABLE Groups.sql has already been executed; skipping...
      

      It should skip updates update at all if already uptodate, otherwise startup will be very slow

      posted in Support
      V
      viceice
    • RE: [ProGet] Manual database upgrade (docker, kubernetes)

      @viceice said in [ProGet] Manual database upgrade (docker, kubernetes):

      upgradedb

      needs to be ProGet.Service upgradedb. fixed it in my pr

      posted in Support
      V
      viceice
    • RE: [ProGet] Manual database upgrade (docker, kubernetes)

      getting this when trying to run upgrade command

      For help on a specific command, type: ProGet.Service help [command]
      To run interactively, type: ProGet.Service interactive
      Invalid command: upgrade
      
      ProGet.Service 5.3.24.7
      Usage: ProGet.Service [command]
      
      Commands:
      run Runs the ProGet service and/or the ProGet web server interactively.
      install Installs the ProGet service as a Windows service.
      uninstall Uninstalls the ProGet Windows service.
      resetadminpassword Switches to the built-in user directory and changes the Admin account password to "Admin".
      upgradedb Upgrades the database schema version to this version of ProGet.
      
      For help on a specific command, type: ProGet.Service help [command]
      To run interactively, type: ProGet.Service interactive
      
      posted in Support
      V
      viceice
    • RE: [ProGet] Manual database upgrade (docker, kubernetes)

      https://github.com/Inedo/inedo-docs/pull/223 😏

      posted in Support
      V
      viceice