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 41341 - Create new project throws ExceptionInInitializerError
Summary: Create new project throws ExceptionInInitializerError
Status: CLOSED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 4.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jesse Glick
URL: http://developer.java.sun.com/develop...
Keywords: RELNOTE
: 41512 41525 41899 43326 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-03-25 10:45 UTC by Lukas Hasik
Modified: 2006-03-24 10:04 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ide.log (25.40 KB, text/plain)
2004-03-25 10:47 UTC, Lukas Hasik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2004-03-25 10:45:44 UTC
dev build 200403231900 and 200403241900, jdk1.5.0

File->New Project...

After Finish exception arise.
Comment 1 Lukas Hasik 2004-03-25 10:47:37 UTC
Created attachment 14142 [details]
ide.log
Comment 2 Jesse Glick 2004-03-25 14:33:30 UTC
I know - you cannot use the project creation portion of the build
system under JDK 1.5.0 beta 1. Beta 2 should work.

I am not sure if a workaround is possible; seems to be due to the fact
that an (innocent) aspect of the Xalan bundled with the IDE triggers a
serious regression in java.util.Properties.
Comment 3 Lukas Hasik 2004-03-30 16:42:32 UTC
John, will it be noticed somewhere ?

---snip from Gili's duplicate bug -------
Would be good to announce this somehow though; on the Netbeans news
page perhaps? It is likely to affect a lot of people who use the dev
builds (since they are likely to be using bleeding-edge JDKs as well).
Comment 4 Lukas Hasik 2004-03-30 16:43:58 UTC
*** Issue 41512 has been marked as a duplicate of this issue. ***
Comment 5 Jesse Glick 2004-03-30 16:47:40 UTC
I will mention it on nbusers.
Comment 6 Lukas Hasik 2004-03-31 08:26:14 UTC
*** Issue 41525 has been marked as a duplicate of this issue. ***
Comment 7 Jiri Rechtacek 2004-04-04 20:28:52 UTC
*** Issue 41677 has been marked as a duplicate of this issue. ***
Comment 8 Jesse Glick 2004-04-14 17:39:04 UTC
*** Issue 41899 has been marked as a duplicate of this issue. ***
Comment 9 Jiri Rechtacek 2004-05-16 17:07:58 UTC
*** Issue 43326 has been marked as a duplicate of this issue. ***
Comment 10 Lukas Hasik 2004-07-28 10:21:00 UTC
verifying - it works with beta2,3

IMHO, it should be noticed somewhere to warn users