Hello, When I do rails server it chrashed with this ouput : http://pastebin.com/DJ21qC5h Anyone a idea what is the cause of this problem and how to solve this ? Roelof -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org 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.
try to reinstall your json gem tom On Sep 14, 2012, at 21:23 , roelof <rwobben-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org> wrote:> Hello, > > When I do rails server it chrashed with this ouput : http://pastebin.com/DJ21qC5h > > Anyone a idea what is the cause of this problem and how to solve this ? > > Roelof > > > -- > 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > 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 ============================================================================== -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.
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:> try to reinstall your json gem > > tom > > On Sep 14, 2012, at 21:23 , roelof <rwo...-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org <javascript:>> > wrote: > > > Hello, > > > > When I do rails server it chrashed with this ouput : > http://pastebin.com/DJ21qC5h > > > > Anyone a idea what is the cause of this problem and how to solve this ? > > > > Roelof > > > > > > -- > > 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 rubyonra...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<javascript:>. > > > To unsubscribe from this group, send email to > rubyonrails-ta...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <javascript:>. > > 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 > =============================================================================== > > >-- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/drOdYa5UFpUJ. For more options, visit https://groups.google.com/groups/opt_out.
On 14 September 2012 20:23, roelof <rwobben-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org> wrote:> Hello, > > When I do rails server it chrashed with this ouput : > http://pastebin.com/DJ21qC5h > > Anyone a idea what is the cause of this problem and how to solve this ?See http://bugs.ruby-lang.org/issues/5916 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 -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.
On Friday, September 14, 2012 8:23:06 PM UTC+1, roelof wrote:> > Hello, > > When I do rails server it chrashed with this ouput : > http://pastebin.com/DJ21qC5h > > 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 -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/c_DRsZyzYskJ. For more options, visit https://groups.google.com/groups/opt_out.
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 Cheung het volgende:> > On Friday, September 14, 2012 8:23:06 PM UTC+1, roelof wrote: >> >> Hello, >> >> When I do rails server it chrashed with this ouput : >> http://pastebin.com/DJ21qC5h >> >> 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 >-- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/-2zj6olvxnAJ. For more options, visit https://groups.google.com/groups/opt_out.