springweb-servicesspring-bootmicroserviceseclipse-jee

SocketTimeoutException : null while opening New Spring Starter Project


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:\..

Solution

  • 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