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 220738 - Unending stream of NbProxy messages causes out of memory during test
Summary: Unending stream of NbProxy messages causes out of memory during test
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.3
Hardware: PC Linux
: P2 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-10-24 11:30 UTC by Petr Cyhelsky
Modified: 2012-10-25 10:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
patch (645 bytes, patch)
2012-10-24 11:30 UTC, Petr Cyhelsky
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Cyhelsky 2012-10-24 11:30:54 UTC
Created attachment 126455 [details]
patch

Despite having proxy set correctly (localhost is set in non-proxy field) I'm getting unending stream of following messages:

INFO [org.netbeans.core.NbProxySelector]: Incomplete SOCKS Server [/] found in ProxySelector[Type: 2] for uri socket://localhost:3838. 

it seems that the noproxy section is somehow ignored - otherwise localhost shouldn't use proxy at all.

In my case the attached patch fixes the problem, please evaluate.
Comment 1 Jiri Rechtacek 2012-10-24 12:50:11 UTC
http://hg.netbeans.org/core-main/rev/cda2198f38a6

Petr, thanks for the patch.
Comment 2 Quality Engineering 2012-10-25 10:53:13 UTC
Integrated into 'main-golden', will be available in build *201210250921* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/cda2198f38a6
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #220738: Unending stream of NbProxy messages causes out of memory during test