17 lines
14 KiB
Plaintext
17 lines
14 KiB
Plaintext
[2026-06-03T14:11:42.929346+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://priceservice.ddev.site/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://priceservice.ddev.site/\" at /var/www/html/priceservice/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /var/www/html/priceservice/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} []
|
|
[2026-06-03T14:11:47.765349+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://priceservice.ddev.site/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://priceservice.ddev.site/\" at /var/www/html/priceservice/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /var/www/html/priceservice/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} []
|
|
[2026-06-03T12:16:42.902222+00:00] console.CRITICAL: Error thrown while running command "mto:test:trigger-import". Message: "The redis transport requires php-redis 4.3.0 or higher." {"exception":"[object] (Symfony\\Component\\Messenger\\Exception\\LogicException(code: 0): The redis transport requires php-redis 4.3.0 or higher. at /home/arbeit/arbeit/MtoRedisPriceService/priceservice/vendor/symfony/redis-messenger/Transport/Connection.php:74)","command":"mto:test:trigger-import","message":"The redis transport requires php-redis 4.3.0 or higher."} []
|
|
[2026-06-03T14:18:46.977429+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://priceservice.ddev.site/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://priceservice.ddev.site/\" at /var/www/html/priceservice/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /var/www/html/priceservice/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} []
|
|
[2026-06-03T14:20:41.986773+02:00] console.CRITICAL: Error thrown while running command "messenger:consume async -vv". Message: "NOGROUP No such key 'messages' or consumer group 'symfony' in XREADGROUP with GROUP option" {"exception":"[object] (Symfony\\Component\\Messenger\\Exception\\TransportException(code: 0): NOGROUP No such key 'messages' or consumer group 'symfony' in XREADGROUP with GROUP option at /var/www/html/priceservice/vendor/symfony/redis-messenger/Transport/Connection.php:461)","command":"messenger:consume async -vv","message":"NOGROUP No such key 'messages' or consumer group 'symfony' in XREADGROUP with GROUP option"} []
|
|
[2026-06-03T14:21:10.305302+02:00] console.CRITICAL: Error thrown while running command "'mto:'". Message: "Command "mto:" is not defined. Did you mean one of these? mto:prices:import mto:prices:read mto:test:trigger-import" {"exception":"[object] (Symfony\\Component\\Console\\Exception\\CommandNotFoundException(code: 0): Command \"mto:\" is not defined.\n\nDid you mean one of these?\n mto:prices:import\n mto:prices:read\n mto:test:trigger-import at /var/www/html/priceservice/vendor/symfony/console/Application.php:737)","command":"'mto:'","message":"Command \"mto:\" is not defined.\n\nDid you mean one of these?\n mto:prices:import\n mto:prices:read\n mto:test:trigger-import"} []
|
|
[2026-06-03T12:25:02.885880+00:00] console.CRITICAL: Error thrown while running command "mto". Message: "Command "mto" is not defined. Did you mean one of these? mto:prices:import mto:prices:read mto:test:trigger-import" {"exception":"[object] (Symfony\\Component\\Console\\Exception\\CommandNotFoundException(code: 0): Command \"mto\" is not defined.\n\nDid you mean one of these?\n mto:prices:import\n mto:prices:read\n mto:test:trigger-import at /home/arbeit/arbeit/MtoRedisPriceService/priceservice/vendor/symfony/console/Application.php:737)","command":"mto","message":"Command \"mto\" is not defined.\n\nDid you mean one of these?\n mto:prices:import\n mto:prices:read\n mto:test:trigger-import"} []
|
|
[2026-06-03T12:25:12.723819+00:00] app.ERROR: Redis-Import fehlgeschlagen {"message":"Class \"Redis\" not found","trace":"#0 /home/arbeit/arbeit/MtoRedisPriceService/priceservice/src/Service/Adapter/RedisClientService.php(53): App\\Service\\Adapter\\RedisClientService->App\\Service\\Adapter\\{closure}()\n#1 /home/arbeit/arbeit/MtoRedisPriceService/priceservice/src/Service/Adapter/RedisClientService.php(19): App\\Service\\Adapter\\RedisClientService->withRetry()\n#2 /home/arbeit/arbeit/MtoRedisPriceService/priceservice/src/Service/Prices/RedisImportService.php(479): App\\Service\\Adapter\\RedisClientService->get()\n#3 /home/arbeit/arbeit/MtoRedisPriceService/priceservice/src/Service/Prices/RedisImportService.php(368): App\\Service\\Prices\\RedisImportService->redis()\n#4 /home/arbeit/arbeit/MtoRedisPriceService/priceservice/src/Service/Prices/RedisImportService.php(92): App\\Service\\Prices\\RedisImportService->acquireGlobalLock()\n#5 /home/arbeit/arbeit/MtoRedisPriceService/priceservice/src/Command/RedisImportCommand.php(38): App\\Service\\Prices\\RedisImportService->writePrices()\n#6 /home/arbeit/arbeit/MtoRedisPriceService/priceservice/vendor/symfony/console/Command/Command.php(326): App\\Command\\RedisImportCommand->execute()\n#7 /home/arbeit/arbeit/MtoRedisPriceService/priceservice/vendor/symfony/console/Application.php(1096): Symfony\\Component\\Console\\Command\\Command->run()\n#8 /home/arbeit/arbeit/MtoRedisPriceService/priceservice/vendor/symfony/framework-bundle/Console/Application.php(126): Symfony\\Component\\Console\\Application->doRunCommand()\n#9 /home/arbeit/arbeit/MtoRedisPriceService/priceservice/vendor/symfony/console/Application.php(324): Symfony\\Bundle\\FrameworkBundle\\Console\\Application->doRunCommand()\n#10 /home/arbeit/arbeit/MtoRedisPriceService/priceservice/vendor/symfony/framework-bundle/Console/Application.php(80): Symfony\\Component\\Console\\Application->doRun()\n#11 /home/arbeit/arbeit/MtoRedisPriceService/priceservice/vendor/symfony/console/Application.php(175): Symfony\\Bundle\\FrameworkBundle\\Console\\Application->doRun()\n#12 /home/arbeit/arbeit/MtoRedisPriceService/priceservice/vendor/symfony/runtime/Runner/Symfony/ConsoleApplicationRunner.php(49): Symfony\\Component\\Console\\Application->run()\n#13 /home/arbeit/arbeit/MtoRedisPriceService/priceservice/vendor/autoload_runtime.php(29): Symfony\\Component\\Runtime\\Runner\\Symfony\\ConsoleApplicationRunner->run()\n#14 /home/arbeit/arbeit/MtoRedisPriceService/priceservice/bin/console(11): require_once('...')\n#15 {main}"} []
|
|
[2026-06-03T12:25:46.318972+00:00] app.ERROR: Redis-Import fehlgeschlagen {"message":"Class \"Redis\" not found","trace":"#0 /home/arbeit/arbeit/MtoRedisPriceService/priceservice/src/Service/Adapter/RedisClientService.php(53): App\\Service\\Adapter\\RedisClientService->App\\Service\\Adapter\\{closure}()\n#1 /home/arbeit/arbeit/MtoRedisPriceService/priceservice/src/Service/Adapter/RedisClientService.php(19): App\\Service\\Adapter\\RedisClientService->withRetry()\n#2 /home/arbeit/arbeit/MtoRedisPriceService/priceservice/src/Service/Prices/RedisImportService.php(479): App\\Service\\Adapter\\RedisClientService->get()\n#3 /home/arbeit/arbeit/MtoRedisPriceService/priceservice/src/Service/Prices/RedisImportService.php(368): App\\Service\\Prices\\RedisImportService->redis()\n#4 /home/arbeit/arbeit/MtoRedisPriceService/priceservice/src/Service/Prices/RedisImportService.php(92): App\\Service\\Prices\\RedisImportService->acquireGlobalLock()\n#5 /home/arbeit/arbeit/MtoRedisPriceService/priceservice/src/Command/RedisImportCommand.php(38): App\\Service\\Prices\\RedisImportService->writePrices()\n#6 /home/arbeit/arbeit/MtoRedisPriceService/priceservice/vendor/symfony/console/Command/Command.php(326): App\\Command\\RedisImportCommand->execute()\n#7 /home/arbeit/arbeit/MtoRedisPriceService/priceservice/vendor/symfony/console/Application.php(1096): Symfony\\Component\\Console\\Command\\Command->run()\n#8 /home/arbeit/arbeit/MtoRedisPriceService/priceservice/vendor/symfony/framework-bundle/Console/Application.php(126): Symfony\\Component\\Console\\Application->doRunCommand()\n#9 /home/arbeit/arbeit/MtoRedisPriceService/priceservice/vendor/symfony/console/Application.php(324): Symfony\\Bundle\\FrameworkBundle\\Console\\Application->doRunCommand()\n#10 /home/arbeit/arbeit/MtoRedisPriceService/priceservice/vendor/symfony/framework-bundle/Console/Application.php(80): Symfony\\Component\\Console\\Application->doRun()\n#11 /home/arbeit/arbeit/MtoRedisPriceService/priceservice/vendor/symfony/console/Application.php(175): Symfony\\Bundle\\FrameworkBundle\\Console\\Application->doRun()\n#12 /home/arbeit/arbeit/MtoRedisPriceService/priceservice/vendor/symfony/runtime/Runner/Symfony/ConsoleApplicationRunner.php(49): Symfony\\Component\\Console\\Application->run()\n#13 /home/arbeit/arbeit/MtoRedisPriceService/priceservice/vendor/autoload_runtime.php(29): Symfony\\Component\\Runtime\\Runner\\Symfony\\ConsoleApplicationRunner->run()\n#14 /home/arbeit/arbeit/MtoRedisPriceService/priceservice/bin/console(11): require_once('...')\n#15 {main}"} []
|
|
[2026-06-03T14:26:12.386435+02:00] console.CRITICAL: Error thrown while running command "messenger:consume async --time-limit=3600 --memory-limit=128M -v". Message: "NOGROUP No such key 'messages' or consumer group 'symfony' in XREADGROUP with GROUP option" {"exception":"[object] (Symfony\\Component\\Messenger\\Exception\\TransportException(code: 0): NOGROUP No such key 'messages' or consumer group 'symfony' in XREADGROUP with GROUP option at /var/www/html/priceservice/vendor/symfony/redis-messenger/Transport/Connection.php:461)","command":"messenger:consume async --time-limit=3600 --memory-limit=128M -v","message":"NOGROUP No such key 'messages' or consumer group 'symfony' in XREADGROUP with GROUP option"} []
|
|
[2026-06-03T14:44:01.901719+02:00] app.ERROR: Redis-Import fehlgeschlagen {"message":"read error on connection to redis:6379","trace":"#0 /var/www/html/priceservice/src/Service/Prices/RedisImportService.php(368): Redis->set()\n#1 /var/www/html/priceservice/src/Service/Prices/RedisImportService.php(92): App\\Service\\Prices\\RedisImportService->acquireGlobalLock()\n#2 /var/www/html/priceservice/src/Command/RedisImportCommand.php(38): App\\Service\\Prices\\RedisImportService->writePrices()\n#3 /var/www/html/priceservice/vendor/symfony/console/Command/Command.php(326): App\\Command\\RedisImportCommand->execute()\n#4 /var/www/html/priceservice/vendor/symfony/console/Application.php(1096): Symfony\\Component\\Console\\Command\\Command->run()\n#5 /var/www/html/priceservice/vendor/symfony/framework-bundle/Console/Application.php(126): Symfony\\Component\\Console\\Application->doRunCommand()\n#6 /var/www/html/priceservice/vendor/symfony/console/Application.php(324): Symfony\\Bundle\\FrameworkBundle\\Console\\Application->doRunCommand()\n#7 /var/www/html/priceservice/vendor/symfony/framework-bundle/Console/Application.php(80): Symfony\\Component\\Console\\Application->doRun()\n#8 /var/www/html/priceservice/vendor/symfony/console/Application.php(175): Symfony\\Bundle\\FrameworkBundle\\Console\\Application->doRun()\n#9 /var/www/html/priceservice/vendor/symfony/runtime/Runner/Symfony/ConsoleApplicationRunner.php(49): Symfony\\Component\\Console\\Application->run()\n#10 /var/www/html/priceservice/vendor/autoload_runtime.php(29): Symfony\\Component\\Runtime\\Runner\\Symfony\\ConsoleApplicationRunner->run()\n#11 /var/www/html/priceservice/bin/console(11): require_once('...')\n#12 {main}"} []
|
|
[2026-06-03T14:46:55.113048+02:00] console.CRITICAL: Error thrown while running command "messenger:consume async --time-limit=3600 --memory-limit=128M -v". Message: "socket error on read socket" {"exception":"[object] (Symfony\\Component\\Messenger\\Exception\\TransportException(code: 0): socket error on read socket at /var/www/html/priceservice/vendor/symfony/redis-messenger/Transport/Connection.php:696)\n[previous exception] [object] (RedisException(code: 0): socket error on read socket at /var/www/html/priceservice/vendor/symfony/redis-messenger/Transport/Connection.php:693)","command":"messenger:consume async --time-limit=3600 --memory-limit=128M -v","message":"socket error on read socket"} []
|
|
[2026-06-03T15:27:11.857082+02:00] app.ERROR: Error in https://orm3stage.goldsilbershop.de/api/sw-prices.php: HTTP Client Error: Idle timeout reached for "https://orm3stage.goldsilbershop.de/api/sw-prices.php?shopids=1,3,4,8". [] []
|
|
[2026-06-03T15:27:11.953721+02:00] app.ERROR: Error in https://orm3fallback.goldsilbershop.de/api/sw-prices.php: HTTP Client Error: SSL certificate problem: certificate has expired for "https://orm3fallback.goldsilbershop.de/api/sw-prices.php?shopids=1,3,4,8". [] []
|
|
[2026-06-03T15:46:11.583436+02:00] app.ERROR: Error in https://orm3stage.goldsilbershop.de/api/sw-prices.php: HTTP Client Error: Idle timeout reached for "https://orm3stage.goldsilbershop.de/api/sw-prices.php?shopids=1,3,4,8". [] []
|
|
[2026-06-03T15:46:11.773892+02:00] app.ERROR: Error in https://orm3fallback.goldsilbershop.de/api/sw-prices.php: HTTP Client Error: SSL certificate problem: certificate has expired for "https://orm3fallback.goldsilbershop.de/api/sw-prices.php?shopids=1,3,4,8". [] []
|