Note that there are some explanatory texts on larger screens.

plurals
  1. POError while deploying through cargo: javax.security.sasl.SaslException: No more authentication mechanisms to try
    primarykey
    data
    text
    <p>I've been trying to deploy to a local JBoss 7 AS installation via the cargo maven plugin with no success. I've even tried enabling security for the JBoss's management interface to no avail.</p> <p>Here is my configuration:</p> <pre><code>&lt;plugin&gt; &lt;groupId&gt;org.codehaus.cargo&lt;/groupId&gt; &lt;artifactId&gt;cargo-maven2-plugin&lt;/artifactId&gt; &lt;version&gt;1.1.2&lt;/version&gt; &lt;configuration&gt; &lt;container&gt; &lt;containerId&gt;jboss7x&lt;/containerId&gt; &lt;type&gt;remote&lt;/type&gt; &lt;/container&gt; &lt;configuration&gt; &lt;type&gt;runtime&lt;/type&gt; &lt;properties&gt; &lt;cargo.hostname&gt;localhost&lt;/cargo.hostname&gt; &lt;cargo.jboss.management.port&gt;9999&lt;/cargo.jboss.management.port&gt; &lt;/properties&gt; &lt;/configuration&gt; &lt;/configuration&gt; &lt;dependencies&gt; &lt;dependency&gt; &lt;groupId&gt;org.jboss.as&lt;/groupId&gt; &lt;artifactId&gt;jboss-as-controller-client&lt;/artifactId&gt; &lt;version&gt;7.0.2.Final&lt;/version&gt; &lt;/dependency&gt; &lt;/dependencies&gt; &lt;/plugin&gt; </code></pre> <p>And the error I get:</p> <pre><code>Oct 31, 2011 10:32:08 AM org.jboss.remoting3.EndpointImpl &lt;clinit&gt; INFO: JBoss Remoting version 3.2.0.Beta2 Oct 31, 2011 10:32:08 AM org.xnio.Xnio &lt;clinit&gt; INFO: XNIO Version 3.0.0.Beta2 Oct 31, 2011 10:32:08 AM org.xnio.nio.NioXnio &lt;clinit&gt; INFO: XNIO NIO Implementation Version 3.0.0.Beta2 Oct 31, 2011 10:32:08 AM org.jboss.remoting3.remote.RemoteConnection handleException ERROR: JBREM00200: Remote connection failed: javax.security.sasl.SaslException: No more authentication mechanisms to try </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload