OroCommerce Forums

Covering OroCommerce topics, including community updates and company announcements.

Forums Forums OroCommerce Orocommerce v 1.5 Clank Server Error

This topic contains 2 replies, has 2 voices, and was last updated by  Rio 6 years, 4 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
  • #32566

    Rio
    Participant

    Hello Masters,

    I tried to follow this link : https://oroinc.com/doc/orocommerce/current/install-upgrade/installation-quick-start-dev/commerce-crm and I got an error regarding of clank server run, actually there is a crash port 8080 and show this error ::

    and I changed into 8081 on app/config/parameters.yml, and try to re-execute again of
    php app/console clank:server –env=prod
    but I think there’s something error because the process not running anymore and got hang out

    Note :: the message queue running well by executing php app/console oro:message-queue:consume –env=prod
    Fyi actually I run the server using php app/console server:run my local machine.

    Anybody knows how to solve it? And what’s the different between clank:server and server:run :)

    Thanks in Advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • Author
    Replies
  • #32567

    vitaliyberdylo
    Participant

    Hello Rio.
    You did the right thing changed websocket_backend_port and websocket_bind_port parameters. in parameters.yml.

    Seems everything works correctly.

    server:run command Runs PHP built-in web server
    clank:server command Starts the Clank Server

    Clank is a Symfony2 Bundle designed to bring together websocket functionality in a easy to use application architecture. In OroPlatrorm it using for example to notify the user which edit some entity if another user delete this entity.

    More about this bundle and websockets you can read on it’s github page https://github.com/JDare/ClankBundle

    #32568

    Rio
    Participant

    Yes it’s work actually,,

    Thanks

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

The forum ‘OroCommerce’ is closed to new topics and replies.

Back to top