Array
(
    [name] => Zend_Controller_Dispatcher_Exception
    [file] => /home/www/cs/libs/Zend/Controller/Dispatcher/Standard.php
    [line] => 248
    [message] => Invalid controller specified (sitemap.xml)
    [code] => 0
    [source] => Array
        (
            [first] => 239
            [source] => Array
                (
                    [0] =>         $this->setResponse($response);

                    [1] => 

                    [2] =>         /**

                    [3] =>          * Get controller class

                    [4] =>          */

                    [5] =>         if (!$this->isDispatchable($request)) {

                    [6] =>             $controller = $request->getControllerName();

                    [7] =>             if (!$this->getParam('useDefaultControllerAlways') && !empty($controller)) {

                    [8] =>                 require_once 'Zend/Controller/Dispatcher/Exception.php';

                    [9] =>                 throw new Zend_Controller_Dispatcher_Exception('Invalid controller specified (' . $request->getControllerName() . ')');

                    [10] =>             }

                    [11] => 

                    [12] =>             $className = $this->getDefaultControllerClass($request);

                    [13] =>         } else {

                    [14] =>             $className = $this->getControllerClass($request);

                    [15] =>             if (!$className) {

                    [16] =>                 $className = $this->getDefaultControllerClass($request);

                    [17] =>             }

                    [18] =>         }

                )

        )

    [trace] => Array
        (
            [0] => Array
                (
                    [file] => /home/www/cs/libs/Zend/Controller/Front.php
                    [line] => 954
                    [function] => dispatch
                    [class] => Zend_Controller_Dispatcher_Standard
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Zend_Controller_Request_Http Object
                                (
                                    [_paramSources:protected] => Array
                                        (
                                            [0] => _GET
                                            [1] => _POST
                                        )

                                    [_requestUri:protected] => /sitemap.xml
                                    [_baseUrl:protected] => 
                                    [_basePath:protected] => 
                                    [_pathInfo:protected] => /sitemap.xml
                                    [_params:protected] => Array
                                        (
                                            [controller] => sitemap.xml
                                            [action] => index
                                            [module] => default
                                            [error_handler] => ArrayObject Object
                                                (
                                                    [storage:ArrayObject:private] => Array
                                                        (
                                                            [exception] => Zend_Controller_Dispatcher_Exception Object
                                                                (
                                                                    [_previous:Zend_Exception:private] => 
                                                                    [message:protected] => Invalid controller specified (sitemap.xml)
                                                                    [string:Exception:private] => 
                                                                    [code:protected] => 0
                                                                    [file:protected] => /home/www/cs/libs/Zend/Controller/Dispatcher/Standard.php
                                                                    [line:protected] => 248
                                                                    [trace:Exception:private] => Array
 *RECURSION*
                                                                    [previous:Exception:private] => 
                                                                )

                                                            [type] => EXCEPTION_NO_CONTROLLER
                                                            [request] => Zend_Controller_Request_Http Object
                                                                (
                                                                    [_paramSources:protected] => Array
                                                                        (
                                                                            [0] => _GET
                                                                            [1] => _POST
                                                                        )

                                                                    [_requestUri:protected] => /sitemap.xml
                                                                    [_baseUrl:protected] => 
                                                                    [_basePath:protected] => 
                                                                    [_pathInfo:protected] => /sitemap.xml
                                                                    [_params:protected] => Array
                                                                        (
                                                                            [controller] => sitemap.xml
                                                                            [action] => index
                                                                            [module] => default
                                                                        )

                                                                    [_rawBody:protected] => 
                                                                    [_aliases:protected] => Array
                                                                        (
                                                                        )

                                                                    [_dispatched:protected] => 1
                                                                    [_module:protected] => default
                                                                    [_moduleKey:protected] => module
                                                                    [_controller:protected] => sitemap.xml
                                                                    [_controllerKey:protected] => controller
                                                                    [_action:protected] => index
                                                                    [_actionKey:protected] => action
                                                                )

                                                        )

                                                )

                                        )

                                    [_rawBody:protected] => 
                                    [_aliases:protected] => Array
                                        (
                                        )

                                    [_dispatched:protected] => 1
                                    [_module:protected] => default
                                    [_moduleKey:protected] => module
                                    [_controller:protected] => error
                                    [_controllerKey:protected] => controller
                                    [_action:protected] => error
                                    [_actionKey:protected] => action
                                )

                            [1] => Zend_Controller_Response_Http Object
                                (
                                    [_body:protected] => Array
                                        (
                                        )

                                    [_exceptions:protected] => Array
                                        (
                                            [0] => Zend_Controller_Dispatcher_Exception Object
                                                (
                                                    [_previous:Zend_Exception:private] => 
                                                    [message:protected] => Invalid controller specified (sitemap.xml)
                                                    [string:Exception:private] => 
                                                    [code:protected] => 0
                                                    [file:protected] => /home/www/cs/libs/Zend/Controller/Dispatcher/Standard.php
                                                    [line:protected] => 248
                                                    [trace:Exception:private] => Array
 *RECURSION*
                                                    [previous:Exception:private] => 
                                                )

                                        )

                                    [_headers:protected] => Array
                                        (
                                        )

                                    [_headersRaw:protected] => Array
                                        (
                                        )

                                    [_httpResponseCode:protected] => 200
                                    [_isRedirect:protected] => 
                                    [_renderExceptions:protected] => 
                                    [headersSentThrowsException] => 1
                                )

                        )

                )

            [1] => Array
                (
                    [file] => /home/www/cs/libs/Dk/Bootstrap.php
                    [line] => 220
                    [function] => dispatch
                    [class] => Zend_Controller_Front
                    [type] => ->
                    [args] => Array
                        (
                        )

                )

            [2] => Array
                (
                    [file] => /home/www/cs/libs/Dk/Bootstrap.php
                    [line] => 251
                    [function] => _runFront
                    [class] => Dk_Bootstrap
                    [type] => ->
                    [args] => Array
                        (
                        )

                )

            [3] => Array
                (
                    [file] => /home/www/cs/public/index.php
                    [line] => 26
                    [function] => runForWeb
                    [class] => Dk_Bootstrap
                    [type] => ->
                    [args] => Array
                        (
                        )

                )

        )

    [tables] => Array
        (
            [GET Data] => Array
                (
                )

            [POST Data] => Array
                (
                )

            [Files] => Array
                (
                )

        )

    [echo] => 
)