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

Octo.exe import errors when the environment exists #1192

Closed
vanessalove opened this issue Sep 9, 2014 · 2 comments
Closed

Octo.exe import errors when the environment exists #1192

vanessalove opened this issue Sep 9, 2014 · 2 comments
Labels
kind/bug This issue represents a verified problem we are committed to solving
Milestone

Comments

@vanessalove
Copy link
Contributor

Handshaking with Octopus server: http://myserver:8082
Handshake successful. Octopus version: 2.4.10.235; API version: 3.0.0
Finding importer 'project'
Beginning the import
Export file successfully loaded
Checking that all environments exist
System.ArgumentException: An item with the same key has already been added.
at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) at System.Collections.Generic.Dictionary2.Insert(TKey key, TValue value, Boo lean add) at OctopusTools.Importers.ProjectImporter.CheckEnvironmentsExist(List1 envir onmentList)
at OctopusTools.Importers.ProjectImporter.Import(Dictionary`2 paramDictionary ) at OctopusTools.Importers.BaseImporter.Import(String[] parameters) at OctopusTools.Commands.ImportCommand.Execute() at OctopusTools.Commands.ApiCommand.Execute(String[] commandLineArguments) at OctopusTools.Program.Main(String[] args) Exit code: -3

Source: http://help.octopusdeploy.com/discussions/problems/24453

@vanessalove vanessalove added the kind/bug This issue represents a verified problem we are committed to solving label Sep 9, 2014
@vanessalove vanessalove added this to the 2.5.9 milestone Sep 9, 2014
@PaulStovell PaulStovell modified the milestones: 2.5.9, 2.5.11 Oct 7, 2014
@vanessalove
Copy link
Contributor Author

Another occurrence:

System.Collections.Generic.KeyNotFoundException: The given key was not
present in the dictionary.

at System.Collections.Generic.Dictionary`2.get_Item(TKey key)

at
OctopusTools.Importers.ProjectImporter.ImportDeploymentProcess(DeploymentProcessResource
deploymentProcess, ProjectResource importedProject, Dictionary`2
environments, Dictio

nary`2 nugetFeeds)

at OctopusTools.Importers.ProjectImporter.Import(Dictionary`2
paramDictionary)

at OctopusTools.Importers.BaseImporter.Import(String[] parameters)

at OctopusTools.Commands.ImportCommand.Execute()

at OctopusTools.Commands.ApiCommand.Execute(String[]
commandLineArguments)

at OctopusTools.Program.Main(String[] args)

Source: https://octopusdeploy.uservoice.com/admin/tickets/1475

@lock
Copy link

lock bot commented Nov 27, 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 27, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug This issue represents a verified problem we are committed to solving
Projects
None yet
Development

No branches or pull requests

2 participants