What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hi all, I can't use productlists at the moment. They are properly saved into the database, but I can

ULL0N440J
ULL0N440J Posts: 184 πŸ§‘πŸ»β€πŸš€ - Cadet
edited November 2019 in Help

Hi all,
I can't use productlists at the moment. They are properly saved into the database, but I can't find anything referencing productlists in Redis. Neither they're considered in Yves πŸ€”
I probably have incompatible versions of required modules.

composer show|grep spryker/product-list:


Comments

  • UK5DS29L2
    UK5DS29L2 Posts: 546 πŸ§‘πŸ»β€πŸš€ - Cadet

    please try to keep ALL modules compatible with each other by updating your composer.json against latest repository release

  • UK5DS29L2
    UK5DS29L2 Posts: 546 πŸ§‘πŸ»β€πŸš€ - Cadet

    for now (until Spryker core team figures how to use semver reliably) this is the only way that works in a stable manner

  • Ehsan Zanjani
    Ehsan Zanjani Head of Solution Architecture @ Spryker Posts: 113 πŸ§‘πŸ»β€πŸš€ - Cadet

    Please check if saving them in DB will trigger events for Publishing them into redis, you can check the event queue in rabbitmq Mgmt UI.

  • ULL0N440J
    ULL0N440J Posts: 184 πŸ§‘πŸ»β€πŸš€ - Cadet

    @UK9N7MP96 Nothing processed in RMQ

  • UK5DS29L2
    UK5DS29L2 Posts: 546 πŸ§‘πŸ»β€πŸš€ - Cadet

    in that case... off to jenkins! πŸ™‚

  • UK5DS29L2
    UK5DS29L2 Posts: 546 πŸ§‘πŸ»β€πŸš€ - Cadet

    check if your scheduler works and if there's no failure in the console output

  • ULL0N440J
    ULL0N440J Posts: 184 πŸ§‘πŸ»β€πŸš€ - Cadet

    Seems to be fine, too

  • UK5DS29L2
    UK5DS29L2 Posts: 546 πŸ§‘πŸ»β€πŸš€ - Cadet

    what is the output for queue:worker:start job?

  • ULL0N440J
    ULL0N440J Posts: 184 πŸ§‘πŸ»β€πŸš€ - Cadet
    edited November 2019
    Started by timer
    Building in workspace /data/shop/development/shared/data/common/jenkins/jobs/DE__queue-worker-start/workspace
    [workspace] $ /bin/sh -xe /tmp/hudson3203795328175702686.sh
    + export APPLICATION_ENV=development
    + export APPLICATION_STORE=DE
    + cd /data/shop/development/current
    + . /data/shop/development/current/config/Zed/cronjobs/cron.conf
    + PHP_BIN=/usr/bin/php
    + SUDO_BIN=/usr/bin/sudo
    + GREP_BIN=/bin/grep
    + CLI_PATH=../../../cli
    + WEBSERVER_USER=www-data
    + /usr/bin/php vendor/bin/console queue:worker:start
    Store: DE | Environment: development
    Finished: SUCCESS
    
    
  • UK5DS29L2
    UK5DS29L2 Posts: 546 πŸ§‘πŸ»β€πŸš€ - Cadet

    you only have DE store?

  • ULL0N440J
    ULL0N440J Posts: 184 πŸ§‘πŸ»β€πŸš€ - Cadet

    Yes

  • UK5DS29L2
    UK5DS29L2 Posts: 546 πŸ§‘πŸ»β€πŸš€ - Cadet

    in your rabbit, visit
    /#/queues

  • UK5DS29L2
    UK5DS29L2 Posts: 546 πŸ§‘πŸ»β€πŸš€ - Cadet

    what the State column says?

  • ULL0N440J
    ULL0N440J Posts: 184 πŸ§‘πŸ»β€πŸš€ - Cadet
    edited November 2019

    They're all running properly. idle if not needed. Triggering URL for example is processed properly over event -> sync.storage.url

  • UK5DS29L2
    UK5DS29L2 Posts: 546 πŸ§‘πŸ»β€πŸš€ - Cadet
    edited November 2019

    then why you said Nothing processed in RMQ?

  • UK5DS29L2
    UK5DS29L2 Posts: 546 πŸ§‘πŸ»β€πŸš€ - Cadet
    edited November 2019

    if they are all "running" then all is ok

  • ULL0N440J
    ULL0N440J Posts: 184 πŸ§‘πŸ»β€πŸš€ - Cadet

    Sorry, misleading: there are no incomming messages upon changing anything on a product-list

  • UK5DS29L2
    UK5DS29L2 Posts: 546 πŸ§‘πŸ»β€πŸš€ - Cadet

    now that's better πŸ™‚

  • ULL0N440J
    ULL0N440J Posts: 184 πŸ§‘πŸ»β€πŸš€ - Cadet
    edited November 2019

    So, any ideas now? πŸ˜…

  • Ehsan Zanjani
    Ehsan Zanjani Head of Solution Architecture @ Spryker Posts: 113 πŸ§‘πŸ»β€πŸš€ - Cadet

    @ULL0N440J it looks there are some errors which prevent event triggering, the spy_event_behavior_entity_change table must be empty if everything is fine

  • Ehsan Zanjani
    Ehsan Zanjani Head of Solution Architecture @ Spryker Posts: 113 πŸ§‘πŸ»β€πŸš€ - Cadet

    also check exception.log