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 60389 - NPE when starting IDE after fresh installation of Profiler
Summary: NPE when starting IDE after fresh installation of Profiler
Status: CLOSED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: iformanek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-22 16:00 UTC by Jiri Sedlacek
Modified: 2007-02-12 22:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Sedlacek 2005-06-22 16:00:29 UTC
Fresh installation of IDE, fresh installation of Profiler (latest build -
Build050622_2, RC1, linux). First IDE run throws NPE on the console:

java.lang.NullPointerException
        at java.io.File.<init>(File.java:194)
        at
org.netbeans.modules.profiler.ProfilerModule.fixExecFlagInVM(ProfilerModule.java:60)
        at
org.netbeans.modules.profiler.ProfilerModule.restored(ProfilerModule.java:158)
        at org.netbeans.core.modules.NbInstaller.loadCode(NbInstaller.java:322)
[catch] at org.netbeans.core.modules.NbInstaller.load(NbInstaller.java:240)
        at org.netbeans.core.modules.ModuleManager.enable(ModuleManager.java:869)
        at org.netbeans.core.modules.ModuleList.installNew(ModuleList.java:382)
        at org.netbeans.core.modules.ModuleList.trigger(ModuleList.java:316)
        at org.netbeans.core.modules.ModuleSystem.restore(ModuleSystem.java:253)
        at org.netbeans.core.NonGui.run(NonGui.java:355)
        at org.netbeans.core.Main.run(Main.java:185)
        at org.netbeans.core.NbTopManager.getNbTopManager(NbTopManager.java:241)
        at org.netbeans.core.NbTopManager.get(NbTopManager.java:190)
        at org.netbeans.core.Main.start(Main.java:311)
        at org.netbeans.core.TopThreadGroup.run(TopThreadGroup.java:90)
        at java.lang.Thread.run(Thread.java:595)
Comment 1 iformanek 2005-06-22 17:35:03 UTC
This is harmless, a code tries to fix flags for modified VM, which is not 
present. The code needs to move to the modified VM module.
Comment 2 iformanek 2005-06-23 13:07:08 UTC
Fixed in M7 post RC1
Comment 3 ehucka 2006-10-09 12:09:47 UTC
Verification of old issues.
Comment 4 Alexander Kouznetsov 2007-02-12 22:23:57 UTC
Closing old issues.