WildFly CLI Programmatic Access: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
:<br>https://github.com/NovaOrdis/playground/tree/master/jboss/cli/read-attribute<br><br> | :<br>https://github.com/NovaOrdis/playground/tree/master/jboss/cli/read-attribute<br><br> | ||
</blockquote> | </blockquote> | ||
=Implementation Details= | |||
<blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;"> | |||
:[[WildFly CLI Implementation Details]] | |||
</blockquote> | |||
=Troubleshooting= | =Troubleshooting= |
Revision as of 17:45, 31 August 2016
Internal
Playground Example
Implementation Details
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