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 41229 - Hang in CLIHandlerTest
Summary: Hang in CLIHandlerTest
Status: CLOSED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: RANDOM, TEST
Depends on:
Blocks:
 
Reported: 2004-03-23 18:28 UTC by Jesse Glick
Modified: 2008-12-22 15:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack traces and thread dump (11.81 KB, text/plain)
2004-03-23 18:29 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2004-03-23 18:28:32 UTC
See stack traces (relevant?) and thread dump from
test.
Comment 1 Jesse Glick 2004-03-23 18:29:55 UTC
Created attachment 14106 [details]
Stack traces and thread dump
Comment 2 Jaroslav Tulach 2004-03-24 09:27:57 UTC
I am not sure how I am supposed to fix this!?

The only solutions I can think of is to disable the test when such
exception is about to occur, the second is that you will fix your
computer to recognize route to itself before running the test. Let's
try the second option first.

Comment 3 Jesse Glick 2004-03-24 11:59:04 UTC
Which route specifically does it need? Obviously ping localhost works
fine.
Comment 4 Jaroslav Tulach 2004-03-24 12:27:50 UTC
The failure is in new Socket (InetAddress.getLocalHost()), any idea
what should I use instead?
Comment 5 Jesse Glick 2004-03-24 12:39:05 UTC
Not sure. Maybe it is not reproducible.

BTW take a look at o.n.c.IDESettings.getDefaultNonProxyHosts. Might be
necessary to fall back to "localhost" or "127.0.0.1", I don't know.
Comment 6 Jaroslav Tulach 2004-03-24 15:36:48 UTC
This is not fixable. That is the same like asking filesystem tests to
run on readonly filesystem. That just does not work.
Comment 7 Marian Mirilovic 2005-07-12 10:01:53 UTC
closed