David Martin
2009-Mar-15 20:26 UTC
can''t run production console: custom_require.rb:27: [BUG] terminated node (0x8117eb8)
Suddenly I can''t run the production console anymore for my app :(. Here''s the error I get: 08:12pm fggedsaa:~/rails/production/app>./script/console production Loading production environment (Rails 2.1.1) /opt/csw/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27: [BUG] terminated node (0x8117eb8) ruby 1.8.6 (2007-03-13) [i386-solaris2.11] Version info: 8:24pm fggedsaa:~/rails/production/app> gem -v 1.2.0 8:24pm fggedsaa:~/rails/production/app> ruby -v ruby 1.8.6 (2007-03-13 patchlevel 0) [i386-solaris2.11] 8:24pm fggedsaa:~/rails/production/app> rails -v Rails 2.1.1 Running the development console works fine. I can''t find any difference in gem usage between dev and production environments, but clearly there is one. Thanks in advance for any help! This is a big problem for me... David --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Frederick Cheung
2009-Mar-15 21:40 UTC
Re: can''t run production console: custom_require.rb:27: [BUG] terminated node (0x8117eb8)
On Mar 15, 8:26 pm, David Martin <david.r.mar...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Suddenly I can''t run the production console anymore for my app :(. > Here''s the error I get:That is a bug in the ruby interpreter. If I were you I''d try a more recent version of 1.8.6 (you''re at patch level 0, the current one is something like 287) Fred> > 08:12pm fggedsaa:~/rails/production/app>./script/console > production > Loading production environment (Rails 2.1.1) > /opt/csw/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27: [BUG] > terminated node (0x8117eb8) > ruby 1.8.6 (2007-03-13) [i386-solaris2.11] > > Version info: > > 8:24pm fggedsaa:~/rails/production/app> gem -v > 1.2.0 > 8:24pm fggedsaa:~/rails/production/app> ruby -v > ruby 1.8.6 (2007-03-13 patchlevel 0) [i386-solaris2.11] > 8:24pm fggedsaa:~/rails/production/app> rails -v > Rails 2.1.1 > > Running the development console works fine. I can''t find any > difference in gem usage between dev and production environments, but > clearly there is one. > > Thanks in advance for any help! This is a big problem for me... > > David--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
David Martin
2009-Mar-25 14:15 UTC
Re: can''t run production console: custom_require.rb:27: [BUG] terminated node (0x8117eb8)
Fred, Thanks for the info. And does it make sense that this happens only for me and not other users? David On Mar 15, 5:40 pm, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Mar 15, 8:26 pm, David Martin <david.r.mar...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Suddenly I can''t run the production console anymore for my app :(. > > Here''s the error I get: > > That is a bug in the ruby interpreter. If I were you I''d try a more > recent version of 1.8.6 (you''re at patch level 0, the current one is > something like 287) > > Fred > > > > > > > 08:12pm fggedsaa:~/rails/production/app>./script/console > > production > > Loading production environment (Rails 2.1.1) > > /opt/csw/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27: [BUG] > >terminatednode(0x8117eb8) > > ruby 1.8.6 (2007-03-13) [i386-solaris2.11] > > > Version info: > > > 8:24pm fggedsaa:~/rails/production/app> gem -v > > 1.2.0 > > 8:24pm fggedsaa:~/rails/production/app> ruby -v > > ruby 1.8.6 (2007-03-13 patchlevel 0) [i386-solaris2.11] > > 8:24pm fggedsaa:~/rails/production/app> rails -v > > Rails 2.1.1 > > > Running the development console works fine. I can''t find any > > difference in gem usage between dev and production environments, but > > clearly there is one. > > > Thanks in advance for any help! This is a big problem for me... > > > David--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Frederick Cheung
2009-Mar-25 15:05 UTC
Re: can''t run production console: custom_require.rb:27: [BUG] terminated node (0x8117eb8)
On Mar 25, 2:15 pm, David Martin <david.r.mar...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Fred, Thanks for the info. > > And does it make sense that this happens only for me and not other > users?Dunno - Doubt anyone is still running that patch level of 1.8.6. Bugs aren''t always predictable. Fred> > David > > On Mar 15, 5:40 pm, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > wrote: > > > On Mar 15, 8:26 pm, David Martin <david.r.mar...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > Suddenly I can''t run the production console anymore for my app :(. > > > Here''s the error I get: > > > That is a bug in the ruby interpreter. If I were you I''d try a more > > recent version of 1.8.6 (you''re at patch level 0, the current one is > > something like 287) > > > Fred > > > > 08:12pm fggedsaa:~/rails/production/app>./script/console > > > production > > > Loading production environment (Rails 2.1.1) > > > /opt/csw/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27: [BUG] > > >terminatednode(0x8117eb8) > > > ruby 1.8.6 (2007-03-13) [i386-solaris2.11] > > > > Version info: > > > > 8:24pm fggedsaa:~/rails/production/app> gem -v > > > 1.2.0 > > > 8:24pm fggedsaa:~/rails/production/app> ruby -v > > > ruby 1.8.6 (2007-03-13 patchlevel 0) [i386-solaris2.11] > > > 8:24pm fggedsaa:~/rails/production/app> rails -v > > > Rails 2.1.1 > > > > Running the development console works fine. I can''t find any > > > difference in gem usage between dev and production environments, but > > > clearly there is one. > > > > Thanks in advance for any help! This is a big problem for me... > > > > David--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Apparently Analagous Threads
- [LLVMdev] LLVM 2.0 / GCC 3.4
- mongrel on linux error - custom_require.rb:27:in `gem_original_require'': no such file to load -- (LoadErro
- Testing R packages on Solaris Studio
- custom_require.rb:36:in `require': 193: %1 is not a valid Win32 application
- custom_require.rb:21:in `require__'': no such file to load --