You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
When launching the tutorial for the first time in superdev mode, there is an error while using the embedded wildfly launcher.
here is the result of my terminal. Can't seem to figured out what's wrong. However, the application is deployed without problem. [INFO] --- gwt-maven-plugin:2.8.2:run (default-cli) @ errai-tutorial --- [INFO] auto discovered modules [org.jboss.errai.demo.App] [INFO] create exploded Jetty webapp in /home/djasy3/eclipse-workspace/errai-tutorial-master/src/main/webapp [INFO] Super Dev Mode starting up [INFO] workDir: /tmp/gwt-codeserver-8745015555717133264.tmp [INFO] INFO [log] Logging initialized @2899ms [INFO] Loading Java files in org.jboss.errai.demo.App. [INFO] Module setup completed in 6195 ms [INFO] INFO [Server] jetty-9.2.14.v20151106 [INFO] INFO [ContextHandler] Started o.e.j.s.ServletContextHandler@68917e71{/,null,AVAILABLE} [INFO] INFO [ServerConnector] Started ServerConnector@3d486778{HTTP/1.1}{127.0.0.1:9876} [INFO] INFO [Server] Started @7927ms [INFO] [INFO] The code server is ready at http://127.0.0.1:9876/ [ERROR] WARNING: An illegal reflective access operation has occurred [ERROR] WARNING: Illegal reflective access by org.wildfly.extension.elytron.SSLDefinitions (jar:file:/home/djasy3/web/wildfly-24/modules/system/layers/base/org/wildfly/extension/elytron/main/wildfly-elytron-integration-16.0.1.Final-ee9.jar!/) to method com.sun.net.ssl.internal.ssl.Provider.isFIPS() [ERROR] WARNING: Please consider reporting this to the maintainers of org.wildfly.extension.elytron.SSLDefinitions [ERROR] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [ERROR] WARNING: All illegal access operations will be denied in a future release [INFO] Warning! The CLI is running in a non-modular environment and cannot load commands from management extensions. [INFO] 14:26:57,095 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-6) No shutdown hook registered: Please call close() manually on application shutdown. [ERROR] Unable to start embedded HTTP server [ERROR] java.lang.IllegalStateException: Could not deploy errai-tutorial.war: [ERROR] Input: [ERROR] { [ERROR] "operation" : "deploy", [ERROR] "address" : [{ [ERROR] "deployment" : "errai-tutorial.war" [ERROR] }] [ERROR] } [ERROR] Output: [ERROR] { [ERROR] "outcome" : "failed", [ERROR] "failure-description" : {"WFLYCTL0080: Failed services" : {"jboss.persistenceunit.webapp#forge-default" : "javax.xml.stream.FactoryConfigurationError: Provider for class javax.xml.stream.XMLEventFactory cannot be created\n Caused by: javax.xml.stream.FactoryConfigurationError: Provider for class javax.xml.stream.XMLEventFactory cannot be created\n Caused by: java.lang.RuntimeException: Provider for class javax.xml.stream.XMLEventFactory cannot be created\n Caused by: java.util.ServiceConfigurationError: javax.xml.stream.XMLEventFactory: Provider org.apache.xerces.stax.XMLEventFactoryImpl not found"}}, [ERROR] "rolled-back" : true [ERROR] } [ERROR] at org.jboss.errai.cdi.server.as.JBossServletContainerAdaptor.attemptDeploymentRelatedOp(JBossServletContainerAdaptor.java:300) [ERROR] at org.jboss.errai.cdi.server.as.JBossServletContainerAdaptor.attemptDeploy(JBossServletContainerAdaptor.java:288) [ERROR] at org.jboss.errai.cdi.server.as.JBossServletContainerAdaptor.<init>(JBossServletContainerAdaptor.java:163) [ERROR] at org.jboss.errai.cdi.server.as.JBossServletContainerAdaptor.<init>(JBossServletContainerAdaptor.java:74) [ERROR] at org.jboss.errai.cdi.server.gwt.EmbeddedWildFlyLauncher.start(EmbeddedWildFlyLauncher.java:111) [ERROR] at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:636) [ERROR] at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:923) [ERROR] at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:706) [ERROR] at com.google.gwt.dev.DevMode.main(DevMode.java:432) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 26.652 s [INFO] Finished at: 2023-05-13T14:27:05-03:00 [INFO] ------------------------------------------------------------------------
And the Gwt Development Mode windows gives an error of Module Load Failure.
Please, Advise.
The text was updated successfully, but these errors were encountered:
Hi,
When launching the tutorial for the first time in superdev mode, there is an error while using the embedded wildfly launcher.
here is the result of my terminal. Can't seem to figured out what's wrong. However, the application is deployed without problem.
[INFO] --- gwt-maven-plugin:2.8.2:run (default-cli) @ errai-tutorial --- [INFO] auto discovered modules [org.jboss.errai.demo.App] [INFO] create exploded Jetty webapp in /home/djasy3/eclipse-workspace/errai-tutorial-master/src/main/webapp [INFO] Super Dev Mode starting up [INFO] workDir: /tmp/gwt-codeserver-8745015555717133264.tmp [INFO] INFO [log] Logging initialized @2899ms [INFO] Loading Java files in org.jboss.errai.demo.App. [INFO] Module setup completed in 6195 ms [INFO] INFO [Server] jetty-9.2.14.v20151106 [INFO] INFO [ContextHandler] Started o.e.j.s.ServletContextHandler@68917e71{/,null,AVAILABLE} [INFO] INFO [ServerConnector] Started ServerConnector@3d486778{HTTP/1.1}{127.0.0.1:9876} [INFO] INFO [Server] Started @7927ms [INFO] [INFO] The code server is ready at http://127.0.0.1:9876/ [ERROR] WARNING: An illegal reflective access operation has occurred [ERROR] WARNING: Illegal reflective access by org.wildfly.extension.elytron.SSLDefinitions (jar:file:/home/djasy3/web/wildfly-24/modules/system/layers/base/org/wildfly/extension/elytron/main/wildfly-elytron-integration-16.0.1.Final-ee9.jar!/) to method com.sun.net.ssl.internal.ssl.Provider.isFIPS() [ERROR] WARNING: Please consider reporting this to the maintainers of org.wildfly.extension.elytron.SSLDefinitions [ERROR] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [ERROR] WARNING: All illegal access operations will be denied in a future release [INFO] Warning! The CLI is running in a non-modular environment and cannot load commands from management extensions. [INFO] 14:26:57,095 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-6) No shutdown hook registered: Please call close() manually on application shutdown. [ERROR] Unable to start embedded HTTP server [ERROR] java.lang.IllegalStateException: Could not deploy errai-tutorial.war: [ERROR] Input: [ERROR] { [ERROR] "operation" : "deploy", [ERROR] "address" : [{ [ERROR] "deployment" : "errai-tutorial.war" [ERROR] }] [ERROR] } [ERROR] Output: [ERROR] { [ERROR] "outcome" : "failed", [ERROR] "failure-description" : {"WFLYCTL0080: Failed services" : {"jboss.persistenceunit.webapp#forge-default" : "javax.xml.stream.FactoryConfigurationError: Provider for class javax.xml.stream.XMLEventFactory cannot be created\n Caused by: javax.xml.stream.FactoryConfigurationError: Provider for class javax.xml.stream.XMLEventFactory cannot be created\n Caused by: java.lang.RuntimeException: Provider for class javax.xml.stream.XMLEventFactory cannot be created\n Caused by: java.util.ServiceConfigurationError: javax.xml.stream.XMLEventFactory: Provider org.apache.xerces.stax.XMLEventFactoryImpl not found"}}, [ERROR] "rolled-back" : true [ERROR] } [ERROR] at org.jboss.errai.cdi.server.as.JBossServletContainerAdaptor.attemptDeploymentRelatedOp(JBossServletContainerAdaptor.java:300) [ERROR] at org.jboss.errai.cdi.server.as.JBossServletContainerAdaptor.attemptDeploy(JBossServletContainerAdaptor.java:288) [ERROR] at org.jboss.errai.cdi.server.as.JBossServletContainerAdaptor.<init>(JBossServletContainerAdaptor.java:163) [ERROR] at org.jboss.errai.cdi.server.as.JBossServletContainerAdaptor.<init>(JBossServletContainerAdaptor.java:74) [ERROR] at org.jboss.errai.cdi.server.gwt.EmbeddedWildFlyLauncher.start(EmbeddedWildFlyLauncher.java:111) [ERROR] at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:636) [ERROR] at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:923) [ERROR] at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:706) [ERROR] at com.google.gwt.dev.DevMode.main(DevMode.java:432) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 26.652 s [INFO] Finished at: 2023-05-13T14:27:05-03:00 [INFO] ------------------------------------------------------------------------
And the Gwt Development Mode windows gives an error of Module Load Failure.
Please, Advise.
The text was updated successfully, but these errors were encountered: