Fehlende Entity-Klassen bei Installation

Guten Abend

Habe gerade große Probleme dabei Shopware v.5.6.6 über shopware-docker zu installieren.

Nach folgendem Command:

psh.phar init-vcs --sw-branch=v5.6.6

kommt folgende Fehlermeldung:

(4/5) Starting
> ant -f shopware/build/build.xml -Ddb.user=app -Ddb.password=app -Ddb.host=mysql -Ddb.name=shopware -Dapp.host=localhost:8083 build-cache-dir build-config build-database build-generate-attributes build-snippets-deploy build-theme-initialize build-create-admin-account build-install-lock-file build-disable-firstrunwizard install-git-hooks
        Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-8-openjdk-amd64/lib/tools.jar
        Buildfile: /var/www/shopware/shopware/build/build.xml

        build-cache-dir:
             [exec] Cannot load Xdebug - it was already loaded
             [exec] WARNING! Could not connect to database. Message from SQL Server: SQLSTATE[HY000] [2002] No such file or directory in /var/www/shopware/shopware/engine/Shopware/Components/DependencyInjection/Bridge/Db.php
             [exec]
             [exec] // Clearing the cache for the production environment
             [exec]
             [exec] [OK] Cache for the "production" environment was successfully cleared.
             [exec]

        build-config:
             [copy] Copying 1 file to /var/www/shopware/shopware

        build-database-foundation:
             [exec] Cannot load Xdebug - it was already loaded
             [exec] WARNING! The target-entity Shopware\Models\Attribute\ConfiguratorGroup cannot be found in 'Shopware\Models\Article\Configurator\Group#attribute'. in /var/www/shopware/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappingException.php
             [exec]
             [exec] // Drop database
             [exec]
             [exec] // Create database
             [exec]
             [exec] // Import database
             [exec]
             [exec] Current MigrationNumber: 0
             [exec] Found 67 migrations to apply
             [exec] Apply MigrationNumber: 817 - add-plugin-translations
             [exec] Apply MigrationNumber: 818 - make-some-fields-in-order-table-nullable
             [exec] Apply MigrationNumber: 819 - shortcut-help-menu
             [exec] Apply MigrationNumber: 820 - plugin-safe-mode
             [exec] Apply MigrationNumber: 900 - add-last-articles-config-elements
             [exec] Apply MigrationNumber: 901 - add-vote-shop-id
             [exec] Apply MigrationNumber: 902 - remove-import-export-legacy-module
             [exec] Apply MigrationNumber: 903 - add-menu-import-export-advanced
             [exec] Apply MigrationNumber: 904 - add-captcha-selection
             [exec] Apply MigrationNumber: 905 - add-backend-listing-index
             [exec] Apply MigrationNumber: 906 - remove-countryshipping-registration-config-option
             [exec] Apply MigrationNumber: 907 - add-signed-basket
             [exec] Apply MigrationNumber: 908 - change-varchar-attributes
             [exec] Could not apply migration (Migrations_Migration908). Error: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'shopware.s_user_addresses_attributes' doesn't exist
             [exec]
             [exec] In Manager.php line 216:
             [exec]
             [exec] Could not apply migration (Migrations_Migration908). Error: SQLSTATE[42S02]
             [exec] : Base table or view not found: 1146 Table 'shopware.s_user_addresses_attri
             [exec] butes' doesn't exist
             [exec]
             [exec]
             [exec] sw:database:setup [--steps STEPS] [--shop-url [SHOP-URL]] [--host [HOST]] [--path [PATH]]
             [exec]

        BUILD FAILED
        /var/www/shopware/shopware/build/build.xml:140: exec returned: 1

        Total time: 1 minute 8 seconds

Execution aborted, a subcommand failed!

Mich macht ja schon stuzig, dass er sich bei Schritt build-cache-dir nicht mit der Datenbank verbinden kann. Danach funktioniert gar kein Shopware bzw. Symfony-Command mehr, da dann nur noch folgende Fehlermeldung kommt:

The target-entity Shopware\Models\Attribute\Shop cannot be found in 'Shopware\Models\Shop\Shop#attribute'.

Ich habe bereits mehrfach alles komplett neu aufgesetzt. Neu ausgecheckt. Docker komplett gecleared und von vorne angefangen (images, networks, volumes und container gelöscht). Caches gelöscht und versucht Schritte zu wiederholen… nichts funktioniert!

Ich bin mit meinem Latein am Ende. Warum existieren diese Klassen nicht und er bricht die Installation ab?!

 

EDIT:

Hier noch mal ein Auszug aus der Generierung der Attribute:

application@727ecf011cbe:/var/www/shopware/shopware$ php bin/console sw:generate:attributes
 WARNING! The target-entity Shopware\Models\Attribute\ConfiguratorGroup cannot be found in 'Shopware\Models\Article\Configurator\Group#attribute'. in /var/www/shopware/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappingException.php 

In MappingException.php line 772:
                                                                                                                                            
  The target-entity Shopware\Models\Attribute\ConfiguratorGroup cannot be found in 'Shopware\Models\Article\Configurator\Group#attribute'.  
                                                                                                                                            

sw:generate:attributes

 

Habe nun das ganze nicht unter Windows in Docker, sondern unter Linux in Docker laufen lassen. Funktioniert.

Kann mir das absolut nicht erklären und somit ist dieser Thread schon wieder hinfällig.