Page 1 of 1

[SOLVED] waptdeploy unable to download http://127.0.0.1:8088

Published: May 7, 2020 - 10:22 AM
by florentR2
Good morning,
Debian 10 Server
WAPT 1.8.1
Windows 10 64-bit client

I am unable to deploy the WAPT agent using waptdeploy, both with and without the URL as a parameter:

Code: Select all

c:\temp>waptdeploy.exe --hash=xxxxxxxxxxxxxxxxxx --setupurl=http://monserveur.mondomaine.fr/wapt/waptagent.exe --minversion=1.8.1.6756 --wait=15
WAPT version:
WAPT required version: 1.8.1.6756
trying http://wapt.mondomain.local/wapt/Packages
Wapt agent local path: C:\temp\\waptagent.exe
Cleanup...
Unable to update immediately: Unable to download: http://127.0.0.1:8088/update.json?notify_server=1&notify_user=0 HTTP Status: 0
An unhandled exception occurred at $004165D7:
EFOpenError: Unable to open file "C:\temp\\waptagent.exe"
  $004165D7
  $00416480
  $0043EBF6
  $004046FD
I think he's stuck at the following point:
trying http://wapt.mondomain.local/wapt/Packages
Why is it using this URL when I'm specifying a different one?

The antivirus software did not quarantine anything.
I tried with both http and https.
In a browser, this same URL launches the download of waptagent.exe
If I install the agent manually (retrieved from the web interface) it works immediately.

Any ideas?

Re: waptdeploy unable to download http://127.0.0.1:8088

Published: May 7, 2020 - 10:56 AM
by sfonteneau

Re: waptdeploy unable to download http://127.0.0.1:8088

Published: May 7, 2020 - 11:09 AM
by florentR2
I was so engrossed in it that I didn't even notice.
Probably a copy/paste error. :?
Thanks!