update problem using proxy

Hi all,

have a problem updating knime 2.3.0. I'm behind a proxy and have changed

File->Preferences->General->Network Connection to the right proxy settings.

In workspace\.metadata\.log I get the following messages.

 

!ENTRY org.eclipse.core.net 1 0 2011-02-07 14:42:05.217
!MESSAGE System property http.proxyHost is not set but should be 157.163.26.24.
 
!ENTRY org.eclipse.core.net 1 0 2011-02-07 14:42:05.217
!MESSAGE System property http.proxyPort is not set but should be 3128.
 
Worked perfect with 2.2. Any ideas?
Cheers,
Jan

Interesting. Does it work if you add these lines to the knime.ini file, located in the knime installation directory?:

-Dhttp.proxyHost=157.163.26.24
-Dhttp.proxyPort=3128

????

Cheers,
  Bernd
 

Hi Bernd,

thanks for the answer. The solutions was to leave the socks-entry empty.

(before it had the same entry as proxyHost and proxyPort)

Jan