[SOLVED] Installation on Windows Server 2016
Published: January 3, 2020 - 10:06 AM
Good morning,
After a testing phase on a basic office workstation, I am trying to validate WAPT in order to continue my tests in a pre-production environment, before I can validate WAPT for my company.
But I'm stuck on a problem for which I haven't found a solution in the forum
The WAPTNginx service remains paused during installation; I have to change port 80 in the Nginx.conf configuration to be able to start it (even though I don't have any other software/wsus/IIS installed)
Once restarted with a port other than 80 this service starts, but I still get a 504 error on the "WAPT Server URL" line in the console.
I've searched everywhere without success, hence my plea for help
After a testing phase on a basic office workstation, I am trying to validate WAPT in order to continue my tests in a pre-production environment, before I can validate WAPT for my company.
But I'm stuck on a problem for which I haven't found a solution in the forum
Code: Select all
Installing WAPT Server as a service managed by nssm
install waptserver
2020-01-03 09:58:04,226 INFO Register service "WAPTServer" with nssm
2020-01-03 09:58:04,226 INFO running command : "g:\wapt\waptservice\win64\nssm.exe" install "WAPTServer" "g:\wapt\waptpython.exe" "g:\wapt\waptserver\server.py"
2020-01-03 09:58:04,273 INFO Register dependencies for service "WAPTServer" with nssm : WAPTPostgresql
2020-01-03 09:58:04,273 INFO running command : "g:\wapt\waptservice\win64\nssm.exe" set "WAPTServer" DependOnService WAPTPostgresql
Traceback (most recent call last):
File "g:\wapt\waptserver\winsetup.py", line 549, in <module>
install_waptserver_service(options,conf)
File "g:\wapt\waptserver\winsetup.py", line 422, in install_waptserver_service
install_windows_nssm_service('WAPTServer',service_binary,service_parameters,service_logfile,service_dependencies)
File "g:\wapt\waptserver\winsetup.py", line 168, in install_windows_nssm_service
setuphelpers.run(cmd)
File "g:\wapt\setuphelpers.py", line 1068, in run
raise CalledProcessErrorOutput(proc.returncode,cmd,''.join(output))
setuphelpers.CalledProcessErrorOutput: Command '"g:\\wapt\\waptservice\\win64\\nssm.exe" set "WAPTServer" DependOnService WAPTPostgresql' returned non-zero exit status 6.
Output:Can't open service!
OpenService(): The specified service does not exist as an installed service.
WAPTPostgresql: The dependency service does not exist or has been marked for deletion.
Error setting parameter "DependOnService" for service "WAPTServer"!
Once restarted with a port other than 80 this service starts, but I still get a 504 error on the "WAPT Server URL" line in the console.
I've searched everywhere without success, hence my plea for help