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 180370 - reflect.InvocationTargetException at sun.reflect.GeneratedMethodAccessor42.invoke
Summary: reflect.InvocationTargetException at sun.reflect.GeneratedMethodAccessor42.in...
Status: RESOLVED DUPLICATE of bug 180382
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-06 07:09 UTC by jyeary
Modified: 2010-02-08 09:20 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 158629


Attachments
stacktrace (6.76 KB, text/plain)
2010-02-06 07:09 UTC, jyeary
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jyeary 2010-02-06 07:09:20 UTC
This bug was originally marked as duplicate of bug 157787, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.3-b01-101, Java(TM) SE Runtime Environment, 1.6.0_17-b04-248-10M3025
OS: Mac OS X

User Comments:
GUEST: -------------------------------------------------------------------------------
>Log Session: Wednesday, September 16, 2009 8:09:50 PM GMT-03:00
>System Info: 
  Product Version         = NetBeans IDE Dev (Build nbms-and-javadoc-3929-on-090915) (#50208df09eb8)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor        = 1.6.0_16; Java HotSpot(TM) Client VM 14.2-b01; Sun Microsystems Inc.
  Runtime                 = Java(TM) SE Runtime Environment 1.6.0_16-b01
  Java Home               = D:\Java\jre
  System Locale; Encoding = pt_BR (nb); Cp1252
  Home Directory          = C:\Documents and Settings\Lamorim
  Current Directory       = D:\NetBeans 6.8 M1
  User Directory          = C:\Documents and Settings\Lamorim\.netbeans\6.8m1
  Installation            = D:\NetBeans 6.8 M1\nb6.7
                            D:\NetBeans 6.8 M1\ergonomics1
                            D:\NetBeans 6.8 M1\ide11
                            D:\NetBeans 6.8 M1\java2

jyeary: Updating maven repositories




Stacktrace: 
java.lang.reflect.InvocationTargetException
   at sun.reflect.GeneratedMethodAccessor42.invoke(GeneratedMethodAccessor42.java:0)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.openide.util.WeakListenerImpl$ProxyListener.invoke(WeakListenerImpl.java:451)
   at $Proxy2.resultChanged(.java:0)
   at org.openide.util.lookup.ProxyLookup$1Notify.run(ProxyLookup.java:173)
Comment 1 jyeary 2010-02-06 07:09:25 UTC
Created attachment 93929 [details]
stacktrace
Comment 2 Peter Pis 2010-02-08 01:17:39 UTC
Reassigning.
Comment 3 Milos Kleint 2010-02-08 06:57:09 UTC
there is nothing maven specific in the stacktrace. 
Do you have steps to reproduce? please reopen then.
Comment 4 Jesse Glick 2010-02-08 08:43:27 UTC
java.lang.NullPointerException
	at org.netbeans.api.java.source.SourceUtils.getDependentRootsImpl(SourceUtils.java:728)
	at org.netbeans.api.java.source.SourceUtils.getDependentRoots(SourceUtils.java:717)
	at org.netbeans.modules.debugger.jpda.projects.MainProjectManager.isDependent(MainProjectManager.java:163)
	at org.netbeans.modules.debugger.jpda.projects.MainProjectManager.getMainProject(MainProjectManager.java:112)
	at org.netbeans.modules.debugger.jpda.projects.StepIntoActionProvider.shouldBeEnabled(StepIntoActionProvider.java:144)
Comment 5 Martin Entlicher 2010-02-08 09:20:44 UTC

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