You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we run the "Zend Server Deployment Task" the task fails due to an error. However, an application is succesfully deployed. The error we are getting is: Fatal error: Uncaught Error: Call to undefined method Zend\Console\Request::getMethod() in C:\Zend\ZendServer\data\plugins\zend_framework_2\zray\zray.php:197Stack trace:#0 C:\Zend\ZendServer\data\plugins\zend_framework_2\zray\zray.php(48): ZF2Extension\ZF2->collectRequest('finish', Object(Zend\Mvc\MvcEvent), Array)#1 phar://C:/Zend/ZendServer/data/libraries/ZendServerSDK/1.1.1/library/zs-client.phar/vendor/zendframework/zend-eventmanager/src/EventManager.php(2): ZF2Extension\ZF2->storeTriggerExit(Array, Array)#2 phar://C:/Zend/ZendServer/data/libraries/ZendServerSDK/1.1.1/library/zs-client.phar/vendor/zendframework/zend-mvc/src/Application.php(2): Zend\EventManager\EventManager->trigger('finish', Object(Zend\Mvc\MvcEvent))#3 phar://C:/Zend/ZendServer/data/libraries/ZendServerSDK/1.1.1/library/zs-client.phar/index.php(2): Zend\Mvc\Application->run()#4 C:\Zend\ZendServer\data\libraries\ZendServerSDK\1.1.1\library\zs-client.phar(14): require('phar://C:/Zend/...')#5 {main} thrown in C:\Zend\ZendServer\data\plugins\zend_framework_2\zray\zray.php on line 197
We are running a Zend Server 9 Enterprise on Windows 10 with Bamboo version 5.12.
The text was updated successfully, but these errors were encountered:
Hello,
When we run the "Zend Server Deployment Task" the task fails due to an error. However, an application is succesfully deployed. The error we are getting is:
Fatal error: Uncaught Error: Call to undefined method Zend\Console\Request::getMethod() in C:\Zend\ZendServer\data\plugins\zend_framework_2\zray\zray.php:197Stack trace:#0 C:\Zend\ZendServer\data\plugins\zend_framework_2\zray\zray.php(48): ZF2Extension\ZF2->collectRequest('finish', Object(Zend\Mvc\MvcEvent), Array)#1 phar://C:/Zend/ZendServer/data/libraries/ZendServerSDK/1.1.1/library/zs-client.phar/vendor/zendframework/zend-eventmanager/src/EventManager.php(2): ZF2Extension\ZF2->storeTriggerExit(Array, Array)#2 phar://C:/Zend/ZendServer/data/libraries/ZendServerSDK/1.1.1/library/zs-client.phar/vendor/zendframework/zend-mvc/src/Application.php(2): Zend\EventManager\EventManager->trigger('finish', Object(Zend\Mvc\MvcEvent))#3 phar://C:/Zend/ZendServer/data/libraries/ZendServerSDK/1.1.1/library/zs-client.phar/index.php(2): Zend\Mvc\Application->run()#4 C:\Zend\ZendServer\data\libraries\ZendServerSDK\1.1.1\library\zs-client.phar(14): require('phar://C:/Zend/...')#5 {main} thrown in C:\Zend\ZendServer\data\plugins\zend_framework_2\zray\zray.php on line 197
We are running a Zend Server 9 Enterprise on Windows 10 with Bamboo version 5.12.
The text was updated successfully, but these errors were encountered: