Created
January 24, 2012 15:04
-
-
Save qzio/1670601 to your computer and use it in GitHub Desktop.
gearman-manager pecl-manager output when using a bad autoloader
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./pecl-manager.php -c config-single.ini -w ./worker-classes-ext -vvv | |
PID Type Message | |
27106 INFO Loading workers in ./worker-classes-ext | |
27107 PROC Helper forked | |
27107 INFO Loading workers in ./worker-classes-ext | |
27106 PROC Started with pid 27106 | |
27106 PROC Started child 27108 (another_test_job,test_job) | |
27108 WORKER Adding server 127.0.0.1 | |
27108 WORKER Adding job another_test_job | |
27108 WORKER Adding job test_job | |
27108 WORKER Creating a another_test_job object | |
27108 WORKER (H:debian6-64:104) Starting Job: another_test_job | |
--badAutoloader: will try to load class custom_object | |
27108 WORKER (H:debian6-64:104) another_test_job::run with workload: '{"i_is":0}' | |
27108 WORKER (H:debian6-64:104) another_test_job::run will create custom_object($workload) | |
27108 WORKER (H:debian6-64:105) Starting Job: test_job | |
27108 INFO (H:debian6-64:105) FAILED to find a function or class for test_job. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment