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

Summary: IllegalArgumentException: port out of range:1117198963
Product: debugger Reporter: alied <alied>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 203649
Attachments: stacktrace

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 ***