Uncaught TYPO3 Exception
#1297759968: Exception while property mapping at property path "":The identity property "MA" is no UID. (More information)

TYPO3\CMS\Extbase\Property\Exception thrown in file
/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/extbase/Classes/Property/PropertyMapper.php in line 112.

47 TYPO3\CMS\Extbase\Property\PropertyMapper::convert("MA", "ONM\HskoblenzStudyPrograms\Domain\Model\Degree", TYPO3\CMS\Extbase\Mvc\Controller\MvcPropertyMappingConfiguration)

/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/extbase/Classes/Mvc/Controller/Argument.php:
00376:    }
00377:    try {
00378:     $this->value = $this->propertyMapper->convert($rawValue, $this->dataType, $this->propertyMappingConfiguration);
00379:    } catch (TargetNotFoundException $e) {
00380:     // for optional arguments no exeption is thrown.

46 TYPO3\CMS\Extbase\Mvc\Controller\Argument::setValue("MA")

/usr/share/typo3/typo3_src-6.2.15/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 for ' . $this->request->getControllerObjectName() . '->' . $this->request->getControllerActionName() . '.', 1298012500);

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

/usr/share/typo3/typo3_src-6.2.15/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();

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

/usr/share/typo3/typo3_src-6.2.15/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:    }

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

/usr/share/typo3/typo3_src-6.2.15/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:  }

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

/usr/share/typo3/typo3_src-6.2.15/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

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

/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/extbase/Classes/Core/Bootstrap.php:
00182:  public function run($content, $configuration) {
00183:   $this->initialize($configuration);
00184:   return $this->handleRequest();
00185:  }
00186: 

40 TYPO3\CMS\Extbase\Core\Bootstrap::run("", array)
39 call_user_func_array(array, array)

/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
06632:       $content,
06633:       $conf
06634:      ));
06635:     } else {
06636:      $GLOBALS['TT']->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', 3);

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

/usr/share/typo3/typo3_src-6.2.15/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;

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

/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00750:      $contentObject = $this->getContentObject($name);
00751:      if ($contentObject) {
00752:       $content .= $contentObject->render($conf);
00753:      } else {
00754:       // Call hook functions for extra processing

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

/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php:
00043:    $theValue = '';
00044:   } else {
00045:    $theValue = $this->cObj->cObjGetSingle($conf[$key], $conf[$key . '.'], $key);
00046:   }
00047:   if (isset($conf['stdWrap.'])) {

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

/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00750:      $contentObject = $this->getContentObject($name);
00751:      if ($contentObject) {
00752:       $content .= $contentObject->render($conf);
00753:      } else {
00754:       // Call hook functions for extra processing

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

/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00695:     if ((int)$theKey && strpos($theKey, '.') === FALSE) {
00696:      $conf = $setup[$theKey . '.'];
00697:      $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
00698:     }
00699:    }

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

/usr/share/typo3/typo3_src-6.2.15/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) {

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

/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00750:      $contentObject = $this->getContentObject($name);
00751:      if ($contentObject) {
00752:       $content .= $contentObject->render($conf);
00753:      } else {
00754:       // Call hook functions for extra processing

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

/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php:
00043:    $theValue = '';
00044:   } else {
00045:    $theValue = $this->cObj->cObjGetSingle($conf[$key], $conf[$key . '.'], $key);
00046:   }
00047:   if (isset($conf['stdWrap.'])) {

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

/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00750:      $contentObject = $this->getContentObject($name);
00751:      if ($contentObject) {
00752:       $content .= $contentObject->render($conf);
00753:      } else {
00754:       // Call hook functions for extra processing

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

/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00732:     // Getting the cObject
00733:     $GLOBALS['TT']->incStackPointer();
00734:     $content .= $this->cObjGetSingle($name, $conf, $key);
00735:     $GLOBALS['TT']->decStackPointer();
00736:    } else {

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

/usr/share/typo3/typo3_src-6.2.15/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:       }

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

/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00750:      $contentObject = $this->getContentObject($name);
00751:      if ($contentObject) {
00752:       $content .= $contentObject->render($conf);
00753:      } else {
00754:       // Call hook functions for extra processing

26 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("CONTENT", array)

/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php:
00115:    $setup = $setup[$segment . '.'];
00116:   }
00117:   $content = $contentObject->cObjGetSingle($setup[$lastSegment], $setup[$lastSegment . '.']);
00118:   if (TYPO3_MODE === 'BE') {
00119:    $this->resetFrontendEnvironment();

25 TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::render("lib.content.2", NULL, NULL, "")
24 call_user_func_array(array, array)

/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00246: 
00247:   try {
00248:    return call_user_func_array(array($this, 'render'), $renderMethodParameters);
00249:   } catch (\TYPO3\CMS\Fluid\Core\ViewHelper\Exception $exception) {
00250:    // @todo [BW] rethrow exception, log, ignore.. depending on the current context

23 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper::callRenderMethod()

/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00228:   $this->initialize();
00229: 
00230:   return $this->callRenderMethod();
00231:  }
00232: 

22 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper::initializeArgumentsAndRender()

/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/ViewHelperNode.php:
00130:   }
00131: 
00132:   $output = $viewHelper->initializeArgumentsAndRender();
00133: 
00134:   return $output;

21 TYPO3\CMS\Fluid\Core\Parser\SyntaxTree\ViewHelperNode::evaluate(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/AbstractNode.php:
00045:      $output = (string) $output;
00046:     }
00047:     $subNodeOutput = $subNode->evaluate($renderingContext);
00048: 
00049:     if (is_object($subNodeOutput)) {

20 TYPO3\CMS\Fluid\Core\Parser\SyntaxTree\AbstractNode::evaluateChildNodes(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00276:    return $closure();
00277:   }
00278:   return $this->viewHelperNode->evaluateChildNodes($this->renderingContext);
00279:  }
00280: 

19 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper::renderChildren()

/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/ViewHelpers/SectionViewHelper.php:
00095:   if ($this->viewHelperVariableContainer->exists('TYPO3\\CMS\\Fluid\\ViewHelpers\\SectionViewHelper', 'isCurrentlyRenderingSection')) {
00096:    $this->viewHelperVariableContainer->remove('TYPO3\\CMS\\Fluid\\ViewHelpers\\SectionViewHelper', 'isCurrentlyRenderingSection');
00097:    return $this->renderChildren();
00098:   }
00099:   return '';

18 TYPO3\CMS\Fluid\ViewHelpers\SectionViewHelper::render()
17 call_user_func_array(array, array)

/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00246: 
00247:   try {
00248:    return call_user_func_array(array($this, 'render'), $renderMethodParameters);
00249:   } catch (\TYPO3\CMS\Fluid\Core\ViewHelper\Exception $exception) {
00250:    // @todo [BW] rethrow exception, log, ignore.. depending on the current context

16 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper::callRenderMethod()

/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00228:   $this->initialize();
00229: 
00230:   return $this->callRenderMethod();
00231:  }
00232: 

15 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper::initializeArgumentsAndRender()

/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/ViewHelperNode.php:
00130:   }
00131: 
00132:   $output = $viewHelper->initializeArgumentsAndRender();
00133: 
00134:   return $output;

14 TYPO3\CMS\Fluid\Core\Parser\SyntaxTree\ViewHelperNode::evaluate(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/View/AbstractTemplateView.php:
00237: 
00238:    $this->startRendering($renderingTypeOnNextLevel, $parsedTemplate, $renderingContext);
00239:    $output = $section->evaluate($renderingContext);
00240:    $this->stopRendering();
00241:   }

13 TYPO3\CMS\Fluid\View\AbstractTemplateView::renderSection("Main", array, boolean)

/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/ViewHelpers/RenderViewHelper.php:
00088:    return $this->viewHelperVariableContainer->getView()->renderPartial($partial, $section, $arguments);
00089:   } elseif ($section !== NULL) {
00090:    return $this->viewHelperVariableContainer->getView()->renderSection($section, $arguments, $optional);
00091:   }
00092:   return '';

12 TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::render("Main", NULL, array, boolean)
11 call_user_func_array(array, array)

/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00246: 
00247:   try {
00248:    return call_user_func_array(array($this, 'render'), $renderMethodParameters);
00249:   } catch (\TYPO3\CMS\Fluid\Core\ViewHelper\Exception $exception) {
00250:    // @todo [BW] rethrow exception, log, ignore.. depending on the current context

10 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper::callRenderMethod()

/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/Core/ViewHelper/AbstractViewHelper.php:
00228:   $this->initialize();
00229: 
00230:   return $this->callRenderMethod();
00231:  }
00232: 

9 TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper::initializeArgumentsAndRender()

/var/www/hs-koblenz/httpdocs/typo3temp/Cache/Code/fluid_template/Standalone_layout_Default_014d25d59102e7b5def34bb3dc62decc5f0f1efe.php:
00204: // End of ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
00205: 
00206: $output0 .= $viewHelper30->initializeArgumentsAndRender();
00207: 
00208: $output0 .= '

8 FluidCache_Standalone_layout_Default_014d25d59102e7b5def34bb3dc62decc5f0f1efe::render(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext)

/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/fluid/Classes/View/AbstractTemplateView.php:
00180:    }
00181:    $this->startRendering(self::RENDERING_LAYOUT, $parsedTemplate, $this->baseRenderingContext);
00182:    $output = $parsedLayout->render($this->baseRenderingContext);
00183:    $this->stopRendering();
00184:   } else {

7 TYPO3\CMS\Fluid\View\AbstractTemplateView::render()

/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php:
00265:   */
00266:  protected function renderFluidView() {
00267:   return $this->view->render();
00268:  }
00269: 

6 TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject::renderFluidView()

/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php:
00074:   $this->assignContentObjectDataAndCurrent($conf);
00075: 
00076:   $content = $this->renderFluidView();
00077:   $content = $this->applyStandardWrapToRenderedContent($content, $conf);
00078: 

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

/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00750:      $contentObject = $this->getContentObject($name);
00751:      if ($contentObject) {
00752:       $content .= $contentObject->render($conf);
00753:      } else {
00754:       // Call hook functions for extra processing

4 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::cObjGetSingle("FLUIDTEMPLATE", array, "30")

/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00695:     if ((int)$theKey && strpos($theKey, '.') === FALSE) {
00696:      $conf = $setup[$theKey . '.'];
00697:      $content .= $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
00698:     }
00699:    }

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

/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/frontend/Classes/Page/PageGenerator.php:
00212:   $GLOBALS['TT']->incStackPointer();
00213:   $GLOBALS['TT']->push($GLOBALS['TSFE']->sPre, 'PAGE');
00214:   $pageContent = $GLOBALS['TSFE']->cObj->cObjGet($GLOBALS['TSFE']->pSetup);
00215:   if ($GLOBALS['TSFE']->pSetup['wrap']) {
00216:    $pageContent = $GLOBALS['TSFE']->cObj->wrap($pageContent, $GLOBALS['TSFE']->pSetup['wrap']);

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

/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/cms/tslib/index_ts.php:
00210:   // Content generation
00211:   if (!$TSFE->isINTincScript()) {
00212:    \TYPO3\CMS\Frontend\Page\PageGenerator::renderContent();
00213:    $TSFE->setAbsRefPrefix();
00214:   }

1 require("/usr/share/typo3/typo3_src-6.2.15/typo3/sysext/cms/tslib/index_ts.php")

/usr/share/typo3/typo3_src-6.2.15/index.php:
00026:  ->redirectToInstallerIfEssentialConfigurationDoesNotExist();
00027: 
00028: require(PATH_tslib . 'index_ts.php');