velaro

Results 7 comments of velaro

Error as follows: UnexpectedValueException in StreamHandler.php line 107: The stream or file "/var/www/html/gearmanui/src/GearmanUI/../../logs/gearmanui.log" could not be opened: failed to open stream: Permission denied Made 0777 recursively, error remains the same

Problem was in setenforce. Switched that off for now. Sorry, thanx

Stupid me, It was typical error of memory leaking. I ignored example provided by this packet of closing socket after my task is done. ``` job.on('complete', function() { console.log('RESULT: '...

> @DavidRadan > > If you want to fix this issue you can add to your project's dependencies: > > ```json > "dependencies": { > "winston": "^0.7.1", > } >...

Sorry your solution is not working with winston anymore with newer nodejs. Is there any development?

> [PacktPublishing/Keycloak-Identity-and-Access-Management-for-Modern-Applications#27 (comment)](https://github.com/PacktPublishing/Keycloak-Identity-and-Access-Management-for-Modern-Applications/issues/27#issuecomment-1822036222) Its not a solution for those, who has nothing to do with https (dev environment) P.S: For those who face this issue and has a docker containers...

any news on this? Have no idea whats missing With kafka and zoo its working, tried to upgrade to 4-th version of kafka without success