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

System.NullReferenceException at HyperFastCgi.Transports.BaseManagedListenerTransport.AddHeader #50

Open
derFunk opened this issue Mar 11, 2016 · 0 comments

Comments

@derFunk
Copy link
Contributor

derFunk commented Mar 11, 2016

Just wanted to let you know about this exception, which happened to us during a stress test.
Havn't yet investigated further, will do as soon as I got time:

root@4c1daf7b56af:/# tail -f -n 500 /var/log/supervisor/mono-server-hyperfastcgi4-stdout---supervisor-cAIE5v.log

[2016-03-11 15:12:24Z] Debug   HyperFastCgi
[2016-03-11 15:12:24Z] Debug   Configured host in domain d95d475a, id=1
log4net:ERROR You have tried to set a null level to root.
log4net.Core.LogException: Error in the application.

Unhandled Exception:
System.NullReferenceException: Object reference not set to an instance of an object
  at HyperFastCgi.Transports.BaseManagedListenerTransport.AddHeader (System.String name, System.String value, Boolean isHeader, System.Object userData) <0x4018a230 + 0x0005b> in <filename unknown>:0
  at HyperFastCgi.Helpers.FastCgiProtocol.FcgiUtils.ParseParameters (System.Byte[] data, HyperFastCgi.Helpers.FastCgiProtocol.AddHeaderDelegate func, System.Object userData) <0x40189880 + 0x0023b> in <filename unknown>:0
  at HyperFastCgi.Transports.BaseManagedListenerTransport.Process (UInt64 listenerTag, Int32 requestNumber, System.Byte[] header, System.Byte[] recordBody) <0x40184ac0 + 0x006bb> in <filename unknown>:0
  at HyperFastCgi.Listeners.FastCgiNetworkConnector.ProcessRecord (System.Byte[] header, System.Byte[] body) <0x401848e0 + 0x00196> in <filename unknown>:0
  at HyperFastCgi.Listeners.FastCgiNetworkConnector.ReceiveCallback (IAsyncResult ar) <0x40183ec0 + 0x00508> in <filename unknown>:0
[2016-03-11 15:25:22Z] Debug   HyperFastCgi
[2016-03-11 15:25:22Z] Debug   Configured host in domain d95d475a, id=1
log4net:ERROR You have tried to set a null level to root.
log4net.Core.LogException: Error in the application.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant