# PluginManager: FastCGI Server: comm with Server aborted (read failed)

**URL:** https://forum.shopware.com/t/pluginmanager-fastcgi-server-comm-with-server-aborted-read-failed/45643
**Category:** Programmierung
**Created:** [9. Mai 2017 um 10:40 UTC](https://forum.shopware.com/t/pluginmanager-fastcgi-server-comm-with-server-aborted-read-failed/45643 "2017-05-09T10:40:54Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![floatax1](https://avatars.discourse-cdn.com/v4/letter/f/50afbb/32.png) [@floatax1](https://forum.shopware.com/u/floatax1)
#### Post date: [9. Mai 2017 um 10:40 UTC](https://forum.shopware.com/t/pluginmanager-fastcgi-server-comm-with-server-aborted-read-failed/45643/1 "2017-05-09T10:40:54Z")

</div>

Hallo,

nach einem Update von Shopware 4 auf 5.2.22 funktioniert der PluginManager nicht mehr richtig.

Es wird keine Liste der installierten Plugins ausgegeben. Der Request wird vom Server mit einem Internal Server Error abgebrochen, leider finde ich einfach keine vernünftige Fehlermeldung dazu.

Im PHP/FastCGI Error Log finde ich lediglich eine Fehlermeldung:

```
[Tue May 09 12:34:27 2017] [error] [client xxx.xxx.xxx.xx] (104)Connection reset by peer: FastCGI: comm with server "/opt/pdadmin/etc/phpfcgi/markedbu/starter" aborted: read failed
[Tue May 09 12:34:27 2017] [error] [client xxx.xxx.xxx.xx] FastCGI: incomplete headers (0 bytes) received from server "/opt/pdadmin/etc/phpfcgi/markedbu/starter"

```

Der Fehler tritt scheinbar überall dort auf, wo die Variable $pluginManager vom PluginInstallerService abgerufen werden soll, z.B. hier (/engine/Shopware/Plugins/Default/Backend/PluginManager/Controllers/Backend/PluginManager.php, Zeile 284)

```
/** @var InstallerService $pluginManager */
$pluginManager = $this->get('shopware_plugininstaller.plugin_manager');
$pluginManager->refreshPluginList();

```

Hatte bereits jemand dieses Problem und weiß eine Lösung?

Gruß  
Chris
