Project

General

Profile

Bug #53560 » stacktrace.txt

Ralf Zimmermann, 2013-11-12 14:42

 

Uncaught TYPO3 Exception
#1233058486: "somestringwithumlautslikeÄ" is not a valid cache entry identifier. (More information)

InvalidArgumentException thrown in file
/var/www/htdocs/sources/typo3_src-6.2.0beta1/typo3/sysext/core/Classes/Cache/Frontend/AbstractFrontend.php in line 95.

21 TYPO3\CMS\Core\Cache\Frontend\AbstractFrontend::has("somestringwithumlautslikeÄ")


/var/www/htdocs/sources/typo3_src-6.2.0beta1/typo3/sysext/core/Classes/Core/ClassLoader.php:

00134: // Loads any known class via caching framework
00135: if ($require) {

00136: if ($this->classesCache->has($cacheEntryIdentifier) && $this->classesCache->requireOnce($cacheEntryIdentifier) !== FALSE) {

00137: $cacheEntryCreated = TRUE;
00138: }


20 TYPO3\CMS\Core\Core\ClassLoader::loadClass("someStringWithUmlautsLikeÄ")

19 spl_autoload_call("someStringWithUmlautsLikeÄ")

18 is_subclass_of("someStringWithUmlautsLikeÄ", "TYPO3\CMS\Core\Type\TypeInterface")


/var/www/htdocs/sources/typo3_src-6.2.0beta1/typo3/sysext/extbase/Classes/Utility/TypeHandlingUtility.php:

00111: */
00112: static public function isCoreType($type) {

00113: return is_subclass_of($type, 'TYPO3\\CMS\\Core\\Type\\TypeInterface');

00114: }
00115:


17 TYPO3\CMS\Extbase\Utility\TypeHandlingUtility::isCoreType("someStringWithUmlautsLikeÄ")


/var/www/htdocs/sources/typo3_src-6.2.0beta1/typo3/sysext/extbase/Classes/Persistence/Generic/Backend.php:

00998: } elseif ($input instanceof \TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface) {
00999: return $input->getUid();

01000: } elseif (TypeHandlingUtility::isCoreType($input)) {

01001: return (string) $input;
01002: } elseif (is_bool($input)) {


16 TYPO3\CMS\Extbase\Persistence\Generic\Backend::getPlainValue("someStringWithUmlautsLikeÄ", TYPO3\CMS\Extbase\Persistence\Generic\Mapper\ColumnMap)


/var/www/htdocs/sources/typo3_src-6.2.0beta1/typo3/sysext/extbase/Classes/Persistence/Generic/Backend.php:

00374: $queue[] = $propertyValue;
00375: } elseif ($object->_isNew() || $object->_isDirty($propertyName)) {

00376: $row[$columnMap->getColumnName()] = $this->getPlainValue($propertyValue, $columnMap);

00377: }
00378: }


15 TYPO3\CMS\Extbase\Persistence\Generic\Backend::persistObject(TYPO3\Test\Domain\Model\Fe, NULL)


/var/www/htdocs/sources/typo3_src-6.2.0beta1/typo3/sysext/extbase/Classes/Persistence/Generic/Backend.php:

00328: }
00329: foreach ($this->changedEntities as $object) {

00330: $this->persistObject($object, NULL);

00331: }
00332: }


14 TYPO3\CMS\Extbase\Persistence\Generic\Backend::persistObjects()


/var/www/htdocs/sources/typo3_src-6.2.0beta1/typo3/sysext/extbase/Classes/Persistence/Generic/Backend.php:

00299: */
00300: public function commit() {

00301: $this->persistObjects();

00302: $this->processDeletedObjects();
00303: }


13 TYPO3\CMS\Extbase\Persistence\Generic\Backend::commit()


/var/www/htdocs/sources/typo3_src-6.2.0beta1/typo3/sysext/extbase/Classes/Persistence/Generic/PersistenceManager.php:

00166: $this->backend->setChangedEntities($this->changedObjects);
00167: $this->backend->setDeletedEntities($this->removedObjects);

00168: $this->backend->commit();

00169:
00170: $this->addedObjects = new \TYPO3\CMS\Extbase\Persistence\ObjectStorage();


12 TYPO3\CMS\Extbase\Persistence\Generic\PersistenceManager::persistAll()


/var/www/htdocs/sources/typo3_src-6.2.0beta1/typo3/sysext/extbase/Classes/Core/Bootstrap.php:

00228: */
00229: protected function resetSingletons() {

00230: $this->persistenceManager->persistAll();

00231: $this->reflectionService->shutdown();
00232: }


11 TYPO3\CMS\Extbase\Core\Bootstrap::resetSingletons()


/var/www/htdocs/sources/typo3_src-6.2.0beta1/typo3/sysext/extbase/Classes/Core/Bootstrap.php:

00215: } else {
00216: $content = $response->shutdown();

00217: $this->resetSingletons();

00218: $this->objectManager->get('TYPO3\CMS\Extbase\Service\CacheService')->clearCachesOfRegisteredPageIds();
00219: }


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


/var/www/htdocs/sources/typo3_src-6.2.0beta1/typo3/sysext/extbase/Classes/Core/Bootstrap.php:

00195: public function run($content, $configuration) {
00196: $this->initialize($configuration);

00197: return $this->handleRequest();

00198: }
00199:


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

8 call_user_func_array(array, array)


/var/www/htdocs/sources/typo3_src-6.2.0beta1/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:

06616: $content,
06617: $conf

06618: ));

06619: } else {
06620: $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, "")


/var/www/htdocs/sources/typo3_src-6.2.0beta1/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php:

00053: }
00054: $this->cObj->includeLibs($conf);

00055: $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, '');

00056: if ($this->cObj->doConvertToUserIntObject) {
00057: $this->cObj->doConvertToUserIntObject = FALSE;


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


/var/www/htdocs/sources/typo3_src-6.2.0beta1/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:

00907: return $this->getContentObject('USER_INT')->render($conf);
00908: } else {

00909: return $this->getContentObject('USER')->render($conf);

00910: }
00911: }


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


/var/www/htdocs/sources/typo3_src-6.2.0beta1/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:

03485: break;
03486: case 'FUNC':

03487: $incContent = $INTiS_cObj->USER($INTiS_config[$INTiS_key]['conf']);

03488: break;
03489: case 'POSTUSERFUNC':


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


/var/www/htdocs/sources/typo3_src-6.2.0beta1/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:

03433: $INTiS_config = $this->config['INTincScript'];
03434: $this->INTincScript_includeLibs($INTiS_config);

03435: $this->INTincScript_process($INTiS_config);

03436: // Check if there were new items added to INTincScript during the previous execution:
03437: $INTiS_config = array_diff_assoc($this->config['INTincScript'], $INTiS_config);


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


/var/www/htdocs/sources/typo3_src-6.2.0beta1/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:

03411: $this->setPageRenderer(unserialize($this->config['INTincScript_ext']['pageRenderer']));
03412: }

03413: $this->recursivelyReplaceIntPlaceholdersInContent();

03414: $GLOBALS['TT']->push('Substitute header section');
03415: $this->INTincScript_loadJSCode();


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


/var/www/htdocs/sources/typo3_src-6.2.0beta1/typo3/sysext/cms/tslib/index_ts.php:

00221: if ($TSFE->isINTincScript()) {
00222: $TT->push('Non-cached objects', '');

00223: $TSFE->INTincScript();

00224: $TT->pull();
00225: }


1 require("/var/www/htdocs/sources/typo3_src-6.2.0beta1/typo3/sysext/cms/tslib/index_ts.php")


/var/www/htdocs/fsa1/index.php:

00039: ->redirectToInstallerIfEssentialConfigurationDoesNotExist();
00040:

00041: require(PATH_tslib . 'index_ts.php');


(2-2/2)