I am making some changes to support a native jakarta variant of the WildFly transactions subsystem.
I followed Brian's instructions (https://lists.jboss.org/archives/list/wildfly-dev@lists.jboss.org/thread/LF7CZSONQQEX2DYCJOV4QGSKGCURMGKT/)
but I get the following error building the "WildFly: EE 9 Preview Galleon Feature Pack" module:
> Forked embedded process has failed with the following error:
> java.lang.IllegalStateException: WFLYEMB0022: Cannot invoke 'start' on embedded process
> java.lang.Exception: WFLYSRV0056: Server boot has failed in an unrecoverable manner; exiting. See previous messages for details. - Server configuration file in use: standalone.xml
Can anyone give me some pointers on how to debug this issue?
You could execute maven in debug mode and without forking the process that starts the server to retrieve the Galleon configuration:
$ mvn clean install -X -Dgalleon.fork.embedded=false -pl ee-9/feature-pack
Look at the traces around your error to figure out what's going wrong
_______________________________________________
wildfly-dev mailing list -- wildfly-dev@lists.jboss.org
To unsubscribe send an email to wildfly-dev-leave@lists.jboss.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s