We have changed DC names and do not have an admin local account to log in to change the LDAP setting with. i have followed this article and it has not worked:
I added this
:: ----------------------------------------------------------------------------------- :: See the CATALINA_OPTS below for tuning the JVM arguments used to start Confluence :: ----------------------------------------------------------------------------------- echo "If you encounter issues starting up Confluence, please see the Installation guide at http://confluence.atlassian.com/display/DOC/Confluence+Installation+Guide" set CATALINA_OPTS=-Datlassian.recovery.password= %CATALINA_OPTS% :: Create a timestamp with date and time, replacing ' ' with '0', '/' with '-' and ':' with '-' set atlassian_timestamp=%DATE:~-4%.%DATE:~4,2%.%DATE:~7,2%_%TIME:~0,2%.%TIME:~3,2%.%TIME:~6,2% echo %atlassian_timestamp% set atlassian_timestamp=%atlassian_timestamp: =0% set atlassian_timestamp=%atlassian_timestamp:/=-% set atlassian_timestamp=%atlassian_timestamp::=-% echo %atlassian_timestamp% :: Calculate offset to ..\logs directory
I'm not understanding what you did. Can you verify you followed one of the procedures on the page you referenced?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.