This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 99437 - Warning about SOCKS settings
Summary: Warning about SOCKS settings
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-29 18:57 UTC by Jesse Glick
Modified: 2008-12-22 11:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2007-03-29 18:57:50 UTC
070328. I have what seem to be working SOCKS settings for when I am on SWAN. At
the moment I am off SWAN, so I have configured my Gnome proxy settings to use
Direct Connection. The IDE is repeatedly printing a warning in my log file when
I use CVS operations (which are working fine):

INFO [org.netbeans.core.NbProxySelector]: Incomplete SOCKS Server [/] found in
ProxySelector[Type: 1] for uri socket://cvs.netbeans.org:2401. 

My current settings:

$ gconftool-2 -R /system/proxy
 socks_host = cltea-proxy.sun.com
 mode = none
 secure_host = webcache
 ftp_host = webcache
 socks_port = 1080
 secure_port = 8080
 ftp_port = 8080
 autoconfig_url = 
$ gconftool-2 -R /system/http_proxy
 use_http_proxy = false
 use_authentication = false
 host = webcache
 authentication_user = 
 ignore_hosts = [localhost,127.0.0.0/8,*.local]
 authentication_password = 
 port = 8080
Comment 1 Jiri Rechtacek 2007-04-03 21:03:21 UTC
You are right, this messsage is useless when Use system settings is using.

Checking in NbProxySelector.java;
/shared/data/ccvs/repository/core/src/org/netbeans/core/NbProxySelector.java,v 
<--  NbProxySelector.java
new revision: 1.17; previous revision: 1.16
done