Closed
Bug 834510
Opened 12 years ago
Closed 12 years ago
System hangs while entering bug/jsonrpc.cgi timesout immediately
Categories
(Bugzilla :: Creating/Changing Bugs, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 685552
People
(Reporter: rlauer6, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/536.26.17 (KHTML, like Gecko) Version/6.0.2 Safari/536.26.17
Steps to reproduce:
Enter a new bug
Actual results:
Browser hangs - Apache error_log reports:
Timeout waiting for output from CGI script /usr/share/bugzilla/jsonrpc.cgi
This occurs nearly immediately and does not appear to be a network or load related issue. In fact, there is no load on the system at the time. Running on Amazon EC2 CentOS 6.3/t1.micro.
Restarting apache sometimes help. System is almost unusable. No other error messages that I can find that might be of any use.
Sometimes bug is entered - but browser never returns. Stock install, no funny stuff.
Expected results:
Returned with bug entered.
Comment 1•12 years ago
|
||
Looks like your server is unable to support multiple loads and jsonrpc.cgi makes it crash. You should turn off the ajax_user_autocompletion parameter.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•