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 165832

Summary: NumberFormatException: For input string: ""
Product: soa Reporter: Oleg Khokhlov <ovk>
Component: BPEL DebuggerAssignee: Kirill Sorokin <ksorokin>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=151636
Issue Type: DEFECT Exception Reporter: 151636
Attachments: stacktrace

Description Oleg Khokhlov 2009-05-22 15:15:25 UTC
Build: NetBeans IDE Dev (Build 200905190201)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP, 5.1, x86

User Comments:
ovk: Attach BPEL debugger dialog, leave Port field empty and press OK



Stacktrace: 
java.lang.NumberFormatException: For input string: ""
        at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
        at java.lang.Integer.parseInt(Integer.java:468)
        at java.lang.Integer.parseInt(Integer.java:497)
        at org.netbeans.modules.bpel.debugger.api.AttachingCookie.<init>(AttachingCookie.java:43)
        at org.netbeans.modules.bpel.debugger.api.AttachingCookie.create(AttachingCookie.java:55)
        at org.netbeans.modules.bpel.debugger.ui.BpelConnectPanel$BpelConnectController.ok(BpelConnectPanel.java:177)
Comment 1 Oleg Khokhlov 2009-05-22 15:16:10 UTC
Created attachment 82659 [details]
stacktrace
Comment 2 Kirill Sorokin 2009-05-22 17:40:54 UTC
My!