kraken-php / demo-chat

Kraken Demo Application - Distributed Chat
48 stars 14 forks source link

php kraken project:create #10

Open sergiohermes opened 7 years ago

sergiohermes commented 7 years ago
php kraken project:create

result this: "fwrite(): send of 213 bytes failed with errno=32 Broken pipe"

eduard-sukharev commented 7 years ago

This also happens to me quite often. Usually, when after server has just been restarted everything works just fine (and there're 2 kraken.server processes): projects can be created and destroyed, but some time later, about a couple of minutes or so, no project can be created anymore - it responds with similar fwrite() error.

dhananjayve commented 6 years ago

PS D:\xampp\htdocs\kraken-test> php kraken.server Server is booting... Throwable trace:

  1. [InstantiationException] "stream_socket_pair() could not establish connection." in Isolate:29
  2. [ExecutionException] "ServiceProvider [Kraken\Root\Provider\SystemProvider] raised an error." in ServicePro ider:157
  3. [ExecutionException] "ServiceProvider Kraken\Root\Provider\SystemProvider failed during registration." in S rviceRegister:352
  4. [ExecutionException] "ServiceRegister could not be booted." in ServiceRegister:92
  5. [InstantiationException] "Core module could not be booted." in Core:79 Stack trace:
  6. [throwable] Kraken\Throwable\Exception\Logic\InstantiationException(...) in Isolate:29
  7. [call] Kraken\Util\Isolate\Isolate->__construct() in SystemProvider:26
  8. [throwable] Kraken\Throwable\Exception\Runtime\ExecutionException(...) in ServiceProvider:157
  9. [call] Kraken\Container\ServiceProvider->throwException(Kraken\Throwable\Exception\Logic\InstantiationExcep ion) in ServiceProvider:84
  10. [call] Kraken\Container\ServiceProvider->registerProvider(Kraken\Root\Console\Server\Core\ServerCore) in Se viceRegister:342
  11. [throwable] Kraken\Throwable\Exception\Runtime\ExecutionException(...) in ServiceRegister:352
  12. [call] Kraken\Container\ServiceRegister->registerProviders() in ServiceRegister:80
  13. [throwable] Kraken\Throwable\Exception\Runtime\ExecutionException(...) in ServiceRegister:92
  14. [call] Kraken\Container\ServiceRegister->boot() in Core:331
  15. [call] Kraken\Core\Core->bootProviders() in Core:70
    1. [throwable] Kraken\Throwable\Exception\Logic\InstantiationException(...) in Core:79
    2. [call] Kraken\Core\Core->boot() in ServerBoot:125
    3. [call] Kraken\Root\Console\Server\Boot\ServerBoot->boot("D:\xampp\htdocs\kraken-test/data") in kraken.serve :28
    4. [main]