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 - NumberFormatException: For input string: ""
Summary: NumberFormatException: For input string: ""
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Kirill Sorokin
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-22 15:15 UTC by Oleg Khokhlov
Modified: 2009-05-22 17:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 151636


Attachments
stacktrace (5.91 KB, text/plain)
2009-05-22 15:16 UTC, Oleg Khokhlov
Details

Note You need to log in before you can comment on or make changes to this bug.
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!