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 47677 - [40cat] Set Request Parameters ArrayIndexOutOfBoundsException
Summary: [40cat] Set Request Parameters ArrayIndexOutOfBoundsException
Status: RESOLVED DUPLICATE of bug 47014
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: Other Linux
: P3 blocker (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-23 08:47 UTC by rcasha
Modified: 2006-06-04 23:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rcasha 2004-08-23 08:47:58 UTC
[ BUILD # : 200408191352 ]
[ JDK VERSION : J2SE 1.5.0 ]

Immediately on startup of netbeans, selected 
Tools->Set Request Parameters 
 
from message.log: 
 
 
Warning - 
org.netbeans.modules.web.core.EditQueryStringAction 
should override 
CallableSystemAction.asynchronous() 
*********** Exception occurred ************ at 
9:38 AM on Aug 23, 2004 
java.lang.reflect.InvocationTargetException 
        at 
sun.reflect.NativeMethodAccessorImpl.invoke0
(Native Method) 
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
        at 
java.lang.reflect.Method.invoke(Method.java:585) 
        at 
org.openide.util.actions.CallableSystemAction.invokeAction(CallableSystemAction.java:179) 
        at 
org.openide.util.actions.CallableSystemAction.access$000
(CallableSystemAction.java:31) 
        at 
org.openide.util.actions.CallableSystemAction$ActionRunnable.doRun(CallableSystemAction.java:241) 
        at 
org.openide.util.actions.CallableSystemAction$2.run(CallableSystemAction.java:111) 
        at 
org.openide.util.Task.run(Task.java:136) 
        at 
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330) 
        at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:686) 
Caused by: 
java.lang.ArrayIndexOutOfBoundsException: 0 
        at 
org.netbeans.modules.web.core.EditQueryStringAction.performAction(EditQueryStringAction.java:43) 
        at 
org.openide.util.actions.NodeAction.performAction(NodeAction.java:193) 
        at 
org.openide.util.actions.CallableSystemAction$1.run(CallableSystemAction.java:78) 
        at 
org.openide.util.actions.CallableSystemAction$ActionRunnable.actionPerformed(CallableSystemAction.java 
        at 
org.netbeans.core.ModuleActions.invokeAction(ModuleActions.java:74) 
[catch] ... 11 more 
==> 
java.lang.ArrayIndexOutOfBoundsException: 0 
        at 
org.netbeans.modules.web.core.EditQueryStringAction.performAction(EditQueryStringAction.java:43) 
        at 
org.openide.util.actions.NodeAction.performAction(NodeAction.java:193) 
        at 
org.openide.util.actions.CallableSystemAction$1.run(CallableSystemAction.java:78) 
        at 
org.openide.util.actions.CallableSystemAction$ActionRunnable.actionPerformed(CallableSystemAction.java 
        at 
org.netbeans.core.ModuleActions.invokeAction(ModuleActions.java:74) 
        at 
sun.reflect.NativeMethodAccessorImpl.invoke0
(Native Method) 
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
        at 
java.lang.reflect.Method.invoke(Method.java:585)
Comment 1 psuk 2004-08-23 10:29:13 UTC
seems to be web related, changing component to web
Comment 2 zikmund 2004-08-23 10:45:40 UTC
Thanks for report, it has already been fixed in dev builds.

*** This issue has been marked as a duplicate of 47014 ***