• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Application Vault 502 Bad Gateway

Lacoii

New Pleskian
Hi,

When i open the page i get the error: "502 Bad Gateway"

with strace i get the following error:
Code:
connect(14, {sa_family=AF_FILE, path="/var/run/mysqld/mysqld.sock"}, 110) = 0
setsockopt(14, SOL_IP, IP_TOS, [8], 4)  = -1 EOPNOTSUPP (Operation not supported)
setsockopt(14, SOL_SOCKET, SO_KEEPALIVE, [1], 4) = 0

Any ideas?

System: Debian 7.5
Mysql: 5.6.19
Plesk: 12.0.18
 
There are bunch of KB articles regarding "502 Bad Gateway" error. Have you checked them?
 
Yes i have checked them. No one work for me.

/var/log/sw-cp-server/error.log
Code:
[error] 2809#0: *4 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: xxx.xxx.xxx.xxx, server: , request: "GET /admin/app/usage HTTP/1.1", upstream: "fastcgi://unix:/var/run/sw-engine.sock:", host: "plesk.domain.com:8443", referrer: "https://plesk.domain.com:8443/admin/server/tools?context=tools"

I can't find any possible solution.
 
Last edited:
No solution for my problem?

MySQL Query Log:
Last SQL Query when i open the page:
Code:
                  132 Query     SET NAMES latin1
                  132 Query     SET character_set_results = NULL
                  132 Query     SET SQL_AUTO_IS_NULL = 0
                  132 Query     SET AUTOCOMMIT=0
                  132 Query     set @@sql_select_limit=DEFAULT
                  132 Query     SELECT `xxxxx`.`uid`, `xxxxx`.`master_match`, `xxxxx`.`version`, `xxxxx`.`release`, `xxxxx`.`series_id` FROM (`aps_package` `xxxxx` INNER JOIN `aps_registry_object` `xxxxx` ON (`xxxxx`.`registry_object_id`) = (`xxxxx`.`id`))
 
Last edited:
Back
Top