Quantcast
Channel: Zenoss Community: Message List
Viewing all articles
Browse latest Browse all 1118

Can't add new event to any device

$
0
0

Using the UI and adding in all the appropriate information I receive a Errno 104: Connection reset by peer, and the event doesn't get added. Here is the log message that is received:

 

------

2013-04-26T09:40:33 CRITICAL zen.zenoss.protocols.amqp Could not use exchange $RawZenEvents: [Errno 104] Connection reset by peer

------

2013-04-26T09:40:33 INFO extdirect Direct request failed: [Errno 104] Connection reset by peer: EventsRouter.add_event [{'severity': 3, 'evclasskey': 'sshClientAuth', 'component': 'zenBoom', 'summary': 'WORK', 'device': 'MyDeviceName', 'evclass': '/Cmd/Fail'}]

------

2013-04-26T09:40:33 INFO extdirect DirectRouter suppressed the following exception (Response 12c966db-078e-4b9a-8c4f-bf271448e5b6):

Traceback (most recent call last):

  File "/opt/zenoss/Products/ZenUtils/extdirect/router.py", line 179, in _processDirectRequest

    response.result = _targetfn(**data)

  File "<string>", line 2, in add_event

  File "/opt/zenoss/Products/Zuul/decorators.py", line 69, in wrapped_fn

    return f(self, *args, **kwargs)

  File "/opt/zenoss/Products/Zuul/routers/zep.py", line 621, in add_event

    eventClass=evclass, immediate=True)

  File "/opt/zenoss/Products/Zuul/facades/zepfacade.py", line 753, in create

    publisher.publish(event, mandatory=mandatory, immediate=immediate)

  File "/opt/zenoss/Products/ZenMessaging/queuemessaging/publisher.py", line 288, in publish

    mandatory=mandatory, immediate=immediate)

  File "/opt/zenoss/Products/ZenMessaging/queuemessaging/publisher.py", line 308, in _publish

    createQueues=createQueues)

  File "/opt/zenoss/Products/ZenMessaging/queuemessaging/publisher.py", line 392, in publish

    headers=headers, declareExchange=declareExchange)

  File "/opt/zenoss/lib/python/zenoss/protocols/amqp.py", line 129, in publish

    exchangeConfig = self.useExchange(exchange)

  File "/opt/zenoss/lib/python/zenoss/protocols/amqp.py", line 90, in useExchange

    channel = self.getChannel()

  File "/opt/zenoss/lib/python/zenoss/protocols/amqp.py", line 69, in getChannel

    ssl=self._connectionInfo.usessl)

  File "/opt/zenoss/lib/python/amqplib/client_0_8/connection.py", line 144, in __init__

    (10, 30), # tune

  File "/opt/zenoss/lib/python/amqplib/client_0_8/abstract_channel.py", line 95, in wait

    self.channel_id, allowed_methods)

  File "/opt/zenoss/lib/python/amqplib/client_0_8/connection.py", line 202, in _wait_method

    self.method_reader.read_method()

  File "/opt/zenoss/lib/python/amqplib/client_0_8/method_framing.py", line 221, in read_method

    raise m

error: [Errno 104] Connection reset by peer

 

Any help would be appreciated. This is Zenoss 4.2.3 on a CentOS 6 server (VM)


Viewing all articles
Browse latest Browse all 1118

Trending Articles