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

Hello, Having problems with Spryker installation, can someone help me with this error.

Posts: 140 πŸ§‘πŸ»β€πŸš€ - Cadet

Hello, Having problems with Spryker installation, can someone help me with this error.

Welcome!

It looks like you're new here. Sign in or register to get started.
Β«1

Comments

  • SRE @ Spryker Sprykee Posts: 1,654 ✨ - Novice
    edited September 2020

    Hi! Seems like there is a mismatch between ES version and spryker/elastica module.

  • Posts: 140 πŸ§‘πŸ»β€πŸš€ - Cadet
    edited September 2020

    Nice, Thanks for your time, How to resolve this?

  • SRE @ Spryker Sprykee Posts: 1,654 ✨ - Novice
    edited September 2020

    Please describe what are you trying to do.
    Install some project, started earlier (not latest demo shop), with latest docker-sdk?

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

    Am trying to install spryker project on my system, following the steps from the installation document.

  • SRE @ Spryker Sprykee Posts: 1,654 ✨ - Novice

    Thanks!
    Try to run COMPOSER_MEMORY_LIMIT=-1 composer require "ruflin/elastica:6.*" "spryker/elastica:5.*" --update-with-dependencies --optimize-autoloader --ignore-platform-reqs and then try to install once again.

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

    on vendor/bin/install encountered this error.

  • SRE @ Spryker Sprykee Posts: 1,654 ✨ - Novice

    Maybe you will need to increase memory limit for vagrant by editing .vm file.

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

    you mean to run this ,ulimit -n 65535 ?

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

    just did it, updating the dependencies.

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

    PHP Fatal error: Allowed memory size of 2147483648 bytes exhausted (tried to allocate 67108864 bytes) in phar:///usr/local/bin/composer/src/Composer/DependencyResolver/Pool.php on line 339

    Fatal error: Allowed memory size of 2147483648 bytes exhausted (tried to allocate 67108864 bytes) in phar:///usr/local/bin/composer/src/Composer/DependencyResolver/Pool.php on line 339

    Check https://getcomposer.org/doc/articles/troubleshooting.md#memory-limit-errors for more info on how to handle out of memory errors.%

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

    currently , its 3200, doubling will do?

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

    how much do u suggest?

  • SRE @ Spryker Sprykee Posts: 1,654 ✨ - Novice

    Doubling will do.

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

    cool

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

    memory allocation error

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

    steps done: vagrant halt,

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

    vagrant up

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

    vagrant ssh

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

    composer install

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

    vendor/bin/install

  • SRE @ Spryker Sprykee Posts: 1,654 ✨ - Novice
    edited September 2020

    From the state of the initial error you would need to do:
    1. vagrant halt
    2. edit .vm to set memory to 6400
    3. vagrant up
    4. vagrant ssh
    5. COMPOSER_MEMORY_LIMIT=-1 composer require "ruflin/elastica:6.*" "spryker/elastica:5.*" --update-with-dependencies --optimize-autoloader --ignore-platform-reqs
    6. vendor/bin/install or just install

  • SRE @ Spryker Sprykee Posts: 1,654 ✨ - Novice

    I don't get why have you got the initial error in the first place. Are you sure you are trying to install spryker-shop/b2c-demo-shop and not spryker-shop/suite?

  • Posts: 140 πŸ§‘πŸ»β€πŸš€ - Cadet
    edited September 2020

    $VM_PROJECT=b2c-demo-shop SPRYKER_REPOSITORY=β€œhttps://github.com/spryker-shop/b2c-demo-shop.git”
    $ /Volumes/IntgrmSprykrEtrib/devvm ξ‚° vagrant up
    Bringing machine β€˜default’ up with β€˜virtualbox’ provider...
    ==> default: Box β€˜devvm3.1.0’ could not be found. Attempting to find and install...
    default: Box Provider: virtualbox
    default: Box Version: >= 0
    ==> default: Box file was not detected as metadata. Adding it directly...
    ==> default: Adding box β€˜devvm3.1.0’ (v0) for provider: virtualbox
    default: Downloading: https://github.com/spryker/devvm/releases/download/v3.1.0/spryker-devvm.box
    ==> default: Box download is resuming from prior download progress
    ==> default: Successfully added box β€˜devvm3.1.0’ (v0) for β€˜virtualbox’!
    The following settings will be used for the new VM:
    VM_PROJECT = β€˜suite’
    VM_IP = β€˜10.10.0.226’
    VM_MEMORY = β€˜3200’
    VM_CPUS = β€˜4’
    VM_NAME = β€˜Spryker Dev VM (suite)’
    VM_DOMAIN = β€˜suite’
    VM_SKIP_SF = β€˜0’
    VM_IS_WINDOWS = β€˜0’
    SPRYKER_BRANCH = β€˜master’
    SPRYKER_REPOSITORY = β€˜https://github.com/spryker-shop/suite.git’

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

    I deleted the previous repo and started reInstalling, this is what i found, though am giving b2c-demo-shop.git repo, its always taking suit.git repo .

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

    Do you think. this might be the problem ? if so, have any idea why is happening?

  • SRE @ Spryker Sprykee Posts: 1,654 ✨ - Novice

    So it's suite in the end.
    Our latest devvm is aimed to work with b2b\b2c demo shops, not with suite.
    Suite is already ahead and is using ES7.
    Where b2b\b2c demo shops are still on ES6. And devvm contains only ES6.
    So trying to install suite in the devvm will lead you to an initial error.

    From what you've posted I can conclude that you are running VM_PROJECT=b2c-demo-shop SPRYKER_REPOSITORY=β€œ<https://github.com/spryker-shop/b2c-demo-shop.git>” first and then separately vagrant up. This should be one command.

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

    with one command am encountering the error, so i tried to split it, here is the error,

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

    $VM_PROJECT=b2c-demo-shop SPRYKER_REPOSITORY=β€œhttps://github.com/spryker-shop/b2c-demo-shop.git” vagrant up
    Bringing machine β€˜default’ up with β€˜virtualbox’ provider...
    ==> default: Box β€˜devvm3.1.0’ could not be found. Attempting to find and install...
    default: Box Provider: virtualbox
    default: Box Version: >= 0
    ==> default: Box file was not detected as metadata. Adding it directly...
    ==> default: Adding box β€˜devvm3.1.0’ (v0) for provider: virtualbox
    default: Downloading: https://github.com/spryker/devvm/releases/download/v3.1.0/spryker-devvm.box
    ==> default: Box download is resuming from prior download progress
    An error occurred while downloading the remote file. The error
    message, if any, is reproduced below. Please fix this error and try
    again.

    OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 54

  • SRE @ Spryker Sprykee Posts: 1,654 ✨ - Novice
    edited September 2020

    There is an issue thread for vagrant about the same - https://github.com/hashicorp/vagrant/issues/10007. But there is no final solution. Seems more like internet connection problems.

    I would recommend to remove existing vagrant machines from virtual box, remove the current directory you are working with and to try once again.

Welcome!

It looks like you're new here. Sign in or register to get started.