prooph / micro-do

Microservice version of the famous proophessor-do event sourcing app
http://getprooph.org
BSD 3-Clause "New" or "Revised" License
42 stars 11 forks source link

microdo_php-user-snapshotter_1 exited with code 255 #15

Open ametad opened 5 years ago

ametad commented 5 years ago

After following the readme steps and tried docker-compose up I get this error:

microdo_php-user-snapshotter_1 exited with code 255

More details:

Fatal error: Uncaught TypeError: Argument 2 passed to Prooph\EventStore\Pdo\PostgresEventStore::__construct() must be an instance of PDO, instance of Prooph\Common\Messaging\NoOpMessageConverter given, called in /app/src/Infrastructure/factories.php on line 44 and defined in /app/vendor/prooph/pdo-event-store/src/PostgresEventStore.php:75

prolic commented 5 years ago

this is an easy fix, wanna provide a PR?

On a side-note: This repository currently does nothing at all, it's more a demonstration of how an architecture can look like. It's not filled with real life.