OroPlatform Forums

Covering OroPlatform topics, including community updates and company announcements.

This topic contains 8 replies, has 3 voices, and was last updated by  Dima Soroka 8 years, 6 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
  • #35236

    Stefano7777777
    Participant

    when i try to install it stop at step 3 Database initialization – Schema update Failed
    in oro_install.log give me this:
    (only last part)
    > Oro\Bundle\EntityExtendBundle\Migration\RefreshExtendCacheMigration
    > Oro\Bundle\EntityConfigBundle\Migration\UpdateEntityConfigMigration
    [PDOException]
    SQLSTATE[HY000] [2002] No such file or directory
    oro:entity-config:update [-f|–force] [–filter[=”…”]] [–dry-run] [-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
    ERROR: The command terminated with an exit code: 255.
    > Oro\Bundle\EntityExtendBundle\Migration\UpdateExtendConfigMigration – skipped
    > Oro\Bundle\ActivityListBundle\Migration\ActivityListMigration – skipped
    > Oro\Bundle\EntityExtendBundle\Migration\UpdateExtendIndicesMigration – skipped

    [RuntimeException]
    Failed migrations: Oro\Bundle\EntityConfigBundle\Migration\UpdateEntityConfigMigration.

    oro:migration:load [–force] [–dry-run] [–show-queries] [–bundles[=”…”]] [–exclude[=”…”]] [–timeout[=”…”]] [-h|–help] [-q|–quiet] [-v|vv|vvv|–verbose] [-V|–version] [–ansi] [–no-ansi] [-n|–no-interaction] [-s|–shell] [–process-isolation] [-e|–env=”…”] [–no-debug] [–current-user=”…”] [–current-organization=”…”] [–disabled-listeners=”…”] command
    Command “oro:migration:load” executed in 26 second(s), memory usage: 50.53Mb

Viewing 8 replies - 1 through 8 (of 8 total)
  • Author
    Replies
  • #35237

    Hi,
    “SQLSTATE[HY000] [2002] No such file or directory” is MySQL side error and usually occurred when there is problem with MySQL socket file configuration. Could you check MySQL error log?

    #35238

    Stefano7777777
    Participant

    hi,
    i see in log and here there is:
    apache_error_log.err
    mysql_error.log
    php_error.log

    but mysql_error_log.err is blank

    #35239

    Stefano7777777
    Participant

    up
    if i change localhost with 127.0.0.1 it doesn’t give the error but it change it in this, how can i resolve it?:

    > Oro\Bundle\EntityConfigBundle\Migration\UpdateEntityConfigMigration
    PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 12288 bytes) in /Applications/MAMP/htdocs/orocrm/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/ObjectHydrator.php on line 312

    ERROR: The command terminated with an exit code: 255.
    > Oro\Bundle\EntityExtendBundle\Migration\UpdateExtendConfigMigration – skipped
    > Oro\Bundle\ActivityListBundle\Migration\ActivityListMigration – skipped
    > Oro\Bundle\EntityExtendBundle\Migration\UpdateExtendIndicesMigration – skipped

    [RuntimeException]
    Failed migrations: Oro\Bundle\EntityConfigBundle\Migration\UpdateEntityConfigMigration.

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

    Command “oro:migration:load” executed in 44 second(s), memory usage: 50.53Mb

    #35240

    Stefano7777777
    Participant

    now give this:

    > Oro\Bundle\EntityExtendBundle\Migration\UpdateExtendIndicesMigration – skipped

    [RuntimeException]
    Failed migrations: Oro\Bundle\UserBundle\Migrations\Schema\OroUserBundleInstaller.

    i don’t know what can i do please can help me?

    #35241

    “PHP Fatal error: Allowed memory size of 134217728” php cannot allocate memory. Please check php memory_limit setting. Issue can be in memory_limit value or system does not have free memory.

    #35242

    Stefano7777777
    Participant

    i’ ve set php memory limit to -1 now work but give me another error:

    > Oro\Bundle\EntityExtendBundle\Migration\UpdateExtendConfigMigration – skipped
    > Oro\Bundle\ActivityListBundle\Migration\ActivityListMigration – skipped
    > Oro\Bundle\EntityExtendBundle\Migration\UpdateExtendIndicesMigration – skipped

    [RuntimeException]
    Failed migrations: Oro\Bundle\UserBundle\Migrations\Schema\OroUserBundleInstaller.

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

    Command “oro:migration:load” executed in 5 second(s), memory usage: 42.45Mb

    #35243

    Stefano7777777
    Participant

    can anyone help me? or i have to search another crm :(

    #35244

    Dima Soroka
    Keymaster

    Which version you are trying to install and what is your environment configuration? Please provide us with commands log that you are running for installation as well.

Viewing 8 replies - 1 through 8 (of 8 total)

The forum ‘OroPlatform – Installation/Technical Issues or Problems’ is closed to new topics and replies.

Back to top