Uncaught TYPO3 Exception
#1294587215: File &quot;404.html&quot; was not found (2)!<br /> <br /> Additionally, https://new.joka.de/404.html was not found while trying to retrieve the error document. (More information)

RuntimeException thrown in file
/usr/www/users/jokamv/typo3_src/typo3_src-6.2.28/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php in line 2173.

12 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageErrorHandler("/404.html", "HTTP/1.0 404 Not Found", "File "404.html" was not found (2)!")

/usr/www/users/jokamv/typo3_src/typo3_src-6.2.28/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
02094:   */
02095:  public function pageNotFoundHandler($code, $header = '', $reason = '') {
02096:   $this->pageErrorHandler($code, $header, $reason);
02097:  }
02098: 

11 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageNotFoundHandler("/404.html", "HTTP/1.0 404 Not Found", "File "404.html" was not found (2)!")

/usr/www/users/jokamv/typo3_src/typo3_src-6.2.28/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
02045:  public function pageNotFoundAndExit($reason = '', $header = '') {
02046:   $header = $header ?: $this->TYPO3_CONF_VARS['FE']['pageNotFound_handling_statheader'];
02047:   $this->pageNotFoundHandler($this->TYPO3_CONF_VARS['FE']['pageNotFound_handling'], $header, $reason);
02048:   die;
02049:  }

10 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageNotFoundAndExit("File "404.html" was not found (2)!")

/usr/www/users/jokamv/devweb-joka.de/typo3conf/ext/realurl/class.tx_realurl.php:
01697: 
01698:   // Call handler
01699:   $this->pObj->pageNotFoundAndExit($msg);
01700:  }
01701: 

9 tx_realurl::decodeSpURL_throw404("File "404.html" was not found (2)!")

/usr/www/users/jokamv/devweb-joka.de/typo3conf/ext/realurl/class.tx_realurl.php:
01466:   }
01467:   if (!$handled) {
01468:    $this->decodeSpURL_throw404('File "' . $fileName . '" was not found (2)!');
01469:   }
01470:   return $handled;

8 tx_realurl::decodeSpURL_decodeFileName_checkHtmlSuffix("404.html", "404", "html", array)

/usr/www/users/jokamv/devweb-joka.de/typo3conf/ext/realurl/class.tx_realurl.php:
01424:    $getVars = array();
01425:    if (!$this->decodeSpURL_decodeFileName_lookupInIndex($fileName, $segment, $extension, $pathParts, $getVars)) {
01426:     if (!$this->decodeSpURL_decodeFileName_checkHtmlSuffix($fileName, $segment, $extension, $pathParts)) {
01427:      $this->decodeSpURL_throw404('File "' . $fileName . '" was not found (1)!');
01428:     }

7 tx_realurl::decodeSpURL_decodeFileName(array)

/usr/www/users/jokamv/devweb-joka.de/typo3conf/ext/realurl/class.tx_realurl.php:
01122: 
01123:   // Strip/process file name or extension first
01124:   $file_GET_VARS = $this->decodeSpURL_decodeFileName($pathParts);
01125: 
01126:   // Setting original dir-parts

6 tx_realurl::decodeSpURL_doDecode("404.html", NULL)

/usr/www/users/jokamv/devweb-joka.de/typo3conf/ext/realurl/class.tx_realurl.php:
00993:     if (!is_array($cachedInfo)) {
00994:      // Decode URL
00995:      $cachedInfo = $this->decodeSpURL_doDecode($speakingURIpath, $this->extConf['init']['enableCHashCache']);
00996: 
00997:      // Storing cached information

5 tx_realurl::decodeSpURL(array, TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController)
4 call_user_func_array(array, array)

/usr/www/users/jokamv/typo3_src/typo3_src-6.2.28/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
04331:      }
04332:      // Call method:
04333:      $content = call_user_func_array(array(&$classObj, $parts[1]), array(&$params, &$ref));
04334:     } else {
04335:      $errorMsg = 'No method name \'' . $parts[1] . '\' in class ' . $parts[0];

3 TYPO3\CMS\Core\Utility\GeneralUtility::callUserFunction("EXT:realurl/class.tx_realurl.php:&tx_realurl->decodeSpURL", array, TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController)

/usr/www/users/jokamv/typo3_src/typo3_src-6.2.28/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01219:    $_params = array('pObj' => &$this);
01220:    foreach ($this->TYPO3_CONF_VARS['SC_OPTIONS']['tslib/class.tslib_fe.php']['checkAlternativeIdMethods-PostProc'] as $_funcRef) {
01221:     GeneralUtility::callUserFunction($_funcRef, $_params, $this);
01222:    }
01223:   }

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

/usr/www/users/jokamv/typo3_src/typo3_src-6.2.28/typo3/sysext/cms/tslib/index_ts.php:
00125:  \TYPO3\CMS\Core\Core\Bootstrap::getInstance()->loadCachedTca();
00126: }
00127: $TSFE->checkAlternativeIdMethods();
00128: $TSFE->clear_preview();
00129: $TSFE->determineId();

1 require("/usr/www/users/jokamv/typo3_src/typo3_src-6.2.28/typo3/sysext/cms/tslib/index_ts.php")

/usr/www/users/jokamv/typo3_src/typo3_src-6.2.28/index.php:
00026:  ->redirectToInstallerIfEssentialConfigurationDoesNotExist();
00027: 
00028: require(PATH_tslib . 'index_ts.php');