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

[IntelliJ][ReportedByUser] Deployed failed #4599

Closed
clifficious opened this issue Sep 19, 2020 · 1 comment · Fixed by #4613
Closed

[IntelliJ][ReportedByUser] Deployed failed #4599

clifficious opened this issue Sep 19, 2020 · 1 comment · Fixed by #4613

Comments

@clifficious
Copy link

IntelliJ build version: 2020.2.2 IU-202.7319.50
OS: Windows 10
JDK: JetBrains s.r.o. 11.0.8
Plugin version: 3.42.0-2020.2
Error message:

java.lang.IllegalStateException: Duplicate key client-runtime (attempted merging values 1.6.13 and 2.0.2)
	at java.base/java.util.stream.Collectors.duplicateKeyException(Collectors.java:133)
	at java.base/java.util.stream.Collectors.lambda$uniqKeysMapAccumulator$1(Collectors.java:180)
	at java.base/java.util.stream.ReduceOps$3ReducingSink.accept(ReduceOps.java:169)
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
	at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:177)
	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1655)
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
	at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913)
	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
	at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:578)
	at com.microsoft.intellij.runner.springcloud.deploy.SpringCloudDeploymentState.getSpringAppDependencies(SpringCloudDeploymentState.java:26

Not sure what to do with this error. 
Pops up when trying to deploy my Spring Boot app to Azure Spring Cloud.

Thanks for any help
@Flanker32
Copy link
Member

@clifficious Thanks for your report, the issue has been fixed in #4613

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants