<% layout 'error_layout', :title => "#{@app_name} application could not be started" do %>

<%= @app_name %> application could not be started

These are the possible causes: Further information about the error may have been written to the application's log file. Please check it in order to analyse the problem.
Error message:
<%=h @error.child_exception.message %>
Exception class:
<%=h @error.child_exception.class %>
Application root:
<%=h @app_root %>
Backtrace:
<%= backtrace_html_for(@error.child_exception) %>
<% end %>