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 242583 - IllegalArgumentException: argument type mismatch
Summary: IllegalArgumentException: argument type mismatch
Status: RESOLVED INCOMPLETE
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WildFly (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: ehsavoie
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-05 16:39 UTC by abien
Modified: 2014-04-06 08:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 206543


Attachments
stacktrace (853 bytes, text/plain)
2014-03-05 16:39 UTC, abien
Details

Note You need to log in before you can comment on or make changes to this bug.
Description abien 2014-03-05 16:39:54 UTC
Build: NetBeans IDE 8.0 RC1 (Build 201402242200)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b69, Java(TM) SE Runtime Environment, 1.8.0-b129
OS: Mac OS X

User Comments:
abien: Happened by starting GF or deleting projects outside the IDE

GUEST: Shuting down Wilfly server

GUEST: Trying to stop wildfly server with the red square button

GUEST: TRIED TO DEBUG ENTERPRISE APPLICATION USING WILDFLY AND NETBEANS 8.0 DEVELOPMENT.




Stacktrace: 
java.lang.IllegalArgumentException: argument type mismatch
   at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:0)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:483)
   at org.netbeans.modules.javaee.wildfly.ide.commands.WildflyClient.executeOnOperation(WildflyClient.java:223)
   at org.netbeans.modules.javaee.wildfly.ide.commands.WildflyClient.shutdownServer(WildflyClient.java:173)
Comment 1 abien 2014-03-05 16:39:55 UTC
Created attachment 145784 [details]
stacktrace
Comment 2 ehsavoie 2014-03-05 18:30:55 UTC
Which version of the WildFly plugin are you using ?
I don't get the exact context, the issue was after starting Glassfish with a WildFly debug session active ?