Test Search for Nuget packages times out

jtucker@inflexxion.com[email protected] Posts: 20
edited July 10, 2013 9:38AM in Deployment Manager
In Settings->Package Feeds->Test Action link anything I search for (including packages that I know are there), times out. Any ideas what is going wrong?

Comments

  • James BJames B Posts: 1,124 Silver 4
    Can you try visiting the feed URL in a browser? You should see some XML output if it's online and working. If you're still having trouble, then what feed is it (i.e. the built in DM one / TeamCity / something else?)

    A timeout would normally indicate either a communication problem to the machine in question or the required service isn't running.
    Systems Software Engineer

    Redgate Software

  • I did visit the url and got the expected xml. It is the built-in feed from DM. It is still timing out. What is the name of the service? Is it a windows service?
  • I looked on the machine where the Nuget feed is installed. I do see the nuget virtual directory and it maps to e:\program files (x86)\Red Gate\Deployment Manager\NuGet. In the App_Data there is this error xml: <error time="2013-07-10T11:16:31.2402473Z" detail="System.IO.DirectoryNotFoundException: Could not find a part of the path 'E:\Program Files (x86)\Red Gate\Deployment Manager\NuGet'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileSystemEnumerableIterator`1.CommonInit() at System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler, Boolean checkHost) at System.IO.Directory.EnumerateFiles(String path) at System.Web.WebPages.Deployment.PreApplicationStartCode.OnChanged(String key, Object value, CacheItemRemovedReason reason) at System.Web.Caching.CacheEntry.CallCacheItemRemovedCallback(CacheItemRemovedCallback callback, CacheItemRemovedReason reason)" source="mscorlib" message="Could not find a part of the path 'E:\Program Files (x86)\Red Gate\Deployment Manager\NuGet'." type="System.IO.DirectoryNotFoundException" host="ILBUILD02" errorId="c7152bff-b0ad-46c7-a23f-580e89c0fb0f"/>
  • James BJames B Posts: 1,124 Silver 4
    Is it perhaps permissions related then? So it doesn't have access to that folder?
    Systems Software Engineer

    Redgate Software

Sign In or Register to comment.