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 228821 - InstantiationException: org.netbeans.modules.debugger.jpda.visual.breakpoints.BreakpointsEngineListener
Summary: InstantiationException: org.netbeans.modules.debugger.jpda.visual.breakpoints...
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords: RANDOM
: 228784 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-04-21 22:46 UTC by MackSix
Modified: 2013-08-25 16:42 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 191721


Attachments
stacktrace (4.43 KB, text/plain)
2013-04-21 22:46 UTC, MackSix
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MackSix 2013-04-21 22:46:28 UTC
Build: NetBeans IDE Dev (Build 201304202301)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows 7

User Comments:
MackSix: Activating GUI Builder

charlweed: Enabling C++, Developing NB, Java Profiling, SE and Web Application plugins.

GUEST: I tried to activate plugins directly after a fresh install of Netbeans 7.3 Beta 2 on Ubuntu 12.04.1




Stacktrace: 
java.lang.InstantiationException: org.netbeans.modules.debugger.jpda.visual.breakpoints.BreakpointsEngineListener
   at java.lang.Class.newInstance0(Class.java:359)
   at java.lang.Class.newInstance(Class.java:327)
   at org.netbeans.spi.debugger.ContextAwareSupport.createInstance(ContextAwareSupport.java:137)
   at org.netbeans.api.debugger.LazyActionsManagerListener$ContextAware.forContext(LazyActionsManagerListener.java:118)
   at org.netbeans.api.debugger.LazyActionsManagerListener$ContextAware.forContext(LazyActionsManagerListener.java:109)
   at org.netbeans.api.debugger.Lookup$MetaInf$MetaInfLookupList$LazyInstance.getEntry(Lookup.java:1075)
Comment 1 MackSix 2013-04-21 22:46:29 UTC
Created attachment 133641 [details]
stacktrace
Comment 2 Tomas Pavek 2013-04-22 12:23:21 UTC
*** Bug 228784 has been marked as a duplicate of this bug. ***
Comment 3 MackSix 2013-04-22 12:47:30 UTC
It happens in 7.3.1 too so I will set it back to that version.
Comment 4 Martin Entlicher 2013-05-30 15:34:37 UTC
This is similar to issue #230443.
There's probably no reliable way how to reproduce this, right?
Comment 5 Exceptions Reporter 2013-07-22 13:12:44 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=191721
Comment 6 Martin Entlicher 2013-08-25 16:42:23 UTC
No report from NB 7.4, it's already fixed there.