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

See Also:
Issue Type: DEFECT
Exception Reporter: 7243


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2008-10-10 13:35:29 UTC
407 duplicates

Build: NetBeans IDE Dev (Build 200710100000)
VM: Java HotSpot(TM) Client VM, 1.6.0_03-ea-b02
OS: Windows XP, 5.1, x86
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)
Comment 1 Tomas Hurka 2008-10-10 13:50:10 UTC
The exception java.lang.NoClassDefFoundError: org/netbeans/modules/profiler/AbstractProjectTypeProfiler was not reproduced since NB 6.5 m1. Closing as 
works-for-me. Please consider filing separate bugs for other java.lang.NoClassDefFoundError listed as duplicate exception reports. 
Comment 2 Petr Cyhelsky 2008-11-14 16:52:53 UTC
*** Issue 150053 has been marked as a duplicate of this issue. ***