I'm using bind-it to load Rjb to use stanford-core-nlp.
The code itself says this:
def self.init_rjb
::Rjb::load(nil, self.jvm_args)
set_java_logging if self.log_file
end
It worked fine for days and suddenly started giving this error. bind-it always calls ::Rjb::load with nil as its first argument and always has, so I'm not sure why it suddenly started giving an error. I posted an issue to bind-it but I'm not sure that the problem is there.
I'm using bind-it to load Rjb to use stanford-core-nlp.
The code itself says this:
It worked fine for days and suddenly started giving this error.
bind-it
always calls::Rjb::load
withnil
as its first argument and always has, so I'm not sure why it suddenly started giving an error. I posted an issue tobind-it
but I'm not sure that the problem is there.