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 150053 - reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0
Summary: reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.inv...
Status: RESOLVED DUPLICATE of bug 149762
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@profiler
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-14 10:42 UTC by Lukas Hasik
Modified: 2008-11-14 16:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 7200


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2008-10-14 10:42:38 UTC
Build: NetBeans IDE Dev (Build 200710100000)
VM: Java HotSpot(TM) Client VM, 1.6.0_03-b05
OS: Linux, 2.6.23-gentoo, i386
User comments: 
STACKTRACE: (first 10 lines)
java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:0)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.netbeans.core.startup.layers.BinaryFS$AttrImpl.methodValue(BinaryFS.java:581)
        at org.netbeans.core.startup.layers.BinaryFS$AttrImpl.getValue(BinaryFS.java:481)
        at org.netbeans.core.startup.layers.BinaryFS$BFSBase.getAttribute(BinaryFS.java:368)
        at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:822)
        at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:782)
        at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:818)

java.lang.NoClassDefFoundError: org/netbeans/modules/profiler/AbstractProjectTypeProfiler
        at java.lang.ClassLoader.defineClass1(ClassLoader.java:0)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
        at org.netbeans.JarClassLoader.doLoadClass(JarClassLoader.java:191)
        at org.netbeans.ProxyClassLoader.selfLoadClass(ProxyClassLoader.java:240)
        at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:215)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
        at java.lang.Class.forName0(Class.java:0)
        at java.lang.Class.forName(Class.java:247)
        at org.openide.util.lookup.MetaInfServicesLookup.search(MetaInfServicesLookup.java:266)
        at org.openide.util.lookup.MetaInfServicesLookup.beforeLookup(MetaInfServicesLookup.java:120)
        at org.openide.util.lookup.AbstractLookup$R.beforeLookup(AbstractLookup.java:1053)
        at org.openide.util.lookup.ProxyLookup$R.myBeforeLookup(ProxyLookup.java:582)
        at org.openide.util.lookup.ProxyLookup$R.computeResult(ProxyLookup.java:449)
        at org.openide.util.lookup.ProxyLookup$R.allInstances(ProxyLookup.java:422)
        at org.netbeans.modules.profiler.utils.ProjectUtilities.getAllProjectTypeProfilers(ProjectUtilities.java:317)
Comment 1 Petr Cyhelsky 2008-11-14 16:52:54 UTC
Even older instance of Issue #149762

*** This issue has been marked as a duplicate of 149762 ***