WildFly CLI Programmatic Access: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 6: Line 6:


<blockquote style="background-color: AliceBlue; border: solid thin LightSteelBlue;">
<blockquote style="background-color: AliceBlue; border: solid thin LightSteelBlue;">
:<br>https://github.com/NovaOrdis/playground/tree/master/jboss/cli/read-attribute<br><br>
:https://github.com/NovaOrdis/playground/tree/master/jboss/cli/read-attribute<br>
</blockquote>
</blockquote>
=Implementation Details=
<blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;">
:[[WildFly CLI Implementation Details]]
</blockquote>
=novaordis-jboss Project=
{{Internal|novaordis-jboss|novaordis-jboss}}


=Troubleshooting=
=Troubleshooting=
Line 22: Line 32:
${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>

Latest revision as of 04:29, 22 June 2017

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