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!

  • 0 Votes
    2 Posts
    20 Views
    ?
    I would try to reboot the server; sometimes the windows service manager caches information that makes it hard to detect. Next, it could be that you don't have permission to view the service. You can use a tool like sc.exe to unregister the service. Then, it should work
  • 0 Votes
    4 Posts
    28 Views
    T
    For the Windows service, the only requirements for the service account are (assuming default file system package store configuration) read/write access to the directory where the underlying packages are stored (default is in ProgramData), read/write access to the service installation directory (default is in Program Files), and granted access to the ProGet database role named ProGetUser_Role. For the web application (Windows service or IIS application pool identity), the requirements are the same as the Windows service, plus read/write access to the website installation directory. Note again that the Desktop Hub installation privileges is orthogonal to the account that ProGet runs as, since it would obviously require more privilege to create/update/grant in the database and also create subfolders in Program Files & %ProgramData%. As an extra word of caution, if D: is a mapped drive, be sure to use the full UNC path in configuration settings within ProGet.
  • Proget Service crash

    Support proget net microsoft service
    2
    0 Votes
    2 Posts
    24 Views
    ?
    Hello, these errors are quite erare, but it can happen in dealing with randomly disconnecting web clients. The easiest thing to do is to set automatic recovery on the service. You can do this on the "Recovery" tab. You could also upgrade to iIS, which mas more transparent crash recovery.
  • 0 Votes
    3 Posts
    22 Views
    ?
    Thanks for posting an update! Anecdotally, this used to happen to us "all the time" when rebooting a hypervisor server (i.e. server hosting multiple VMs) because the host/hypervisor server didn't have enough resources to give to each booting virtual machine, and SQL Server couldn't start due to low start-up resources (memory, etc). We've mostly corrected this by staggering start times and increasing VM hardware.
  • ProGet services fail to start after reboot.

    Support windows proget service
    4
    0 Votes
    4 Posts
    91 Views
    ?
    It would be the Windows Event/error Logs, specifically the Windows Service Manager. If ProGet isn't able to run/load, then it wouldn't be able to log anything.
  • ProGet not starting automatically on reboot

    Support proget service
    2
    0 Votes
    2 Posts
    18 Views
    ?
    This is not a known issue with ProGet or our tools. But I'll note, there is a little bit of a "warm-up" time needed for .NET-based applications; it should be pretty quick (5-10 seconds), but it sounds like your server might be a bit underpowered? Or maybe there is some other thing preventing .NET applications from "warming up" in a fast enough time?
  • BuildMaster Service stops on its own

    Support buildmaster service
    2
    0 Votes
    2 Posts
    13 Views
    ?
    Sounds like the service is crashing because of connectivity problems with SQL Server; this is expected behavior, as the service cannot operate without a database and will crash if it can't be reestablished after a few tries. This is why it's not logged in BuildMaster's error logs (as those are stored in the database). You could see it in the Windows Event Log however. Short of fixing connectivity problems, you can just set service to auto-recover.
  • Migrating Proget to another machine

    Support service error proget
    4
    0 Votes
    4 Posts
    21 Views
    ?
    Solution found, wrong app pool user. thks all
  • ProGet Service Stops after starting

    Support service proget
    2
    0 Votes
    2 Posts
    41 Views
    ?
    My best guess is that it's related to permissions- most likely the user account which is running the service cannot talk to the SQL database. There should be an error/exception in the Windows event log if this is the case.
  • 0 Votes
    3 Posts
    34 Views
    ?
    If the app can't access the service, it seems like it shouldn't assume everything is OK, but rather indicate that it has no idea because it can't access the service. :)
  • ProGet Service Crash

    Support service proget windows
    2
    0 Votes
    2 Posts
    12 Views
    ?
    I have found the solution ... Set the Property "UseIntegratedWebServer" to False in the Advanced Config when use IIS. The solves the problem
  • Restart BuildMaster service from UI?

    Support service buildmaster
    7
    0 Votes
    7 Posts
    28 Views
    ?
    I tried that. Actually, the stop/start link started showing after I restarted the app pool and website. Please, keep me in touch for a solution. Thanks
  • ProGet crashing

    Support proget service
    5
    0 Votes
    5 Posts
    23 Views
    ?
    I can't believe I missed that. I upgraded and that problem is gone but with new issues. Will open a separate question for that problem. Suggestion: How about adding a new tag npm? Thanks Niklas
  • Prevent process from sleeping when idle

    Support service proget
    5
    0 Votes
    5 Posts
    12 Views
    ?
    Yes. We can switch to IIS. Login time out is not a problem. The problem is that our CI builds were taking much longer depending on ProGet needing to spin up. I'll let you know how it goes.
  • Service could not be stopped/started

    Support buildmaster service
    4
    0 Votes
    4 Posts
    22 Views
    ?
    The best solution is to assign a domain account that does have the privileges to start/stop the service. There are some other solutions detailed here: http://serverfault.com/questions/187302/how-do-i-grant-start-stop-restart-permissions-on-a-service-to-an-arbitrary-user
  • Web Server Reports ProGet Service Stopped

    Support service proget
    2
    1 Votes
    2 Posts
    34 Views
    ?
    In this case, the web server user simply doesn't have permission to query the service status. You can ignore this message or increase the web server user's privileges.
  • BuildMaster service (bmservice) not restarting

    Support service buildmaster
    2
    0 Votes
    2 Posts
    9 Views
    ?
    This is a known issue with .NET-based services on low-spec servers running Windows Server 2003. Basically, the CLR cannot load in time, triggering an error. In newer server operating systems, you can specify Delay Start, which solves the problem, but it's not possible on 2003. There is a workaround available from Microsoft, KB#193888.
  • 0 Votes
    2 Posts
    29 Views
    ?
    The service does need to be running mainly to index packages. If you selected the IIS option during install, the web server in the service will not run. If you are switching from integrated web server to IIS, make sure to update the service's .exe arguments to exclude the /urls argument and then the web server component of the service will not run.
  • Proget Error

    Support service proget
    11
    0 Votes
    11 Posts
    44 Views
    ?
    For completeness, v3.0.3 was just published which adds an index to Publish_Date and the dashboard query now returns virtually instantly tested against 100,000+ packages in the database.
  • Service Won't Start

    Support buildmaster error service
    3
    0 Votes
    3 Posts
    19 Views
    ?
    Thanks for the work around. Saved us much headache!