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 73303 - IOE opening properties dlg
Summary: IOE opening properties dlg
Status: VERIFIED DUPLICATE of bug 69029
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-06 17:41 UTC by _ tboudreau
Modified: 2006-10-23 16:39 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 _ tboudreau 2006-03-06 17:41:57 UTC
IOE opening properties dialog for a 5.0 based project (mailed to me as a zip 
of source) in trunk:

java.io.IOException: Cannot examine dir 
C:\space\RSIprevention\${nbplatform.NetBeans_IDE_5.0_(Build_200601251500)-
teste.netbeans.dest.dir}
	at 
org.netbeans.modules.apisupport.project.universe.ModuleList.createModuleListFro
mBinaries(ModuleList.java:579)
	at 
org.netbeans.modules.apisupport.project.universe.ModuleList.findOrCreateModuleL
istFromBinaries(ModuleList.java:560)
	at 
org.netbeans.modules.apisupport.project.universe.ModuleList.findOrCreateModuleL
istFromStandaloneModule(ModuleList.java:543)
	at 
org.netbeans.modules.apisupport.project.universe.ModuleList.access$100
(ModuleList.java:52)
	at org.netbeans.modules.apisupport.project.universe.ModuleList$1.run
(ModuleList.java:137)
	at org.openide.util.Mutex.readAccess(Mutex.java:254)
	at 
org.netbeans.modules.apisupport.project.universe.ModuleList.getModuleList
(ModuleList.java:114)
	at 
org.netbeans.modules.apisupport.project.NbModuleProject.getModuleList
(NbModuleProject.java:435)
	at 
org.netbeans.modules.apisupport.project.ProjectXMLManager.getDirectDependencies
(ProjectXMLManager.java:176)
	at 
org.netbeans.modules.apisupport.project.ui.customizer.SingleModuleProperties.ge
tDependenciesListModel(SingleModuleProperties.java:400)
	at 
org.netbeans.modules.apisupport.project.ui.customizer.CustomizerLibraries.refre
sh(CustomizerLibraries.java:102)
	at 
org.netbeans.modules.apisupport.project.ui.customizer.CustomizerLibraries.<init
>(CustomizerLibraries.java:64)
	at 
org.netbeans.modules.apisupport.project.ui.customizer.CustomizerProviderImpl.in
it(CustomizerProviderImpl.java:95)
	at 
org.netbeans.modules.apisupport.project.ui.customizer.CustomizerProviderImpl.pr
epareData(CustomizerProviderImpl.java:69)
	at 
org.netbeans.modules.apisupport.project.ui.customizer.BasicCustomizer.showCusto
mizer(BasicCustomizer.java:98)
	at 
org.netbeans.modules.apisupport.project.ui.customizer.BasicCustomizer.showCusto
mizer(BasicCustomizer.java:90)
	at 
org.netbeans.modules.apisupport.project.ui.customizer.BasicCustomizer.showCusto
mizer(BasicCustomizer.java:85)
	at 
org.netbeans.modules.project.ui.actions.CustomizeProject.actionPerformed
(CustomizeProject.java:70)
	at 
org.netbeans.modules.project.ui.actions.LookupSensitiveAction.actionPerformed
(LookupSensitiveAction.java:100)
	at javax.swing.AbstractButton.fireActionPerformed
(AbstractButton.java:1957)
	at javax.swing.AbstractButton$Handler.actionPerformed
(AbstractButton.java:2280)
	at javax.swing.DefaultButtonModel.fireActionPerformed
(DefaultButtonModel.java:377)
	at javax.swing.DefaultButtonModel.setPressed
(DefaultButtonModel.java:232)
	at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
	at javax.swing.plaf.basic.BasicMenuItemUI.doClick
(BasicMenuItemUI.java:1137)
	at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased
(BasicMenuItemUI.java:1178)
	at java.awt.AWTEventMulticaster.mouseReleased
(AWTEventMulticaster.java:231)
	at java.awt.Component.processMouseEvent(Component.java:5970)
	at javax.swing.JComponent.processMouseEvent(JComponent.java:3284)
	at java.awt.Component.processEvent(Component.java:5735)
	at java.awt.Container.processEvent(Container.java:1966)
	at java.awt.Component.dispatchEventImpl(Component.java:4378)
	at java.awt.Container.dispatchEventImpl(Container.java:2024)
	at java.awt.Component.dispatchEvent(Component.java:4208)
	at java.awt.LightweightDispatcher.retargetMouseEvent
(Container.java:4228)
	at java.awt.LightweightDispatcher.processMouseEvent
(Container.java:3892)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
	at java.awt.Container.dispatchEventImpl(Container.java:2010)
	at java.awt.Window.dispatchEventImpl(Window.java:2299)
	at java.awt.Component.dispatchEvent(Component.java:4208)
[catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
	at java.awt.EventDispatchThread.pumpOneEventForFilters
(EventDispatchThread.java:273)
	at java.awt.EventDispatchThread.pumpEventsForFilter
(EventDispatchThread.java:183)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThread.java:173)
	at java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:168)
	at java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:160)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
Comment 1 _ tboudreau 2006-03-06 18:13:44 UTC
Note it warned that the default platform was not found and that it had 
switched it - looks like just one other IOException that should have the same 
result.  Worked fine after I closed and reopened the properties dlg.
Comment 2 Jesse Glick 2006-03-06 18:18:02 UTC
Probably dupe of something already open, not sure. Not likely to fix for 5.0u1,
assuming it corrects itself.
Comment 3 Milan Kubec 2006-03-24 14:17:09 UTC
Might be duplicate of issue #69029. My scenario is a bit different, but the
problem is the same - I was working with netbeans project with non-default
platform inside one IDE. Then I closed the IDE and opened different one with
different userdir and opened the same project there - I got warning and the
exception when opening project properties.
Comment 4 Jesse Glick 2006-03-24 14:37:58 UTC

*** This issue has been marked as a duplicate of 69029 ***
Comment 5 Tomas Danek 2006-04-07 11:55:10 UTC
verified duplicate