Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

cjholowatyj's avatar

Laravel Octane

I keep getting the following error when trying to start Laravel Octane locally:

   ERROR  2024-10-19T21:41:04.548-0400  ERROR   container/poller.go:16  vertex got an error     {"id": "http.Plugin", "error": "static_pool_allocate_workers: WorkerAllocate: fork/exec /Users/*****/Library/Application: permission denied"}

   ERROR  github.com/roadrunner-server/endure/pkg/container.(*Endure).poll.func1

   ERROR        github.com/roadrunner-server/[email protected]/pkg/container/poller.go:16

   ERROR  error: static_pool_allocate_workers: WorkerAllocate: fork/exec /Users/*****/Library/Application: permission denied

   ERROR  plugin: http.Plugin

I'm running an Apple M1 MacBook (hence the directory structure), and I think maybe there is some unescaped folder reference somewhere trying to point to something in the Application Support directory, but I wouldn't even know the first place to begin to look for where it is given Octane's/RoadRunner's abysmal error messages. No clues left in storage/logs/laravel.log or nginx logs... Worth noting I guess is that I am using Laravel Herd as well...

Anyone faced similar issues with Laravel Octane and solved it?

0 likes
0 replies

Please or to participate in this conversation.