-
Feature Request
-
Resolution: Won't Do
-
Major
-
None
-
None
-
alexander@LinuxHack:~/UML/unl.sis.bi$ mvn clean install jboss-as:deploy -Pjboss7[INFO] Scanning for projects...
{execution: default-clean}
[INFO] ------------------------------------------------------------------------
[INFO] Building Java EE 6 webapp project
[INFO] task-segment: [clean, install, jboss-as:deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
{execution: default-resources}
[INFO] Deleting file set: /home/alexander/UML/unl.sis.bi/target (included: [**], excluded: [])
[INFO] [resources:resources]
{execution: default-compile}
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] [compiler:compile]
{execution: default-testResources}
[INFO] Compiling 8 source files to /home/alexander/UML/unl.sis.bi/target/classes
[INFO] [resources:testResources]
{execution: default-testCompile}
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] [compiler:testCompile]
{execution: default-test}
[INFO] Compiling 1 source file to /home/alexander/UML/unl.sis.bi/target/test-classes
[INFO] [surefire:test]
{execution: default-war}
[INFO] Tests are skipped.
[INFO] [war:war]
{execution: add-datasource}
[INFO] Packaging webapp
[INFO] Assembling webapp[unl.sis.bi] in [/home/alexander/UML/unl.sis.bi/target/unl.sis.bi]
[INFO] Processing war project
[INFO] Copying webapp resources[/home/alexander/UML/unl.sis.bi/src/main/webapp]
[INFO] Webapp assembled in [75 msecs]
[INFO] Building war: /home/alexander/UML/unl.sis.bi/target/unl.sis.bi.war
[INFO] [jboss-as:add-resource]
[INFO] Executing goal add-resource on server localhost (127.0.0.1) port 9999.
09-nov-2012 11:16:52 org.xnio.Xnio <clinit>
INFO: XNIO Version 3.0.3.GA
09-nov-2012 11:16:52 org.xnio.nio.NioXnio <clinit>
INFO: XNIO NIO Implementation Version 3.0.3.GA
09-nov-2012 11:16:52 org.jboss.remoting3.EndpointImpl <clinit>
INFO: JBoss Remoting version 3.2.3.GA
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Could not execute goal add-resource. Reason: java.net.ConnectException: JBAS012144: Could not connect to remote://localhost:9999. The connection timed out[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Fri Nov 09 11:16:58 ECT 2012
[INFO] Final Memory: 42M/248M
[INFO] ------------------------------------------------------------------------
alexander@LinuxHack:~/UML/unl.sis.bi$alexander@LinuxHack:~/UML/unl.sis.bi$ mvn clean install jboss-as:deploy -Pjboss7 [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Building Java EE 6 webapp project [INFO] task-segment: [clean, install, jboss-as:deploy] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean} ] [INFO] Deleting file set: /home/alexander/UML/unl.sis.bi/target (included: [**] , excluded: []) [INFO] [resources:resources {execution: default-resources} ] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [compiler:compile {execution: default-compile} ] [INFO] Compiling 8 source files to /home/alexander/UML/unl.sis.bi/target/classes [INFO] [resources:testResources {execution: default-testResources} ] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [compiler:testCompile {execution: default-testCompile} ] [INFO] Compiling 1 source file to /home/alexander/UML/unl.sis.bi/target/test-classes [INFO] [surefire:test {execution: default-test} ] [INFO] Tests are skipped. [INFO] [war:war {execution: default-war} ] [INFO] Packaging webapp [INFO] Assembling webapp [unl.sis.bi] in [/home/alexander/UML/unl.sis.bi/target/unl.sis.bi] [INFO] Processing war project [INFO] Copying webapp resources [/home/alexander/UML/unl.sis.bi/src/main/webapp] [INFO] Webapp assembled in [75 msecs] [INFO] Building war: /home/alexander/UML/unl.sis.bi/target/unl.sis.bi.war [INFO] [jboss-as:add-resource {execution: add-datasource} ] [INFO] Executing goal add-resource on server localhost (127.0.0.1) port 9999. 09-nov-2012 11:16:52 org.xnio.Xnio <clinit> INFO: XNIO Version 3.0.3.GA 09-nov-2012 11:16:52 org.xnio.nio.NioXnio <clinit> INFO: XNIO NIO Implementation Version 3.0.3.GA 09-nov-2012 11:16:52 org.jboss.remoting3.EndpointImpl <clinit> INFO: JBoss Remoting version 3.2.3.GA [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Could not execute goal add-resource. Reason: java.net.ConnectException: JBAS012144: Could not connect to remote://localhost:9999. The connection timed out [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 13 seconds [INFO] Finished at: Fri Nov 09 11:16:58 ECT 2012 [INFO] Final Memory: 42M/248M [INFO] ------------------------------------------------------------------------ alexander@LinuxHack:~/UML/unl.sis.bi$
-
Please help to me
Execution of Command
mvn clean install jboss-as:deploy -Pjboss7