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 228115 - ArrayIndexOutOfBoundsException in System.arraycopy on IDE start
Summary: ArrayIndexOutOfBoundsException in System.arraycopy on IDE start
Status: RESOLVED DUPLICATE of bug 228156
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: PC All
: P3 normal with 3 votes (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-30 23:09 UTC by everflux
Modified: 2013-04-05 08: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 everflux 2013-03-30 23:09:08 UTC
Exception reporter in Netbeans did nothing when I wanted to report if from inside the ide, sorry.

Product Version: NetBeans IDE 7.3 (Build 201302132200)
Java: 1.7.0_17; Java HotSpot(TM) 64-Bit Server VM 23.7-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_17-b02
System: Linux version 3.5.0-27-generic running on amd64; UTF-8; en_US (nb)

INFO [org.netbeans.core.netigso.Netigso]: bundle org.eclipse.osgi@3.8.0.v20120529-1548 started
INFO [org.netbeans.core.windows.view.ui.MainWindow]: installed #198639 workaround
WARNING [org.netbeans.TopSecurityManager]: use of system property netbeans.user has been obsoleted in favor of InstalledFileLocator/Places at org.netbeans.modules.versi
oning.core.Utils.getUnversionedFolders(Utils.java:283)
WARNING [org.netbeans.TopSecurityManager]: use of system property netbeans.user has been obsoleted in favor of InstalledFileLocator/Places at org.netbeans.modules.uihandler.Installer.logFileMetrics(Installer.java:853)
WARNING [org.netbeans.TopSecurityManager]: use of system property netbeans.user has been obsoleted in favor of InstalledFileLocator/Places at org.netbeans.modules.versioning.masterfs.FilesystemInterceptor.getRootFilesystem(FilesystemInterceptor.java:81)
SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor org.netbeans.modules.uihandler.Installer$2Auto
java.lang.ArrayIndexOutOfBoundsException
        at java.lang.System.arraycopy(Native Method)
        at java.io.PushbackInputStream.unread(PushbackInputStream.java:235)
        at org.netbeans.modules.uihandler.Installer.copyWithEncoding(Installer.java:1458)
        at org.netbeans.modules.uihandler.Installer$Submit.doShow(Installer.java:1634)
        at org.netbeans.modules.uihandler.Installer.displaySummary(Installer.java:1001)
        at org.netbeans.modules.uihandler.Installer.access$400(Installer.java:114)
        at org.netbeans.modules.uihandler.Installer$2Auto.run(Installer.java:576)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2044)
WARNING [org.netbeans.modules.java.platform.DefaultJavaPlatformProvider]: The file: Sun_Java_TM__Wireless_Toolkit_2_5_2_for_CLDC.xml has no InstanceCookie
WARNING [org.netbeans.TopSecurityManager]: use of system property netbeans.user has been obsoleted in favor of InstalledFileLocator/Places at org.netbeans.modules.versioning.core.VersioningManager.getLocalHistory(VersioningManager.java:493)

The only special thing I remember was having changed the ignored files pattern in the Netbeans options dialog.
Comment 1 lucabur 2013-04-03 11:09:37 UTC
I also have exactly the same problem, but my system is not Linux:
---
Product Version: NetBeans IDE 7.3 (Build 201302132200)
Java: 1.7.0_13; Java HotSpot(TM) 64-Bit Server VM 23.7-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_13-b20
System: Windows 7 version 6.1 running on amd64; Cp1252; it_IT (nb)
--- 
For that reason I modified the Platform field from Linux to All

I can't remember when and why the error was produced the first time, but now is present every time Netbeans starts. The log is identical.
---
Comment 2 attila.kelemen 2013-04-03 20:34:41 UTC
*** Bug 228220 has been marked as a duplicate of this bug. ***
Comment 3 Marian Mirilovic 2013-04-05 08:42:42 UTC

*** This bug has been marked as a duplicate of bug 228156 ***