Tagged Questions
1
vote
0answers
123 views
Trying to deploy a jRoR app using rubber and getting NoMethodError: undefined method `authorize_port_range' for nil:NilClass
This is my first time using rubber or deploying to Amazon EC2. I am following this Railscast. I've googled all over and nobody else seems to be having this problem. Here's my console log when I run ...
0
votes
1answer
196 views
Jruby/Resque: Network connections from resque job begin failing repeatedly
I've having a bizarre issue with a resque job that I'm wondering if anyone else has run into.
We're running resque under jruby 1.6.2
We have a long running task that downloads a bunch of files from ...