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 214806 - ClassNotFoundException: org.eclipse.core.internal.registry.OffsetTable
Summary: ClassNotFoundException: org.eclipse.core.internal.registry.OffsetTable
Status: RESOLVED DUPLICATE of bug 212061
Alias: None
Product: platform
Classification: Unclassified
Component: Netigso (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-26 15:08 UTC by rrhegde
Modified: 2012-06-27 17:47 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 190102


Attachments
stacktrace (8.59 KB, text/plain)
2012-06-26 15:08 UTC, rrhegde
Details
stacktrace (8.59 KB, text/plain)
2012-06-26 15:20 UTC, rrhegde
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rrhegde 2012-06-26 15:08:37 UTC
Build: NetBeans IDE 7.2 Beta (Build 201205031832)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.8-b03-424, Java(TM) SE Runtime Environment, 1.6.0_33-b03-424-11M3720
OS: Mac OS X

Stacktrace: 
java.lang.ClassNotFoundException: org.eclipse.core.internal.registry.OffsetTable
   at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:513)
   at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
   at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
   at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
   at org.eclipse.core.internal.registry.TableReader.loadTables(TableReader.java:117)
Comment 1 rrhegde 2012-06-26 15:08:40 UTC
Created attachment 121388 [details]
stacktrace
Comment 2 rrhegde 2012-06-26 15:20:07 UTC
Created attachment 121390 [details]
stacktrace
Comment 3 Jaroslav Tulach 2012-06-27 17:47:12 UTC

*** This bug has been marked as a duplicate of bug 212061 ***