OroPlatform Forums

Covering OroPlatform topics, including community updates and company announcements.

Forums Forums OroPlatform OroPlatform – Programming Questions Error when I try to load demo data

This topic contains 1 reply, has 2 voices, and was last updated by  stalxed 9 years, 3 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #33609

    alendo
    Participant

    php app/console oro:migration:data:load –fixtures-type=demo
    Loading “demo” data fixtures …
    > loading OroCRM\Bundle\DemoDataBundle\Migrations\Data\Demo\ORM\LoadBusinessUnitData
    > loading OroCRM\Bundle\DemoDataBundle\Migrations\Data\Demo\ORM\LoadLeadSourceData
    > loading OroCRM\Bundle\DemoDataBundle\Migrations\Data\Demo\ORM\LoadGroupData
    > loading OroCRM\Bundle\DemoDataBundle\Migrations\Data\Demo\ORM\LoadUserData
    > loading OroCRM\Bundle\DemoDataBundle\Migrations\Data\Demo\ORM\LoadUsersData
    > loading OroCRM\Bundle\DemoDataBundle\Migrations\Data\Demo\ORM\LoadAccountData
    > loading OroCRM\Bundle\DemoDataBundle\Migrations\Data\Demo\ORM\LoadChannelData
    > loading OroCRM\Bundle\DemoDataBundle\Migrations\Data\Demo\ORM\LoadB2bCustomerData
    > loading OroCRM\Bundle\DemoDataBundle\Migrations\Data\Demo\ORM\LoadContactGroupData
    > loading OroCRM\Bundle\DemoDataBundle\Migrations\Data\Demo\ORM\LoadContactData
    > loading OroCRM\Bundle\DemoDataBundle\Migrations\Data\Demo\ORM\LoadCallData
    > loading OroCRM\Bundle\DemoDataBundle\Migrations\Data\Demo\ORM\LoadLeadsData
    > loading OroCRM\Bundle\DemoDataBundle\Migrations\Data\Demo\ORM\LoadCampaignData
    > loading OroCRM\Bundle\DemoDataBundle\Migrations\Data\Demo\ORM\LoadEmailData
    > loading OroCRM\Bundle\DemoDataBundle\Migrations\Data\Demo\ORM\LoadEmailTemplates
    > loading OroCRM\Bundle\DemoDataBundle\Migrations\Data\Demo\ORM\LoadEmbeddedFormData
    > loading OroCRM\Bundle\DemoDataBundle\Migrations\Data\Demo\ORM\LoadMagentoData

    [Doctrine\ORM\ORMException]
    The EntityManager is closed.

    oro:migration:data:load [–fixtures-type[=”…”]] [–dry-run] [–bundles[=”…”]] [–exclude[=”…”]] [-h|–help] [-q|–quiet] [-v|vv|vvv|–verbose] [-V|–version] [–ansi] [–no-ansi] [-n|–no-interaction] [-s|–shell] [–process-isolation] [-e|–env=”…”] [–no-debug] [–jms-job-id=”…”] [–current-user=”…”] [–current-organization=”…”] [–disabled-listeners=”…”] command

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • #33610

    stalxed
    Participant

    I installation with loading textures also did not pass. But I do not need it.

    About this exception.
    Most often, in php doctrine, it occurs when the transaction is rolled back.

    As a way out of this situation, look at the end of your message.
    Most likely (but I personally have not tested in practice), you can specify a list of bundles that you require via the option [–bundles[=”…”]].
    List only that you need the bundles.

    Of course, you can use debug tools, found bug and report it to github issues :)

Viewing 1 replies (of 1 total)

The forum ‘OroPlatform – Programming Questions’ is closed to new topics and replies.

Back to top