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 240687 - IllegalArgumentException: argument type mismatch
Summary: IllegalArgumentException: argument type mismatch
Status: RESOLVED FIXED
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-01-20 09:01 UTC by abien
Modified: 2014-02-26 07:30 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 206583


Attachments
stacktrace (1.42 KB, text/plain)
2014-01-20 09:01 UTC, abien
Details

Note You need to log in before you can comment on or make changes to this bug.
Description abien 2014-01-20 09:01:05 UTC
Build: NetBeans IDE Dev (Build 201401200001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b65, Java(TM) SE Runtime Environment, 1.8.0-ea-b123
OS: Mac OS X

User Comments:
abien: Happened during stopping wildfly

GUEST: Pressed the red stop button in the output window of the Wildfly Application Server terminal window.




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-01-20 09:01:10 UTC
Created attachment 144136 [details]
stacktrace