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 250709 - IllegalArgumentException: Invalid method
Summary: IllegalArgumentException: Invalid method
Status: RESOLVED INCOMPLETE
Alias: None
Product: updatecenters
Classification: Unclassified
Component: Pluginportal (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: dasanjos
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-25 22:34 UTC by basil.bourque
Modified: 2015-03-31 08:39 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 215685


Attachments
stacktrace (1.70 KB, text/plain)
2015-02-25 22:34 UTC, basil.bourque
Details

Note You need to log in before you can comment on or make changes to this bug.
Description basil.bourque 2015-02-25 22:34:12 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Mac OS X

User Comments:
basil.bourque: Don't know.




Stacktrace: 
java.lang.IllegalArgumentException: Invalid method
   at com.sun.tools.jdi.ObjectReferenceImpl.validateMethodInvocation(ObjectReferenceImpl.java:287)
   at com.sun.tools.jdi.ObjectReferenceImpl.invokeMethod(ObjectReferenceImpl.java:381)
   at com.zeroturnaround.jdi.JRObjectReference.invokeMethodFallback(JRObjectReference.java:201)
   at com.zeroturnaround.jdi.JRObjectReference.invokeMethodGriffin(JRObjectReference.java:176)
   at com.zeroturnaround.jdi.JRObjectReference.invokeMethod(JRObjectReference.java:155)
   at com.sun.tools.jdi.ObjectReferenceImpl$$$jr.invokeMethod(ObjectReferenceImpl.java:60000)
Comment 1 basil.bourque 2015-02-25 22:34:14 UTC
Created attachment 152231 [details]
stacktrace
Comment 2 Martin Entlicher 2015-02-26 08:01:23 UTC
I do not think we'll be able to fix this without steps to reproduce.
zeroturnaround can be involved here, but it's not clear if this is it's fault or not.

It may help to get better insight into the issue if you run NetBeans with
-J-Dorg.netbeans.modules.debugger.jpda.invokeMethod.level=300
and report the issue again.
Comment 3 basil.bourque 2015-03-07 07:03:22 UTC
How exactly do I run NetBeans with
-J-Dorg.netbeans.modules.debugger.jpda.invokeMethod.level=300?
Comment 4 Martin Entlicher 2015-03-07 09:11:56 UTC
How to add arguments to NetBeans execution is described at http://wiki.netbeans.org/FaqNetbeansConf
Comment 5 Martin Entlicher 2015-03-21 18:08:24 UTC
Probably a JRebel issue.
Comment 6 dasanjos 2015-03-31 08:39:01 UTC
Hi Basil, this seems like an issue with JRebel debugger in Netbeans - could you please provide more info about your setup (version of JRebel) and how to reproduce this issue via JRebel support email: support@zeroturnaround.com 

I will close the issue here as it does not belong to Netbeans bugtracker.