Ruby server chrashes

Hello,

When I do rails server it chrashed with this ouput :

Anyone a idea what is the cause of this problem and how to solve this ?

Roelof

try to reinstall your json gem

tom

On Sep 14, 2012, at 21:23 , roelof [email protected] wrote:

You received this message because you are subscribed to the Google G. “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].
To view this discussion on the web visit
https://groups.google.com/d/msg/rubyonrails-talk/-/gj1-fp6rOZ8J.
For more options, visit https://groups.google.com/groups/opt_out.

Tomas Meinlschmidt, MS {MCT, MCP+I, MCSE, AER}, NetApp Filer/NetCache

www.meinlschmidt.com www.maxwellrender.cz www.lightgems.cz

Maybe a stupid question.

How do I reinstall that gem on ruby 1.9.3 ?
Can I do gem uninstall json and then gem install json.
And do I have to do bundle install ?

I have used rvm to install ruby 1.9,3.

Roelof

Op vrijdag 14 september 2012 21:50:40UTC+2 schreef tom meinlschmidt het
volgende:

On 14 September 2012 20:23, roelof [email protected] wrote:

Hello,

When I do rails server it chrashed with this ouput :
rails server=> Booting WEBrick=> Rails 3.2.8 application starting in develop - Pastebin.com

Anyone a idea what is the cause of this problem and how to solve this ?

See

I think the problem is that you have not got a consistent build of
gems (different ruby versions or something). If you get rid of the
gemset and start again so that all the gems are re-built you should be
ok,

Colin

On Friday, September 14, 2012 8:23:06 PM UTC+1, roelof wrote:

Hello,

When I do rails server it chrashed with this ouput :
rails server=> Booting WEBrick=> Rails 3.2.8 application starting in develop - Pastebin.com

Anyone a idea what is the cause of this problem and how to solve this ?

If reinstalling the gems in a clean gemset doesn’t work then It’s
usually
an environmental thing, for example if you use macports its sometimes
possible for one version of a library to be picked up while compiling
ruby
(or a gem) but a different version is used when ruby actually runs.
Unfortunately working out exactly what is wrong is a bit hit and miss

Fred

Hello,

Doing all the steps again did the step.
The only thing I changed is before I made the gemset I entered ruby use
1.9.3

Everythig thanks for the help

Roelof

Op zaterdag 15 september 2012 12:15:31 UTC+2 schreef Frederick C.
het
volgende: