Navigation

    Inedo Community Forums

    Forums

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

    vishal_2561

    @vishal_2561

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

    vishal_2561 Follow

    Best posts made by vishal_2561

    This user hasn't posted anything yet.

    Latest posts made by vishal_2561

    • RE: BuildMaster Create-Artifact - Handle does not support synchronous operations.

      Hi @rhessinger ,

      Verbose doesn't have much details, all "Capturing files..." messages. I changed buildmasteragent root directory and its working now, so as you said it might be something at OS level.

      Thanks.

      posted in Support
      V
      vishal_2561
    • RE: BuildMaster Create-Artifact - Handle does not support synchronous operations.

      Hi @stevedennis ,

      Below is the log.

      Debug: Using TcpAgent agent on QA
       Info: Getting list of files in D:\BuildMaster\Website\Content\C_C\ProgramData\InedoAgent\BuildMaster\Temp\_E2605\Website\obj\Production\Package\PackageTmp to add to artifact...
      Debug: Found 1800 matches (193724993 bytes total).
      Error: Unhandled exception: System.ArgumentException: Handle does not support synchronous operations. The parameters to the FileStream constructor may need to be changed to indicate that the handle was opened asynchronously (that is, it was opened explicitly for overlapped I/O).
         at System.IO.FileStream.VerifyHandleIsSync()
         at System.IO.FileStream..ctor(SafeFileHandle handle, FileAccess access, Int32 bufferSize, Boolean isAsync)
         at System.IO.FileStream..ctor(SafeFileHandle handle, FileAccess access)
         at Inedo.IO.FileEx.Open(String fileName, FileMode fileMode, FileAccess fileAccess, FileShare fileShare, FileOptions fileOptions)
         at Inedo.Agents.RemoteFileHost.<OpenFileAsync>d__1.MoveNext()
      --- End of stack trace from previous location where exception was thrown ---
         at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
         at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
         at Inedo.Agents.AgentCommand`1.<Inedo-Agents-IAgentCommandWithResponse-ExecuteAsync>d__5.MoveNext()
      --- End of stack trace from previous location where exception was thrown ---
         at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
         at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
         at Inedo.Agents.AgentCommandDispatcher.<ExecuteCommandAsync>d__7.MoveNext()
      

      We are using Buildmaster of version 6.2.20.

      posted in Support
      V
      vishal_2561
    • BuildMaster Create-Artifact - Handle does not support synchronous operations.

      Hello,

      I am getting below error in "Create-Artifact".

      Debug: Found 1800 matches (193724990 bytes total).
      Error: Unhandled exception: System.ArgumentException: Handle does not support synchronous operations. The parameters to the FileStream constructor may need to be changed to indicate that the handle was opened asynchronously (that is, it was opened explicitly for overlapped I/O).

      Script has two create-artifact, one for "Test" and another for "Production".

      From path: D:\BuildMaster\Temp{Website_Test/Website_Production}

      It works fine for "Test" but fails in "Production". But if I change path to D:\BuildMaster\Temp_E$ExecutionId* then it fails for both "Test" and "Production".

      posted in Support
      V
      vishal_2561
    • RE: Proget Vulnerability Scan: "Padding is invalid and cannot be removed"

      I copied encryption key from c:\ProgramData\Inedo\Shared config, and no longer getting that error. But still all server status are "unknown".

      posted in Support
      V
      vishal_2561
    • RE: Proget Vulnerability Scan: "Padding is invalid and cannot be removed"

      Hi @atripp

      I am getting same error and yes I am moving buildmaster to another server. Where should i look for encryption key ?

      In Server, when i click on any existing server it has "Type": "decryption failed".

      Thanks.

      posted in Support
      V
      vishal_2561