Skip to content

Error while launching by JRuby on Windows 7 #31

@n5ken

Description

@n5ken

Hi, Kennethkalmer

I encounter an error while starting the daemon process, the error code is as follow:

{code}
c:/jruby-1.5.3/lib/ruby/gems/1.8/gems/daemon-kit-0.1.8.1/lib/daemon_kit/applicat
ion.rb:183:in `each_object': ObjectSpace is disabled; each_object will only work
with Class, pass -X+O to enable (RuntimeError)
{code}

by default, the objectspace does not enable in JRuby, so I added "JRuby.objectspace = true" before launching it, I think it's better to add this to README of fix this in the source code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions