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 - [68cat] ClassNotFoundException: org.netbeans.api.language.util.lex.LexUtil
Summary: [68cat] ClassNotFoundException: org.netbeans.api.language.util.lex.LexUtil
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Scala (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ dcaoyuan
URL: http://statistics.netbeans.org/except...
Keywords:
: 173791 174018 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-10-05 19:59 UTC by misterm
Modified: 2009-10-08 14:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 159570


Attachments
stacktrace (4.40 KB, text/plain)
2009-10-05 19:59 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
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.