vmware-archive / newrelic_pivotal_agent

MIT License
36 stars 42 forks source link

Fails to startup #4

Closed troyschneringer closed 11 years ago

troyschneringer commented 11 years ago

I get the following error on startup:

Faraday: you may want to install system_timer for reliable timeouts
./plugins/pivotal_rabbitmq_plugin/pivotal_rabbitmq_plugin.rb:30:in `require': /var/lib/gems/1.8/gems/rabbitmq_manager-0.1.0/lib/rabbitmq_manager.rb:37: odd number list for Hash (SyntaxError)
    opts = { durable: durable, auto_delete: auto_de...
                     ^
/var/lib/gems/1.8/gems/rabbitmq_manager-0.1.0/lib/rabbitmq_manager.rb:37: syntax error, unexpected ':', expecting '}'
    opts = { durable: durable, auto_delete: auto_de...
                     ^
/var/lib/gems/1.8/gems/rabbitmq_manager-0.1.0/lib/rabbitmq_manager.rb:37: syntax error, unexpected ':', expecting '='
...durable: durable, auto_delete: auto_delete, arguments: args ...
                              ^
/var/lib/gems/1.8/gems/rabbitmq_manager-0.1.0/lib/rabbitmq_manager.rb:37: syntax error, unexpected ':', expecting '='
...elete: auto_delete, arguments: args }
                              ^
    from ./plugins/pivotal_rabbitmq_plugin/pivotal_rabbitmq_plugin.rb:30
    from ./pivotal_agent:35:in `require'
    from ./pivotal_agent:35
wjs-broadcom commented 11 years ago

Hello,

What is the version of ruby you are using? Can you provide the output of "ruby -version"?

gfronza commented 11 years ago

I've had the same problem, then I just installed ruby 1.9.3 (1.91 doesn't work). You'll also need to create the symbolic link to the newest installed ruby version.

wjs-broadcom commented 11 years ago

Is this still an issue for you?

wjs-broadcom commented 11 years ago

This issue hasn't been updated in 3 months. I'm assuming the new version fixed the issue and I am closing this issue.