Navigation

    Inedo Community Forums

    Forums

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

    jjohnson_9205

    @jjohnson_9205

    0
    Reputation
    10
    Posts
    5
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    jjohnson_9205 Follow

    Best posts made by jjohnson_9205

    This user hasn't posted anything yet.

    Latest posts made by jjohnson_9205

    • RE: Error when pushing package

      Hello,

      The ProGet 5.1.2 image on Docker Hub uses a version of mono with the pull request mentioned above included.

      If you want to use an older version of ProGet with this fix, you can build an image using a command like this:

      docker build --pull -t inedo/proget:5.0.13 https://github.com/Inedo/proget-docker#5.0.13
      
      posted in Support
      J
      jjohnson_9205
    • RE: Semver 2.0.0 Packages from Nuget.org unavailable

      Hello William,

      This will be fixed in ProGet 5.1.2. (PG-1294)

      posted in Support
      J
      jjohnson_9205
    • RE: Could not index source files for Legacy.CommonClassLibrary.pdb; returning unindexed pdb.

      From what I understand "portable" PDBs were introduced with dotnet core. This is some legacy code that is written in vb.net and is using the full .net framework. As far as I know it is just a traditional windows PDB.

      posted in Support
      J
      jjohnson_9205
    • RE: SET TRANSACTION ISOLATION LEVEL must be called before any query

      We've been holding to v5.0.6 because it appears this issue is still open and was introduced (as far as we can tell) in 5.0.7:
      https://inedo.com/support/questions/8240

      Has this been addressed in the latest build for linux on docker?

      posted in Support
      J
      jjohnson_9205
    • RE: Could not index source files for Legacy.CommonClassLibrary.pdb; returning unindexed pdb.

      Alana,

      This doesn't address the error or the problem at all. I followed this guide to the letter to set things up.

      I have constructed a symbol package, I have uploaded only the symbol package, I have used "symbol" in the url and not "nuget", and I have set the correct symbol and debug settings in visual studio to use Proget as a symbol server.

      It is working, but only partially, and there are errors reporting in the admin logs that seem to be related to why I may not be getting the source files and only the PDBs or that the source files that are pulled down with the package are not correctly linked from the pdb.

      Warning: SymbolServer
      Could not index source files for Legacy.CommonClassLibrary.pdb; returning unindexed pdb.

      Also, this related error when trying to click "re-index" on the symbol server:
      https://inedo.com/support/questions/8415

      Can you please address this issue or do I need to open a support ticket?

      Thanks,
      Jarrod

      posted in Support
      J
      jjohnson_9205
    • Could not index source files for Legacy.CommonClassLibrary.pdb; returning unindexed pdb.

      When using Proget as a symbol server Visual Studio is able to pull the PDB files but doesn't pull the source files. I'm wondering if this warning is why?

      Product: ProGet
      Version: 5.0.6

      posted in Support
      J
      jjohnson_9205
    • SET TRANSACTION ISOLATION LEVEL must be called before any query

      Getting a "not found" when VS trying to pull symbols from ProGet. I followed guide and double checked url (has symbol and not nuget) and all VS settings. Looked at the logs and seeing the below stack over and over again. Guessing it is happening every time I upload a package with symbols. It also happens if I click the re-index button on the feed:

      URL: http://build.nicode.ninja/0x44/ProGet.WebApplication/Inedo.ProGet.WebApplication.Pages.Executions.ExecutionInProgressPage/GetProgress
      Referrer: http://build.nicode.ninja:8081/executions/execution-in-progress?executionId=8
      User: DevAdmin
      User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0
      Stack trace: at Npgsql.NpgsqlConnector+<DoReadMessageAsync>d__6.MoveNext () [0x002d7] in <4985dea8374f4819bebb7847d95ad483>:0
      --- End of stack trace from previous location where exception was thrown ---
      at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <2e7c1c96edae44d496118948ca617c11>:0
      at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <2e7c1c96edae44d496118948ca617c11>:0
      at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <2e7c1c96edae44d496118948ca617c11>:0
      at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <2e7c1c96edae44d496118948ca617c11>:0
      at System.Runtime.CompilerServices.ConfiguredTaskAwaitable1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <2e7c1c96edae44d496118948ca617c11>:0 at Npgsql.NpgsqlConnector+<ReadMessageWithPrependedAsync>d__5.MoveNext () [0x001c3] in <4985dea8374f4819bebb7847d95ad483>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <2e7c1c96edae44d496118948ca617c11>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <2e7c1c96edae44d496118948ca617c11>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <2e7c1c96edae44d496118948ca617c11>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <2e7c1c96edae44d496118948ca617c11>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <2e7c1c96edae44d496118948ca617c11>:0
      at Npgsql.NpgsqlDataReader+<NextResultInternalAsync>d__1.MoveNext () [0x007da] in <4985dea8374f4819bebb7847d95ad483>:0
      --- End of stack trace from previous location where exception was thrown ---
      at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <2e7c1c96edae44d496118948ca617c11>:0
      at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <2e7c1c96edae44d496118948ca617c11>:0
      at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <2e7c1c96edae44d496118948ca617c11>:0
      at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <2e7c1c96edae44d496118948ca617c11>:0
      at System.Runtime.CompilerServices.ConfiguredTaskAwaitable1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <2e7c1c96edae44d496118948ca617c11>:0 at Npgsql.NpgsqlDataReader+<NextResultAsync>d__48.MoveNext () [0x0014a] in <4985dea8374f4819bebb7847d95ad483>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <2e7c1c96edae44d496118948ca617c11>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <2e7c1c96edae44d496118948ca617c11>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <2e7c1c96edae44d496118948ca617c11>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <2e7c1c96edae44d496118948ca617c11>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <2e7c1c96edae44d496118948ca617c11>:0
      at Npgsql.NpgsqlCommand+<ExecuteAsync>d__0.MoveNext () [0x003d8] in <4985dea8374f4819bebb7847d95ad483>:0
      --- End of stack trace from previous location where exception was thrown ---
      at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <2e7c1c96edae44d496118948ca617c11>:0
      at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <2e7c1c96edae44d496118948ca617c11>:0
      at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <2e7c1c96edae44d496118948ca617c11>:0
      at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <2e7c1c96edae44d496118948ca617c11>:0
      at System.Runtime.CompilerServices.ConfiguredTaskAwaitable1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <2e7c1c96edae44d496118948ca617c11>:0 at Npgsql.NpgsqlCommand+<ExecuteDbDataReaderInternalAsync>d__4.MoveNext () [0x000f1] in <4985dea8374f4819bebb7847d95ad483>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <2e7c1c96edae44d496118948ca617c11>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <2e7c1c96edae44d496118948ca617c11>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <2e7c1c96edae44d496118948ca617c11>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <2e7c1c96edae44d496118948ca617c11>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <2e7c1c96edae44d496118948ca617c11>:0
      at Npgsql.NpgsqlCommand+<ExecuteDbDataReaderAsync>d__99.MoveNext () [0x000a7] in <4985dea8374f4819bebb7847d95ad483>:0
      --- End of stack trace from previous location where exception was thrown ---
      at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <2e7c1c96edae44d496118948ca617c11>:0
      at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <2e7c1c96edae44d496118948ca617c11>:0
      at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <2e7c1c96edae44d496118948ca617c11>:0
      at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <2e7c1c96edae44d496118948ca617c11>:0
      at System.Runtime.CompilerServices.ConfiguredTaskAwaitable1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <2e7c1c96edae44d496118948ca617c11>:0 at Inedo.Postgres.WrappedPgCommand+<ExecuteDbDataReaderAsync>d__41.MoveNext () [0x001db] in <dfd66ed5f8e7421fa137b49d30769655>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <2e7c1c96edae44d496118948ca617c11>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <2e7c1c96edae44d496118948ca617c11>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <2e7c1c96edae44d496118948ca617c11>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <2e7c1c96edae44d496118948ca617c11>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <2e7c1c96edae44d496118948ca617c11>:0
      at Inedo.Data.DatabaseContext+DbResult+<CreateAsync>d__10.MoveNext () [0x00082] in <fca6185a2ae14ad39e3d38cfae3207f3>:0
      --- End of stack trace from previous location where exception was thrown ---
      at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <2e7c1c96edae44d496118948ca617c11>:0
      at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <2e7c1c96edae44d496118948ca617c11>:0
      at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <2e7c1c96edae44d496118948ca617c11>:0
      at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <2e7c1c96edae44d496118948ca617c11>:0
      at System.Runtime.CompilerServices.ConfiguredTaskAwaitable1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <2e7c1c96edae44d496118948ca617c11>:0 at Inedo.Data.DatabaseContext+<ExecuteInternalAsync>d__33.MoveNext () [0x001fc] in <fca6185a2ae14ad39e3d38cfae3207f3>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <2e7c1c96edae44d496118948ca617c11>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <2e7c1c96edae44d496118948ca617c11>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <2e7c1c96edae44d496118948ca617c11>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <2e7c1c96edae44d496118948ca617c11>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <2e7c1c96edae44d496118948ca617c11>:0
      at Inedo.Data.DatabaseContext+<ExecuteTableAsync>d__321[TRow].MoveNext () [0x00082] in <fca6185a2ae14ad39e3d38cfae3207f3>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <2e7c1c96edae44d496118948ca617c11>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <2e7c1c96edae44d496118948ca617c11>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <2e7c1c96edae44d496118948ca617c11>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <2e7c1c96edae44d496118948ca617c11>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <2e7c1c96edae44d496118948ca617c11>:0
      at Inedo.ProGet.WebApplication.Pages.Executions.ExecutionStatus+<GetLogsAsync>d__17.MoveNext () [0x000a5] in <cdb9f36899a64a91848b5bcdb31effa2>:0
      --- End of stack trace from previous location where exception was thrown ---
      at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <2e7c1c96edae44d496118948ca617c11>:0
      at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <2e7c1c96edae44d496118948ca617c11>:0
      at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <2e7c1c96edae44d496118948ca617c11>:0
      at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <2e7c1c96edae44d496118948ca617c11>:0
      at System.Runtime.CompilerServices.ConfiguredTaskAwaitable1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <2e7c1c96edae44d496118948ca617c11>:0 at Inedo.ProGet.WebApplication.Pages.Executions.ExecutionStatus+<GetStatusAsync>d__16.MoveNext () [0x000b8] in <cdb9f36899a64a91848b5bcdb31effa2>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <2e7c1c96edae44d496118948ca617c11>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <2e7c1c96edae44d496118948ca617c11>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <2e7c1c96edae44d496118948ca617c11>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <2e7c1c96edae44d496118948ca617c11>:0 at System.Runtime.CompilerServices.TaskAwaiter1[TResult].GetResult () [0x00000] in <2e7c1c96edae44d496118948ca617c11>:0
      at Inedo.ProGet.WebApplication.Pages.Executions.ExecutionInProgressPage+<GetProgress>d__8.MoveNext () [0x000f1] in <cdb9f36899a64a91848b5bcdb31effa2>:0
      --- End of stack trace from previous location where exception was thrown ---
      at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <2e7c1c96edae44d496118948ca617c11>:0
      at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <2e7c1c96edae44d496118948ca617c11>:0
      at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <2e7c1c96edae44d496118948ca617c11>:0
      at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <2e7c1c96edae44d496118948ca617c11>:0
      at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <2e7c1c96edae44d496118948ca617c11>:0
      at Inedo.Web.Handlers.JsonDataHttpHandler+AsyncHandler+<ProcessRequestAsync>d__9.MoveNext () [0x001bd] in <1d7c5050779a45edba4fcc6d8ea97586>:0
      --- End of stack trace from previous location where exception was thrown ---
      at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <2e7c1c96edae44d496118948ca617c11>:0
      at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <2e7c1c96edae44d496118948ca617c11>:0
      at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <2e7c1c96edae44d496118948ca617c11>:0
      at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <2e7c1c96edae44d496118948ca617c11>:0
      at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00000] in <2e7c1c96edae44d496118948ca617c11>:0
      at System.Web.TaskAsyncResult.Wait (System.IAsyncResult result) [0x00032] in <52b8d38f1da445f7ad770be558c9fed4>:0
      at System.Web.HttpTaskAsyncHandler.System.Web.IHttpAsyncHandler.EndProcessRequest (System.IAsyncResult result) [0x00000] in <52b8d38f1da445f7ad770be558c9fed4>:0
      at Inedo.Web.Handlers.AsyncHandlerWrapper.EndProcessRequest (System.IAsyncResult result) [0x00000] in <1d7c5050779a45edba4fcc6d8ea97586>:0
      at System.Web.HttpApplication.async_handler_complete_cb (System.IAsyncResult ar) [0x00015] in <52b8d38f1da445f7ad770be558c9fed4>:0

      Product: ProGet
      Version: 5.0.6

      posted in Support
      J
      jjohnson_9205
    • Impossible to Push Packages to NuGet Feed

      I've used several earlier versions of ProGet over the years and have been really pleased with them. Never have I had issues like this. In both v4.8 and 5.0.6 I can't push a package for the life of me. Everything gives me a 403 Forbidden.

      I've given all users permissions to do everything related to feeds/packages

      ManageFeed: Administrators, Admin
      Publish Packages: Administrators, Admin, Anonymous
      View & Download Packages: Administrators, Admin, Anonymou

      Per your documentation I should be able to do the following:
      nuget push my.nupkg -apikey Admin:Admin -Source http://progetserver/nuget/feedname and push. I get a 403.

      I've tried setting up an API Key and providing that instead. 403.

      I've tried associating the API key to a user that has all permissions. 403.

      I've tried not sending an API Key. 403.

      I'm using the docker image version of the software on linux. I've tried v4.8.10 and v5.0.6 I'm using nuget v4.5.1.4879

      I'm thoroughly frustrated that I've wasted half my day trying to do the simple task of pushing a package to a nuget feed. Please assist.

      Thank you.

      Product: ProGet
      Version: 4.8.10

      posted in Support
      J
      jjohnson_9205
    • RE: Question About: https://inedo.com/support/questions/8240

      So no version of 5.x is usable when pushing to the feed? I was hoping to leverage v5 because of it's SemVar 2.0 support.

      posted in Support
      J
      jjohnson_9205
    • Question About: https://inedo.com/support/questions/8240

      I'm getting this error as well. I was wondering if there was an estimated fix date (I saw the mono issue literally just closed hours ago)? Also, in the mean time, is this an issue in all 5.x versions or just the 5.0.7 and above? Is there any workaround at this point? I basically cannot use this nuget server at this point if I cannot publish packages to it.

      Product: ProGet
      Version: 5.0.9

      posted in Support
      J
      jjohnson_9205