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 97658 - Set incorrect port number for AM instance leads to RuntimeException
Summary: Set incorrect port number for AM instance leads to RuntimeException
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Identity (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Peter Liu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-12 15:03 UTC by Andrey Yamkovoy
Modified: 2007-06-07 08:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception stack trace (1.71 KB, text/plain)
2007-03-12 15:03 UTC, Andrey Yamkovoy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Yamkovoy 2007-03-12 15:03:24 UTC
Steps to reproduce:
- Switch to Runtime TAB.
- Start AS.
- Add AM Instance with incorrect port number (for ex. 88888).
- Invoke Edit action for some of profiles inside created AM Instance.
- RuntimeException occurs (see attach).
Comment 1 Andrey Yamkovoy 2007-03-12 15:03:56 UTC
Created attachment 39394 [details]
exception stack trace
Comment 2 Peter Liu 2007-04-07 01:01:18 UTC
Need to capture this exception and report it.
Comment 3 Peter Liu 2007-04-21 05:15:06 UTC
Added validation to disallow port number < 0 and > 65535.
Comment 4 Andrey Yamkovoy 2007-06-07 08:59:37 UTC
Fix verified.