I'll take a look once on my laptop. The plugin uses Wildfly jars directly. Which version of Wildfly are you using ?
Le mer. 24 juil. 2019 à 08:46, Emilian Bold <[email protected]> a écrit : > @ Emmanuel: are you working someplace on the Wildfly module? > > I'm seeing some error reports about WildFly: > > XNIO001003: Running IoFuture notifier > org.jboss.remoting3.remote.HttpUpgradeConnectionProvider$1@45dcf24e > failed > java.util.concurrent.RejectedExecutionException: Endpoint is not open > at org.jboss.remoting3.EndpointImpl.executorUntick(EndpointImpl.java:374) > > And I also see we have a missing lib perhaps? See: > > java.lang.ClassNotFoundException: org.xnio.nio.WorkerThread$SynchTask > starting from ModuleCL@1e7c0855[org.netbeans.modules.javaee.wildfly] > with possible defining loaders null and declared parents > [ModuleCL@408e77d[org.netbeans.modules.j2ee.core], > ModuleCL@3e662419[org.openide.text], > ModuleCL@c05d8f7[org.netbeans.modules.java.platform.ui], > org.netbeans.JarClassLoader@5cc0456f, > org.netbeans.MainImpl$BootClassLoader@100fc185, > ModuleCL@6014b12d[org.netbeans.api.xml], > ModuleCL@167e7b60[org.openide.dialogs], > ModuleCL@c756167[org.netbeans.modules.j2ee.common], > ModuleCL@5d55371f[org.netbeans.modules.j2eeapis], > ModuleCL@6d08c9ec[org.netbeans.modules.websvc.wsstackapi], ...24 more] > at org.objectweb.asm.ClassWriter.getCommonSuperClass(Unknown Source) > at > org.netbeans.modules.javaee.wildfly.WildflyDeploymentFactory$WildFlyClassLoader$1.getCommonSuperClass(WildflyDeploymentFactory.java:153) > at org.objectweb.asm.ClassWriter.a(Unknown Source) > at org.objectweb.asm.Frame.a(Unknown Source) > at org.objectweb.asm.Frame.a(Unknown Source) > at org.objectweb.asm.MethodWriter.visitMaxs(Unknown Source) > at org.objectweb.asm.tree.MethodNode.accept(Unknown Source) > at org.objectweb.asm.tree.MethodNode.accept(Unknown Source) > at org.objectweb.asm.tree.ClassNode.accept(Unknown Source) > [catch] at > org.netbeans.modules.javaee.wildfly.WildflyDeploymentFactory$WildFlyClassLoader.findClass(WildflyDeploymentFactory.java:184) > at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:588) > at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521) > at org.xnio.nio.NioXnio.build(NioXnio.java:233) > at org.xnio.XnioWorker$Builder.build(XnioWorker.java:1175) > at org.xnio.Xnio.createWorker(Xnio.java:481) > at org.xnio.Xnio.createWorker(Xnio.java:463) > at org.xnio.Xnio.createWorker(Xnio.java:450) > at > org.xnio.DefaultXnioWorkerHolder.lambda$static$0(DefaultXnioWorkerHolder.java:61) > at java.base/java.security.AccessController.doPrivileged(Native Method) > at > org.xnio.DefaultXnioWorkerHolder.<clinit>(DefaultXnioWorkerHolder.java:37) > at org.xnio.XnioWorker.lambda$null$1(XnioWorker.java:165) > at > org.wildfly.common.context.ContextManager.getPrivileged(ContextManager.java:286) > at org.wildfly.common.context.ContextManager.get(ContextManager.java:243) > at org.jboss.remoting3.EndpointImpl.construct(EndpointImpl.java:232) > at > org.jboss.remoting3.EndpointBuilder.lambda$build$0(EndpointBuilder.java:128) > at java.base/java.security.AccessController.doPrivileged(Native Method) > at org.jboss.remoting3.EndpointBuilder.build(EndpointBuilder.java:128) > at > org.jboss.as.controller.client.impl.RemotingModelControllerClient.getOrCreateChannel(RemotingModelControllerClient.java:128) > at > org.jboss.as.controller.client.impl.RemotingModelControllerClient$1.getChannel(RemotingModelControllerClient.java:60) > at > org.jboss.as.protocol.mgmt.ManagementChannelHandler.executeRequest(ManagementChannelHandler.java:135) > at > org.jboss.as.protocol.mgmt.ManagementChannelHandler.executeRequest(ManagementChannelHandler.java:110) > at > org.jboss.as.controller.client.impl.AbstractModelControllerClient.executeRequest(AbstractModelControllerClient.java:263) > at > org.jboss.as.controller.client.impl.AbstractModelControllerClient.execute(AbstractModelControllerClient.java:168) > at > org.jboss.as.controller.client.impl.AbstractModelControllerClient.executeAsync(AbstractModelControllerClient.java:101) > at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) > at > java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at > java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.base/java.lang.reflect.Method.invoke(Method.java:566) > at > org.netbeans.modules.javaee.wildfly.ide.commands.WildflyClient.executeAsync(WildflyClient.java:348) > at > org.netbeans.modules.javaee.wildfly.ide.commands.WildflyClient.isServerRunning(WildflyClient.java:290) > at > org.netbeans.modules.javaee.wildfly.ide.WildflyStartServer$1.run(WildflyStartServer.java:215) > > --emi > > On Mon, Jul 15, 2019 at 11:43 AM ehsavoie <[email protected]> > wrote: > > > > Hello, > > I'm working into updating the schemas in the contrib part. > > Currently I'm trying to remove the old DTDs to have only ASL 2.0 schemas. > > It should be useable in 11.1 as it builds currently but can't be included > > afaik directly. > > Cheers, > > Emmanuel > > ---------- > > Emmanuel Hugonnet > > http://www.ehsavoie.com > > http://twitter.com/ehsavoie > > > > > > On Sat, Jul 13, 2019 at 10:07 AM Emilian Bold <[email protected]> > > wrote: > > > > > Hello, > > > > > > I see that initially javaee.wildfly was just removed from > > > cluster.properties but it was still in place. It was easy to re-add. > > > > > > Now it has been moved to contrib. This is still OK as at least the > > > code is in the repository. > > > > > > We should probably do the same for beansbinding and some other modules > > > that got removed originally due to touching GPL code... Having them in > > > contrib/ is better then having them in random GitHub projects. > > > > > > --emi > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [email protected] > > > For additional commands, e-mail: [email protected] > > > > > > For further information about the NetBeans mailing lists, visit: > > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > > > > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > For further information about the NetBeans mailing lists, visit: > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > > >
