Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. parthu.reddy
    3. Topics
    P
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by parthu.reddy

    • P

      Unable to find docker image
      Support • • parthu.reddy  

      2
      0
      Votes
      2
      Posts
      13
      Views

      stevedennis

      Hi @parthu-reddy , That image is not actually hosted on Docker Hub, but in MCR (mcr.microsoft.com). Confusingly, the Docker Hub is now used to "advertise" third-party containers in other registries, in addition to its own. In this case, there are no "tags" published on the docker hub page, so you know it's just an "ad" and not a real image Thanks, Steve
    • P

      Proget maven migration
      Support • • parthu.reddy  

      2
      0
      Votes
      2
      Posts
      5
      Views

      atripp

      Hi @parthu-reddy, ProGet 2025 supports existing Maven classic feeds; you should be able to migrate just as you were in ProGet 2024. Thanks, Alana
    • P

      Proget showing deleted versions of nuget packages
      Support • • parthu.reddy  

      2
      0
      Votes
      2
      Posts
      8
      Views

      atripp

      Hi @parthu-reddy , This behavior is expected; these have a status of "unlisted", which you can see on NuGet.org if you look in the API or type in the URL directly: https://www.nuget.org/packages/System.ComponentModel.Composition/2010.2.11 https://www.nuget.org/packages/System.ComponentModel.Composition/2010.2.11.1 ProGet does not hide unlisted packages by design, but shows them with an unlisted icon instead. Thanks, Alana
    • P

      Not able to upload .spd files to proget assets
      Support • • parthu.reddy  

      4
      0
      Votes
      4
      Posts
      19
      Views

      atripp

      Hi @parthu-reddy , Since these are network-level errors, you would need to use a tool like Wireshark or another packet analyzer to troubleshoot these kind of connectivity failures. Thanks, Alana
    • P

      Connector error: The operation has timed out.
      Support • • parthu.reddy  

      2
      0
      Votes
      2
      Posts
      11
      Views

      stevedennis

      Hi @parthu-reddy , These indicate that your network stack is being overloaded. npm can do this, as it's sending thousands of simultaneous requests to your server. Each of these requests require multiple database connections (network) and requests to remote registries (network). If you're using load balancing, you'll want to tweak the configuration to do rate limiting. For example, in npm it's this: https://blog.nginx.org/blog/rate-limiting-nginx Hope that helps, Steve
    • P

      Requests accepted by proget while using IIS
      Support • • parthu.reddy  

      2
      0
      Votes
      2
      Posts
      8
      Views

      stevedennis

      Hi @parthu-reddy , First, please note that IIS is no longer recommended for ProGet 2024 and it is not supported in ProGet 2025: https://docs.inedo.com/docs/installation/windows/web#iis As for request limits, there are none. And it's not really a question that we can answer - a request can be anything from serving a cached image to doing a query with "chained connectors" that has to do a lot of network activity. It really depends on the types of feeds, configuration, etc. But a good "rule of thumb" is that 50-100 simultaneous connections will start to strain a server, and 10x that very likely be difficult to use. Hope that helps, Steve
    • P

      The process cannot access the file
      Support • • parthu.reddy  

      2
      0
      Votes
      2
      Posts
      6
      Views

      dean-houston

      Hi @parthu-reddy , Nothing to worry about - there are a few ways this can happen, and unless it's happening a lot and/or causing problems with your end-users / pipelines / etc., you can ignore the message. -- Dean
    • P

      Unable to GET from connector "nuget.org"; using cached copy.
      Support • • parthu.reddy  

      10
      0
      Votes
      10
      Posts
      40
      Views

      atripp

      Hi @parthu-reddy , This looks more related to Server Overload / Database than anything to me. Note how all the requests are coming in at exact same second. Can you throttle your load balancer a bit, so they don't all hit at the same time? Even a slight delay will help. FYI - we are tracking a recent regression to SQL Server analysis engine (???) that is causing one particular query (NuGet_GetPackage) to go incredibly slow under extreme traffic. For some reason, it's using the wrong plan suddly. It's been happening to a few users after a recent upgrade/patch to SQL Server. We have a work-around but would like to test it in the field against a user. Thanks, Alana
    • P

      Need info on blocking packages
      Support • • parthu.reddy  

      2
      0
      Votes
      2
      Posts
      7
      Views

      atripp

      Hi @parthu-reddy , This hasn't changed; to "Set Package Status", you need to first Pull the Package to the feed. From there, you can a compliance rule override of Always Block or Always Allow Downloads. Thanks, Alana
    • P

      Maven Policy not blocking Noncompliant packages
      Support • • parthu.reddy  

      4
      0
      Votes
      4
      Posts
      9
      Views

      atripp

      Hi @parthu-reddy , If you can provide my with some step-by-step instructions (reproduction case), then I can see if if there's a bug in ProGet. However we can't really change the "license file is embedded in the package file" technical requirement. That said... using custom licenses for blocking package is definitely inappropriate. Please do not do that. It will cause you headaches and probably business disruptions later. There are already tools to prevent users from downloading packages from ProGet, this is not how you want to do it. The easiest solution here is to align the security team's understanding/expectations align with reality. You don't want to try to configure ProGet in unrealistic ways that will lead to actual problems/risks. I suspect the security team is conflating "vulnerable packages" with "malware and viruses", so it'd be best to take this opportunity to educate them on how packages / ProGet works. ProGet can prevent users from downloading certain packages, but vulnerable packages are freely available on the internet for download. A vulnerable package is NOT some a "virus in a lab that can escape" and infect a system A package is just a library and cannot run on its own If a user has a copy of vulnerable package, they can't use it to "hack" a system with it nor will it cause any harm Vulnerable packages simply shouldn't be used as building blocks in your own applications Thanks, Alana
    • P

      An unexpected error occurred while migrating artifact metadata: 'xsi' is an undeclared prefix
      Support • • parthu.reddy  

      9
      0
      Votes
      9
      Posts
      12
      Views

      dean-houston

      @parthu-reddy yes, but we do recommend migrating... There are some known bugs/quirks with Maven (Classic) feeds and we will not fix them. We will likely not migrate them to PostgresSQL, which means you won't be able to migrate to PostgreSQL in ProGet 2025+. So it's likely that ProGet 2027 will not support them.
    • P

      Need suggestion during proget upgrade
      Support • • parthu.reddy  

      2
      0
      Votes
      2
      Posts
      10
      Views

      dean-houston

      Hi @parthu-reddy, For a major upgrade, we recommend to schedule a maintenance window and then stop traffic from the load balancer. Then, upgrade the servers. For a maintenance release, it's fine to just upgrade them one at a time. It only take as few minutes to do that. There may be a few errors with the database/code being out of sync, but it likely will not cause any problems. -- Dean
    • P

      Error after downgrading from 2024.22 to 2024.13
      Support • • parthu.reddy  

      3
      0
      Votes
      3
      Posts
      8
      Views

      P

      @dean-houston Thanks
    • P

      Maven (New) feed (API keys)
      Support • • parthu.reddy  

      2
      0
      Votes
      2
      Posts
      11
      Views

      dean-houston

      HI @parthu-reddy , Thanks for the feedback; I update the docs to mention that the feeds/permissiosn would also need to be updated as well. We hope to handle an in-place migration in a future version, but didn't want to delay shipping the feed. Please let us know if you have any issues/feedback. Note we are adding several improvements to the Maven (New) feeds in ProGet 2024.15: PG-2798 Add Direct Download (Artifact Import) Support for Maven (New) Feeds PG-2797 Add OSS Metadata Caching Support to Maven (New) Feeds PG-2796 Improve MavenIndex Download Visibility for New Feed Connectors PG-2792 Feed Management API Returns Empty Type on Maven2 and new feeds PG-2794 Add Simulated Directory Browsing to Maven (New) Feeds -- Dean
    • P

      WINHTTP_CALLBACK_STATUS_REQUEST_ERROR
      Support • • parthu.reddy  

      2
      0
      Votes
      2
      Posts
      6
      Views

      dean-houston

      Hi @parthu-reddy , I'm afraid we don't have enough information to help with this; it appears to be an error the tool you're using (packet), and there's not enough information in the screenshot to see what error packet is encountering. It just says "Packaged failed with could not download..." We aren't familiar enough with packet to know how to follow their Stack Trace. If you can't find a clear error message, I would use an HTTP Proxy tool like Fiddler Classic to inspect the traffic that packet is making, and see if you can spot an issue there. I would also try downgrading packet , as it's very possible there's a regression in the tool. -- Dean
    • P

      The process cannot access the file
      Support • • parthu.reddy  

      4
      0
      Votes
      4
      Posts
      29
      Views

      Dan_Woolf

      Hi @parthu-reddy, This is usually an indication of an outside process accessing this file. To verify this, if you restart ProGet, access to that file will be restored. If it is still locked, then something external to ProGet is accessing it. The most likely culprit is an antivirus scanning that file when ProGet attempts to access it. Can you restart ProGet and see if there is still a file-locking issue? If the file is still locked, can you verify that you do not have an antivirus solution that is constantly scanning that file and locking it? Thanks, Dan
    • P

      File not found org.scala-sbt.jline/jline
      Support • • parthu.reddy  

      9
      0
      Votes
      9
      Posts
      21
      Views

      P

      Thanks, we're planning to upgrade tomorrow. Will keep you updated.
    • P

      getting socket timeout for node-forge npm package
      Support • • parthu.reddy  

      5
      0
      Votes
      5
      Posts
      15
      Views

      P

      @atripp Ohh, sorry my mistake, changed it to proget, same problem actually. Will check at our end.
    • P

      ENOAUDIT
      Support • • parthu.reddy  

      3
      0
      Votes
      3
      Posts
      11
      Views

      P

      @atripp Thanks
    • P

      This artifact cannot be downloaded because it is Noncompliant: Artifact does not have an associated .pom.
      Support • • parthu.reddy  

      4
      0
      Votes
      4
      Posts
      11
      Views

      stevedennis

      In that case please just upgrade and it should be resolved :)
    • 1 / 1