#Server cut out

5 messages · Page 1 of 1 (latest)

loud furnace
#

Hi my server was running fine for a day then I get this error. I dont understand why it keeps happening

[Jul 18 17:17:19.963] making request to external HTTP endpoint endpoint=h ttp://192.168.1.148/api/remote/servers/reset headers=map[Accept:[application/vnd .pterodactyl.v1+json] Authorization:[(redacted)] Content-Type:[application/json] User-Agent:[Pterodactyl Wings/v1.11.6 (id:iYu8G0zJSjn9RseQ)]] method=POST
DEBUG: [Jul 18 17:17:19.963] sending internal activity events to Panel cron=acti vity subsystem=cron
FATAL: [Jul 18 17:17:19.964] failed to configure HTTP server error=listen tcp 0. 0.0.0:8080: bind: address already in use

shadow reefBOT
#

You already have an instance of Wings running through systemd service and are trying to start another duplicate instance, for example by using the commands wings and wings --debug, or another service is using the port.

Use ss -plnt | grep :8080 (or grep :8443 depending on the port) to find what process is currently running and stop it. You can type killall wings to shutdown any ghost Wings process.

loud furnace
#

DEBUG: [Jul 18 17:21:04.651] sending internal activity events to Panel cron=activity subsystem=cron
FATAL: [Jul 18 17:21:04.652] failed to configure HTTP server error=listen tcp 0.0.0.0:8080: bind: address already in use

shadow reefBOT
#

You already have an instance of Wings running through systemd service and are trying to start another duplicate instance, for example by using the commands wings and wings --debug, or another service is using the port.

Use ss -plnt | grep :8080 (or grep :8443 depending on the port) to find what process is currently running and stop it. You can type killall wings to shutdown any ghost Wings process.

loud furnace
#

after killing and starting wings the problem is still present