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 98184 - Timeout of outgoing socket creating blocks test4u
Summary: Timeout of outgoing socket creating blocks test4u
Status: CLOSED FIXED
Alias: None
Product: qa
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: ehucka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-19 11:15 UTC by ehucka
Modified: 2011-02-17 09:37 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 ehucka 2007-03-19 11:15:39 UTC
Timeout on 
Socket sock = new Socket();

blocks outgoing communication on test4u main server. This can occur when
connected  test server has enabled some firewall blocking outgoing ICMP.
All outgoing data are enqueued in queue before they are sent.
Comment 1 ehucka 2007-03-19 11:21:37 UTC
fixed
Comment 2 ehucka 2007-03-21 14:54:23 UTC
verified