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 170442 - IllegalArgumentException: port out of range:88888
Summary: IllegalArgumentException: port out of range:88888
Status: CLOSED DUPLICATE of bug 135872
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@debugger
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-17 08:14 UTC by Vojtech Sigler
Modified: 2010-05-06 08:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 156022


Attachments
stacktrace (1.30 KB, text/plain)
2009-08-17 08:14 UTC, Vojtech Sigler
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vojtech Sigler 2009-08-17 08:14:16 UTC
Build: NetBeans IDE Dev (Build 200908170201)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Linux, 2.6.28-14-generic, i386

User Comments:
vsigler: This is thrown when I enter a too high number in "Port" text field in the Attach debugger dialog (and hit ok).

IMHO, this should be very trivial to fix.



Stacktrace: 
java.lang.IllegalArgumentException: port out of range:88888
        at java.net.InetSocketAddress.<init>(InetSocketAddress.java:83)
        at java.net.InetSocketAddress.<init>(InetSocketAddress.java:63)
        at com.sun.tools.jdi.SocketTransportService.startListening(SocketTransportService.java:232)
        at com.sun.tools.jdi.SocketTransportService.startListening(SocketTransportService.java:265)
        at com.sun.tools.jdi.GenericListeningConnector.startListening(GenericListeningConnector.java:96)
        at com.sun.tools.jdi.SocketListeningConnector.startListening(SocketListeningConnector.java:67)
Comment 1 Vojtech Sigler 2009-08-17 08:14:21 UTC
Created attachment 86301 [details]
stacktrace
Comment 2 Martin Entlicher 2009-08-17 10:31:37 UTC
Yes, it should be trivial to fix, but nobody bothered to look at http://bugs.sun.com/view_bug.do?bug_id=6707297 yet.

Since this is not a problem for end-users, who submit existing port numbers, we do not consider this to be important
enough to create a workaround in NetBeans.


*** This issue has been marked as a duplicate of 135872 ***
Comment 3 Marian Mirilovic 2010-05-06 08:02:29 UTC
verified duplicate