Rails on Google App Engine - Error on OS X development machine

Posted by Phillip Parker on Stack Overflow See other posts from Stack Overflow or by Phillip Parker
Published on 2010-04-19T03:41:17Z Indexed on 2010/04/19 3:43 UTC
Read the original article Hit count: 239

Hi,

I'm running through the Ruby on Rails tutorial at http://guides.rubyonrails.org/getting_started.html (adjusting where appropriate for Google's App Engine). All is well up till section 6.3: when I try to click "New Post", I get the following error:

Internal Server Error (500)  
Request Method: GET  
Request URL: http://localhost:8080/500.html  
access denied (java.io.FilePermission /dev/urandom read)

It works fine when I upload the application to Google's App Engine; it's just on my development machine (OS X 10.6) that it doesn't work.

Thanks in advance.

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about google-app-engine