Unable to upload Package

Hi,
I’m unable to upload a package via PowerShell, nuget.exe and Portal. I don’t get any error message at all. See the image attached.
Thanks
Henk

octopus.PNG

I’m running Octopus 3.3.12. I can’t find anything helpful in server log files under C:\Octopus\Logs.

Thanks
Henk

I’m sorry: I was wrong. I found following log-messages added to the Server Log when uploading a package:

2016-05-18 15:55:04.3352 18 ERROR Unhandled exception from web server: The file exists.

System.IO.IOException: The file exists.

at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.Path.InternalGetTempFileName(Boolean checkHost)
at Nancy.IO.RequestStream.CreateTemporaryFileStream()
at Nancy.IO.RequestStream.MoveStreamContentsToFileStream()
at Nancy.IO.RequestStream.MoveStreamOutOfMemoryIfExpectedLengthExceedSwitchLength(Int64 expectedLength)
at Nancy.IO.RequestStream…ctor(Stream stream, Int64 expectedLength, Int64 thresholdLength, Boolean disableStreamSwitching)
at Octopus.Server.Web.OctopusNancyHost.ConvertRequestToNancyRequest(HttpListenerRequest request) in Y:\work\refs\tags\3.3.12\source\Octopus.Server\Web\OctopusNancyHost.cs:line 303
at Octopus.Server.Web.OctopusNancyHost.Process(HttpListenerContext ctx) in Y:\work\refs\tags\3.3.12\source\Octopus.Server\Web\OctopusNancyHost.cs:line 436

Solved it!
Solution: http://help.octopusdeploy.com/discussions/problems/44718-cant-upload-nuget-package

An error message would of course be nice :slight_smile:

Thanks
Henk