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

Summary: Connection timeout when open tab report a new issue
Product: connecteddeveloper Reporter: alexyarm <alexyarm>
Component: BugzillaAssignee: Tomas Stupka <tstupka>
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P3    
Version: 7.3.1   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

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