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 203716 - IndexOutOfBoundsException: Index: 0, Size: 0
Summary: IndexOutOfBoundsException: Index: 0, Size: 0
Status: RESOLVED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebServer 7 (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Ajay Acharya
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-14 12:08 UTC by splineshaft
Modified: 2015-02-04 03:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 173926


Attachments
stacktrace (6.07 KB, text/plain)
2011-10-14 12:09 UTC, splineshaft
Details

Note You need to log in before you can comment on or make changes to this bug.
Description splineshaft 2011-10-14 12:08:57 UTC
This issue was reported manually by splineshaft.
It already has 1 duplicates 


Build: NetBeans IDE 6.9.1 (Build 201011082200)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: SunOS

User Comments:
splineshaft: Trying to configure iPlanet Web Server




Stacktrace: 
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
   at java.util.ArrayList.RangeCheck(ArrayList.java:547)
   at java.util.ArrayList.get(ArrayList.java:322)
   at org.netbeans.modules.j2ee.sun.ws7.ui.WS70AddServerChoiceVisualPanel.setInitialDisplay(WS70AddServerChoiceVisualPanel.java:147)
   at org.netbeans.modules.j2ee.sun.ws7.ui.WS70AddServerChoiceVisualPanel.jCBRemoteStateChanged(WS70AddServerChoiceVisualPanel.java:562)
   at org.netbeans.modules.j2ee.sun.ws7.ui.WS70AddServerChoiceVisualPanel.access$900(WS70AddServerChoiceVisualPanel.java:68)
   at org.netbeans.modules.j2ee.sun.ws7.ui.WS70AddServerChoiceVisualPanel$8.stateChanged(WS70AddServerChoiceVisualPanel.java:415)
Comment 1 splineshaft 2011-10-14 12:09:01 UTC
Created attachment 112053 [details]
stacktrace
Comment 2 Quality Engineering 2015-02-04 03:35:18 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.