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..

is `docker/sdk up` (without `-x`) to run env. without xdebug? my xdebug's still running even without

2Β»

Comments

  • sprymiker
    sprymiker Sprykee Posts: 781 πŸ§‘πŸ»β€πŸš€ - Cadet

    then boot + up

  • U01C1TABT0V
    U01C1TABT0V Posts: 61 πŸ§‘πŸ»β€πŸš€ - Cadet

    i just run docker/sdk up now it works without xdebug addons enabled, that's great, but still slow

  • sprymiker
    sprymiker Sprykee Posts: 781 πŸ§‘πŸ»β€πŸš€ - Cadet

    I assume xdebug is not a reason.

  • U01C1TABT0V
    U01C1TABT0V Posts: 61 πŸ§‘πŸ»β€πŸš€ - Cadet

    ah, still sometimes fail whale

  • U01C1TABT0V
    U01C1TABT0V Posts: 61 πŸ§‘πŸ»β€πŸš€ - Cadet

    and

    Spryker \ Shared \ SessionRedis \ Handler \ Exception \ LockCouldNotBeAcquiredException
    Spryker\Shared\SessionRedis\Handler\SessionHandlerRedisLocking could not acquire access to the session 583988c8caa75699eb98e6793b821d7c
    
  • U01C1TABT0V
    U01C1TABT0V Posts: 61 πŸ§‘πŸ»β€πŸš€ - Cadet

    or do i need to rebuild everything by docker/sdk reset?

  • sprymiker
    sprymiker Sprykee Posts: 781 πŸ§‘πŸ»β€πŸš€ - Cadet

    That is session lock issue and it is expected. If page is loaded within 200ms that problem won’t be very often

  • sprymiker
    sprymiker Sprykee Posts: 781 πŸ§‘πŸ»β€πŸš€ - Cadet

    Let’s try to figure out what is the real reason.

  • U01C1TABT0V
    U01C1TABT0V Posts: 61 πŸ§‘πŸ»β€πŸš€ - Cadet

    do you mean pairing?

  • U01C1TABT0V
    U01C1TABT0V Posts: 61 πŸ§‘πŸ»β€πŸš€ - Cadet

    I'm trying now with

    docker:
    ...
        debug:
            enabled: false
            xdebug:
                enabled: false
    
  • sprymiker
    sprymiker Sprykee Posts: 781 πŸ§‘πŸ»β€πŸš€ - Cadet
    edited October 2020

    Please, run the following:

    docker/sdk bootstrap deploy.yml && docker/sdk up

    This will use demo mode when the codebase is embedded so file system is not shared.

  • U01C1TABT0V
    U01C1TABT0V Posts: 61 πŸ§‘πŸ»β€πŸš€ - Cadet

    rebuilding is in progress, will inform you how it work

  • sprymiker
    sprymiker Sprykee Posts: 781 πŸ§‘πŸ»β€πŸš€ - Cadet

    Oki

  • U01C1TABT0V
    U01C1TABT0V Posts: 61 πŸ§‘πŸ»β€πŸš€ - Cadet

    it just finished, i'm trying to load the homepage now

  • U01C1TABT0V
    U01C1TABT0V Posts: 61 πŸ§‘πŸ»β€πŸš€ - Cadet

    so it's fail whale again

  • U01C1TABT0V
    U01C1TABT0V Posts: 61 πŸ§‘πŸ»β€πŸš€ - Cadet

    hmm, interesting, now I got this for the homepage loading

    wig \ Error \ RuntimeError
    An exception has been thrown during the rendering of a template ("None of the chained routers were able to generate route: Route '/en' not found, Route 'Route '/en' not found' not found") in "@ShopUi/components/molecules/logo/logo.twig" at line 18.
    
  • U01C1TABT0V
    U01C1TABT0V Posts: 61 πŸ§‘πŸ»β€πŸš€ - Cadet

    docker/sdk bootstrap deploy.yml && docker/sdk up
    this works well

  • U01C1TABT0V
    U01C1TABT0V Posts: 61 πŸ§‘πŸ»β€πŸš€ - Cadet

    very quick & smoothly @ULYHPR789 ☝

  • sprymiker
    sprymiker Sprykee Posts: 781 πŸ§‘πŸ»β€πŸš€ - Cadet
    '/en' not found
    

    Wait for background jobs to publish and sync

  • sprymiker
    sprymiker Sprykee Posts: 781 πŸ§‘πŸ»β€πŸš€ - Cadet

    Ok. So the problem is file sharing or file system performance in docker.