Hi, I'm testing Laravel Octane today and can't solve this issue...
I tried multible server setups and different settings, nothing worked.
The frontend and deamon are still working fine. Restarting the demaon through the forge UI workts too.
The octane deamon starts with the following and used 4 processes, i tried 1 too.
php8.0 artisan octane:start --port=8001 --no-interaction
I changed the port, because i need multiple setups, but port 8000 doesn't work either.
- php 8.1
- laravel 8.0
- octane 1.2.9
Error Output:
INFO Octane server is running.
INFO Reloading workers...
RuntimeException
Cannot reload RoadRunner: 2022/05/09 18:10:20 resetting plugin: [http]
at vendor/laravel/octane/src/RoadRunner/ServerProcessInspector.php:56
52▕ 'reset',
53▕ '-o', "rpc.listen=tcp://$host:$rpcPort",
54▕ ], base_path()))->start()->waitUntil(function ($type, $buffer) {
55▕ if ($type === Process::ERR) {
56▕ throw new RuntimeException('Cannot reload RoadRunner: '.$buffer);
57▕ }
58▕
59▕ return true;
60▕ });
Thx for any help :)