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 241643 - Proxy Issue with Task Lists
Summary: Proxy Issue with Task Lists
Status: RESOLVED INCOMPLETE
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-10 13:46 UTC by adam_felix_fps
Modified: 2014-04-04 07:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (57.33 KB, text/plain)
2014-02-10 13:47 UTC, adam_felix_fps
Details

Note You need to log in before you can comment on or make changes to this bug.
Description adam_felix_fps 2014-02-10 13:46:51 UTC
Product Version = NetBeans IDE Dev (Build 201402050001)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0_45
Runtime = Java HotSpot(TM) 64-Bit Server VM 24.45-b08

I am behind a Corporate Proxy.  I cannot use anyu of the built in task repository functionality (including sending this issue) unless I set my netbeans proxy settings to No Proxy.  This however then means that I cannot do anything else that needs the proxy until I turn these sdettings back on.  This means I have to constantly flip the proxy settings on or off depending on what I need to do. Is there any way I can set things so that the task repository functionality always bypasses the proxy even when turned on?
Comment 1 adam_felix_fps 2014-02-10 13:47:00 UTC
Created attachment 144987 [details]
IDE log
Comment 2 Ondrej Vrabec 2014-02-10 13:53:00 UTC
What bugtracking connector do you use?
> Is there any way I can set things so that the task repository functionality always bypasses the proxy even when turned on?
Sure, add your bugtracker host among No Proxy Hosts in Tools -> Options -> General -> Manual Proxy Settings
Comment 3 adam_felix_fps 2014-02-10 15:11:17 UTC
> What bugtracking connector do you use?
> > Is there any way I can set things so that the task repository functionality always bypasses the proxy even when turned on?
> Sure, add your bugtracker host among No Proxy Hosts in Tools -> Options -> General -> Manual Proxy Settings
I am using the JIRA bug tracking connector but as I said this also the same for posting new issues via the IDE to netbeans as well. I had already added the url into proxy exceptions but this didn;t seem to make a difference as if the settings were being ignored.
Comment 4 Tomas Stupka 2014-02-11 12:26:02 UTC
> I had already added the url into proxy exceptions but this didn;t seem to make a difference as if the settings were being ignored.
please run NB with the switches 
-J-Dorg.netbeans.core.network.proxy.ProxySettings.level=-1 
-J-Dorg.netbeans.core.network.proxy.NbProxySelector.level=-1 
-J-Dorg.netbeans.core.network.proxy.ProxyAutoConfig.level=-1

and attach your messages.log file to the issue

thanks
Comment 5 adam_felix_fps 2014-02-12 08:40:15 UTC
I am just downloading the latest nightly which contains the fix for the non persistent queries in the task list.  once that is downloaded I will attach my message log with the requested config items set.
Comment 6 Tomas Stupka 2014-04-04 07:53:08 UTC
any update on this?