ActiveRecord::RecordNotFound in SpjmsController#entry

Couldn't find Entry with 'id'=19589
Extracted source (around line #99):
97
98
99
100
101
102
              
# display an entry
def entry
entry = Entry.find(params[:id])
entry_html = EntryPrinter.print(entry, :links => true)
entry_html = create_cja_links(entry_html)
is_long = entry.total_cards > 5

Rails.root: /home/martin/rails/spjms-public/spjms-production

Application Trace | Framework Trace | Full Trace

Request

Parameters:

{"id"=>"19589"}

Response

Headers:

None