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

Summary: IllegalArgumentException: argument type mismatch
Product: serverplugins Reporter: abien <abien>
Component: WildFlyAssignee: ehsavoie <ehsavoie>
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 206543
Attachments: stacktrace

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 ?