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 239458 - Timeout when waiting for DNS response.
Summary: Timeout when waiting for DNS response.
Status: RESOLVED INCOMPLETE
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Jira (show other bugs)
Version: 8.0
Hardware: PC Windows 8 x64
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-13 11:03 UTC by akobberup
Modified: 2014-01-06 13:36 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 akobberup 2013-12-13 11:03:25 UTC
I have the jira repository set to update every 5 minutes. The result is that every 5 minutes the connection fails with the exception below in the ide log, and the "Edit Task Repository" dialog being shown.
In the dialog i can push "Validate" and it tells me that the connection is successfull.

Howcome the connection times out when being called in the background, but works fine when being called from the dialog?




------snip from log (replaced our actual domain name with [ourdomain])------
INFO [org.netbeans.core.network.proxy.NbProxySelector]: Timeout when waiting for DNS response. (wiki.[ourdomain].local)
INFO [org.netbeans.modules.jira.Jira]
org.eclipse.core.runtime.CoreException: Unable to login to http://wiki.[ourdomain].local/jira. Please validate credentials via Task Repositories view.
	at org.netbeans.modules.mylyn.util.commands.SynchronizeQueryCommand.execute(SynchronizeQueryCommand.java:187)
	at org.netbeans.modules.jira.commands.JiraExecutor.execute(JiraExecutor.java:123)
	at org.netbeans.modules.jira.commands.JiraExecutor.execute(JiraExecutor.java:102)
	at org.netbeans.modules.jira.commands.JiraExecutor.execute(JiraExecutor.java:98)
	at org.netbeans.modules.jira.query.JiraQuery$1.run(JiraQuery.java:210)
	at org.netbeans.modules.jira.query.JiraQuery.executeQuery(JiraQuery.java:458)
	at org.netbeans.modules.jira.query.JiraQuery.refreshIntern(JiraQuery.java:170)
	at org.netbeans.modules.jira.query.JiraQuery.refresh(JiraQuery.java:262)
	at org.netbeans.modules.jira.query.QueryController$QueryTask.executeQuery(QueryController.java:1445)
	at org.netbeans.modules.jira.query.QueryController$QueryTask.run(QueryController.java:1478)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
INFO [org.netbeans.modules.jira.Jira]: validate for [Jira,http://wiki.[ourdomain].local/jira,Anders,******,null,******] worked.
Comment 1 Tomas Stupka 2014-01-06 13:36:33 UTC
please attach the whole messages.log file

thanks