Skip to content

Wrong configuration in travis.yml causes the failing of start of the application #1

@ireznice

Description

@ireznice

when the settings is as follows:

 development:
   log_level: :debug

the code in 'travis/logs/sidekiq' causes the replace operation of Sidekiq.logger to Travis.logger. That causes Exception when each sidekiq is started,

The signal USR1 is in use by the JVM and will not work correctly on this platform
I Running in jruby 1.7.16 (1.9.3p392) 2014-09-25 575b395 on OpenJDK 64-Bit Server VM 1.7.0_79-b14 +jit [linux-amd64]
I See LICENSE and the LGPL-3.0 for licensing details.
I Upgrade to Sidekiq Pro for more features and support: http://sidekiq.org/pro
I Starting processing, hit Ctrl-C to stop
wrong number of arguments (0 for 1)
/home/travis/.rvm/gems/jruby-1.7.16/gems/sidekiq-3.2.0/lib/sidekiq/manager.rb:26:in `initialize'
org/jruby/RubyKernel.java:1952:in `public_send'
/home/travis/.rvm/gems/jruby-1.7.16/gems/celluloid-0.15.2/lib/celluloid/calls.rb:25:in `dispatch'
/home/travis/.rvm/gems/jruby-1.7.16/gems/celluloid-0.15.2/lib/celluloid/calls.rb:67:in `dispatch'
/home/travis/.rvm/gems/jruby-1.7.16/gems/celluloid-0.15.2/lib/celluloid/actor.rb:322:in `handle_message'
/home/travis/.rvm/gems/jruby-1.7.16/gems/celluloid-0.15.2/lib/celluloid/actor.rb:416:in `task'
/home/travis/.rvm/gems/jruby-1.7.16/gems/celluloid-0.15.2/lib/celluloid/tasks.rb:55:in `initialize'
/home/travis/.rvm/gems/jruby-1.7.16/gems/celluloid-0.15.2/lib/celluloid/tasks/task_fiber.rb:13:in `create'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions