Uncaught TYPO3 Exception
#1297759968: Exception while property mapping at property path "":Object with identity "146" not found. (More information)

TYPO3\CMS\Extbase\Property\Exception thrown in file
/data/www/htdocs/innovationspreis-thueringen.de/typo3_src-6.2.6/typo3/sysext/extbase/Classes/Property/PropertyMapper.php in line 106.

27 TYPO3\CMS\Extbase\Property\PropertyMapper::convert("146", "Tx_News_Domain_Model_News", TYPO3\CMS\Extbase\Mvc\Controller\MvcPropertyMappingConfiguration)

/data/www/htdocs/innovationspreis-thueringen.de/typo3_src-6.2.6/typo3/sysext/extbase/Classes/Mvc/Controller/Argument.php:
00372:     return $this;
00373:    }
00374:    $this->value = $this->propertyMapper->convert($rawValue, $this->dataType, $this->propertyMappingConfiguration);
00375:    $this->validationResults = $this->propertyMapper->getMessages();
00376:    if ($this->validator !== NULL) {

26 TYPO3\CMS\Extbase\Mvc\Controller\Argument::setValue("146")

/data/www/htdocs/innovationspreis-thueringen.de/typo3_src-6.2.6/typo3/sysext/extbase/Classes/Mvc/Controller/AbstractController.php:
00421:     $argumentName = $argument->getName();
00422:     if ($this->request->hasArgument($argumentName)) {
00423:      $argument->setValue($this->request->getArgument($argumentName));
00424:     } elseif ($argument->isRequired()) {
00425:      throw new \TYPO3\CMS\Extbase\Mvc\Controller\Exception\RequiredArgumentMissingException('Required argument "' . $argumentName . '" is not set.', 1298012500);

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

/data/www/htdocs/innovationspreis-thueringen.de/typo3_src-6.2.6/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php:
00148:    call_user_func(array($this, $actionInitializationMethodName));
00149:   }
00150:   $this->mapRequestArgumentsToControllerArguments();
00151:   $this->checkRequestHash();
00152:   $this->controllerContext = $this->buildControllerContext();

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

/data/www/htdocs/innovationspreis-thueringen.de/typo3_src-6.2.6/typo3/sysext/extbase/Classes/Mvc/Dispatcher.php:
00067:    $controller = $this->resolveController($request);
00068:    try {
00069:     $controller->processRequest($request, $response);
00070:    } catch (\TYPO3\CMS\Extbase\Mvc\Exception\StopActionException $ignoredException) {
00071:    }

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

/data/www/htdocs/innovationspreis-thueringen.de/typo3_src-6.2.6/typo3/sysext/extbase/Classes/Mvc/Web/FrontendRequestHandler.php:
00054:   /** @var $response \TYPO3\CMS\Extbase\Mvc\ResponseInterface */
00055:   $response = $this->objectManager->get('TYPO3\\CMS\\Extbase\\Mvc\\Web\\Response');
00056:   $this->dispatcher->dispatch($request, $response);
00057:   return $response;
00058:  }

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

/data/www/htdocs/innovationspreis-thueringen.de/typo3_src-6.2.6/typo3/sysext/extbase/Classes/Core/Bootstrap.php:
00193:   $requestHandler = $requestHandlerResolver->resolveRequestHandler();
00194: 
00195:   $response = $requestHandler->handleRequest();
00196:   // If response is NULL after handling the request we need to stop
00197:   // This happens for instance, when a USER object was converted to a USER_INT

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

/data/www/htdocs/innovationspreis-thueringen.de/typo3_src-6.2.6/typo3/sysext/extbase/Classes/Core/Bootstrap.php:
00182:  public function run($content, $configuration) {
00183:   $this->initialize($configuration);
00184:   return $this->handleRequest();
00185:  }
00186: 

20 TYPO3\CMS\Extbase\Core\Bootstrap::run("", array)
19 call_user_func_array(array, array)

/data/www/htdocs/innovationspreis-thueringen.de/typo3_src-6.2.6/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
06577:       $content,
06578:       $conf
06579:      ));
06580:     } else {
06581:      $GLOBALS['TT']->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', 3);

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

/data/www/htdocs/innovationspreis-thueringen.de/typo3_src-6.2.6/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php:
00039:   }
00040:   $this->cObj->includeLibs($conf);
00041:   $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, '');
00042:   if ($this->cObj->doConvertToUserIntObject) {
00043:    $this->cObj->doConvertToUserIntObject = FALSE;

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

/data/www/htdocs/innovationspreis-thueringen.de/typo3_src-6.2.6/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00749:      $contentObject = $this->getContentObject($name);
00750:      if ($contentObject) {
00751:       $content .= $contentObject->render($conf);
00752:      } else {
00753:       // Call hook functions for extra processing

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

/data/www/htdocs/innovationspreis-thueringen.de/typo3_src-6.2.6/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php:
00040:   $key = strlen($conf[$key]) ? $key : 'default';
00041:   $name = $conf[$key];
00042:   $theValue = $this->cObj->cObjGetSingle($name, $conf[$key . '.'], $key);
00043:   if (isset($conf['stdWrap.'])) {
00044:    $theValue = $this->cObj->stdWrap($theValue, $conf['stdWrap.']);

15 TYPO3\CMS\Frontend\ContentObject\CaseContentObject::render(array)

/data/www/htdocs/innovationspreis-thueringen.de/typo3_src-6.2.6/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00749:      $contentObject = $this->getContentObject($name);
00750:      if ($contentObject) {
00751:       $content .= $contentObject->render($conf);
00752:      } else {
00753:       // Call hook functions for extra processing

14 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("CASE", array, "20")

/data/www/htdocs/innovationspreis-thueringen.de/typo3_src-6.2.6/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00694:     if ((int)$theKey && strpos($theKey, '.') === FALSE) {
00695:      $conf = $setup[$theKey . '.'];
00696:      $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
00697:     }
00698:    }

13 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGet(array)

/data/www/htdocs/innovationspreis-thueringen.de/typo3_src-6.2.6/typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php:
00038: 
00039:   $this->cObj->includeLibs($conf);
00040:   $content = $this->cObj->cObjGet($conf);
00041:   $wrap = isset($conf['wrap.']) ? $this->cObj->stdWrap($conf['wrap'], $conf['wrap.']) : $conf['wrap'];
00042:   if ($wrap) {

12 TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject::render(array)

/data/www/htdocs/innovationspreis-thueringen.de/typo3_src-6.2.6/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00749:      $contentObject = $this->getContentObject($name);
00750:      if ($contentObject) {
00751:       $content .= $contentObject->render($conf);
00752:      } else {
00753:       // Call hook functions for extra processing

11 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("COA", array, "list")

/data/www/htdocs/innovationspreis-thueringen.de/typo3_src-6.2.6/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php:
00040:   $key = strlen($conf[$key]) ? $key : 'default';
00041:   $name = $conf[$key];
00042:   $theValue = $this->cObj->cObjGetSingle($name, $conf[$key . '.'], $key);
00043:   if (isset($conf['stdWrap.'])) {
00044:    $theValue = $this->cObj->stdWrap($theValue, $conf['stdWrap.']);

10 TYPO3\CMS\Frontend\ContentObject\CaseContentObject::render(array)

/data/www/htdocs/innovationspreis-thueringen.de/typo3_src-6.2.6/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00749:      $contentObject = $this->getContentObject($name);
00750:      if ($contentObject) {
00751:       $content .= $contentObject->render($conf);
00752:      } else {
00753:       // Call hook functions for extra processing

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

/data/www/htdocs/innovationspreis-thueringen.de/typo3_src-6.2.6/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00731:     // Getting the cObject
00732:     $GLOBALS['TT']->incStackPointer();
00733:     $content .= $this->cObjGetSingle($name, $conf, $key);
00734:     $GLOBALS['TT']->decStackPointer();
00735:    } else {

8 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("<tt_content", NULL, "")

/data/www/htdocs/innovationspreis-thueringen.de/typo3_src-6.2.6/typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php:
00105:        $this->cObj->lastChanged($row['tstamp']);
00106:        $cObj->start($row, $conf['table']);
00107:        $tmpValue = $cObj->cObjGetSingle($renderObjName, $renderObjConf, $renderObjKey);
00108:        $cobjValue .= $tmpValue;
00109:       }

7 TYPO3\CMS\Frontend\ContentObject\ContentContentObject::render(array)

/data/www/htdocs/innovationspreis-thueringen.de/typo3_src-6.2.6/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00749:      $contentObject = $this->getContentObject($name);
00750:      if ($contentObject) {
00751:       $content .= $contentObject->render($conf);
00752:      } else {
00753:       // Call hook functions for extra processing

6 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("CONTENT", array, "subparts.CONTENT")

/data/www/htdocs/innovationspreis-thueringen.de/typo3_src-6.2.6/typo3/sysext/frontend/Classes/ContentObject/TemplateContentObject.php:
00126:      $this->cObj->data[$this->cObj->currentValKey] = $GLOBALS['TSFE']->register['SUBPART_' . $theKey];
00127:      // Get subpart cObject and substitute it!
00128:      $subpartArray[$PRE . $theKey . $POST] = $this->cObj->cObjGetSingle($theValue['name'], $theValue['conf'], 'subparts.' . $theKey);
00129:     }
00130:     // Reset current to empty

5 TYPO3\CMS\Frontend\ContentObject\TemplateContentObject::render(array)

/data/www/htdocs/innovationspreis-thueringen.de/typo3_src-6.2.6/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00749:      $contentObject = $this->getContentObject($name);
00750:      if ($contentObject) {
00751:       $content .= $contentObject->render($conf);
00752:      } else {
00753:       // Call hook functions for extra processing

4 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("TEMPLATE", array, "10")

/data/www/htdocs/innovationspreis-thueringen.de/typo3_src-6.2.6/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00694:     if ((int)$theKey && strpos($theKey, '.') === FALSE) {
00695:      $conf = $setup[$theKey . '.'];
00696:      $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
00697:     }
00698:    }

3 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGet(array)

/data/www/htdocs/innovationspreis-thueringen.de/typo3_src-6.2.6/typo3/sysext/frontend/Classes/Page/PageGenerator.php:
00222:   $GLOBALS['TT']->incStackPointer();
00223:   $GLOBALS['TT']->push($GLOBALS['TSFE']->sPre, 'PAGE');
00224:   $pageContent = $GLOBALS['TSFE']->cObj->cObjGet($GLOBALS['TSFE']->pSetup);
00225:   if ($GLOBALS['TSFE']->pSetup['wrap']) {
00226:    $pageContent = $GLOBALS['TSFE']->cObj->wrap($pageContent, $GLOBALS['TSFE']->pSetup['wrap']);

2 TYPO3\CMS\Frontend\Page\PageGenerator::renderContent()

/data/www/htdocs/innovationspreis-thueringen.de/typo3_src-6.2.6/typo3/sysext/cms/tslib/index_ts.php:
00209:   // Content generation
00210:   if (!$TSFE->isINTincScript()) {
00211:    \TYPO3\CMS\Frontend\Page\PageGenerator::renderContent();
00212:    $TSFE->setAbsRefPrefix();
00213:   }

1 require("/data/www/htdocs/innovationspreis-thueringen.de/typo3_src-6.2.6/typo3/sysext/cms/tslib/index_ts.php")

/data/www/htdocs/innovationspreis-thueringen.de/typo3_src-6.2.6/index.php:
00026:  ->redirectToInstallerIfEssentialConfigurationDoesNotExist();
00027: 
00028: require(PATH_tslib . 'index_ts.php');