View Single Post
  #6 (permalink)  
Old January 27th, 2005
HelgeB HelgeB is offline
Enthusiast
 
Join Date: May 13th, 2002
Posts: 39
HelgeB is flying high
Default

Hello Gregor,
Quote:
Originally posted by GregorK
I cant find your error message anywhere in the Phex source...
This seems to be a Java error mesage.. but thats strange too.... since Java should not deal and know about the SOCKS connection...
Yes, very strange. I found the message in JDK1.5.0_01s java.net.SocksSocketImpl. This class is used by java.net.Socket constructors. There are also new classes Proxy and ProxySelector. By default some settings are read with native code, so maybe with JDK1.5 java automatically uses a system wide configured socks proxy (e.g. evironment variable).

Photon, is the message still there if you turn off socks in the phex preferences?

Helge

Last edited by HelgeB; January 27th, 2005 at 03:47 AM.
Reply With Quote