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 23343 - ArrayIndexOutOfBoundsException:....
Summary: ArrayIndexOutOfBoundsException:....
Status: CLOSED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: David Strupl
URL:
Keywords: THREAD
Depends on:
Blocks:
 
Reported: 2002-05-10 15:41 UTC by dmladek
Modified: 2008-12-22 16:42 UTC (History)
1 user (show)

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 dmladek 2002-05-10 15:41:40 UTC
Product Version       = NetBeans IDE Development
Version (Build 200205090100)
  IDE Versioning        = IDE/1 spec=2.17
impl=200205090100
  Operating System      = Linux version 2.4.18
running on i386
  Java; VM; Vendor      = 1.4.1-beta; Java
HotSpot(TM) Client VM 1.4.1-beta-b11; Sun
Microsystems Inc.
  Java Home             =
/usr/java/j2sdk1.4/sun/jdk1.4.1/jre
  System Locale; Encod. = cs_CZ; ISO-8859-2
======================================================================

Today I was switching  from one project to another
(which I didn't use for c. a month). During
opening the desired project into my konsole (I
have logger set to true) was printed repeatedly
stacktrace of IOOBE.

Here it is:
*********** Exception occurred ************ at Fri
May 10 15:49:47 CEST 2002
Annotation: Exception occurred in Request Processor
java.lang.ArrayIndexOutOfBoundsException: 27
        at
org.netbeans.core.AutomountSupport.updateFileSystems(AutomountSupport.java:550)
        at
org.netbeans.core.AutomountSupport.taskFinished(AutomountSupport.java:155)
        at
org.openide.util.Task.notifyFinished(Task.java:121)
        at
org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:586)
        at
org.openide.loaders.FolderInstance.access$100(FolderInstance.java:45)
        at
org.openide.loaders.FolderInstance$2.run(FolderInstance.java:456)
        at org.openide.util.Task.run(Task.java:136)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:599)
Comment 1 dmladek 2002-05-10 16:45:14 UTC
Changing SUMMARY from:
 ArrayIndexOutOfBoundsException: when switching between projects
'cause it occures also on other circumstances (which I can't know:-/)

I used Versioning FS....mainly....
Comment 2 _ ttran 2002-05-14 08:07:15 UTC
Looks like a case of too little synchronization
Comment 3 David Strupl 2002-06-12 10:22:01 UTC
In order to be able to fix this one we would need to reproduce the
wrong behaviour. E.g. get the affected user dir or steps to reproduce.
I am closing this as worksforme for now - if there is any additional
information please reopen the report with further details.
Comment 4 dmladek 2002-06-12 14:42:27 UTC
I'm sorry I don't have any reproduction test case and with my current
userdir (which was previously used of'course when I reported this bug)
is many times de/serialized and this doesn't happen neither to me.
Comment 5 Quality Engineering 2003-07-01 16:47:15 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.