Hi Experts,
I am setting up clm 6.0.5 setup in linux with single server topology for jts,cm,qm and rm.
After installing the applications, i run the reptool command to capture the response file using my ldap id and successfully created the response.propertes file. Below is the command which I used to generate the response file
[root@my server]# ./repotools-jts.sh -setup repositoryURL=https://myserver.a.b.com:9443/jts responsefile=response.properties adminUserId=mydomainid adminPassword=mydomainpasswd
And below was my generated response file...
Wed Nov 07 13:19:37 EST 2018
configure.email.page\:notification.mail.from_name=clamadmin@in.a.com
configure.email.page\:notification.mail.whitelist=*
configure.email.page\:notification.mail.smtp.password=*
license.assignment.page\:license.RationalQualityManager=None
configure.email.page\:notification.mail.smtp.user=clamadmin@in.a.com
register.applications.page\:jts.nonlocal.application.number=0
data.warehouse.page\:db.vendor=DERBY
user.registry.page\:user.registry.type=LDAP
configure.database.page\:db.type=JDBC
user.registry.page\:ldap.registryLocation=ldap\://myldap.a.b.com\:389
user.registry.page\:ldap.groupMapping=JazzAdmins\=vwjazzadmin, JazzUsers\=vwjazzadmin, JazzProjectAdmins\=vwjazzadmin, JazzGuests\=vwjazzadmin
user.registry.page\:ldap.registryPassword=*
license.assignment.page\:license.RationalDOORSNextGeneration=None
configure.email.page\:notification.mail.enabled=true
configure.database.page\:db.jdbc.location=conf/jts/derby/repositoryDB
configure.email.page\:notification.mail.reply=jazzadmin@in.a.com
configure.email.page\:notification.mail.smtp.server.port=25
user.registry.page\:ldap.membersOfGroup=member
data.warehouse.page\:db.net.port=1527
license.assignment.page\:license.RationalsolutionforCollaborativeLifecycleManagement=None
license.assignment.page\:license.RationalEngineeringLifecycleManager=None
user.registry.page\:ldap.baseGroupDN=DC\=a,DC\=b,DC\=com
user.registry.page\:ldap.registryUserName=CN\=myldapid,OU\=M,OU\=Useraccounts,OU\=K,DC\=a,DC\=b,DC\=com
configure.database.page\:db.vendor=DERBY
compute.LDAP.queries.step\:compute.LDAP.queries=true
configure.email.page\:notification.mail.restrict_to_whitelist=true
configure.email.page\:notification.mail.smtp.server=smtp.a.b.com
configure.email.page\:notification.mail.from=clamadmin@in.a.com
data.warehouse.page\:db.type=JDBC
user.registry.page\:ldap.userAttributesMapping=userId\=cn,name\=cn,emailAddress\=mail
data.warehouse.page\:db.jdbc.location=conf/jts/derby/warehouseDB
user.registry.page\:ldap.groupNameAttribute=cn
user.registry.page\:ldap.baseUserDN=OU\=Useraccounts,OU\=K,DC\=a,DC\=b,DC\=com
configure.email.page\:notification.mail.smtp.starttls=false
license.assignment.page\:license.RationalTeamConcert=None
Then I installed new setup of clm application and started the liberty servers. Then as a first step, modified server.xml file to point to ldap registry file, and in that file i properly edited all the ldap prperties with my infra.
And when i tried to execute the jts setup using the created response. properties file its not getting succeed.
i tried with below command and the error as given below..
[root@vwdemo server]# ./repotools-jts.sh -setup repositoryURL=https://myserver.a.b.com:9443/jts parametersFile=response.properties adminUserId=myldapid adminPassword=myldappasswd.
Error :-
CRJAZ2247E There was an error executing setup for the application "Rational Jazz Team Server (https://myserver.a.b.com:9443/jts)": "CRJAZ2255E A value for the parameter "server.webapp.url" could not be determined and prompting is turned off. Try rerunning and turning prompting on so that the value may be provided through user input.". Check the log for more details.