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

Summary: ClassNotFoundException: org.eclipse.core.internal.registry.OffsetTable
Product: platform Reporter: rrhegde
Component: NetigsoAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED DUPLICATE    
Severity: normal CC: mmirilovic, rrhegde
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 190102
Attachments: stacktrace
stacktrace

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 ***