The problem stemmed from the use of SAF (Simple Application Framework). Spring initialization has been performed in method initialize a proxy definition in the method main. After the transfer the following line of code to the initialize method, application start normally.
Code:
System.setProperty("java.net.useSystemProxies","false");
Thread can be closed.

Thank you for your time.

Best,
Karol.

SOLVED.