facebookarchive / oss-performance

Scripts for benchmarking various PHP implementations when running open source software.
Other
131 stars 45 forks source link

Uncaught exception: no factory for server type "proxygen"\n #65

Closed reedy closed 8 years ago

reedy commented 8 years ago

From https://github.com/hhvm/oss-performance/pull/57#issuecomment-160357333

Uncaught exception: no factory for server type "proxygen"\n

Seems there's some string quoting issue somewhere due to the \n showing like that

reedy commented 8 years ago
Exception: Unable to save cache to /tmp/hhvm-nginxuTv9ha/static.content\n
hphp failed

I guess this is actually a hhvm upstream bug that has presumably been fixed...

fredemmott commented 8 years ago

What version of HHVM are you running, and where did you get it from? You can tell the test runner to use fastcgi instead, IIRC

fredemmott commented 8 years ago

Dupe, #45

reedy commented 8 years ago

I ended up using --no-proxygen https://github.com/hhvm/oss-performance/pull/57#issuecomment-160360287

Using HipHop VM 3.6.6 (rel) on Ubuntu 12.04, from dl.hhvm.com

But yeah, #45 is an acceptable dupe