-
Arya started the topic Changing keystore and truststore passwords in IDM-5 in the forum Identity Management 4 years, 7 months ago
I am trying to change the password of keystore and truststore in openidm/security using keytool command.
keytool -storepasswd -keystore $idmpath/security/keystore.jceks -storetype JCEKS -storepass changeit -new $keystorepass
keytool -storepasswd -keystore $idmpath/security/truststore -storetype JKS -storepass changeit -new $trustorepassWith…[Read more]
-
Arya replied to the topic Not able to start DS-5 server in the forum Directory Services 4 years, 7 months ago
D:FR5DS5opendjlogs is having only one file(native-windows.out).
-
Arya replied to the topic Not able to start DS-5 server in the forum Directory Services 4 years, 8 months ago
Actually while trying to disable windows service and start the server the timeout is happening with logs as follows:
start-ds.bat: Waiting for “D:FR5DS5opendjlogsserver.starting” to be deleted
start-ds.bat: check started
(pid=10792) ————— FIRST LOG MESSAGE FROM ‘D:FR5DS5opendjlibopendj_service.exe’ —————
(pid=10792) mai…[Read more] -
Arya started the topic Not able to start DS-5 server in the forum Directory Services 4 years, 8 months ago
I am trying to install DS-5 on my windows machine. I executed setup.bat in interactive mode with the following equivalent command:
D:FR5DS5opendjsetup.bat directory-server –instancePath “D:FR5DS5opendj” –rootUserDn “cn=Directory Manager” –rootUserPassword “******” –hostname “abcd.com” –adminConnectorPort “5444” –doNotStart…[Read more]