[Date Prev][Date Next] [Chronological] [Thread] [Top]

enmasse installation process waits for very long time, when root.pw and cfg.root.pw is changed .



without changing anything in fortress file i could install and use fortress server.
But if i change root.pw  (which i have generated through slappasswd   command for admin@123 password)  and
                      cfg.root.pw  (which i have generated through ./b.sh encrypt -Dparam1=admin@123)

and pasted to build.properties where it requited.

all process went well but in ./b.sh install-enmasse-demo  
it waits for long time in this line:
[artifact:mvn] 2013-04-15 19:44:35,788 (INFO ) us.jts.enmasse.EmTest.post file:addPermGrant1.xml HTTP POST request to:roleRevoke

------------------------------------------------------------------------------------------------------------------------------------------------------------------
more sample is here ------>

[artifact:mvn] [INFO]                                                                        
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [INFO] Building fortress-enmasse 1.0-RC23
[artifact:mvn] [INFO] ------------------------------------------------------------------------
[artifact:mvn] [WARNING] The artifact jgrapht:jgrapht:jar:0.7.3 has been relocated to org.jgrapht:jgrapht-jdk1.5:jar:0.7.3
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ enmasse ---
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ enmasse ---
[artifact:mvn] [debug] execute contextualize
[artifact:mvn] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[artifact:mvn] [INFO] Copying 4 resources
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ enmasse ---
[artifact:mvn] [INFO] Nothing to compile - all classes are up to date
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ enmasse ---
[artifact:mvn] [debug] execute contextualize
[artifact:mvn] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[artifact:mvn] [INFO] Copying 15 resources
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ enmasse ---
[artifact:mvn] [INFO] Nothing to compile - all classes are up to date
[artifact:mvn] [INFO]
[artifact:mvn] [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ enmasse ---
[artifact:mvn] [INFO] Surefire report directory: /media/storage-disk/fortressBuilder-Debian-Silver-x86-64-1.0-RC23/enmasse-1.0-RC23/target/surefire-reports
[artifact:mvn]
[artifact:mvn] -------------------------------------------------------
[artifact:mvn]  T E S T S
[artifact:mvn] -------------------------------------------------------
[artifact:mvn] Running us.jts.enmasse.EmTest
[artifact:mvn] 2013-04-15 19:44:35,783 (INFO ) us.jts.enmasse.EmTest.testServices STARTED
[artifact:mvn] 2013-04-15 19:44:35,788 (INFO ) us.jts.enmasse.EmTest.post file:addPermGrant1.xml HTTP POST request to:roleRevoke


-->> It execute upto this steps for very long time until i press ctrl+c.