[rabbitmq-discuss] OutOfMemoryException

Jeremy McSpadden jeremy at fluxlabs.net
Mon Feb 10 16:05:28 GMT 2014


Possible causes are not enough memory. It can be avoided by giving the system more memory.

--
Jeremy McSpadden
Flux Labs, Inc | http://www.fluxlabs.net<http://www.fluxlabs.net/> | Endless Solutions
Office : 850-250-5590x101<tel:850-250-5590;101> | Cell : 850-890-2543<tel:850-890-2543> | Fax : 850-254-2955<tel:850-254-2955>

On Feb 10, 2014, at 9:58 AM, "Andy Martin" <akmartin at gmail.com<mailto:akmartin at gmail.com>> wrote:

One of my consumers threw the following error while running over the weekend. What are the possible causes for this and how can it be avoided?


None of the specified endpoints were reachable
Endpoints attempted:
------------------------------------------------
endpoint=amqp-0-9://rabbitmq.example.com:5672, attempts=1
System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
   at System.Threading.Thread.StartInternal(IPrincipal principal, StackCrawlMark& stackMark)
   at System.Threading.Thread.Start(StackCrawlMark& stackMark)
   at System.Threading.Thread.Start()
   at RabbitMQ.Client.Impl.ConnectionBase.StartMainLoop()
   at RabbitMQ.Client.Impl.ConnectionBase..ctor(ConnectionFactory factory, Boolean insist, IFrameHandler frameHandler)
   at RabbitMQ.Client.Framing.Impl.v0_9_1.ProtocolBase.CreateConnection(ConnectionFactory factory, Boolean insist, IFrameHandler frameHandler)
   at RabbitMQ.Client.ConnectionFactory.FollowRedirectChain(Int32 maxRedirects, IDictionary`2 connectionAttempts, IDictionary`2 connectionErrors, AmqpTcpEndpoint[]& mostRecentKnownHosts, AmqpTcpEndpoint endpoint)
================================================
Stack trace:
   at RabbitMQ.Client.ConnectionFactory.CreateConnection(Int32 maxRedirects)
   at RabbitMQ.Client.ConnectionFactory.CreateConnection()
   at Fabric.Core.Queueing.RabbitMq.RabbitMqSyncRpcQueue.CreateConnection()
   at Fabric.Core.Queueing.RabbitMq.RabbitMqSyncRpcQueue.SendAndWaitImpl[TParam,TResult](TParam param, String topicSuffix)
   at Fabric.Core.Queueing.RabbitMq.RabbitMqSyncRpcQueue.<>c__DisplayClass1`2.<SendAndWait>b__0()
   at Fabric.Core.Queueing.RabbitMq.RabbitMqQueueBase.QueueActionWithRetry[T](Func`1 action)

_______________________________________________
rabbitmq-discuss mailing list
rabbitmq-discuss at lists.rabbitmq.com<mailto:rabbitmq-discuss at lists.rabbitmq.com>
https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20140210/f2967564/attachment.html>


More information about the rabbitmq-discuss mailing list