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 155701

Summary: reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0
Product: ide Reporter: kaa <kaa>
Component: CodeAssignee: issues@ide <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: juhrik
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=139402
Issue Type: DEFECT Exception Reporter: 139402
Attachments: stacktrace
stacktrace

Description kaa 2008-12-17 19:59:50 UTC
Build: NetBeans IDE Dev (Build 200812150750)
VM: Java HotSpot(TM) Client VM, 10.0-b22, Java(TM) SE Runtime Environment, 1.6.0_06-b02
OS: Windows XP, 5.1, x86

User Comments:
kaa: Activated JavaApp

GUEST: starting sun studio for the first time

GUEST: I had just updated the Sun Studio via self update.
This trap occured on restart of the interface.

kaa: Activated JavaApp



Stacktrace: 
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$MethodAndParams.invoke(BinaryFS.java:558)
        at org.netbeans.core.startup.layers.BinaryFS$AttrImpl.getValue(BinaryFS.java:490)
Comment 1 kaa 2008-12-17 19:59:57 UTC
Created attachment 75110 [details]
stacktrace
Comment 2 Jaromir Uhrik 2008-12-18 09:38:25 UTC
Build: NetBeans IDE Dev (Build 200812150750)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows XP, 5.1, x86

User Comments: 
-Installed full IDE and runned with clear userdir 
-went to new project wizard
-selected Maven and pushed Next
-->> Exception appeared

Stacktrace: 
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$MethodAndParams.invoke(BinaryFS.java:558)
        at org.netbeans.core.startup.layers.BinaryFS$AttrImpl.getValue(BinaryFS.java:490)
Comment 3 Jaromir Uhrik 2008-12-18 09:38:29 UTC
Created attachment 75123 [details]
stacktrace
Comment 4 Peter Pis 2008-12-19 08:38:25 UTC
Dup of #154756.

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