<pre>Tried to re-deploy the kitchensink sample in jboss 7.1.1. <br><br>mvn package jboss-as:deploy<br><br>But get the error message:<br><br>[INFO] --- jboss-as-maven-plugin:7.1.1.Final:deploy (default-cli) @ jboss-as-kitchensink ---<br>
May 03, 2012 11:53:37 AM org.xnio.Xnio &lt;clinit&gt;<br>INFO: XNIO Version <a href="http://3.0.3.GA">3.0.3.GA</a><br>May 03, 2012 11:53:37 AM org.xnio.nio.NioXnio &lt;clinit&gt;<br>INFO: XNIO NIO Implementation Version <a href="http://3.0.3.GA">3.0.3.GA</a><br>
May 03, 2012 11:53:37 AM org.jboss.remoting3.EndpointImpl &lt;clinit&gt;<br>INFO: JBoss Remoting version <a href="http://3.2.3.GA">3.2.3.GA</a><br>[INFO] ------------------------------------------------------------------------<br>
[INFO] BUILD FAILURE<br>[INFO] ------------------------------------------------------------------------<br>[INFO] Total time: 7.284s<br>[INFO] Finished at: Thu May 03 11:53:42 PDT 2012<br>[INFO] Final Memory: 13M/227M<br>
[INFO] ------------------------------------------------------------------------<br>[ERROR] Failed to execute goal org.jboss.as.plugins:jboss-as-maven-plugin:7.1.1.Final:deploy (default-cli) on project jboss-as-kitchensink: Error executing FORCE_DEPLOY: Could not execute operation &#39;{<br>
[ERROR] &quot;operation&quot; =&gt; &quot;read-children-names&quot;,<br>[ERROR] &quot;child-type&quot; =&gt; &quot;deployment&quot;<br>[ERROR] }&#39;: java.net.ConnectException: JBAS012144: Could not connect to remote://localhost:9999. The connection timed out<br>
<br>Anyone has the same experience?<br><br>Thank you for any pointers.<br></pre>