Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Found binding: System.Collections.Generic.Dictionary`2[System.String,System.Object] #2268

Closed
michaelnoonan opened this issue Jan 5, 2016 · 3 comments
Assignees
Labels
feature/calamari kind/bug This issue represents a verified problem we are committed to solving
Milestone

Comments

@michaelnoonan
Copy link
Contributor

https://github.com/OctopusDeploy/Calamari/blob/314be7ba9b14862740c5258eadc36ebced2160de/source/Calamari/Scripts/Octopus.Features.IISWebSite_BeforePostDeploy.ps1#L100 is logging the type name instead of something more useful.

10:05:22   Verbose  |       Executing 'E:\TEST\SimpleService\1.013_2\Octopus.Features.IISWebSite_BeforePostDeploy.ps1'
10:05:22   Verbose  |       Name                           Value
10:05:22   Verbose  |       ----                           -----
10:05:22   Verbose  |       CLRVersion                     2.0.50727.5485
10:05:22   Verbose  |       BuildVersion                   6.1.7601.17514
10:05:22   Verbose  |       PSVersion                      2.0
10:05:22   Verbose  |       WSManStackVersion              2.0
10:05:22   Verbose  |       PSCompatibleVersions           {1.0, 2.0}
10:05:22   Verbose  |       SerializationVersion           1.1.0.1
10:05:22   Verbose  |       PSRemotingProtocolVersion      2.1
10:05:23   Info     |       Found binding: System.Collections.Generic.Dictionary`2[System.String,System.Object]

Source: http://help.octopusdeploy.com/discussions/problems/43585-external-feed-matching-packages-internal-server-error

@michaelnoonan michaelnoonan added kind/bug This issue represents a verified problem we are committed to solving feature/calamari labels Jan 5, 2016
@hnrkndrssn hnrkndrssn self-assigned this Jan 5, 2016
@hnrkndrssn
Copy link

PS version 4.0 works fine

16:55:16   Verbose  |         Name                           Value
16:55:16   Verbose  |         ----                           -----
16:55:16   Verbose  |         PSVersion                      4.0
16:55:16   Verbose  |         WSManStackVersion              3.0
16:55:16   Verbose  |         SerializationVersion           1.1.0.1
16:55:16   Verbose  |         CLRVersion                     4.0.30319.42000
16:55:16   Verbose  |         BuildVersion                   6.3.9600.17400
16:55:16   Verbose  |         PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0}
16:55:16   Verbose  |         PSRemotingProtocolVersion      2.2
16:55:16   Info     |         Found binding: @{protocol=http; ipAddress=*; port=8080; host=; thumbprint=; requireSni=False; enabled=True}
16:55:16   Info     |         Found binding: @{protocol=http; ipAddress=*; port=8081; host=; thumbprint=; requireSni=False; enabled=True}

Will spin up a server with 2.0 and get a fix in.

@octoreleasebot
Copy link

Release Note: Fix display issue in PS 2.0 when logging IIS bindings.

@lock
Copy link

lock bot commented Nov 26, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. If you think you've found a related issue, please contact our support team so we can triage your issue, and make sure it's handled appropriately.

@lock lock bot locked as resolved and limited conversation to collaborators Nov 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature/calamari kind/bug This issue represents a verified problem we are committed to solving
Projects
None yet
Development

No branches or pull requests

3 participants