Hi,
i've experiencing problems with current LSAPI. The stderr.log says this:
It happens when executing this action in a controller:
LiteSpeed displays a status 503 "Sever busy" notice.
In earlier LSAPIs it worked fine. I'm sorry that I don't have more information on this, but all logs look fine except the stderr.log of LiteSpeed. I've tried to load the info.rb file in the environment.rb or directly at the top of the controller, no use.
I'd appreciate any hints and help where to look to resolve this.
Thanks
Andi
PS: I forgot: Litespeed 2.2.6, ruby-LSAPI 2.2
i've experiencing problems with current LSAPI. The stderr.log says this:
Code:
ruby: relocation error: /usr/local/lib/ruby/gems/1.8/gems/ruby-lsapi-2.2/lib/lsapi.so: undefined symbol: rb_io_reopen
Code:
def system
@rails_props = Array.new
begin
require_dependency "builtin/rails_info/rails/info.rb"
@rails_props = Rails::Info.properties
rescue
@rails_props[0] = ["Message", "This info is not available at the moment" ]
end
end
In earlier LSAPIs it worked fine. I'm sorry that I don't have more information on this, but all logs look fine except the stderr.log of LiteSpeed. I've tried to load the info.rb file in the environment.rb or directly at the top of the controller, no use.
I'd appreciate any hints and help where to look to resolve this.
Thanks
Andi
PS: I forgot: Litespeed 2.2.6, ruby-LSAPI 2.2
Last edited: