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 228973

Summary: IllegalStateException: The service dougmcneil.name.xslt.debugger.breakpoints.types.XSLTBreakpointType not found.
Product: contrib Reporter: lehel
Component: CodeAssignee: smokindoug <smokindoug>
Status: STARTED ---    
Severity: normal CC: alesak, asmotrich, codeNinja14136, ebaaaa, fzuzajr, jeiffryg0, jstola, masuch, mentlicher, panason2008, richhaynes, romulo1474, sathyendra, sreder, stadelma, waqasmadani
Priority: P1    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 147394
Attachments: stacktrace
stacktrace
stacktrace

Description lehel 2013-04-24 18:52:31 UTC
Build: NetBeans IDE 7.3.1 (Build 201304162201)
VM: Java HotSpot(TM) Client VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows XP

User Comments:
lehel: Restart Netbeans after installing some of the Available Plugins

GUEST: tried to run a sample LexYacc

ebaaaa: hi

alesak: ???

GUEST: Startup

ebaaaa: a




Stacktrace: 
java.lang.IllegalStateException: The service dougmcneil.name.xslt.debugger.breakpoints.types.XSLTBreakpointType not found.
   at org.netbeans.api.debugger.Lookup$MetaInf$MetaInfLookupList.checkClassName(Lookup.java:945)
   at org.netbeans.api.debugger.Lookup$MetaInf$MetaInfLookupList.fillClassInstance(Lookup.java:789)
   at org.netbeans.api.debugger.Lookup$MetaInf$MetaInfLookupList.fillInstances(Lookup.java:736)
   at org.netbeans.api.debugger.Lookup$MetaInf$MetaInfLookupList.<init>(Lookup.java:718)
   at org.netbeans.api.debugger.Lookup$MetaInf$MetaInfLookupList.<init>(Lookup.java:711)
   at org.netbeans.api.debugger.Lookup$MetaInf$MetaInfLookupList.<init>(Lookup.java:706)
Comment 1 lehel 2013-04-24 18:52:33 UTC
Created attachment 133771 [details]
stacktrace
Comment 2 Exceptions Reporter 2013-04-26 21:49:24 UTC
Created attachment 133864 [details]
stacktrace

Description
Comment 3 Exceptions Reporter 2013-05-15 07:52:58 UTC
This bug already has 20 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=147394
Comment 4 Martin Entlicher 2013-05-23 08:57:28 UTC
This is a defect in dougmcneil-name-xslt-debugger.jar
The service dougmcneil.name.xslt.debugger.breakpoints.types.XSLTBreakpointType
 is defined in META-INF/debugger/org.netbeans.spi.debugger.ui.BreakpointType, but the actual class is missing.
Comment 5 smokindoug 2013-05-31 21:15:14 UTC
Compiled against a removed class.

Expect to have a new revision shortly.
Comment 6 Exceptions Reporter 2013-06-14 12:28:37 UTC
This bug already has 50 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=147394
Comment 7 Jan Stola 2015-07-27 11:41:41 UTC
Created attachment 154946 [details]
stacktrace

Steps to reproduce:
1. Start NetBeans IDE.
2. Open some HTML5 project.
3. Run the project in Chrome with NetBeans Connector.