WildFly CLI Programmatic Access: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(One intermediate revision by the same user not shown) | |||
Line 15: | Line 15: | ||
</blockquote> | </blockquote> | ||
=jboss | =novaordis-jboss Project= | ||
{{Internal|novaordis-jboss|novaordis-jboss}} | |||
=Troubleshooting= | =Troubleshooting= | ||
Line 35: | Line 33: | ||
</pre> | </pre> | ||
==The Client Cannot Authenticate Locally= | ==The Client Cannot Authenticate Locally== | ||
This is because <tt></tt> is missing from the classpath. See: | This is because <tt></tt> is missing from the classpath. See: |
Latest revision as of 04:29, 22 June 2017
Internal
Playground Example
Implementation Details
novaordis-jboss 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: