You may get the warning “WFLYTX0013: Node identifier property is set to the default value. Please make sure it is unique.” in your logs when you startup WildFly even if you are running in standalone mode. This really isn’t a problem but if you want to prevent this from showing up in your logs edit your standalone-full.xml (or the standalone config file you are using) by adding an identifier to the appropriate tag.
Find the tag <core-environment> and change it to:
<core-environment node-identifier=”localhost”>
Or, whatever you like. (Maybe the actually host name?)
But, keep in mind if your environment/application grows where you need multiple nodes THIS MUST BE A UNIQUE VALUE on each of your wildfly nodes so you will have to update/change this value as you add nodes.
[…] know WildFly or see warnings. They reference older versions of WildFly but should still be useful: https://dennis.gesker.com/2016/02/16/wildfly-10-and-wflytx0013/ https://dennis.gesker.com/2016/02/16/add-gmail-mail-session-to-wildfly-10/ […]
LikeLike