2

SocketTimeoutException : null while opening New Spring Starter Project

enter image description here

JAVA_HOME=C:\Program Files (x86)\Java\jdk1.7.0_40
Path=%JAVA_HOME%\bin;C:\..
seenukarthi
  • 8,241
  • 10
  • 47
  • 68
amine
  • 35
  • 1
  • 5

4 Answers4

4

You have to change the network setting in the STS.

Select Window Tab -> Preferences -> General -> Network Connection and change the setting.

Set Active Provider to manual then edit the host and port details in proxy entries. Apply the setting and click ok.

This worked for me. Hope it works for you

frianH
  • 7,295
  • 6
  • 20
  • 45
Meryam
  • 56
  • 1
1

You have to change the network setting in the STS.

Select Window Tab -> Preferences -> General -> Network Connection and change the setting.

Set Active Provider to DIRECT

MADHOUNA
  • 11
  • 1
0

Select Window Tab -> Preferences -> General -> Network Connection and change the setting.

Set Active Provider to DIRECT

BOLT
  • 1
0

Try to start apache tomcat, after starting tomcat your issue should be resolve.

  • 1
    As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Sep 25 '22 at 08:27