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 233611 - Connection timeout when open tab report a new issue
Summary: Connection timeout when open tab report a new issue
Status: RESOLVED INCOMPLETE
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Bugzilla (show other bugs)
Version: 7.3.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-29 18:38 UTC by alexyarm
Modified: 2013-07-30 08:29 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 alexyarm 2013-07-29 18:38:39 UTC
I cannot report a new issue from NetBeans IDE. I'm getting error: "I/O Error while communicating with https://netbeans.org/bugzilla. ConnectTimeoutException: The host did not accept connection within timeout of 60000 ms". I'm working behind company firewall which require authentication and it works fine for browsers and other applications.
Comment 1 Tomas Stupka 2013-07-30 08:29:11 UTC
please check yuor proxy settings in the ide

in casse you are still able to reproduce the problem, then run netbeans with the switches:
-J-Dorg.netbeans.core.ProxySettings.level=-1 
-J-Dorg.netbeans.core.NbProxySelector.level=-1
-J-Dorg.netbeans.core.ProxyAutoConfig.level=-1
-J-Dorg.netbeans.modules.bugzilla.Bugzilla.level=-1

and attach the messages.log file to the issue

thanks