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

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



This problem was solved by doing changes which are listed below.

1. Modify admin.user, admin.pw, config.root   in " /fortressBuilder-Debian-Silver-x86-64-1.0-RC24/enmasse-1.0-RC24/src/main/resources/fortress.properties" file as in fortress core build.properties files.
  That changes should match as in  fortress core build.properties files.
 
2. Also modify in admin.user, admin.pw, config.root in "/fortressBuilder-Debian-Silver-x86-64-1.0-RC24/sentry-1.0-RC24/conf/fortress.properties" file as in fortress core build.properties files.

If this two things things satisfied then we can build enmasse successfully.

If this doesn't work we will need to view Tomcat log to see which step
it is getting hung up on.  To do that enter from a command line (from
FORTRESS_HOME folder):

 >tail -f -n10000 apache-tomcat/logs/catalina.out

For me it worked successfully.


---------------- Original message ----------------

To: "openldap-fortress@openldap.org" <openldap-fortress@openldap.org>Subject: enmasse installation process waits for very long time, when root.pw and cfg.root.pw is changed .
From
: suman karki <suman.karki@bizruntime.com>
Date: Mon, 15 Apr 2013 19:56:51 +0530
without changing anything in fortress file i could install and use fortress.
But if i change root.pw  (which i have generated through slappasswd command)  and




[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.