I just tested this and it's strange. I don't get the error above.
When I run `mvn clean test -Parq-jbossas-managed`, I get this error:
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.as.quickstarts.html5_mobile.test.MemberRegistrationTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.499 sec <<< FAILURE!
Results :
Tests in error:
org.jboss.as.quickstarts.html5_mobile.test.MemberRegistrationTest: The server is already running! Managed containers does not support connecting to running server instances due to the possible harmful effect of connecting to the wrong server. Please stop server before running or change to another type of container.
However my server is NOT running!
When I run `mvn clean test -Parq-jbossas-remote`, I get this error:
Results :
Tests in error:
org.jboss.as.quickstarts.html5_mobile.test.MemberRegistrationTest: Could not deploy to container: JBAS012144: Could not connect to remote://127.0.0.1:9999. The connection timed out
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
I just tested this and it's strange. I don't get the error above.
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.as.quickstarts.html5_mobile.test.MemberRegistrationTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.499 sec <<< FAILURE!
Results :
Tests in error:
org.jboss.as.quickstarts.html5_mobile.test.MemberRegistrationTest: The server is already running! Managed containers does not support connecting to running server instances due to the possible harmful effect of connecting to the wrong server. Please stop server before running or change to another type of container.
However my server is NOT running!
Results :
Tests in error:
org.jboss.as.quickstarts.html5_mobile.test.MemberRegistrationTest: Could not deploy to container: JBAS012144: Could not connect to remote://127.0.0.1:9999. The connection timed out
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0