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 61640 - [j2ee] NPE after Attach to local J2EE server
Summary: [j2ee] NPE after Attach to local J2EE server
Status: CLOSED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 4.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-02 09:52 UTC by ehucka
Modified: 2006-03-24 13:15 UTC (History)
1 user (show)

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 ehucka 2005-08-02 09:52:27 UTC
build 050802

NPE is thrown after each Attach to local J2EE server with test configuration on
windows XP. But I cannot reproduce it on unix os now.

java.lang.NullPointerException
org.netbeans.modules.profiler.j2ee.J2EEProjectTypeProfiler.getDefaultRootMethods(J2EEProjectTypeProfiler.java:332)
org.netbeans.modules.profiler.ui.panels.CpuPerformanceConfigPanelLarge.getSettings(CpuPerformanceConfigPanelLarge.java:127)
org.netbeans.modules.profiler.ui.SelectTaskPanel.getProfilingSettings(SelectTaskPanel.java:210)
org.netbeans.modules.profiler.actions.ProfilingSupport.selectTaskForAttach(ProfilingSupport.java:198)
org.netbeans.modules.profiler.actions.ProfilingSupport.doAttach(ProfilingSupport.java:255)
org.netbeans.modules.profiler.actions.AttachAction.actionPerformed(AttachAction.java:50)
javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
Comment 1 Jiri Sedlacek 2005-08-02 12:27:41 UTC
Fixed for M8.
Comment 2 ehucka 2005-10-12 13:33:11 UTC
v