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 173795

Summary: [68cat] ClassNotFoundException: org.netbeans.api.language.util.lex.LexUtil
Product: contrib Reporter: misterm <misterm>
Component: ScalaAssignee: _ dcaoyuan <dcaoyuan>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=159570
Issue Type: DEFECT Exception Reporter: 159570
Attachments: stacktrace

Description misterm 2009-10-05 19:59:14 UTC
Build: NetBeans IDE Dev (Build 091001)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_04-b12
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.api.language.util.lex.LexUtil
        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
        at java.security.AccessController.doPrivileged(AccessController.java:0)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
Comment 1 misterm 2009-10-05 19:59:19 UTC
Created attachment 88865 [details]
stacktrace
Comment 2 Jiri Prox 2009-10-06 07:50:39 UTC
*** Issue 173791 has been marked as a duplicate of this issue. ***
Comment 3 Jiri Prox 2009-10-08 10:54:55 UTC
*** Issue 174018 has been marked as a duplicate of this issue. ***
Comment 4 Jan Pokorsky 2009-10-08 14:25:25 UTC
There seems to be a problem with the registration of org.netbeans.api.language.util.lex.LexUtil to MetaInfServicesLookup
in org.netbeans.modules.scala.refactoring or org.netbeans.modules.scala.core modules. Reassigning.