You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by "asbachb (via GitHub)" <gi...@apache.org> on 2023/05/13 10:19:37 UTC

[GitHub] [netbeans] asbachb commented on issue #5947: Support for WildFly 28

asbachb commented on issue #5947:
URL: https://github.com/apache/netbeans/issues/5947#issuecomment-1546615151

   From NetBeans 18-rc3 when starting WildFly 28.
   ```
   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.base/java.lang.Class.getDeclaredMethod(Class.java:2675)
   	at org.netbeans.modules.javaee.wildfly.ide.commands.WildflyManagementAPI.createClient(WildflyManagementAPI.java:57)
   [catch] at org.netbeans.modules.javaee.wildfly.ide.commands.WildflyClient.getClient(WildflyClient.java:243)
   	at org.netbeans.modules.javaee.wildfly.ide.commands.WildflyClient.executeAsync(WildflyClient.java:342)
   	at org.netbeans.modules.javaee.wildfly.ide.commands.WildflyClient.isServerRunning(WildflyClient.java:289)
   	at org.netbeans.modules.javaee.wildfly.ide.WildflyStartServer$1.run(WildflyStartServer.java:215)
   	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1419)
   	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
   	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:287)
   	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2034)
   
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists