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 108224 - NPE from ClassRepository.cleanup
Summary: NPE from ClassRepository.cleanup
Status: RESOLVED DUPLICATE of bug 107444
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-26 22:21 UTC by Jesse Glick
Modified: 2007-07-12 09:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace (1.09 KB, text/plain)
2007-06-26 22:22 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2007-06-26 22:21:33 UTC
070625. I was trying to profile a nb.org module project, using JDK 7 I think. Failed:

tryme:
Please use CMSClassUnloadingEnabled in place of CMSPermGenSweepingEnabled in the future
Profiler Agent: Initializing...
Profiler Agent: Options: >/space/nb/curr/profiler2/lib,5140,10<
Profiler Agent: Initialized succesfully
Profiler Agent: Waiting for connection on port 5140, timeout 10 seconds (Protocol version: 7)
Profiler Agent: Established local connection with the tool
Profiler Agent: Connection with agent closed
/space/src/nb_all/nbbuild/templates/projectized.xml:208: The following error occurred while executing this line:
/space/src/nb_all/nbbuild/build.xml:927: The following error occurred while executing this line:
/space/src/nb_all/nbbuild/build.xml:946: exec returned: 255
BUILD FAILED (total time: 9 seconds)

and at the same time I got this NPE thrown.
Comment 1 Jesse Glick 2007-06-26 22:22:19 UTC
Created attachment 44430 [details]
Stack trace
Comment 2 Jesse Glick 2007-06-26 22:23:38 UTC
Launched OK with JDK 6, BTW.
Comment 3 Tomas Hurka 2007-07-12 09:47:40 UTC

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