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 235619 - IllegalArgumentException: port out of range:1117198963
Summary: IllegalArgumentException: port out of range:1117198963
Status: RESOLVED DUPLICATE of bug 135872
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-06 18:34 UTC by alied
Modified: 2013-09-06 18:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 203649


Attachments
stacktrace (1.04 KB, text/plain)
2013-09-06 18:35 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alied 2013-09-06 18:34:59 UTC
Build: NetBeans IDE Dev (Build 201309060001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b16
OS: Windows 7

User Comments:
alied: Launching a webapp in Glassfish for debug.




Stacktrace: 
java.lang.IllegalArgumentException: port out of range:1117198963
   at java.net.InetSocketAddress.checkPort(InetSocketAddress.java:143)
   at java.net.InetSocketAddress.<init>(InetSocketAddress.java:224)
   at com.sun.tools.jdi.SocketTransportService.attach(SocketTransportService.java:219)
   at com.sun.tools.jdi.GenericAttachingConnector.attach(GenericAttachingConnector.java:116)
   at com.sun.tools.jdi.SocketAttachingConnector.attach(SocketAttachingConnector.java:90)
   at org.netbeans.api.debugger.jpda.AttachingDICookie.getVirtualMachine(AttachingDICookie.java:223)
Comment 1 alied 2013-09-06 18:35:00 UTC
Created attachment 139773 [details]
stacktrace
Comment 2 Martin Entlicher 2013-09-06 18:41:48 UTC
Please enter a valid port number.

*** This bug has been marked as a duplicate of bug 135872 ***