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 159047 - reflect.UndeclaredThrowableException at $Proxy10.configurationXmlChanged
Summary: reflect.UndeclaredThrowableException at $Proxy10.configurationXmlChanged
Status: RESOLVED DUPLICATE of bug 155233
Alias: None
Product: java
Classification: Unclassified
Component: Classpath (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Jancura
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-24 10:34 UTC by novakm
Modified: 2009-11-04 15:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 144579


Attachments
stacktrace (4.58 KB, text/plain)
2009-02-24 10:34 UTC, novakm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description novakm 2009-02-24 10:34:02 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_04-b12
OS: Windows XP, 5.1, x86

User Comments:
novakm: I was creating new web project. After pressing the Finish button in the wizard, the "termometer" stopped at 25% and exception was thrown.



Stacktrace: 
java.lang.reflect.UndeclaredThrowableException
        at $Proxy10.configurationXmlChanged(.java:0)
        at org.netbeans.spi.project.support.ant.AntProjectHelper$3.run(AntProjectHelper.java:492)
        at org.netbeans.spi.project.support.ant.AntProjectHelper$3.run(AntProjectHelper.java:488)
        at org.openide.util.Mutex.readAccess(Mutex.java:285)
        at org.netbeans.spi.project.support.ant.AntProjectHelper.fireChange(AntProjectHelper.java:487)
        at org.netbeans.spi.project.support.ant.AntProjectHelper.access$1300(AntProjectHelper.java:100)
Comment 1 novakm 2009-02-24 10:34:07 UTC
Created attachment 77285 [details]
stacktrace
Comment 2 Jan Jancura 2009-02-26 12:51:50 UTC
see #158099
Comment 3 Jan Jancura 2009-11-04 15:31:07 UTC

*** This issue has been marked as a duplicate of 155233 ***