calm-lamp-45600
07/03/2020, 3:50 PMquick-account-45953
07/03/2020, 3:54 PMloud-rainbow-44827
07/06/2020, 12:11 PMagreeable-dawn-36295
07/07/2020, 5:31 AMearly-sundown-61488
07/07/2020, 6:21 AMdefault.CRITICAL: TypeError - Argument 2 passed to Symfony\Component\HttpKernel\Event\FilterControllerEvent::__construct() must be callable, array given, called in /var/www/web-application/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php on line 138 in "/var/www/web-application/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/FilterControllerEvent.php::32" {"exception":"[object] (TypeError(code: 0): Argument 2 passed to Symfony\\Component\\HttpKernel\\Event\\FilterControllerEvent::__construct() must be callable, array given, called in /var/www/web-application/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php on line 138 at /var/www/web-application/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Event/FilterControllerEvent.php:32)"} []
square-ability-13859
07/07/2020, 8:28 AMred-whale-92071
07/07/2020, 9:25 AMicy-hydrogen-3905
07/07/2020, 12:42 PMpurple-forest-91115
07/07/2020, 3:05 PMsparse-fall-78248
07/08/2020, 9:26 AMearly-sundown-61488
07/08/2020, 10:39 AMbrash-nail-72278
07/08/2020, 6:17 PMicy-hydrogen-3905
07/09/2020, 7:31 AMwooden-dress-65386
07/09/2020, 3:49 PMbrash-nail-72278
07/10/2020, 12:41 PMgentle-architect-75453
07/10/2020, 6:54 PMpowerful-wolf-20961
07/13/2020, 8:30 AMred-whale-92071
07/13/2020, 10:26 AMfierce-nest-27664
07/13/2020, 11:50 AMStore::getInstance()->setStoreName($storeName);
$config = Config::get(RabbitMqEnv::RABBITMQ_CONNECTIONS);
foreach ($config as $storeKey => $connection) {
$config[$storeKey]['RABBITMQ:RABBITMQ_DEFAULT_CONNECTION'] = $storeKey === $storeName;
}
$this->tester->setConfig(RabbitMqEnv::RABBITMQ_CONNECTIONS, $config);
some help would be great, thanks! 🙂ancient-apartment-59274
07/13/2020, 1:01 PMfull-rocket-52349
07/15/2020, 2:00 PMfreezing-library-97606
07/16/2020, 7:53 AM--stop-when-empty
option on console queue:worker:start
instead of deprecated configuration for keeping work loop, see demo shop commit https://github.com/spryker-shop/b2b-demo-shop/commit/71377ecb7ff423168ab1e278ad62ffa809ccd2f1
The instability about having Jenkins job running infinitely even though there are no events on RabbitMQ, moreover sometimes store has events but they are not processed as dedicated Jenkins job seems finished right after run, like there are nothing to proceed.mammoth-autumn-37948
07/16/2020, 8:35 AMCODE_ERROR
instead false
at line 84 but for symfony command vendor/symfony/console/Command/Command.php:262
false was a success and now the command is aborted.
@average-branch-45579 can u please check internal how we can fix this? Normally propel have to be fixed. But Spryker has offical release propel-orm version 1.11 that required propel alpha 10 version
The problem now is that our install and deployment scripts just fail due the exit code of migration command console even if no migrations were executed.
Has anyone from today the same problem? One possible solution is of course to constraint the spryker/propel-orm
version to 1.10 in composer.json.nutritious-island-37975
07/16/2020, 9:24 AMDemo01
StateMachine is to create a Demo01.xml
in config/Zed/oms/
and fill it with
<?xml version="1.0"?>
<statemachine
xmlns="spryker:oms-01"
xmlns:xsi="<http://www.w3.org/2001/XMLSchema-instance>"
xsi:schemaLocation="spryker:oms-01 <http://static.spryker.com/oms-01.xsd>">
<!-- Used as example XML for OMS implementation -->
<process name="Demo01" main="true">
<states>
<state name="new"/>
</states>
<transitions>
</transitions>
<events>
</events>
</process>
</statemachine>
add it to config/Shared/config_default.php
like this:
$config[OmsConstants::ACTIVE_PROCESSES] = [
'DummyPayment01',
'Demo01'
];
refresh zed.de.spryker.local/oms and it should be visible - which it isn’t
things I tried:
• restart docker
• remove DummyPayment01
from $config
Environment: b2b-shop in docker
What did I do wrong? - Thx for your helpwooden-dress-65386
07/16/2020, 9:51 AMbitter-engineer-82580
07/17/2020, 8:40 AM[info] Update mapping type "page" for index "de_page".
Elastica\Exception\ResponseException - Exception: analyzer [fulltext_search_analyzer] not found for field [full-text]
in /data/vendor/ruflin/elastica/lib/Elastica/Transport/Http.php (182)
polite-shoe-3564
07/17/2020, 10:47 AMsquare-ability-13859
07/20/2020, 5:57 AMsparse-fall-78248
07/20/2020, 7:25 AMpowerful-wolf-20961
07/20/2020, 7:58 AM<error>Failed to execute SQL "ALTER TABLE "spy_quote" DROP CONSTRAINT "spy_quote-unique-name-customer_reference"". Aborting migration.</error>
. Can you help me with an advice?