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 26244 - Exceptions thrown on cpplite startup
Summary: Exceptions thrown on cpplite startup
Status: RESOLVED WONTFIX
Alias: None
Product: obsolete
Classification: Unclassified
Component: cpplite (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords: PERFORMANCE
: 26869 27039 (view as bug list)
Depends on: 26245
Blocks:
  Show dependency tree
 
Reported: 2002-08-02 21:18 UTC by Jesse Glick
Modified: 2005-01-12 10:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack traces (44.55 KB, text/plain)
2002-08-02 21:19 UTC, Jesse Glick
Details
44 classes loaded during startup (2.63 KB, text/plain)
2002-08-02 21:23 UTC, Jesse Glick
Details
A typical MRE (7.07 KB, text/plain)
2002-08-02 21:25 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2002-08-02 21:18:39 UTC
Using dev sources. See the attachment. I'm not
sure what it means.

I have also seen some worrisome
MissingResourceException's coming from NbBundle.
It seems that cpp-jni tries to load some string
messages from its bundle during startup (due to
creation of services from deprecated manifest
entries, which ideally would be fixed anyway),
calling a utility method in the base cpp module,
which in turn calls NbBundle with a String
argument. It looks like it ought to work, but
seems not to be - I haven't investigated why.
Anyway the use of the utility method and bundle
caching seems quite unnecessary when
NbBundle.getMessage does all the work for you, and
manages the bundle cache itself.
Comment 1 Jesse Glick 2002-08-02 21:19:32 UTC
Created attachment 7000 [details]
Stack traces
Comment 2 Jesse Glick 2002-08-02 21:20:12 UTC
Adding PERFORMANCE keyword too, since it is clear this module is doing
a huge amount of initialization at startup.
Comment 3 Jesse Glick 2002-08-02 21:23:14 UTC
Created attachment 7001 [details]
44 classes loaded during startup
Comment 4 Jesse Glick 2002-08-02 21:25:38 UTC
Created attachment 7002 [details]
A typical MRE
Comment 5 Jesse Glick 2002-08-02 21:44:27 UTC
Well the MREs appear to be core's fault. Don't know about the other
exceptions.
Comment 6 pzajac 2002-08-29 14:36:52 UTC
*** Issue 26869 has been marked as a duplicate of this issue. ***
Comment 7 pzajac 2002-09-05 14:50:11 UTC
*** Issue 27039 has been marked as a duplicate of this issue. ***
Comment 8 Antonin Nebuzelsky 2005-01-12 10:28:12 UTC
Obsolete issue I guess.