Docker/sdk transfer exist Error

Posts: 4 🧑🏻‍🚀 - Cadet
edited June 2023 in Spryker Dev Environment

can't build docker/sdk up while the transfer exist Error - Exception: Class 'Generated\Shared\Transfer\MonitoringTransactionEventTransfer' not found

Tagged:

Welcome!

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

Comments

  • Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,106 ⚖️ - Guardians (admin)

    Hey, do you have the following file? vendor/spryker/monitoring/src/Spryker/Shared/Monitoring/Transfer/monitoring.transfer.xml

  • Posts: 4 🧑🏻‍🚀 - Cadet
  • Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,106 ⚖️ - Guardians (admin)

    Does docker/sdk console propel:model:build work for you?

  • Posts: 4 🧑🏻‍🚀 - Cadet

    All commands gives same error

  • Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,106 ⚖️ - Guardians (admin)

    I saw the exception before - But I did not get a response yet what was the solution for my teammate.

    If you do not want to wait until Monday you could try to debug it with xdebug and set a breakpoint in the MonitoringConsolePlugin or other to see the real Exception underneath

  • Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,106 ⚖️ - Guardians (admin)

    You could also try to comment out new MonitoringConsolePlugin() in src/Pyz/Yves/Console/ConsoleDependencyProvider.php and check if you see a better exception

  • Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,106 ⚖️ - Guardians (admin)

    There was also a fix for better exception showing released in October: https://github.com/spryker/monitoring/releases/tag/2.6.0

  • Posts: 4 🧑🏻‍🚀 - Cadet
    edited May 2023

    it works thanks a ton!

Welcome!

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