java.lang.ArrayIndexOutOfBoundsException at java.lang.System.arraycopy(System.java:0) at javax.swing.text.CompositeView.replace(CompositeView.java:204) at javax.swing.text.View.updateChildren(View.java:1116) at javax.swing.text.View.changedUpdate(View.java:782) at javax.swing.text.FlowView.changedUpdate(FlowView.java:283) at javax.swing.text.ParagraphView.changedUpdate(ParagraphView.java:795) at javax.swing.text.View.forwardUpdateToView(View.java:1212) at javax.swing.text.View.forwardUpdate(View.java:1183) at javax.swing.text.BoxView.forwardUpdate(BoxView.java:240) at javax.swing.text.View.changedUpdate(View.java:788) at javax.swing.text.html.BlockView.changedUpdate(BlockView.java:341) at javax.swing.text.View.forwardUpdateToView(View.java:1212) at javax.swing.text.View.forwardUpdate(View.java:1183) at javax.swing.text.BoxView.forwardUpdate(BoxView.java:240) at javax.swing.text.View.changedUpdate(View.java:788) at javax.swing.text.html.BlockView.changedUpdate(BlockView.java:341) at javax.swing.plaf.basic.BasicTextUI$RootView.changedUpdate(BasicTextUI.java:1630) at javax.swing.plaf.basic.BasicTextUI$UpdateHandler.changedUpdate(BasicTextUI.java:1891) at javax.swing.text.AbstractDocument.fireChangedUpdate(AbstractDocument.java:230) at javax.swing.text.html.HTMLDocument.fireChangedUpdate(HTMLDocument.java:1729) at javax.swing.text.html.HTMLDocument$HTMLReader.adjustEndElement(HTMLDocument.java:2470) at javax.swing.text.html.HTMLDocument$HTMLReader.flush(HTMLDocument.java:2525) at javax.swing.text.html.HTMLEditorKit.read(HTMLEditorKit.java:263) at javax.swing.JEditorPane.setText(JEditorPane.java:1415) at org.netbeans.modules.autoupdate.ui.wizards.OperationDescriptionPanel.customInitComponents(OperationDescriptionPanel.java:120) at org.netbeans.modules.autoupdate.ui.wizards.OperationDescriptionPanel.(OperationDescriptionPanel.java:74) at org.netbeans.modules.autoupdate.ui.wizards.OperationDescriptionStep.getComponent(OperationDescriptionStep.java:166) at org.openide.WizardDescriptor.updateStateOpen(WizardDescriptor.java:897) at org.openide.WizardDescriptor.updateState(WizardDescriptor.java:820) at org.openide.WizardDescriptor._updateState(WizardDescriptor.java:798) at org.openide.WizardDescriptor.initialize(WizardDescriptor.java:473) at org.openide.NotifyDescriptor.getterCalled(NotifyDescriptor.java:290) at org.openide.DialogDescriptor.isModal(DialogDescriptor.java:322) at org.netbeans.core.windows.services.NbDialog.(NbDialog.java:67) at org.netbeans.core.windows.services.DialogDisplayerImpl$1.run(DialogDisplayerImpl.java:152) at org.netbeans.core.windows.services.DialogDisplayerImpl$1.run(DialogDisplayerImpl.java:116) at org.openide.util.Mutex.doEventAccess(Mutex.java:1363) at org.openide.util.Mutex.readAccess(Mutex.java:273) at org.netbeans.core.windows.services.DialogDisplayerImpl.createDialog(DialogDisplayerImpl.java:116) at org.netbeans.modules.autoupdate.ui.wizards.InstallUnitWizard.implInvokeWizard(InstallUnitWizard.java:96) at org.netbeans.modules.autoupdate.ui.wizards.InstallUnitWizard.invokeWizard(InstallUnitWizard.java:82) at org.netbeans.modules.autoupdate.ui.api.PluginManager.openInstallWizard(PluginManager.java:101) at org.netbeans.modules.autoupdate.pluginimporter.ImportManager$5.run(ImportManager.java:325) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:241) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:726) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:687) at java.awt.EventQueue$3.run(EventQueue.java:685) at java.security.AccessController.doPrivileged(AccessController.java:0) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75) at java.awt.EventQueue.dispatchEvent(EventQueue.java:696) at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:159) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:220) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:135) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:123) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:119) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:111) at java.awt.EventDispatchThread.run(EventDispatchThread.java:97) Caused: java.lang.reflect.InvocationTargetException at java.awt.EventQueue.invokeAndWait(EventQueue.java:1281) at java.awt.EventQueue.invokeAndWait(EventQueue.java:1256) at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1350) at org.netbeans.modules.autoupdate.pluginimporter.ImportManager.doImport(ImportManager.java:321) at org.netbeans.modules.autoupdate.pluginimporter.ImportManager.access$200(ImportManager.java:95) at org.netbeans.modules.autoupdate.pluginimporter.ImportManager$3$1.run(ImportManager.java:236) at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432) at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2044)