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

update nancy's setup_nginx.sh to use updated mono install #1304

Closed
wants to merge 2 commits into
base: master
from

Conversation

Projects
None yet
2 participants
@lgratrix-techempower
Contributor

lgratrix-techempower commented Jan 7, 2015

following aspnet example

lgratrix-techempower added some commits Jan 7, 2015

attempt to get nancy-libevent to work. Not Successful. The Nancy version
has been updated and this might be the root cause of the issue. When
attempting to manually run the nancy-libevent test I am able to compile and
to start mono/nginx but when making a request receive several errors of the
following type:
Unhandled Exception:
System.MissingMethodException: Method not found: 'Nancy.Request..ctor'.
2015/01/08 10:39:28 [error] 31240#0: *1 upstream prematurely closed connection while reading response header from upstream, client: 127.0.0.1, server: , request: "GET /json HTTP/1.1", upstream: "http://127.0.0.1:9001/json", host: "localhost:8080"
Missing method Nancy.Request::.ctor(string,string,IDictionary`2<string, IEnumerable`1<string>>,RequestStream,string,string,string) in assembly /home/lgratrix/FrameworkBenchmarks/frameworks/CSharp/nancy/src/LibeventHost/bin/Release/Nancy.dll, referenced in assembly /home/lgratrix/FrameworkBenchmarks/frameworks/CSharp/nancy/src/LibeventHost/bin/Release/Nancy.Hosting.Event2.dll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment