Bug / Feature #2661
closedParserError when viewing or editing pad
100%
Description
Steps¶
- View pad via link: http://projects.piratenpartei.ch/pad/show/49
Observation¶
- An error page appeared (same thing happened also when trying to edit the pad):
JSON::ParserError in PadController#show
743: unexpected token at '<html> <head><title>502 Bad Gateway</title></head> <body bgcolor="white"> <center><h1>502 Bad Gateway</h1></center> <hr><center>nginx/1.0.11</center> </body> </html> '
RAILS_ROOT: /srv/www/redmine
Application Trace | Framework Trace | Full Trace
/var/lib/gems/1.8/gems/json-1.6.1/lib/json/common.rb:148:in `parse' /var/lib/gems/1.8/gems/json-1.6.1/lib/json/common.rb:148:in `parse' /var/lib/gems/1.8/gems/etherpad-lite-0.0.4/lib/etherpad-lite/client.rb:197:in `handleResult' /var/lib/gems/1.8/gems/etherpad-lite-0.0.4/lib/etherpad-lite/client.rb:45:in `call' /var/lib/gems/1.8/gems/etherpad-lite-0.0.4/lib/etherpad-lite/client.rb:58:in `createGroupIfNotExistsFor' /var/lib/gems/1.8/gems/etherpad-lite-0.0.4/lib/etherpad-lite/models/group.rb:18:in `create' /var/lib/gems/1.8/gems/etherpad-lite-0.0.4/lib/etherpad-lite/models/instance.rb:60:in `create_group' /var/lib/gems/1.8/gems/etherpad-lite-0.0.4/lib/etherpad-lite/models/instance.rb:45:in `group' /var/lib/gems/1.8/gems/actionpack-2.3.11/lib/action_controller/base.rb:1333:in `send' /var/lib/gems/1.8/gems/actionpack-2.3.11/lib/action_controller/base.rb:1333:in `perform_action_without_filters' /var/lib/gems/1.8/gems/actionpack-2.3.11/lib/action_controller/filters.rb:617:in `call_filters' /var/lib/gems/1.8/gems/actionpack-2.3.11/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark' /var/lib/gems/1.8/gems/actionpack-2.3.11/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' /var/lib/gems/1.8/gems/activesupport-2.3.11/lib/active_support/core_ext/ ...
Updated by Ced over 12 years ago
Sorry for the bad style of the report and bad formatting of the stack trace, I am on a mobile device.
Updated by corvus over 12 years ago
- Status changed from New to 3
- % Done changed from 0 to 100
The Etherpad server crashed for some unknown reason. Restarted the server did the trick.