WildFly CLI Programmatic Access: Difference between revisions
Jump to navigation
Jump to search
Line 34: | Line 34: | ||
${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 | ${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 | ||
</pre> | </pre> | ||
==The Client Cannot Authenticate Locally= | |||
This is because <tt></tt> is missing from the classpath. See: | |||
<blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;"> | |||
:[[WildFly_CLI_Implementation_Details#Authentication]] | |||
</blockquote> |
Revision as of 04:09, 3 September 2016
Internal
Playground Example
Implementation Details
jboss-cli Project
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: