Occasionally for about 10 minutes users receive 500 error when changing permission on node/add/sessions.

Comments

nicxvan created an issue. See original summary.

japerry’s picture

Is there anything from the logs?

nicxvan’s picture

Nothing in the logs. I think it might be a resource issue, I have upped the memory fairly significantly and haven't been able to reproduce since.

japerry’s picture

Cool. we've seen 500 errors on edo, but its due to mysql being slow and us having a lot of tickets. We did have the ticket module being a bit aggressive with cache clears, and the latest version of HEAD cod fixes that problem.

nicxvan’s picture

Is that cache clear issue fixed in 1.4?

We are getting this error again on sessions fairly consistently and the memory is at 400MB so it should not be running out of memory.

nicxvan’s picture

Priority: Major » Critical
nicxvan’s picture

[Wed Jun 22 13:16:57 2016] [error] [client ] Premature end of script headers: index.php, referer: http://nedcamp.org/sessions
[Wed Jun 22 13:17:01 2016] [warn] [client ] (104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server, referer: http://nedcamp.org/sessions
[Wed Jun 22 13:17:01 2016] [error] [client ] Premature end of script headers: index.php, referer: http://.nedcamp.org/sessions

Steps to reproduce loging.
Click on submit Sessions
Click Create
Get 500 error.

Work around
Go to home page first
Then follow above

japerry’s picture

Unfortunately that issue is still in the 1.x series of cod, since its using a much older version of ticket. Maybe we can try backporting that patch, its pretty small.

How long is the timeout in mod_fcgid?

nicxvan’s picture

I tried a bunch of different values from 400 - 28000