Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught exception: no factory for server type "fastcgi"\n (HEAD and 2.3.0 in OSX) #1466

Closed
mcuadros opened this issue Dec 31, 2013 · 8 comments

Comments

@mcuadros
Copy link

mcuadros commented Dec 31, 2013

Hi,

Following the instructions on the blog post i am starting a fastcgi server but not is working on head compiled version, the same issue with the stable 2.3.0:

hhvm --mode server -vServer.Type=fastcgi -vServer.Port=9000
mapping self...
mapping self took 0'00" (7 us) wall time
Uncaught exception: no factory for server type "fastcgi"\n


hhvm --version
HipHop VM v2.4.0-dev (rel)
Compiler: 1387755492_N
Repo schema: N_1387755492

Any clue?

Regards

@BrianGilbert
Copy link

BrianGilbert commented Jan 2, 2014

I'm also getting this on OS X when trying to run in fastcgi mode:

hhvm --mode daemon -vServer.Type=fastcgi -vServer.Port=9000 -vLog.Level=Debug -vLog.File=/usr/local/var/hhvm/hhvm.log

→ hhvm --version
HipHop VM v2.4.0-dev (rel)
Compiler: 1388620494_N
Repo schema: N_1388620494

@danslo
Copy link
Contributor

danslo commented Jan 2, 2014

fastcgi is not supported on OSX.

@scannell
Copy link
Contributor

scannell commented Jan 2, 2014

Marking this wishlist since we're not intending on working on it anytime soon. If someone wants to do so, that would be awesome.

@mcuadros
Copy link
Author

mcuadros commented Jan 2, 2014

Ok, thanks!

@denji
Copy link
Contributor

denji commented Jan 3, 2014

@scannell @danslo FreeBSD too not working ?

@scannell
Copy link
Contributor

scannell commented Jan 3, 2014

I haven't touched anything on FreeBSD in months (to make it work) -- not sure if anyone else has. Feel free to hack on it; it probably requires at least some work, hopefully not the same amount as OSX [which has bigger issues since some of the APIs dependencies of the fastcgi stuff uses just aren't there on OSX.]

@fredemmott
Copy link
Contributor

fredemmott commented May 23, 2014

Work is ongoing in #2386

@danslo
Copy link
Contributor

danslo commented Jul 23, 2014

@fredemmott @ptarjan This can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants