my server after getting restarted is throwing this error :
Caused by: org.jruby.exceptions.RaiseException: (RuntimeError) Could not
load the bundler gem. Install it with gem install bundler
.
Apr 7, 2011 10:32:15 AM org.apache.catalina.core.ApplicationContext log
SEVERE: Application Error
Can anyone suggest the reason for this?
Regards,
Keshav.
On Thu, Apr 7, 2011 at 1:32 PM, Keshav P. [email protected] wrote:
my server after getting restarted is throwing this error :
Caused by: org.jruby.exceptions.RaiseException: (RuntimeError) Could not
load the bundler gem. Install it with gem install bundler
.
Apr 7, 2011 10:32:15 AM org.apache.catalina.core.ApplicationContext log
SEVERE: Application Error
Is the bundler gem installed on the server? It may have been removed and
you
were not aware of it.
B.