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 184879 - UnsupportedOperationException: cannot restart in JNLP mode
Summary: UnsupportedOperationException: cannot restart in JNLP mode
Status: RESOLVED DUPLICATE of bug 178288
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-23 15:25 UTC by sourcewerks
Modified: 2010-10-01 14:09 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 164433


Attachments
stacktrace (2.47 KB, text/plain)
2010-04-23 15:25 UTC, sourcewerks
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sourcewerks 2010-04-23 15:25:41 UTC
Build: NetBeans IDE Dev (Build 201002152000)
VM: OpenJDK Client VM, 14.0-b16, OpenJDK Runtime Environment, 1.6.0_17-b17
OS: Linux

User Comments:
obalyuk: importing setting from netbeans 6.8 realse (non dev version)

GUEST: trying to import settings from an earlier version of NetBeans via the "Import" button on the Options window.

i30817: Trying to import zip settings from the options menu of netbeans 6.8

GUEST: Import settings

sourcewerks: Importing settings from netbeans 6.8

GUEST: Trying to restart after importing settings




Stacktrace: 
java.lang.UnsupportedOperationException: cannot restart in JNLP mode
   at org.netbeans.core.startup.ModuleLifecycleManager.markForRestart(ModuleLifecycleManager.java:97)
   at org.netbeans.core.NbLifecycleManager.markForRestart(NbLifecycleManager.java:201)
   at org.netbeans.modules.options.export.OptionsChooserPanel.showImportDialog(OptionsChooserPanel.java:229)
   at org.netbeans.modules.options.OptionsDisplayerImpl$OptionsPanelListener.actionPerformed(OptionsDisplayerImpl.java:385)
   at org.netbeans.core.windows.services.NbPresenter$ButtonListener.actionPerformed(NbPresenter.java:1277)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2012)
Comment 1 sourcewerks 2010-04-23 15:25:47 UTC
Created attachment 97933 [details]
stacktrace
Comment 2 Jesse Glick 2010-10-01 14:09:33 UTC

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