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 141149 - [65cat] UndeclaredThrowableException after new web application is created
Summary: [65cat] UndeclaredThrowableException after new web application is created
Status: RESOLVED DUPLICATE of bug 141155
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: _ sandipchitale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-22 12:51 UTC by havan
Modified: 2008-07-23 00:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception output from Exception Reporter (3.00 KB, text/plain)
2008-07-22 12:55 UTC, havan
Details
message log when this exception was thrown (120.81 KB, text/plain)
2008-07-22 12:56 UTC, havan
Details
uisgestures when exceptions was thrown (7.05 KB, text/plain)
2008-07-22 12:57 UTC, havan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description havan 2008-07-22 12:51:41 UTC
[ BUILD # : 200807170007 ]
[ JDK VERSION : 1.6.0_07 ]

UndeclaredThrowableException is thrown by IDE after new web
application is created.

* Click Create new Project
* Select Web and then select Web Application
* Proceed to Frameworks and select Visual Web JavaServer Faces
* Click Finish
* After project is created this exception is thrown

I can reproduce this in NB 6.1, 6.5M1 and all the daily builds with
JDK5 and JDK6. There is no exception if locale is set to C or en_US.

----------------
Product Version: NetBeans IDE Dev (Build 200807170007)
Java: 1.6.0_07; Java HotSpot(TM) Client VM 10.0-b23
System: Linux version 2.6.25.10-102 running on i386; UTF-8; tr_TR
(nb)
Userdir: /home/havan/.netbeans/dev
Comment 1 havan 2008-07-22 12:55:55 UTC
Created attachment 65228 [details]
exception output from Exception Reporter
Comment 2 havan 2008-07-22 12:56:44 UTC
Created attachment 65229 [details]
message log when this exception was thrown
Comment 3 havan 2008-07-22 12:57:46 UTC
Created attachment 65230 [details]
uisgestures when exceptions was thrown
Comment 4 Peter Zavadsky 2008-07-22 14:37:58 UTC
I had a look, there went something wrong inside the method (see the NPE's stack trace). This seems to be the same as
issue #141155.
Comment 5 _ deva 2008-07-23 00:53:24 UTC

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