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 252975 - NoSuchMethodException: org.jboss.as.controller.client.ModelControllerClient$Factory.create(java.lang.String, int, javax.security.auth.callback.CallbackHandler, javax.net.ssl.SSLContext, int, java.util
Summary: NoSuchMethodException: org.jboss.as.controller.client.ModelControllerClient$F...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WildFly (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: ehsavoie
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-13 23:07 UTC by MackSix
Modified: 2015-06-16 02:18 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 217923


Attachments
stacktrace (1.09 KB, text/plain)
2015-06-13 23:07 UTC, MackSix
Details
stacktrace (1.09 KB, text/plain)
2015-06-14 14:43 UTC, muellermi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MackSix 2015-06-13 23:07:36 UTC
Build: NetBeans IDE Dev (Build 201506130001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b15
OS: Windows 7

User Comments:
MackSix: Added WildFly Server 8.0.2 to Services Window.




Stacktrace: 
java.lang.NoSuchMethodException: org.jboss.as.controller.client.ModelControllerClient$Factory.create(java.lang.String, int, javax.security.auth.callback.CallbackHandler, javax.net.ssl.SSLContext, int, java.util.Map)
   at java.lang.Class.getDeclaredMethod(Class.java:2130)
   at org.netbeans.modules.javaee.wildfly.ide.commands.WildflyManagementAPI.createClient(WildflyManagementAPI.java:74)
   at org.netbeans.modules.javaee.wildfly.ide.commands.WildflyClient.getClient(WildflyClient.java:223)
   at org.netbeans.modules.javaee.wildfly.ide.commands.WildflyClient.executeAsync(WildflyClient.java:316)
   at org.netbeans.modules.javaee.wildfly.ide.commands.WildflyClient.isServerRunning(WildflyClient.java:273)
   at org.netbeans.modules.javaee.wildfly.ide.WildflyStartServer$1.run(WildflyStartServer.java:239)
Comment 1 MackSix 2015-06-13 23:07:38 UTC
Created attachment 154200 [details]
stacktrace
Comment 2 muellermi 2015-06-14 14:43:21 UTC
Created attachment 154204 [details]
stacktrace

web app started
Comment 3 ehsavoie 2015-06-15 06:52:05 UTC
Switch method invokation according to WildFly version.
Comment 4 Quality Engineering 2015-06-16 02:18:21 UTC
Integrated into 'main-silver', will be available in build *201506160001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/c585eba6359f
User: Emmanuel Hugonnet <ehsavoie@netbeans.org>
Log: Fixing bug #252975 : method used was to create client has changed between 8.2 and 9.0.