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 271183 - NullPointerException at org.netbeans.modules.profiler.nbimpl.providers.ProfilerStorageProviderImpl.getGlobalFolder
Summary: NullPointerException at org.netbeans.modules.profiler.nbimpl.providers.Profil...
Status: NEW
Alias: None
Product: profiler
Classification: Unclassified
Component: Ide (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-28 08:08 UTC by manusa
Modified: 2017-07-28 08:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223248


Attachments
stacktrace (1.06 KB, text/plain)
2017-07-28 08:08 UTC, manusa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description manusa 2017-07-28 08:08:09 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.131-b11, Java(TM) SE Runtime Environment, 1.8.0_131-b11
OS: Linux

User Comments:
manusa: Attach Profiler to External Process on a Clean IDE install (no projects)

GUEST: New copy of netbeans, click Profile -> Attach to external process. Error bubble shows up with NPE

GUEST: Started IDE, no other action.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.profiler.nbimpl.providers.ProfilerStorageProviderImpl.getGlobalFolder(ProfilerStorageProviderImpl.java:74)
   at org.netbeans.modules.profiler.spi.ProfilerStorageProvider$Abstract.loadGlobalProperties(ProfilerStorageProvider.java:138)
   at org.netbeans.modules.profiler.api.ProfilerStorage.loadGlobalProperties(ProfilerStorage.java:79)
   at org.netbeans.modules.profiler.api.ProfilerStorage.loadProjectProperties(ProfilerStorage.java:137)
   at org.netbeans.modules.profiler.v2.ProfilerWindow.loadSessionSettings(ProfilerWindow.java:237)
   at org.netbeans.modules.profiler.v2.ProfilerWindow.access$000(ProfilerWindow.java:156)
Comment 1 manusa 2017-07-28 08:08:12 UTC
Created attachment 164846 [details]
stacktrace