arifulhb / laravel-docker-app

A complete Laravel, PHP Docker based development environment with individual Nginx, Web app, Queue, Scheduler, Redis containers.
https://dev.to/arifulhb/a-complete-docker-based-development-environment-for-laravel-php-10o4
41 stars 20 forks source link

Error on starting the queue service: Permission denied #1

Open hfleury opened 3 years ago

hfleury commented 3 years ago

I cloned the repository ran the install and the docker build without problems. When I ran the command "docker up", all service started ok excepted the queue service, that is showing the following error:

queue_1      |    UnexpectedValueException  : The stream or file "/var/www/app/storage/logs/laravel.log" could not be opened: failed to open stream: Permission denied
queue_1      | 
queue_1      |   at /var/www/app/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php:110
queue_1      |     106|             restore_error_handler();
queue_1      |     107|             if (!is_resource($this->stream)) {
queue_1      |     108|                 $this->stream = null;
queue_1      |     109| 
queue_1      |   > 110|                 throw new \UnexpectedValueException(sprintf('The stream or file "%s" could not be opened: '.$this->errorMessage, $this->url));
queue_1      |     111|             }
queue_1      |     112|         }
queue_1      |     113| 
queue_1      |     114|         if ($this->useLocking) {
queue_1      | 
queue_1      |   Exception trace:
queue_1      | 
queue_1      |   1   Monolog\Handler\StreamHandler::write()
queue_1      |       /var/www/app/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php:42
queue_1      | 
queue_1      |   2   Monolog\Handler\AbstractProcessingHandler::handle()
queue_1      |       /var/www/app/vendor/monolog/monolog/src/Monolog/Logger.php:323
queue_1      | 
queue_1      |   Please use the argument -v to see more details.
laravel-docker-app_queue_1 exited with code 0
TimHuey commented 2 years ago

So this was opened on Jun 11th and there is no one assigned to it yet. What time frame should a response be expected for posted issues? Is this area unmonitored? Should help be sought more appropriately elsewhere. Is this not the right avenue to expect resolutions? Should it just be used for reporting purposes? I'm new to github and I may be expecting something that is inappropriate for this area.