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 149066 - Exception on closing a project
Summary: Exception on closing a project
Status: VERIFIED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Rails (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords:
: 149065 149272 149494 149514 151958 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-10-03 13:59 UTC by Erno Mononen
Modified: 2009-05-19 12:37 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stacktrace (18.42 KB, text/plain)
2008-10-03 14:15 UTC, Erno Mononen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Erno Mononen 2008-10-03 13:59:44 UTC
Build: NetBeans IDE Dev (Build 081003)
VM: Java HotSpot(TM) 64-Bit Server VM, 1.5.0_15-b04, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_15-b04
OS: Linux, 2.6.24-19-generic, amd64
User comments: Thrown when closing a Rails project.
STACKTRACE: (first 10 lines)
java.lang.reflect.UndeclaredThrowableException
        at $Proxy.propertyChange(.java:0)
        at org.openide.nodes.Node.fireOwnPropertyChange(Node.java:1206)
        at org.openide.nodes.FilterNode$NodeAdapter.propertyChange(FilterNode.java:1201)
        at org.openide.nodes.FilterNode$NodeAdapter.propertyChange(FilterNode.java:1170)
        at org.openide.nodes.Node.fireOwnPropertyChange(Node.java:1206)
        at org.openide.nodes.Node.fireShortDescriptionChange(Node.java:1021)
        at org.netbeans.modules.ruby.railsprojects.ui.RailsLogicalViewProvider$RailsLogicalViewRootNode.access
$100(RailsLogicalViewProvider.java:215)
        at org.netbeans.modules.ruby.railsprojects.ui.RailsLogicalViewProvider$RailsLogicalViewRootNode
$1.configurationXmlChanged(RailsLogicalViewProvider.java:237)
        at org.netbeans.modules.ruby.spi.project.support.rake.RakeProjectHelper$5.run(RakeProjectHelper.java:471)
        at org.netbeans.modules.ruby.spi.project.support.rake.RakeProjectHelper$5.run(RakeProjectHelper.java:467)
Comment 1 Erno Mononen 2008-10-03 14:01:14 UTC
*** Issue 149065 has been marked as a duplicate of this issue. ***
Comment 2 Erno Mononen 2008-10-03 14:16:33 UTC
Created attachment 71113 [details]
stacktrace
Comment 3 Erno Mononen 2008-10-03 14:31:39 UTC
Martine, could you look at this? Looks like this could caused by http://hg.netbeans.org/main/rev/d72f2d12c1fb, but the 
issue didn't manifest itself before the introduction of ProjectManagerDeadlockDetector.
Comment 4 Martin Schovanek 2008-10-06 17:42:06 UTC
*** Issue 149272 has been marked as a duplicate of this issue. ***
Comment 5 Martin Krauskopf 2008-10-08 12:52:11 UTC
Fixed: #a9392a2973f0
Comment 6 Tomas Danek 2008-10-08 14:06:55 UTC
*** Issue 149494 has been marked as a duplicate of this issue. ***
Comment 7 Lukas Hasik 2008-10-08 14:10:43 UTC
*** Issue 149514 has been marked as a duplicate of this issue. ***
Comment 8 Quality Engineering 2008-10-09 06:01:32 UTC
Integrated into 'main-golden', will be available in build *200810090201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/a9392a2973f0
User: Martin Krauskopf <mkrauskopf@netbeans.org>
Log: #149066: Exception on closing a project
Comment 9 Martin Fousek 2008-10-14 08:54:17 UTC
Verified with NetBeans IDE Dev (Build 200810140201).
Comment 10 Tomas Mysik 2009-05-19 12:37:54 UTC
*** Issue 151958 has been marked as a duplicate of this issue. ***