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 12104 - Changing Stub compiler for node on read-only filesystem cause exception
Summary: Changing Stub compiler for node on read-only filesystem cause exception
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: rmi (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P4 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-05-11 08:50 UTC by Adam Sotona
Modified: 2001-07-20 20:10 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 Adam Sotona 2001-05-11 08:50:48 UTC
changing Stub compiler for node on read-only filesystem cause exception:

org.openide.explorer.propertysheet.PropertyDetails$ExceptionHack: 
java.lang.IllegalArgumentException
        at org.netbeans.modules.rmi.RMICompilerSupport.setStubCompilerType
(RMICompilerSupport.java:121)
        at org.netbeans.modules.rmi.RMICompilerSupport$1.setValue
(RMICompilerSupport.java:180)
        at org.openide.explorer.propertysheet.PropertyDetails.setPropertyValue
(PropertyDetails.java:185)
        at org.openide.explorer.propertysheet.PropertyDisplayer.setPropertyValue
(PropertyDisplayer.java:830)
        at org.openide.explorer.propertysheet.PropertyDisplayer.setAsText
(PropertyDisplayer.java:799)
        at 
org.openide.explorer.propertysheet.PropertyDisplayer$WriteComponentListener.chan
geValue(PropertyDisplayer.java:1088)
        at 
org.openide.explorer.propertysheet.PropertyDisplayer$WriteComponentListener.acti
onPerformed(PropertyDisplayer.java:1049)
        at javax.swing.JComboBox.fireActionEvent(JComboBox.java:870)
        at javax.swing.JComboBox.selectedItemChanged(JComboBox.java:894)
        at javax.swing.JComboBox.contentsChanged(JComboBox.java:946)
        at javax.swing.AbstractListModel.fireContentsChanged
(AbstractListModel.java:79)
        at javax.swing.DefaultComboBoxModel.setSelectedItem
(DefaultComboBoxModel.java:86)
        at javax.swing.JComboBox.setSelectedItem(JComboBox.java:415)
        at javax.swing.JComboBox.setSelectedIndex(JComboBox.java:455)
        at javax.swing.plaf.basic.BasicComboPopup$ListMouseHandler.mouseReleased
(BasicComboPopup.java:582)
[catch] at java.awt.AWTEventMulticaster.mouseReleased
(AWTEventMulticaster.java:231)
        at java.awt.Component.processMouseEvent(Component.java:3715)
        at java.awt.Component.processEvent(Component.java:3544)
        at java.awt.Container.processEvent(Container.java:1165)
        at java.awt.Component.dispatchEventImpl(Component.java:2593)
        at java.awt.Container.dispatchEventImpl(Container.java:1214)
        at java.awt.Component.dispatchEvent(Component.java:2497)
        at java.awt.LightweightDispatcher.retargetMouseEvent
(Container.java:2452)
        at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2217)
        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2126)
        at java.awt.Container.dispatchEventImpl(Container.java:1201)
        at java.awt.Window.dispatchEventImpl(Window.java:912)
        at java.awt.Component.dispatchEvent(Component.java:2497)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:333)
        at java.awt.EventDispatchThread.pumpOneEvent
(EventDispatchThread.java:103)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:84)
Comment 1 Martin Ryzl 2001-05-24 09:52:04 UTC
fixed in main trunk
Comment 2 Adam Sotona 2001-06-27 08:44:01 UTC
reopening for Pilsen_fcs
Comment 3 Adam Sotona 2001-06-27 08:44:33 UTC
fixed in Pilsen_fcs