[SOLVED] Is there a server available....

Share your tips or issues concerning the WAPT Console or WAPT Agent here
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Locked
x-davidl
Messages: 38
Registration: Apr 25, 2022 - 5:07 p.m.

December 1, 2023 - 12:37

Hello everyone,

I have a few machines that are disconnecting from the WAPT server (2.4.0.14143). I focused on the server machines this morning because they are easier to identify.

Error message:

Code: Select all

About to speak to waptservice...
Exception at 00486897: ENetSock:
Is a server available on this address:port? THttpClientSocket.OpenBind(127.0.0.1:8088) [remoteip=] [Connect Timeout - #10].


-Restarting the wapt service: nothing changed
-under DOS, the commands wapt-get update/upgrade: error message
-I deleted the machine's entry in the console to try and re-enter it: same error

I was pleased to have found a lead: wapt-get.ini was empty. I retrieved it from the server and put it back. I restarted the service; it worked on one machine but not the other.

However, I went to the troubleshooting tools and manually launched runwaptservice.bat, and then the machine reappeared in the console (it registered correctly, performed its updates, etc.)
I stopped the command and restarted the Windows service, then ran "wapt-get update" again and the error occurred again.
I restarted runwaptservice.bat and everything is working fine

Yes, I uninstalled and reinstalled the agent on a previous machine (and deleted the settings and directory). But the message persists
Yes, I also stopped the antivirus and checked the firewall as well

I admit I'm not sure what else to try. Perhaps I should delete the waptservice and re-register it manually?

Sincerely,
Last edited by x-davidl on Dec 5, 2023 - 08:39, edited 1 time.
User avatar
blemoigne
Messages: 178
Registration: July 17, 2020 - 11:29

December 4, 2023 - 3:31 PM

Hello,
could you please try the following actions:
`net stop waptservice`
(deleting the files C:\Program Files (x86)\wapt\log\waptservicestate and C:\Program Files (x86)\wapt\log\waptservicestate.html)
`net start waptservice`

? Bertrand
x-davidl
Messages: 38
Registration: Apr 25, 2022 - 5:07 p.m.

December 4, 2023 - 4:17 PM

Hello Bertrand,

thank you very much for your message.
It does indeed seem to be working.

I'll test it on a few more computers

. Regards,
User avatar
blemoigne
Messages: 178
Registration: July 17, 2020 - 11:29

December 4, 2023 - 5:59 PM

Okay, thanks for the feedback. We'll fix it in the next version.

Bertrand
Locked