Hi, I've been following this tutorial http://gist.github.com/268192 on
how to load a Rails 2.3.5 app on the App Engine. It is very small,
using DataMapper and it's running properly in the local development
sandbox. It also published without any errors, but when I try to load
it (http://urlakita.appspot.com) I get log errors such as these:

javax.servlet.ServletContext log: unable to create shared application
instance
org.jruby.rack.RackInitializationException: IO error --
action_controller/routing/route

If I try to load many times, I get similar but slightly different
errors:

javax.servlet.ServletContext log: unable to create shared application
instance
org.jruby.rack.RackInitializationException: IO error --
action_controller/polymorphic_routes

javax.servlet.ServletContext log: unable to create shared application
instance
org.jruby.rack.RackInitializationException: IO error --
action_controller/mime_type

I remember something about file limitations on the free account. Is
there anything I can do to figure out the exact problem and how to fix
it?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to