Details
Description
On some system unable to install ApacheDS server 1.5.7 using installer as windows NT service. After completion of installation it prompt to start the default service but if click on yes it not even show the ApacheDS entry in the windows service list.
Attempted tp install from the ApacehDS command executable ApacheDs.exe.It still did not install till I madethe follwing changes.
Changed the INSTANCE-HOME and INSTANCE variable with "C:\Program Files\Apache Directory Server\instances" and "default"respectively on apacheds.conf file under <<apacheds-home>>/conf and successfully installed the service firing below mentioned command successfully. Then also able to start from windows service prompt.
C:\Program Files\Apache Directory Server\bin>apacheds.exe -i ..\conf\apacheds.conf wrapper.debug=true
wrapper | Service command: "C:\Program Files\Apache Directory Server\bin\apacheds.exe" -s "C:\Program Files\Apache Directory Server\conf\apacheds.conf" wrapper
.debug=true
Unable to get the current logfile size with stat: The filename, directory name, or volume label syntax is incorrect. (0x7b)
wrapper | Apache Directory Server - default installed.
Unable to get the current logfile size with stat: The filename, directory name, or volume label syntax is incorrect. (0x7b)
Please provide the solution how to install Server from installer?
Thank you,