Problem mit portiertem Maven-Projekt in Eclipse

Ich habe Probleme mit einem Maven-JEE-Projekt auf einem neu aufgesetztem System. Beim Ausführen von Run bekomme ich folgende Fehlermeldung. Kann vielleicht jemand daraus erschließen was bei dem Projekt nicht korrekt eingestellt ist? Jre usw. habe ich in der Run-Config eigentlich komplett angepasst.

[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Java EE 6 webapp project 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ my-aktion ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.1:compile (default-compile) @ my-aktion ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ my-aktion ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.1:testCompile (default-testCompile) @ my-aktion ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.4.3:test (default-test) @ my-aktion ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:2.1.1:war (default-war) @ my-aktion ---
[INFO] Packaging webapp
[INFO] Assembling webapp [my-aktion] in [C:\Users\Daniel\workspace\JEE7\my-aktion	arget\my-aktion]
[INFO] Processing war project
[INFO] Copying webapp resources [C:\Users\Daniel\workspace\JEE7\my-aktion\src\main\webapp]
[INFO] Webapp assembled in [582 msecs]
[INFO] Building war: C:\Users\Daniel\workspace\JEE7\my-aktion	arget\my-aktion.war
[INFO] 
[INFO] --- jboss-as-maven-plugin:7.1.1.Final:deploy (default-cli) @ my-aktion ---
Jul 16, 2014 7:51:26 PM org.xnio.Xnio <clinit>
INFO: XNIO Version 3.0.3.GA
Jul 16, 2014 7:51:26 PM org.xnio.nio.NioXnio <clinit>
INFO: XNIO NIO Implementation Version 3.0.3.GA
Jul 16, 2014 7:51:26 PM org.jboss.remoting3.EndpointImpl <clinit>
INFO: JBoss Remoting version 3.2.3.GA
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 51.769 s
[INFO] Finished at: 2014-07-16T19:51:36+01:00
[INFO] Final Memory: 12M/99M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.jboss.as.plugins:jboss-as-maven-plugin:7.1.1.Final:deploy (default-cli) on project my-aktion: Error executing FORCE_DEPLOY: Could not execute operation '{
[ERROR] "operation" => "read-children-names",
[ERROR] "child-type" => "deployment"
[ERROR] }': java.net.ConnectException: JBAS012144: Could not connect to remote://localhost:9999. The connection timed out
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

[QUOTE=spellsleeper]

[ERROR] Failed to execute goal org.jboss.as.plugins:jboss-as-maven-plugin:7.1.1.Final:deploy (default-cli) on project my-aktion: Error executing FORCE_DEPLOY: Could not execute operation '{
[ERROR] "operation" => "read-children-names",
[ERROR] "child-type" => "deployment"
[ERROR] }': java.net.ConnectException: JBAS012144: Could not connect to remote://localhost:9999. The connection timed out[/QUOTE]
Sieht aus als wöllte `maven` das Projekt in Deinen JBoss schieben welcher aber auf deinem System nicht läuft oder an einem anderen Port lauscht.

bye
TT

Lag am JDK. Bei 1.8 ist der JBoss im Start hängengeblieben.