2009/12/9 dwhitekiss <[email protected]>:
>
> This is what I get from the browser
>
> We're sorry, but something went wrong.
>
> We've been notified about this issue and we'll take a look at it shortly.
>
>
>>
>> >
>> > Is there a way to see the error in the full trace? or is there an
>> > error in my commands?
>>
>> Have a look in log/development.log, that often contains useful
>> information.
>
> See below,not sure how to deal with it:
> # tail -f development.log
>     /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
>     /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
>     /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
>     /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
>     /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
>     /usr/lib/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/handler/webrick.rb:14:in
> `run'
>     /usr/lib/ruby/gems/1.8/gems/rails-2.3.4/lib/commands/server.rb:111
>     /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in
> `gem_original_require'
>     /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
>     script/server:3
>

That is only the end of the error trace, find the beginning of the
trace (not the whole log) and examine the trace carefully to see if
you can make any sense of it.  There will be a lot of it and it may
look like nothing useful but read through and see if there is a
reference to any of your code, or anything else that suggests what the
problem might be.  If you still cannot get any further then post the
whole error trace here.  You will see many of these if you stick with
Rails so this is a good time to start trying to glean information from
them.  If there is an error message at the front that looks meaningful
but you do not understand then google may help.

As an aside have you worked through the Getting Started guide in the
ruby on rails guides?  This may help to get you going.

Colin

--

You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.


Reply via email to