You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using ubuntu 13 and latest mono and latest HyperFastCgi
/usr/local/bin/mono-server-hyperfastcgi4 --verbose --appconfigdir /etc/init.d/mono-fastcgi/ /socket=unix:/var/run/mono3-fcgi-0.sock /logfile=/var/log/mono/fastcgi.log /keepalive=false /minthreads=20,4,
Unhandled exception: System.NullReferenceException: Object reference not set to an instance of an object
at Mono.WebServer.HyperFastCgi.NetworkConnector.SendOutput (UInt16 requestId, System.Byte[] data, Int32 length) [0x00000] in :0
at Mono.WebServer.HyperFastCgi.WorkerRequest.SendResponseFromMemory (System.Byte[] data, Int32 length) [0x00000] in :0
at Mono.WebServer.MonoWorkerRequest.ProcessRequest () [0x00000] in :0
The text was updated successfully, but these errors were encountered:
Hi
I am using ubuntu 13 and latest mono and latest HyperFastCgi
/usr/local/bin/mono-server-hyperfastcgi4 --verbose --appconfigdir /etc/init.d/mono-fastcgi/ /socket=unix:/var/run/mono3-fcgi-0.sock /logfile=/var/log/mono/fastcgi.log /keepalive=false /minthreads=20,4,
I getting this error when i using ab: ab -c 10 -n 50000 http://192.168.2.73/api/json/reply/Hello
Unhandled exception: System.NullReferenceException: Object reference not set to an instance of an object
at Mono.WebServer.HyperFastCgi.NetworkConnector.SendOutput (UInt16 requestId, System.Byte[] data, Int32 length) [0x00000] in :0
at Mono.WebServer.HyperFastCgi.WorkerRequest.SendResponseFromMemory (System.Byte[] data, Int32 length) [0x00000] in :0
at Mono.WebServer.MonoWorkerRequest.ProcessRequest () [0x00000] in :0
The text was updated successfully, but these errors were encountered: