vmware-archive / newrelic_pivotal_agent

MIT License
36 stars 42 forks source link

stack level too deep #50

Closed EwoutTheil closed 10 years ago

EwoutTheil commented 10 years ago

when I start pivotal_agent, I get an error '[RabbitMQ] Exception while processing metrics. Check configuration. stack level too deep' what could be the problem here?

logging:

verbose logging: [2014-11-19 09:35:55 UTC] INFO: Using Ruby SDK version: 1.3.1 [2014-11-19 09:35:55 UTC] INFO: Agent RabbitMQ is at version 1.0.5 [2014-11-19 09:35:55 UTC] INFO: Agent ModBmx is at version 1.0.5 [2014-11-19 09:35:55 UTC] INFO: Agent Redis is at version 1.0.5 [2014-11-19 09:35:55 UTC] DEBUG: Start collecting agent data for poll cycle [RabbitMQ] Exception while processing metrics. Check configuration. stack level too deep [2014-11-19 09:35:56 UTC] DEBUG: Finished collecting agent data for poll cycle [2014-11-19 09:35:56 UTC] DEBUG: Component with name "localhost:55672" and guid "com.pivotal.newrelic.plugin.rabbitmq" had no metrics [2014-11-19 09:35:56 UTC] DEBUG: JSON payload: {"agent":{"version":"1.0.5"},"components":[]} [2014-11-19 09:35:57 UTC] INFO: Gathered 0 statistics from 0 components

debug logging: [2014-11-19 09:37:14 UTC] INFO: Using Ruby SDK version: 1.3.1 [2014-11-19 09:37:14 UTC] INFO: Agent RabbitMQ is at version 1.0.5 [2014-11-19 09:37:14 UTC] INFO: Agent ModBmx is at version 1.0.5 [2014-11-19 09:37:14 UTC] INFO: Agent Redis is at version 1.0.5 [2014-11-19 09:37:14 UTC] DEBUG: Start collecting agent data for poll cycle [RabbitMQ] Debug Mode On: Metric data will not be sent to new relic Queued Messages/Ready[messages] : 394020 Queued Messages/Unacknowledged[messages] : 0 Message Rate/Acknowledge[messages/sec] : 0.0 Message Rate/Confirm[messages/sec] : 0 Message Rate/Deliver[messages/sec] : 0 Message Rate/Publish[messages/sec] : 0.0 Message Rate/Return[messages/sec] : 0 Node/File Descriptors[file_descriptors] : install_handle_from_sysinternals Node/Sockets[sockets] : 341 Node/Erlang Processes[processes] : 4593 Node/Memory Used[bytes] : 142358504 (....followed by a lot of queues....) [2014-11-19 09:37:33 UTC] DEBUG: Finished collecting agent data for poll cycle [2014-11-19 09:37:33 UTC] DEBUG: Component with name "localhost:55672" and guid "com.pivotal.newrelic.plugin.rabbitmq" had no metrics [2014-11-19 09:37:33 UTC] DEBUG: JSON payload: {"agent":{"version":"1.0.5"},"components":[]} [2014-11-19 09:37:33 UTC] INFO: Gathered 0 statistics from 0 components

EwoutTheil commented 10 years ago

applied: https://github.com/pivotalsoftware/newrelic_pivotal_agent/pull/48/files this solved the issue