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 147762 - [65cat] NumberFormatException: For input string: "888888888888888"
Summary: [65cat] NumberFormatException: For input string: "888888888888888"
Status: REOPENED
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: 2008-09-19 20:25 UTC by sunbiz
Modified: 2009-05-04 06:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 115272


Attachments
Screenshot attached for reference (193.23 KB, text/plain)
2009-05-04 06:56 UTC, nvramarao
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sunbiz 2008-09-19 20:25:11 UTC
Build: NetBeans IDE Dev (Build 080919)
VM: Java HotSpot(TM) Client VM, 10.0-b22, Java(TM) SE Runtime Environment, 1.6.0_06-b02
OS: Linux, 2.6.24-19-generic, i386

Stacktrace: 
java.lang.NumberFormatException: For input string: "888888888888888"
Comment 1 Sergey Lunegov 2008-10-01 15:38:21 UTC
Please provide exact steps how to reproduce the issue.
Comment 2 sunbiz 2008-10-01 16:18:55 UTC
Since you did not look at the comment of the exception reporter, let me reiterate how to reproduce:
1.) In the Debug menu, Click on Attach Debugger
2.) From the window that opened (Attach), select the BPEL debugger from the dropdown
3.) In the port, enter 888888888888888 (or for that matter any large number)
4.) Pressing OK... throws this exception

Reproducible as of build 200809271401. Plain validation ignored, but nevertheless a bug.
Comment 3 Kirill Sorokin 2008-11-19 16:40:29 UTC
Fixed in {soa-dev}: http://hg.netbeans.org/soa-dev/rev/ccd4662f0a7e
Comment 4 nvramarao 2009-05-04 06:55:50 UTC
Verified in GF ESB v2.1 Build:20090501-1001.

Steps to verify.
1.) In the Debug menu, Click on Attach Debugger
2.) From the window that opened (Attach), select the BPEL debugger from the dropdown
3.) In the port, enter 888888888888888 (or any large number)
4.) Pressing OK... throws this exception

Please find the attached screenshot for reference.
Comment 5 nvramarao 2009-05-04 06:56:50 UTC
Created attachment 81445 [details]
Screenshot attached for reference