You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after installing the demo application , i tried running the server using :
php kraken.server
which causes InstantiationException to be throw :
Server is booting...
Throwable trace:
0. [InstantiationException] "stream_socket_pair() could not establish connection." in Isolate:29
1. [ExecutionException] "ServiceProvider [Kraken\Root\Provider\SystemProvider] raised an error." in ServiceProvider:157
2. [ExecutionException] "ServiceProvider Kraken\Root\Provider\SystemProvider failed during registration." in ServiceRegister:352
3. [ExecutionException] "ServiceRegister could not be booted." in ServiceRegister:92
4. [InstantiationException] "Core module could not be booted." in Core:79
Stack trace:
0. [throwable] Kraken\Throwable\Exception\Logic\InstantiationException(...) in Isolate:29
1. [call] Kraken\Util\Isolate\Isolate->__construct() in SystemProvider:26
2. [throwable] Kraken\Throwable\Exception\Runtime\ExecutionException(...) in ServiceProvider:157
3. [call] Kraken\Container\ServiceProvider->throwException(Kraken\Throwable\Exception\Logic\InstantiationException) in ServiceProvider:84
4. [call] Kraken\Container\ServiceProvider->registerProvider(Kraken\Root\Console\Server\Core\ServerCore) in ServiceRegister:342
5. [throwable] Kraken\Throwable\Exception\Runtime\ExecutionException(...) in ServiceRegister:352
6. [call] Kraken\Container\ServiceRegister->registerProviders() in ServiceRegister:80
7. [throwable] Kraken\Throwable\Exception\Runtime\ExecutionException(...) in ServiceRegister:92
8. [call] Kraken\Container\ServiceRegister->boot() in Core:331
9. [call] Kraken\Core\Core->bootProviders() in Core:70
10. [throwable] Kraken\Throwable\Exception\Logic\InstantiationException(...) in Core:79
11. [call] Kraken\Core\Core->boot() in ServerBoot:125
12. [call] Kraken\Root\Console\Server\Boot\ServerBoot->boot("C:\xampp\htdocs\pluto/data") in kraken.server:28
13. [main]
The text was updated successfully, but these errors were encountered:
after installing the demo application , i tried running the server using :
which causes
InstantiationException
to be throw :The text was updated successfully, but these errors were encountered: