Error in SonarLint for IntelliJ when starting up IntelliJ

Environment:

  • Java: JetBrains s.r.o. 17.0.7
  • OS: Windows 10 amd64
  • IDE: IntelliJ IDEA 2023.1.5
  • SonarLint: 8.5.0.75082
java.lang.IllegalArgumentException: port out of range:-1
	at java.base/java.net.InetSocketAddress.checkPort(InetSocketAddress.java:152)
	at java.base/java.net.InetSocketAddress.<init>(InetSocketAddress.java:233)
	at o.ss.sl.core.http.ClientProxySelector.lambda$select$0(ClientProxySelector.java:54)
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
	at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921)
	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
	at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682)
	at o.ss.sl.core.http.ClientProxySelector.select(ClientProxySelector.java:55)
	at org.apache.hc.client5.http.impl.routing.SystemDefaultRoutePlanner.determineProxy(SystemDefaultRoutePlanner.java:90)
	at org.apache.hc.client5.http.impl.routing.DefaultRoutePlanner.determineRoute(DefaultRoutePlanner.java:73)
	at org.apache.hc.client5.http.impl.async.InternalHttpAsyncClient.determineRoute(InternalHttpAsyncClient.java:104)
	at org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient.lambda$doExecute$0(InternalAbstractHttpAsyncClient.java:190)

Hi @voradov,

we are already aware of this issue, for more information and to not answer the same question twice, please refer to THIS community thread.

It also contains more information on a possible workaround in the meantime.

Best,
Tobias

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.