Zend_Http_Client_Adapter_Exception

Hi zusammen, wie der Threadtitel schon sagt, bekomme ich in letzter Zeit direkt nach dem Login diesen Stack Trace zugemailt: essage: exception 'Zend\_Http\_Client\_Adapter\_Exception' with message 'Read timed out after 5 seconds' in /html/shopware/engine/Library/Zend/Http/Client/Adapter/Socket.php:511 Stack trace: #0 /html/shopware/engine/Library/Zend/Http/Client/Adapter/Socket.php(329): Zend\_Http\_Client\_Adapter\_Socket-\>\_checkSocketReadTimeout() #1 /html/shopware/engine/Library/Zend/Http/Client.php(1075): Zend\_Http\_Client\_Adapter\_Socket-\>read() #2 /html/shopware/engine/Shopware/Plugins/Default/Backend/SwagUpdate/Components/UpdateCheck.php(117): Zend\_Http\_Client-\>request() #3 /html/shopware/engine/Shopware/Plugins/Default/Backend/SwagUpdate/Controllers/Backend/SwagUpdate.php(494): ShopwarePlugins\SwagUpdate\Components\UpdateCheck-\>checkUpdate('4.3.2', Array) #4 /html/shopware/engine/Shopware/Plugins/Default/Backend/SwagUpdate/Controllers/Backend/SwagUpdate.php(252): Shopware\_Controllers\_Backend\_SwagUpdate-\>fetchUpdateVersion() #5 /html/shopware/engine/Library/Enlight/Controller/Action.php(159): Shopware\_Controllers\_Backend\_SwagUpdate-\>popupAction() #6 /html/shopware/engine/Library/Enlight/Controller/Dispatcher/Default.php(528): Enlight\_Controller\_Action-\>dispatch('popupAction') #7 /html/shopware/engine/Library/Enlight/Controller/Front.php(228): Enlight\_Controller\_Dispatcher\_Default-\>dispatch(Object(Enlight\_Controller\_Request\_RequestHttp), Object(Enlight\_Controller\_Response\_ResponseHttp)) #8 /html/shopware/engine/Shopware/Kernel.php(141): Enlight\_Controller\_Front-\>dispatch() #9 /html/shopware/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(472): Shopware\Kernel-\>handle(Object(Symfony\Component\HttpFoundation\Request), 1, true) #10 /html/shopware/engine/Shopware/Components/HttpCache/AppCache.php(256): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL) #11 /html/shopware/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php(243): Shopware\Components\HttpCache\AppCache-\>forward(Object(Symfony\Component\HttpFoundation\Request), true) #12 /html/shopware/engine/Shopware/Components/HttpCache/AppCache.php(102): Symfony\Component\HttpKernel\HttpCache\HttpCache-\>pass(Object(Symfony\Component\HttpFoundation\Request), true) #13 /html/shopware/shopware.php(109): Shopware\Components\HttpCache\AppCache-\>handle(Object(Symfony\Component\HttpFoundation\Request)) #14 {main} Time: 2015-03-10T09:10:54.358162+0100 Channel: core request: {"uri":"/backend/SwagUpdate/popup?\_dc=1425975047407","method":"GET","query":{"\_dc":"1425975047407","module":"backend","controller":"SwagUpdate","action":"popup"},"post":[]} session: {"userId":"50","roleId":"1"} shop: No shop data available Kann jemand damit was anfangen? Vielen Dank und viele Grüße vom Chris

Hallo, der Stacktrace deutet ja erstmal auf den Autoupdater hin. Es scheint als könne er keine Verbindung zum Store herstellen und landet nach 5 Sekunden in einem Timeout. Der Autoupdater prüft ja direkt bei Login ob es eine neue Version gibt. Das solltst du einfach testen können, indem du einmal das Plugin „Autoupdate“ deaktivierst und dann schaust, ob der Fehler noch auftritt. Grüße Moritz

Danke Moritz, das werde ich direkt mal ausprobieren. Das “Problem” tritt allerdings nur sporadisch auf.

Hallo da, wo kann ich das Autoupdate denn aus schalten? Solang ich das DHL Plugin aktiviert lasse, können keine Bestellungen durchgeführt werden. Sobald ich das Plugin deaktiviere, kann ich ohne Fehler oder Ups bestellen. Gibt es Ideen zur Lösung des Problems?