array(4 items)
   caller => "TYPO3\CMS\Core\Database\DatabaseConnection::exec_DELETEquery" (60 chars)
   ERROR => "Deadlock found when trying to get lock; try restarting transaction" (66 chars)
   lastBuiltQuery => "DELETE FROM tx_realurl_urldata WHERE rootpage_id=1 AND expire>0 AND speaking
      _url='highlights/?tx_selected_cardlisting%5Bcard%5D=1708&tx_selected_cardlis
      ting%5BlistPage%5D=77&tx_selected_cardlisting%5BurlPfadsegment%5D=&tx_select
      ed_cardlisting%5Bcity%5D=&tx_selected_cardlisting%5Baction%5D=show&tx_select
      ed_cardlisting%5Bcontroller%5D=Card&cHash=200afbf1a801c3f9f1a91f8498959f17' 
      AND request_variables LIKE '%"L":"0"%'" (418 chars)
   debug_backtrace => "call_user_func#34 // {closure}# // TYPO3\CMS\Frontend\Http\Application->run#
      33 // TYPO3\CMS\Core\Core\Bootstrap->handleRequest#78 // TYPO3\CMS\Frontend\
      Http\RequestHandler->handleRequest#302 // TYPO3\CMS\Frontend\Page\PageGenera
      tor::renderContent#216 // TYPO3\CMS\Frontend\ContentObject\ContentObjectRend
      erer->cObjGet#210 // TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer-
      >cObjGetSingle#805 // TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer
      ->render#859 // TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject-
      >render#943 // TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->
      renderFluidView#102 // TYPO3\CMS\Fluid\View\AbstractTemplateView->render#300
       // FluidCache_Standalone_layout_selectedCardDetails_8917a4385c64b5297c3cdb6
      8bb2cfa67bc853321->render#189 // TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelpe
      r::renderStatic#155 // TYPO3\CMS\Fluid\View\AbstractTemplateView->renderPart
      ial#119 // FluidCache_Standalone_partial_selectedNav_b0331d131f8930dae9a2e40
      ff495a68681fbc93e->render#288 // TYPO3\CMS\Fluid\Core\ViewHelper\AbstractVie
      wHelper->initializeArgumentsAndRender#2593 // TYPO3\CMS\Fluid\Core\ViewHelpe
      r\AbstractViewHelper->callRenderMethod#249 // call_user_func_array#268 // TY
      PO3\CMS\Fluid\ViewHelpers\CObjectViewHelper->render# // TYPO3\CMS\Frontend\C
      ontentObject\ContentObjectRenderer->cObjGetSingle#119 // TYPO3\CMS\Frontend\
      ContentObject\ContentObjectRenderer->render#859 // TYPO3\CMS\Frontend\Conten
      tObject\ContentObjectArrayContentObject->render#943 // TYPO3\CMS\Frontend\Co
      ntentObject\ContentObjectRenderer->cObjGet#41 // TYPO3\CMS\Frontend\ContentO
      bject\ContentObjectRenderer->cObjGetSingle#805 // TYPO3\CMS\Frontend\Content
      Object\ContentObjectRenderer->render#859 // TYPO3\CMS\Frontend\ContentObject
      \TextContentObject->render#943 // TYPO3\CMS\Frontend\ContentObject\ContentOb
      jectRenderer->stdWrap#43 // TYPO3\CMS\Frontend\ContentObject\ContentObjectRe
      nderer->stdWrap_typolink#2463 // TYPO3\CMS\Frontend\ContentObject\ContentObj
      ectRenderer->typoLink#35..." (2530 chars)

TYPO3 Exception
Uncaught TYPO3 Exception
#1297933823: Object of type Softcon\Selected\Domain\Model\Card with identity "1708" not found. (More information)

TYPO3\CMS\Extbase\Property\Exception\TargetNotFoundException thrown in file
/kunden/486026_6380/webseiten/selected.de_typo3/typo3_src-7.6.9/typo3/sysext/extbase/Classes/Property/TypeConverter/PersistentObjectConverter.php in line 223.

24 TYPO3\CMS\Extbase\Property\TypeConverter\PersistentObjectConverter::fetchObjectFromPersistence("1708", "Softcon\Selected\Domain\Model\Card")

/kunden/486026_6380/webseiten/selected.de_typo3/typo3_src-7.6.9/typo3/sysext/extbase/Classes/Property/TypeConverter/PersistentObjectConverter.php:
00156:                 return null;
00157:             }
00158:             $object = $this->fetchObjectFromPersistence($source, $targetType);
00159:         } else {
00160:             throw new \InvalidArgumentException('Only integers, strings and arrays are accepted.', 1305630314);

23 TYPO3\CMS\Extbase\Property\TypeConverter\PersistentObjectConverter::convertFrom("1708", "Softcon\Selected\Domain\Model\Card", array, TYPO3\CMS\Extbase\Mvc\Controller\MvcPropertyMappingConfiguration)

/kunden/486026_6380/webseiten/selected.de_typo3/typo3_src-7.6.9/typo3/sysext/extbase/Classes/Property/PropertyMapper.php:
00197:             }
00198:         }
00199:         $result = $typeConverter->convertFrom($source, $targetType, $convertedChildProperties, $configuration);
00200: 
00201:         if ($result instanceof \TYPO3\CMS\Extbase\Error\Error) {

22 TYPO3\CMS\Extbase\Property\PropertyMapper::doMapping("1708", "Softcon\Selected\Domain\Model\Card", TYPO3\CMS\Extbase\Mvc\Controller\MvcPropertyMappingConfiguration, array)

/kunden/486026_6380/webseiten/selected.de_typo3/typo3_src-7.6.9/typo3/sysext/extbase/Classes/Property/PropertyMapper.php:
00117:         $this->messages = new \TYPO3\CMS\Extbase\Error\Result();
00118:         try {
00119:             $result = $this->doMapping($source, $targetType, $configuration, $currentPropertyPath);
00120:             if ($result instanceof \TYPO3\CMS\Extbase\Error\Error) {
00121:                 return null;

21 TYPO3\CMS\Extbase\Property\PropertyMapper::convert("1708", "Softcon\Selected\Domain\Model\Card", TYPO3\CMS\Extbase\Mvc\Controller\MvcPropertyMappingConfiguration)

/kunden/486026_6380/webseiten/selected.de_typo3/typo3_src-7.6.9/typo3/sysext/extbase/Classes/Mvc/Controller/Argument.php:
00268:         }
00269:         try {
00270:             $this->value = $this->propertyMapper->convert($rawValue, $this->dataType, $this->propertyMappingConfiguration);
00271:         } catch (TargetNotFoundException $e) {
00272:             // for optional arguments no exeption is thrown.

20 TYPO3\CMS\Extbase\Mvc\Controller\Argument::setValue("1708")

/kunden/486026_6380/webseiten/selected.de_typo3/typo3_src-7.6.9/typo3/sysext/extbase/Classes/Mvc/Controller/AbstractController.php:
00426:             $argumentName = $argument->getName();
00427:             if ($this->request->hasArgument($argumentName)) {
00428:                 $argument->setValue($this->request->getArgument($argumentName));
00429:             } elseif ($argument->isRequired()) {
00430:                 throw new \TYPO3\CMS\Extbase\Mvc\Controller\Exception\RequiredArgumentMissingException('Required argument "' . $argumentName . '" is not set for ' . $this->request->getControllerObjectName() . '->' . $this->request->getControllerActionName() . '.', 1298012500);

19 TYPO3\CMS\Extbase\Mvc\Controller\AbstractController::mapRequestArgumentsToControllerArguments()

/kunden/486026_6380/webseiten/selected.de_typo3/typo3_src-7.6.9/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php:
00168:             call_user_func(array($this, $actionInitializationMethodName));
00169:         }
00170:         $this->mapRequestArgumentsToControllerArguments();
00171:         $this->controllerContext = $this->buildControllerContext();
00172:         $this->view = $this->resolveView();

18 TYPO3\CMS\Extbase\Mvc\Controller\ActionController::processRequest(TYPO3\CMS\Extbase\Mvc\Web\Request, TYPO3\CMS\Extbase\Mvc\Web\Response)

/kunden/486026_6380/webseiten/selected.de_typo3/typo3_src-7.6.9/typo3/sysext/extbase/Classes/Mvc/Dispatcher.php:
00084:             $controller = $this->resolveController($request);
00085:             try {
00086:                 $controller->processRequest($request, $response);
00087:             } catch (\TYPO3\CMS\Extbase\Mvc\Exception\StopActionException $ignoredException) {
00088:             }

17 TYPO3\CMS\Extbase\Mvc\Dispatcher::dispatch(TYPO3\CMS\Extbase\Mvc\Web\Request, TYPO3\CMS\Extbase\Mvc\Web\Response)

/kunden/486026_6380/webseiten/selected.de_typo3/typo3_src-7.6.9/typo3/sysext/extbase/Classes/Mvc/Web/FrontendRequestHandler.php:
00067:         /** @var $response \TYPO3\CMS\Extbase\Mvc\ResponseInterface */
00068:         $response = $this->objectManager->get(\TYPO3\CMS\Extbase\Mvc\Web\Response::class);
00069:         $this->dispatcher->dispatch($request, $response);
00070:         return $response;
00071:     }

16 TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler::handleRequest()

/kunden/486026_6380/webseiten/selected.de_typo3/typo3_src-7.6.9/typo3/sysext/extbase/Classes/Core/Bootstrap.php:
00204:         $requestHandler = $requestHandlerResolver->resolveRequestHandler();
00205: 
00206:         $response = $requestHandler->handleRequest();
00207:         // If response is NULL after handling the request we need to stop
00208:         // This happens for instance, when a USER object was converted to a USER_INT

15 TYPO3\CMS\Extbase\Core\Bootstrap::handleRequest()

/kunden/486026_6380/webseiten/selected.de_typo3/typo3_src-7.6.9/typo3/sysext/extbase/Classes/Core/Bootstrap.php:
00191:     {
00192:         $this->initialize($configuration);
00193:         return $this->handleRequest();
00194:     }
00195: 

14 TYPO3\CMS\Extbase\Core\Bootstrap::run("", array)
13 call_user_func_array(array, array)

/kunden/486026_6380/webseiten/selected.de_typo3/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
07314:                         $content,
07315:                         $conf
07316:                     ));
07317:                 } else {
07318:                     $this->getTimeTracker()->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', 3);

12 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::callUserFunction("TYPO3\CMS\Extbase\Core\Bootstrap->run", array, "")

/kunden/486026_6380/webseiten/selected.de_typo3/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php:
00038:         }
00039:         $this->cObj->includeLibs($conf);
00040:         $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, '');
00041:         if ($this->cObj->doConvertToUserIntObject) {
00042:             $this->cObj->doConvertToUserIntObject = false;

11 TYPO3\CMS\Frontend\ContentObject\UserContentObject::render(array)

/kunden/486026_6380/webseiten/selected.de_typo3/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00941:         // Render content
00942:         try {
00943:             $content .= $contentObject->render($configuration);
00944:         } catch (ContentRenderingException $exception) {
00945:             // Content rendering Exceptions indicate a critical problem which should not be

10 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::render(TYPO3\CMS\Frontend\ContentObject\UserContentObject, array)

/kunden/486026_6380/webseiten/selected.de_typo3/typo3_src-7.6.9/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00857:                     $contentObject = $this->getContentObject($name);
00858:                     if ($contentObject) {
00859:                         $content .= $this->render($contentObject, $conf);
00860:                     } else {
00861:                         // Call hook functions for extra processing

9 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("USER", array)

/kunden/486026_6380/webseiten/selected.de_typo3/typo3_src-7.6.9/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03564:                             break;
03565:                         case 'FUNC':
03566:                             $incContent = $INTiS_cObj->cObjGetSingle('USER', $INTiS_config[$INTiS_key]['conf']);
03567:                             break;
03568:                         case 'POSTUSERFUNC':

8 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::INTincScript_process(array)

/kunden/486026_6380/webseiten/selected.de_typo3/typo3_src-7.6.9/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03509:             $INTiS_config = $this->config['INTincScript'];
03510:             $this->INTincScript_includeLibs($INTiS_config);
03511:             $this->INTincScript_process($INTiS_config);
03512:             // Check if there were new items added to INTincScript during the previous execution:
03513:             $INTiS_config = array_diff_assoc($this->config['INTincScript'], $INTiS_config);

7 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::recursivelyReplaceIntPlaceholdersInContent()

/kunden/486026_6380/webseiten/selected.de_typo3/typo3_src-7.6.9/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03475:         }
03476: 
03477:         $this->recursivelyReplaceIntPlaceholdersInContent();
03478:         $this->getTimeTracker()->push('Substitute header section');
03479:         $this->INTincScript_loadJSCode();

6 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::INTincScript()

/kunden/486026_6380/webseiten/selected.de_typo3/typo3_src-7.6.9/typo3/sysext/frontend/Classes/Http/RequestHandler.php:
00230:         if ($this->controller->isINTincScript()) {
00231:             $this->timeTracker->push('Non-cached objects', '');
00232:             $this->controller->INTincScript();
00233:             $this->timeTracker->pull();
00234:         }

5 TYPO3\CMS\Frontend\Http\RequestHandler::handleRequest(TYPO3\CMS\Core\Http\ServerRequest)

/kunden/486026_6380/webseiten/selected.de_typo3/typo3_src-7.6.9/typo3/sysext/core/Classes/Core/Bootstrap.php:
00300: 
00301:         // Execute the command which returns a Response object or NULL
00302:         $this->response = $requestHandler->handleRequest($request);
00303:         return $this;
00304:     }

4 TYPO3\CMS\Core\Core\Bootstrap::handleRequest(TYPO3\CMS\Core\Http\ServerRequest)

/kunden/486026_6380/webseiten/selected.de_typo3/typo3_src-7.6.9/typo3/sysext/frontend/Classes/Http/Application.php:
00076:     public function run(callable $execute = null)
00077:     {
00078:         $this->bootstrap->handleRequest(\TYPO3\CMS\Core\Http\ServerRequestFactory::fromGlobals());
00079: 
00080:         if ($execute !== null) {

3 TYPO3\CMS\Frontend\Http\Application::run()

/kunden/486026_6380/webseiten/selected.de_typo3/index.php:
00031: call_user_func(function () {
00032:     $classLoader = require rtrim(realpath(__DIR__ . '/typo3'), '\\/') . '/../vendor/autoload.php';
00033:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00034: });

2 {closure}()
1 call_user_func(Closure)

/kunden/486026_6380/webseiten/selected.de_typo3/index.php:
00032:     $classLoader = require rtrim(realpath(__DIR__ . '/typo3'), '\\/') . '/../vendor/autoload.php';
00033:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00034: });