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

RE:build.properties configuration problems



This problem was solved by keeping proper password.

1. Generate password for root.pw and log.root.pw with slappasswd as while making rootpw in openldap.

2. Generate password for cfg.root.pw and cfg.log.root.pw with ./b.sh encrypt -Dparam1=secret, both 1 and 2 should have to match same password.

Then only we can build sucessfully.


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

 
Message: 1
Date: Mon, 8 Apr 2013 12:19:06 +0530
From: suman karki <suman.karki@bizruntime.com>
To: openldap-fortress@openldap.org
Subject: build.properties configuration problems
Message-ID:
        <CAEUeXwSushFn48USO-tFp6R=BFgOfz9skyA2SfogHFdUmhCEDw@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

hello there,
i have installed fortress server in redhat and ubuntu server.
If i run
#./b.sh dist and
#./d.sh intit-slapd
commands without changing anything in build.properties file then fortress
will build successfully.

but if i change password or any root dn or suffix them while running
command:
#./b.sh init-slapd

BUILD FAILED
/file location/fortress/build.xml:
734: The following error occurred while
executing this line:
/file location/fotress/fortress/build.xml:667: The following error occurred
while executing this line:
/file location/fotress/fortress/build.xml:512: Java returned: 1

  But i can use it's ldap server without any errors. i can create users
account in ldap server with apache directory studio.

please help me to solve this.