WildFly CLI Programmatic Access

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

Playground Example

https://github.com/NovaOrdis/playground/tree/master/jboss/cli/read-attribute

Implementation Details

WildFly CLI Implementation Details

novaordis-jboss Project

novaordis-jboss

Troubleshooting

No matching XNIO provider found

java.lang.IllegalArgumentException: No matching XNIO provider found

was fixed by adding the following to the class path:

${jboss_home}/modules/system/layers/base/.overlays/layer-base-jboss-eap-6.4.6.CP/org/jboss/xnio/nio/main/xnio-nio-3.0.15.GA-redhat-1.jar

The Client Cannot Authenticate Locally

This is because is missing from the classpath. See:

WildFly_CLI_Implementation_Details#Authentication