Brand new install of Drupal 8.0.0 / Alpha 15 / bartik, I am seeing dozens of these errors in my Apache log every time a node is loaded. My environment is:

PHP Version 5.4.24
Apache 2.0 Handler
mysql-5.6.17

I found this issue in QA but I am not sure if it's related: https://qa.drupal.org/pifr/test/838248. I set all errors to print but nothing visible on the page or in watchdog, juts this in Apache.

[Sat Sep 20 09:09:02 2014] [error] [client 127.0.0.1] PHP Fatal error:  Uncaught exception 'Symfony\\Component\\DependencyInjection\\Exception\\ServiceCircularReferenceException' with message 'Circular reference detected for service "database", path: "config.factory -> config.storage -> database -> logger.factory -> logger.dblog".' in core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php:282\nStack trace:\n#0 core/lib/Drupal/Core/DependencyInjection/Container.php(21): Symfony\\Component\\DependencyInjection\\Container->get('database', 1)\n#1 sites/default/files/php/service_container/service_container_prod/19c587c571c63852210c63df5a37cad81f7c389caa4fc033a8a29d45a287e406.php(2947): Drupal\\Core\\DependencyInjection\\Container->get('database')\n#2 core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php(312): service_container_prod->getLogger_DblogService()\n#3 /Users/danny/Site in core/lib/Drupal/Core/Database/Driver/mysql/Connection.php on line 83, referer: http://d8.dev/node/1

Comments

Danny Englander’s picture

Status: Active » Closed (cannot reproduce)

This error no longer exists in Beta1.

-enzo-’s picture

Status: Closed (cannot reproduce) » Active

I have the same issue and I have the fresh installation of Drupa 8 beta1 check the last commit I have

commit 47e003070536a19e632bdbd4fcf3da2bbe811037
Author: Nathaniel Catchpole <catch@35733.no-reply.drupal.org>
Date:   Fri Oct 17 23:10:00 2014 +0100

    Issue #2332935 by plach, alexpott, dawehner: Allow code to respond to entity/field schema changes.

Also the error is the same

[Fri Oct 17 17:20:13 2014] [error] [client 127.0.0.1] PHP Fatal error: Uncaught exception 'Symfony\\Component\\DependencyInjection\\Exception\\ServiceCircularReferenceException' with message 'Circular reference detected for service "database", path: "config.factory -> config.storage -> database -> logger.factory -> logger.dblog".' in /Users/enzo/www/drupal8/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php:296\nStack trace:\n#0 /Users/enzo/www/drupal8/core/lib/Drupal/Core/DependencyInjection/Container.php(21): Symfony\\Component\\DependencyInjection\\Container->get('database', 1)\n#1 /Users/enzo/www/drupal8/sites/default/files/php/service_container/service_container_prod/233b467d84576af5a4c41ba39030e07daaa2d6019d8d9f8bb72b59adc32a0c5e.php(3051): Drupal\\Core\\DependencyInjection\\Container->get('database')\n#2 /Users/enzo/www/drupal8/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php(326): service_container_prod->getLogger_DblogService()\n#3 /Users/enzo/www/drupal8/core/lib/Drupal/Core/DependencyInjection/Cont in /Users/enzo/www/drupal8/core/lib/Drupal/Core/Database/Driver/mysql/Connection.php on line 83

-enzo-’s picture

Version: 8.0.0-alpha15 » 8.0.x-dev

Tested in 8.0.x-dev

Fabianx’s picture

Status: Active » Postponed (maintainer needs more info)

Need more information if the bug is still present.

Version: 8.0.x-dev » 8.1.x-dev

Drupal 8.0.6 was released on April 6 and is the final bugfix release for the Drupal 8.0.x series. Drupal 8.0.x will not receive any further development aside from security fixes. Drupal 8.1.0-rc1 is now available and sites should prepare to update to 8.1.0.

Bug reports should be targeted against the 8.1.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.2.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

cilefen’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

No new information appeared.