HighDots Forums  

***SPAM*** [Rails] First App- Error 500

Ruby On Rails Talk Ruby On Rails programming language mailing list


Discuss ***SPAM*** [Rails] First App- Error 500 in the Ruby On Rails Talk forum.



Reply
 
Thread Tools Display Modes
  #21  
Old   
Rails List
 
Posts: n/a

Default Re: First App- Error 500 - 08-21-2009 , 01:06 PM






Quote:
I think that was a typo in Rails List's post, it should have been
ruby script/generate controller myfirst greeting

Colin
Ooops. Colin was right. It was a typo.
--
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
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 (AT) googlegroups (DOT) com
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe (AT) googlegroups (DOT) com
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply With Quote
  #22  
Old   
mgpowers
 
Posts: n/a

Default Re: First App- Error 500 - 08-21-2009 , 01:24 PM






yes...but I still got the same result when I ran the application
myfirst ....
any way to get Ruby , rails to tell us what it really doesnt like vs.
unknown error

On Aug 21, 1:06*pm, Rails List <rails-mailing-l... (AT) andreas-s (DOT) net>
wrote:
Quote:
I think that was a typo in Rails List's post, it should have been
ruby script/generate controller myfirst greeting

Colin

Ooops. Colin was right. *It was a typo.
--
Posted viahttp://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
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 (AT) googlegroups (DOT) com
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe (AT) googlegroups (DOT) com
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply With Quote
  #23  
Old   
mgpowers
 
Posts: n/a

Default Re: First App- Error 500 - 08-26-2009 , 10:43 AM



Does anyone have any ideas on this ?

I hate to abandon Ruby but the error...

/!\ FAILSAFE /!\ Wed Aug 26 10:40:18 -0400 2009
Status: 500 Internal Server Error
unknown error
C:/Ruby/lib/ruby/1.8/dl/import.rb:29:in `initialize'
C:/Ruby/lib/ruby/1.8/dl/import.rb:29:in `dlopen'

Isn't very revealing.....why wouldnt my appliaction environment be
able to show or my first controller work ?



On Aug 21, 1:24*pm, mgpowers <gmichae... (AT) hotmail (DOT) com> wrote:
Quote:
yes...but I still got the same result when I ran the application
myfirst ....
any way to get Ruby , rails to tell us what it really doesnt like *vs.
unknownerror

On Aug 21, 1:06*pm, Rails List <rails-mailing-l... (AT) andreas-s (DOT) net
wrote:



I think that was a typo in Rails List's post, it should have been
ruby script/generate controller myfirst greeting

Colin

Ooops. Colin was right. *It was a typo.
--
Posted viahttp://www.ruby-forum.com/.- Hide quoted text -

- Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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 (AT) googlegroups (DOT) com
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe (AT) googlegroups (DOT) com
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply With Quote
  #24  
Old   
Rick
 
Posts: n/a

Default Re: First App- Error 500 - 08-28-2009 , 10:13 AM



The error message you're getting indicates that ruby is having a
problem loading a dynamic library. From the long error report you
posted on Aug 21 it looks like the problem is related to loading the
sqlite3 library:

/!\ FAILSAFE /!\ Fri Aug 21 12:56:58 -0400 2009
Status: 500 Internal Server Error
unknown error
C:/Ruby/lib/ruby/1.8/dl/import.rb:29:in `initialize'
C:/Ruby/lib/ruby/1.8/dl/import.rb:29:in `dlopen'
C:/Ruby/lib/ruby/1.8/dl/import.rb:29:in `dlload'
C:/Ruby/lib/ruby/1.8/dl/import.rb:27:in `each'
C:/Ruby/lib/ruby/1.8/dl/import.rb:27:in `dlload'
C:/Ruby/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.2.1-x86-mswin32/lib/
sqlite3/driver/dl/api.rb:63

You might want to reinstall the sqlite3-ruby gem:

gem uninstall sqlite3-ruby
gem install sqlite3-ruby



On Aug 26, 10:43*am, mgpowers <gmichae... (AT) hotmail (DOT) com> wrote:
Quote:
Does anyone have any ideas on this ?

I hate to abandon Ruby but the error...

/!\ FAILSAFE /!\ *Wed Aug 26 10:40:18 -0400 2009
* Status: 500 Internal Server Error
* unknown error
* * C:/Ruby/lib/ruby/1.8/dl/import.rb:29:in `initialize'
* * C:/Ruby/lib/ruby/1.8/dl/import.rb:29:in `dlopen'

Isn't very revealing.....why wouldnt my appliaction environment be
able to show or my first controller work ?

On Aug 21, 1:24*pm, mgpowers <gmichae... (AT) hotmail (DOT) com> wrote:

yes...but I still got the same result when I ran the application
myfirst ....
any way to get Ruby , rails to tell us what it really doesnt like *vs..
unknownerror

On Aug 21, 1:06*pm, Rails List <rails-mailing-l... (AT) andreas-s (DOT) net
wrote:

I think that was a typo in Rails List's post, it should have been
ruby script/generate controller myfirst greeting

Colin

Ooops. Colin was right. *It was a typo.
--
Posted viahttp://www.ruby-forum.com/.-Hide quoted text -

- Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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 (AT) googlegroups (DOT) com
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe (AT) googlegroups (DOT) com
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply With Quote
  #25  
Old   
Aldric Giacomoni
 
Posts: n/a

Default Re: First App- Error 500 - 08-28-2009 , 10:20 AM



He is running on Windows.
I had to put sqlite3.dll and tclsqlite3.dll in my c:\ruby\bin directory.
See if that fixes it.
--
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
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 (AT) googlegroups (DOT) com
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe (AT) googlegroups (DOT) com
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply With Quote
  #26  
Old   
neri
 
Posts: n/a

Default Re: First App- Error 500 - 09-01-2009 , 04:58 PM



I had the same problem.

In the dir C:\ruby\lib\ruby\gems\1.8\gems\sqlite3-ruby-1.2.5-x86-
mswin32 that is where sqlite3 is installed, I executed setup.rb and
the problem was solved.

--~--~---------~--~----~------------~-------~--~----~
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 (AT) googlegroups (DOT) com
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe (AT) googlegroups (DOT) com
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply With Quote
  #27  
Old   
Sam Sam
 
Posts: n/a

Default Re: First App- Error 500 - 11-07-2009 , 07:40 PM



mgpowers wrote:
Quote:
Does anyone have any ideas on this ?

I hate to abandon Ruby but the error...

/!\ FAILSAFE /!\ Wed Aug 26 10:40:18 -0400 2009
Status: 500 Internal Server Error
unknown error
C:/Ruby/lib/ruby/1.8/dl/import.rb:29:in `initialize'
C:/Ruby/lib/ruby/1.8/dl/import.rb:29:in `dlopen'

Isn't very revealing.....why wouldnt my appliaction environment be
able to show or my first controller wo
Hi I had the same problem but its working now. Try just runing the
server and entering http://localhost:3000, click on the link "About
your aplications environment" if you see an error then it is a database
problem. In your prompt enter the config binder and in a text editor
look at the file database.yml if it says Adapter:sqlite3 then you need
to install sqlite3. Type in the prompt gem install sqlite3-ruby, to
complete the installation you have to download a dll and copy it to
windows\system32 o sysWOW64 o system you can find the dll file at
http://wiki.rubyonrails.org/database-support/sqlite.

If the databse.yml was related to mysql probably you set up a password
when installing it and probably you would need to edit the yml file to
add it.

Hope it works...
--
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
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 (AT) googlegroups (DOT) com
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe (AT) googlegroups (DOT) com
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.