Uncaught TYPO3 Exception
#1241098027: Invalid validate annotation in Dan\Jobfair\Domain\Model\Application::captchaResponse: Could not resolve class name for validator "". (More information)

TYPO3\CMS\Extbase\Validation\Exception\NoSuchValidatorException thrown in file
/data/www/htdocs/headhunter-thueringen.de/typo3_src-6.2.14/typo3/sysext/extbase/Classes/Validation/ValidatorResolver.php in line 300.

16 TYPO3\CMS\Extbase\Validation\ValidatorResolver::buildBaseValidatorConjunction("Dan\Jobfair\Domain\Model\Application", "Dan\Jobfair\Domain\Model\Application")

/data/www/htdocs/headhunter-thueringen.de/typo3_src-6.2.14/typo3/sysext/extbase/Classes/Validation/ValidatorResolver.php:
00117:  public function getBaseValidatorConjunction($targetClassName) {
00118:   if (!array_key_exists($targetClassName, $this->baseValidatorConjunctions)) {
00119:    $this->buildBaseValidatorConjunction($targetClassName, $targetClassName);
00120:   }
00121: 

15 TYPO3\CMS\Extbase\Validation\ValidatorResolver::getBaseValidatorConjunction("Dan\Jobfair\Domain\Model\Application")

/data/www/htdocs/headhunter-thueringen.de/typo3_src-6.2.14/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php:
00242:     $validator = $parameterValidators[$argument->getName()];
00243: 
00244:     $baseValidatorConjunction = $this->validatorResolver->getBaseValidatorConjunction($argument->getDataType());
00245:     if (count($baseValidatorConjunction) > 0) {
00246:      $validator->addValidator($baseValidatorConjunction);

14 TYPO3\CMS\Extbase\Mvc\Controller\ActionController::initializeActionMethodValidators()

/data/www/htdocs/headhunter-thueringen.de/typo3_src-6.2.14/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php:
00142:   $this->actionMethodName = $this->resolveActionMethodName();
00143:   $this->initializeActionMethodArguments();
00144:   $this->initializeActionMethodValidators();
00145:   $this->mvcPropertyMappingConfigurationService->initializePropertyMappingConfigurationFromRequest($request, $this->arguments);
00146:   $this->initializeAction();

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

/data/www/htdocs/headhunter-thueringen.de/typo3_src-6.2.14/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:    }

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

/data/www/htdocs/headhunter-thueringen.de/typo3_src-6.2.14/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:  }

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

/data/www/htdocs/headhunter-thueringen.de/typo3_src-6.2.14/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

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

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

9 TYPO3\CMS\Extbase\Core\Bootstrap::run("", array)
8 call_user_func_array(array, array)

/data/www/htdocs/headhunter-thueringen.de/typo3_src-6.2.14/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);

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

/data/www/htdocs/headhunter-thueringen.de/typo3_src-6.2.14/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;

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

/data/www/htdocs/headhunter-thueringen.de/typo3_src-6.2.14/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:
00860:    return $this->getContentObject('USER_INT')->render($conf);
00861:   } else {
00862:    return $this->getContentObject('USER')->render($conf);
00863:   }
00864:  }

5 TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::USER(array)

/data/www/htdocs/headhunter-thueringen.de/typo3_src-6.2.14/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03721:        break;
03722:       case 'FUNC':
03723:        $incContent = $INTiS_cObj->USER($INTiS_config[$INTiS_key]['conf']);
03724:        break;
03725:       case 'POSTUSERFUNC':

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

/data/www/htdocs/headhunter-thueringen.de/typo3_src-6.2.14/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03669:    $INTiS_config = $this->config['INTincScript'];
03670:    $this->INTincScript_includeLibs($INTiS_config);
03671:    $this->INTincScript_process($INTiS_config);
03672:    // Check if there were new items added to INTincScript during the previous execution:
03673:    $INTiS_config = array_diff_assoc($this->config['INTincScript'], $INTiS_config);

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

/data/www/htdocs/headhunter-thueringen.de/typo3_src-6.2.14/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
03636:   }
03637: 
03638:   $this->recursivelyReplaceIntPlaceholdersInContent();
03639:   $GLOBALS['TT']->push('Substitute header section');
03640:   $this->INTincScript_loadJSCode();

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

/data/www/htdocs/headhunter-thueringen.de/typo3_src-6.2.14/typo3/sysext/cms/tslib/index_ts.php:
00230: if ($TSFE->isINTincScript()) {
00231:  $TT->push('Non-cached objects', '');
00232:  $TSFE->INTincScript();
00233:  $TT->pull();
00234: }

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

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