Ruby error, can't start the rails server

Dele Jnr

I get this error when I run rails s.

Can anyone help me?

Rails Error: Unable to access log file. Please ensure that /Users/delejnr/Desktop/ruby_playground/observe/log/development.log exists and is chmod 0666. The log level has been raised to WARN and the output directed to STDERR until the problem is fixed. Exiting /Library/Ruby/Gems/2.0.0/gems/rack-1.5.2/lib/rack/server.rb:345:in delete': Permission denied - /Users/delejnr/Desktop/ruby_playground/observe/tmp/pids/server.pid (Errno::EACCES) from /Library/Ruby/Gems/2.0.0/gems/rack-1.5.2/lib/rack/server.rb:345:in check_pid!' from /Library/Ruby/Gems/2.0.0/gems/rack-1.5.2/lib/rack/server.rb:246:in start' from /Library/Ruby/Gems/2.0.0/gems/railties-4.0.3/lib/rails/commands/server.rb:84:in start' from /Library/Ruby/Gems/2.0.0/gems/railties-4.0.3/lib/rails/commands.rb:76:in block in <top (required)>' from /Library/Ruby/Gems/2.0.0/gems/railties-4.0.3/lib/rails/commands.rb:71:in tap' from /Library/Ruby/Gems/2.0.0/gems/railties-4.0.3/lib/rails/commands.rb:71:in <top (required)>' from bin/rails:4:inrequire' from bin/rails:4:in `'

deW1

You don't have permission for that file(s).

Start as admin / sudo and check the file permissions and adjust them accordingly.

Also make sure that file( /Users/delejnr/Desktop/ruby_playground/observe/log/development.log ) even exists.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Ruby on Rails - Postgres error when trying to start Rails Server

From Dev

Can't start Ruby On Rails Webbrick server using Mysql2 gem

From Dev

I can't get rails server to start

From Dev

When I start the server in Ruby On Rails it exits as soon as it starts and sometimes doesn't even start, just gives an error

From Dev

Can't start Rails

From Dev

rails s doesn't start server, no error messages

From Dev

Can't start Rails Server - Could not find a JavaScript runtime

From Dev

Can't start Rails server with aws-sdk gem

From Dev

Can't start Rails server! "getaddrinfo: Name or service not known (SocketError)"

From Dev

Ruby on Rails app can't query AWS - error 403 forbidden

From Dev

rails 4 can't start server after upgrading to rails 4 from rails 3

From Dev

Unable to start the Webrick server with Ruby on Rails

From Dev

flask - Server can't start

From Dev

RSelenium, Can't start server

From Dev

Foreverjs can't start server

From Dev

Can't start symfony server

From Dev

MySQL cannot start. [ERROR] Can't start server: Bind on TCP/IP port: No such file or directory

From Dev

Cannot start rails server, I get an error

From Dev

Ruby app and Resque: can't start workers

From Dev

Ruby app and Resque: can't start workers

From Dev

Error while starting server in ruby on rails

From Dev

Ruby on Rails Error: Can't initialize a new Rails application within the directory of another, please change to a non-Rails directory first

From Dev

Ruby on Rails Error: Can't initialize a new Rails application within the directory of another, please change to a non-Rails directory first

From Dev

ruby on rails server wont start missing devise files

From Dev

nil can't be coerced into BigDecimal - Ruby On Rails

From Dev

ruby on rails - can't run javascript

From Dev

I can't understand this? (Ruby on Rails)

From Dev

Can't access class variable in ruby/rails?

From Dev

Can't create model on ruby on rails

Related Related

  1. 1

    Ruby on Rails - Postgres error when trying to start Rails Server

  2. 2

    Can't start Ruby On Rails Webbrick server using Mysql2 gem

  3. 3

    I can't get rails server to start

  4. 4

    When I start the server in Ruby On Rails it exits as soon as it starts and sometimes doesn't even start, just gives an error

  5. 5

    Can't start Rails

  6. 6

    rails s doesn't start server, no error messages

  7. 7

    Can't start Rails Server - Could not find a JavaScript runtime

  8. 8

    Can't start Rails server with aws-sdk gem

  9. 9

    Can't start Rails server! "getaddrinfo: Name or service not known (SocketError)"

  10. 10

    Ruby on Rails app can't query AWS - error 403 forbidden

  11. 11

    rails 4 can't start server after upgrading to rails 4 from rails 3

  12. 12

    Unable to start the Webrick server with Ruby on Rails

  13. 13

    flask - Server can't start

  14. 14

    RSelenium, Can't start server

  15. 15

    Foreverjs can't start server

  16. 16

    Can't start symfony server

  17. 17

    MySQL cannot start. [ERROR] Can't start server: Bind on TCP/IP port: No such file or directory

  18. 18

    Cannot start rails server, I get an error

  19. 19

    Ruby app and Resque: can't start workers

  20. 20

    Ruby app and Resque: can't start workers

  21. 21

    Error while starting server in ruby on rails

  22. 22

    Ruby on Rails Error: Can't initialize a new Rails application within the directory of another, please change to a non-Rails directory first

  23. 23

    Ruby on Rails Error: Can't initialize a new Rails application within the directory of another, please change to a non-Rails directory first

  24. 24

    ruby on rails server wont start missing devise files

  25. 25

    nil can't be coerced into BigDecimal - Ruby On Rails

  26. 26

    ruby on rails - can't run javascript

  27. 27

    I can't understand this? (Ruby on Rails)

  28. 28

    Can't access class variable in ruby/rails?

  29. 29

    Can't create model on ruby on rails

HotTag

Archive