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

Summary: 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
Product: serverplugins Reporter: MackSix
Component: WildFlyAssignee: ehsavoie <ehsavoie>
Status: RESOLVED FIXED    
Severity: normal CC: muellermi, pangalz
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 217923
Attachments: stacktrace
stacktrace

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.