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 143322

Summary: reflect.UndeclaredThrowableException at $Proxy1.fileChanged
Product: qa Reporter: Alexander Kouznetsov <mrkam>
Component: TestsAssignee: Oleg Khokhlov <ovk>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=88272
Issue Type: DEFECT Exception Reporter: 88272
Attachments: stacktrace

Description Alexander Kouznetsov 2008-08-08 16:27:20 UTC
Build: NetBeans IDE Dev (Build 080807)
VM: Java HotSpot(TM) Client VM, 11.0-b12, Java(TM) SE Runtime Environment, 1.6.0_10-beta-b24
OS: Windows XP, 5.1, x86

User Comments: 
Pressed Shift-F6 to run performance EnterpriseSetup test. Got this exception.

Stacktrace: 
java.lang.reflect.UndeclaredThrowableException
        at $Proxy1.fileChanged(.java:0)
        at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEventImpl(FCLSupport.java:136)
        at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEvent(FCLSupport.java:122)
        at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:99)
        at org.openide.filesystems.FileObject$ED.dispatch(FileObject.java:915)
        at org.openide.filesystems.EventControl.invokeDispatchers(EventControl.java:203)
Comment 1 Alexander Kouznetsov 2008-08-08 16:27:30 UTC
Created attachment 66912 [details]
stacktrace
Comment 2 Jiri Skrivanek 2008-08-18 09:22:49 UTC
Please, add exact steps to reproduce. I don't know what EnterpriseSetup test is and where to find it. Thanks.
Comment 3 Alexander Kouznetsov 2008-08-19 09:51:17 UTC
main\performance\enterprise project, you need to build performance project and restart IDE before test run
Comment 4 Jiri Skrivanek 2008-08-26 16:10:49 UTC
*** Issue 143324 has been marked as a duplicate of this issue. ***
Comment 5 Jiri Skrivanek 2008-08-26 16:16:38 UTC
When I run the test I get a different exception saying that "org.netbeans.modules.web.project.ui.Bundle" bundle was not
found. It seems classpath is not initialized properly. Reassigning to apisupport.
Comment 6 Jesse Glick 2008-08-26 17:48:03 UTC
What does this have to do with apisupport? If your test is broken, fix it.
Comment 7 Oleg Khokhlov 2009-05-21 12:18:12 UTC
long time fixed.