Hi Michael,
On Tue, Jan 18, 2022 at 12:06 PM Michael Musgrove <mmusgrov(a)redhat.com>
wrote:
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/...)
I commented on Brian's tutorial about some modifications in the steps. Now
realized I send my comment to the WildFly google groups which seem to be
something different to wildfly-dev(a)lists.jboss.org. Please check them out
here:
https://groups.google.com/g/wildfly/c/RIHOsZqsqgo
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(a)lists.jboss.org
To unsubscribe send an email to wildfly-dev-leave(a)lists.jboss.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s