Hi Adel,
   I got down the latest dispatch code from 
https://dist.apache.org/repos/dist/dev/qpid/dispatch/0.6.0-beta2/ and used your 
dispatcher.conf to start the router. I ran the qdmanage command several times 
and did not see the router crash. This is what I see on the client side - 

[gmurthy@localhost dispatch]$ qdmanage -b localhost:10400 create 
--type=connector role=route-container addr=localhost port=5672 name=broker1
{
  "verifyHostName": true, 
  "stripAnnotations": "both", 
  "name": "broker1", 
  "allowRedirect": true, 
  "idleTimeoutSeconds": 16, 
  "maxFrameSize": 65536, 
  "host": "127.0.0.1", 
  "cost": 1, 
  "role": "route-container", 
  "type": "org.apache.qpid.dispatch.connector", 
  "port": "5672", 
  "identity": "connector/127.0.0.1:5672", 
  "addr": "localhost"
}
[gmurthy@localhost dispatch]$ qdmanage -b localhost:10400 create 
--type=connector role=route-container addr=localhost port=5672 name=broker1
BadRequestStatus: org.apache.qpid.dispatch.connector: Duplicate value 'broker1' 
for unique attribute 'name'
[gmurthy@localhost dispatch]$ qdmanage -b localhost:10400 create 
--type=connector role=route-container addr=localhost port=5672 name=broker1
BadRequestStatus: org.apache.qpid.dispatch.connector: Duplicate value 'broker1' 
for unique attribute 'name'
[gmurthy@localhost dispatch]$ qdmanage -b localhost:10400 create 
--type=connector role=route-container addr=localhost port=5672 name=broker1
BadRequestStatus: org.apache.qpid.dispatch.connector: Duplicate value 'broker1' 
for unique attribute 'name'
[gmurthy@localhost dispatch]$ qdmanage -b localhost:10400 create 
--type=connector role=route-container addr=localhost port=5672 name=broker1
BadRequestStatus: org.apache.qpid.dispatch.connector: Duplicate value 'broker1' 
for unique attribute 'name'
[gmurthy@localhost dispatch]$ qdmanage -b localhost:10400 create 
--type=connector role=route-container addr=localhost port=5672 name=broker1
BadRequestStatus: org.apache.qpid.dispatch.connector: Duplicate value 'broker1' 
for unique attribute 'name'
[gmurthy@localhost dispatch]$ qdmanage -b localhost:10400 create 
--type=connector role=route-container addr=localhost port=5672 name=broker1
BadRequestStatus: org.apache.qpid.dispatch.connector: Duplicate value 'broker1' 
for unique attribute 'name'
[gmurthy@localhost dispatch]$ qdmanage -b localhost:10400 create 
--type=connector role=route-container addr=localhost port=5672 name=broker1
BadRequestStatus: org.apache.qpid.dispatch.connector: Duplicate value 'broker1' 
for unique attribute 'name'
[gmurthy@localhost dispatch]$ qdmanage -b localhost:10400 create 
--type=connector role=route-container addr=localhost port=5672 name=broker1
BadRequestStatus: org.apache.qpid.dispatch.connector: Duplicate value 'broker1' 
for unique attribute 'name'
[gmurthy@localhost dispatch]$ 


The router side log (adel.log, which is attached to this email) shows the 
following error message several times

Tue May 17 09:28:33 2016 AGENT (error) Error dispatching Message(address=None, 
properties={'operation': 'CREATE', 'type': 
'org.apache.qpid.dispatch.connector', 'name': 'broker1'}, body={'port': '5672', 
'type': 'org.apache.qpid.dispatch.connector', 'role': 'route-container', 
'addr': 'localhost', 'name': 'broker1'}, 
reply_to='amqp:/_topo/0/router1/temp.z1bTIsM+fL_h3vQ', correlation_id=1L): 
org.apache.qpid.dispatch.connector: Duplicate value 'broker1' for unique 
attribute 'name'
Traceback (most recent call last):
  File 
"/home/gmurthy/opensource/adel/qpid-dispatch-0.6.0/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py",
 line 770, in receive
    status, body = self.handle(request)
  File 
"/home/gmurthy/opensource/adel/qpid-dispatch-0.6.0/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py",
 line 793, in handle
    return self.create(request)
  File 
"/home/gmurthy/opensource/adel/qpid-dispatch-0.6.0/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py",
 line 834, in create
    return (CREATED, self._create(attributes).attributes)
  File 
"/home/gmurthy/opensource/adel/qpid-dispatch-0.6.0/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py",
 line 809, in _create
    self.entities.add_implementation(cimplementation, entity)
  File 
"/home/gmurthy/opensource/adel/qpid-dispatch-0.6.0/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py",
 line 518, in add_implementation
    self._add_implementation(implementation, adapter=adapter)
  File 
"/home/gmurthy/opensource/adel/qpid-dispatch-0.6.0/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py",
 line 515, in _add_implementation
    self.add(adapter)
  File 
"/home/gmurthy/opensource/adel/qpid-dispatch-0.6.0/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py",
 line 504, in add
    self.schema.validate_full(chain(iter([entity]), iter(self.entities)))
  File 
"/home/gmurthy/opensource/adel/qpid-dispatch-0.6.0/install/lib/qpid-dispatch/python/qpid_dispatch

If you are still seeing the crash can you please send the backtrace from your 
core file?

I tried the same in dispatch-master and could not crash it either.

Thanks.

----- Original Message -----
> From: "Adel Boutros" <[email protected]>
> To: [email protected]
> Sent: Tuesday, May 17, 2016 8:08:49 AM
> Subject: RE: [qpid-dispatch] Running same qdmanage command twice crashes 
> dispatcher
> 
> Hello Ted,
> 
> Sorry my test case was wrong. You have to run the following command twice or
> three times (I attached the config file to my mail):
> 
> qdmanage -b localhost:10400 create --type=connector role=route-container
> addr=localhost port=5672 name=broker1
> 
> You will sometime get an error client-side but the router will crash.
> 
> I am using version 0.6.0-beta2
> 
> Regards,
> Adel
> 
> > Subject: Re: [qpid-dispatch] Running same qdmanage command twice crashes
> > dispatcher
> > To: [email protected]
> > From: [email protected]
> > Date: Tue, 17 May 2016 07:39:25 -0400
> > 
> > 
> > On 05/17/2016 06:20 AM, Adel Boutros wrote:
> > > Hello,
> > > While playing around with the dispatcher, I notice when I run the same
> > > qdmanage command twice, the dispatcher outputs an error message and then
> > > crashes.
> > > Is this expected?
> > > *Command example:* qdmanage -b localhost:10400 create --type=address
> > > prefix=my.queue waypoint=true name=queue1
> > > *Error Message*bash$ qdrouterd -c dispatcher.confqdrouterd:
> > > src/router_core/route_control.c:340: qdr_route_connection_opened_CT:
> > > Assertion `!cid->open_connection' failed.Aborted
> > > Regards,Adel
> > > 
> > 
> > We don't ever expect the router to crash. When I tried to reproduce
> > your results, I got the following error on the second attempt (no crash):
> > 
> > BadRequestStatus: Name conflicts with an existing entity
> > 
> > If you are still seeing this problem, please let me know what version of
> > the software you are running and what the configuration is prior to the
> > crash.
> > 
> > Thanks,
> > 
> > -Ted
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [email protected]
> > For additional commands, e-mail: [email protected]
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
Tue May 17 08:49:55 2016 SERVER (info) Container Name: router1
Tue May 17 08:49:55 2016 ROUTER (info) Router started in Interior mode, area=0 id=router1
Tue May 17 08:49:55 2016 ROUTER_CORE (info) Router Core thread running. 0/router1
Tue May 17 08:49:55 2016 ROUTER_CORE (info) In-process subscription M/$management
Tue May 17 08:49:55 2016 ROUTER_CORE (info) In-process subscription L/$management
Tue May 17 08:49:55 2016 ROUTER_CORE (info) In-process subscription L/qdrouter
Tue May 17 08:49:55 2016 ROUTER_CORE (info) In-process subscription L/qdrouter.ma
Tue May 17 08:49:55 2016 ROUTER_CORE (info) In-process subscription T/qdrouter
Tue May 17 08:49:55 2016 ROUTER_CORE (info) In-process subscription T/qdrouter.ma
Tue May 17 08:49:55 2016 ROUTER_CORE (info) In-process subscription L/qdhello
Tue May 17 08:49:55 2016 ROUTER (info) Router Engine Instantiated: id=router1 instance=1463489395 max_routers=128
Tue May 17 08:49:55 2016 AGENT (info) Activating management agent on $_management_internal
Tue May 17 08:49:55 2016 ROUTER_CORE (info) In-process subscription L/$_management_internal
Tue May 17 08:49:55 2016 DISPLAYNAME (info) Activating DisplayNameService on $displayname
Tue May 17 08:49:55 2016 ROUTER_CORE (info) In-process subscription L/$displayname
Tue May 17 08:49:55 2016 CONN_MGR (info) Configured Listener: 127.0.0.1:10400 proto=any role=normal
Tue May 17 08:49:55 2016 POLICY (info) Policy configured maximumConnections: 0, policyFolder: '', access rules enabled: 'false'
Tue May 17 08:49:55 2016 POLICY (info) Policy fallback defaultApplication is disabled
Tue May 17 08:49:55 2016 SERVER (info) Operational, 4 Threads Running
Tue May 17 08:49:55 2016 SERVER (info) Running in DEBUG Mode
Tue May 17 08:50:09 2016 CONN_MGR (info) Configured Connector: 127.0.0.1:5672 proto=any role=route-container
Tue May 17 08:50:09 2016 CONN_MGR (info) Configured Connector: 127.0.0.1:5672 proto=any role=route-container
Tue May 17 08:50:09 2016 AGENT (error) Error dispatching Message(address=None, properties={'operation': 'CREATE', 'type': 'org.apache.qpid.dispatch.connector', 'name': 'broker1'}, body={'port': '5672', 'type': 'org.apache.qpid.dispatch.connector', 'role': 'route-container', 'addr': 'localhost', 'name': 'broker1'}, reply_to='amqp:/_topo/0/router1/temp.F9qFiazXw_FB0HG', correlation_id=1L): org.apache.qpid.dispatch.connector: Duplicate value 'broker1' for unique attribute 'name'
Traceback (most recent call last):
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 782, in receive
    status, body = self.handle(request)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 805, in handle
    return self.create(request)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 846, in create
    return (CREATED, self._create(attributes).attributes)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 821, in _create
    self.entities.add_implementation(cimplementation, entity)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 530, in add_implementation
    self._add_implementation(implementation, adapter=adapter)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 527, in _add_implementation
    self.add(adapter)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 516, in add
    self.schema.validate_full(chain(iter([entity]), iter(self.entities)))
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/qdrouter.py", line 59, in validate_full
    super(QdSchema, self).validate_all(entities, **kwargs)
  File "
Tue May 17 08:50:10 2016 CONN_MGR (info) Configured Connector: 127.0.0.1:5672 proto=any role=route-container
Tue May 17 08:50:10 2016 AGENT (error) Error dispatching Message(address=None, properties={'operation': 'CREATE', 'type': 'org.apache.qpid.dispatch.connector', 'name': 'broker1'}, body={'port': '5672', 'type': 'org.apache.qpid.dispatch.connector', 'role': 'route-container', 'addr': 'localhost', 'name': 'broker1'}, reply_to='amqp:/_topo/0/router1/temp.J+_IkdyA5RPboVE', correlation_id=1L): org.apache.qpid.dispatch.connector: Duplicate value 'broker1' for unique attribute 'name'
Traceback (most recent call last):
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 782, in receive
    status, body = self.handle(request)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 805, in handle
    return self.create(request)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 846, in create
    return (CREATED, self._create(attributes).attributes)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 821, in _create
    self.entities.add_implementation(cimplementation, entity)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 530, in add_implementation
    self._add_implementation(implementation, adapter=adapter)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 527, in _add_implementation
    self.add(adapter)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 516, in add
    self.schema.validate_full(chain(iter([entity]), iter(self.entities)))
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/qdrouter.py", line 59, in validate_full
    super(QdSchema, self).validate_all(entities, **kwargs)
  File "
Tue May 17 08:50:11 2016 CONN_MGR (info) Configured Connector: 127.0.0.1:5672 proto=any role=route-container
Tue May 17 08:50:11 2016 AGENT (error) Error dispatching Message(address=None, properties={'operation': 'CREATE', 'type': 'org.apache.qpid.dispatch.connector', 'name': 'broker1'}, body={'port': '5672', 'type': 'org.apache.qpid.dispatch.connector', 'role': 'route-container', 'addr': 'localhost', 'name': 'broker1'}, reply_to='amqp:/_topo/0/router1/temp.u56oyLrsWoC1YBD', correlation_id=1L): org.apache.qpid.dispatch.connector: Duplicate value 'broker1' for unique attribute 'name'
Traceback (most recent call last):
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 782, in receive
    status, body = self.handle(request)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 805, in handle
    return self.create(request)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 846, in create
    return (CREATED, self._create(attributes).attributes)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 821, in _create
    self.entities.add_implementation(cimplementation, entity)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 530, in add_implementation
    self._add_implementation(implementation, adapter=adapter)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 527, in _add_implementation
    self.add(adapter)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 516, in add
    self.schema.validate_full(chain(iter([entity]), iter(self.entities)))
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/qdrouter.py", line 59, in validate_full
    super(QdSchema, self).validate_all(entities, **kwargs)
  File "
Tue May 17 08:50:12 2016 CONN_MGR (info) Configured Connector: 127.0.0.1:5672 proto=any role=route-container
Tue May 17 08:50:12 2016 AGENT (error) Error dispatching Message(address=None, properties={'operation': 'CREATE', 'type': 'org.apache.qpid.dispatch.connector', 'name': 'broker1'}, body={'port': '5672', 'type': 'org.apache.qpid.dispatch.connector', 'role': 'route-container', 'addr': 'localhost', 'name': 'broker1'}, reply_to='amqp:/_topo/0/router1/temp.+IVvuBcrdSYOuLa', correlation_id=1L): org.apache.qpid.dispatch.connector: Duplicate value 'broker1' for unique attribute 'name'
Traceback (most recent call last):
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 782, in receive
    status, body = self.handle(request)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 805, in handle
    return self.create(request)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 846, in create
    return (CREATED, self._create(attributes).attributes)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 821, in _create
    self.entities.add_implementation(cimplementation, entity)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 530, in add_implementation
    self._add_implementation(implementation, adapter=adapter)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 527, in _add_implementation
    self.add(adapter)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 516, in add
    self.schema.validate_full(chain(iter([entity]), iter(self.entities)))
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/qdrouter.py", line 59, in validate_full
    super(QdSchema, self).validate_all(entities, **kwargs)
  File "
Tue May 17 08:50:12 2016 CONN_MGR (info) Configured Connector: 127.0.0.1:5672 proto=any role=route-container
Tue May 17 08:50:12 2016 AGENT (error) Error dispatching Message(address=None, properties={'operation': 'CREATE', 'type': 'org.apache.qpid.dispatch.connector', 'name': 'broker1'}, body={'port': '5672', 'type': 'org.apache.qpid.dispatch.connector', 'role': 'route-container', 'addr': 'localhost', 'name': 'broker1'}, reply_to='amqp:/_topo/0/router1/temp.baug7skUGHVQJkl', correlation_id=1L): org.apache.qpid.dispatch.connector: Duplicate value 'broker1' for unique attribute 'name'
Traceback (most recent call last):
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 782, in receive
    status, body = self.handle(request)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 805, in handle
    return self.create(request)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 846, in create
    return (CREATED, self._create(attributes).attributes)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 821, in _create
    self.entities.add_implementation(cimplementation, entity)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 530, in add_implementation
    self._add_implementation(implementation, adapter=adapter)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 527, in _add_implementation
    self.add(adapter)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 516, in add
    self.schema.validate_full(chain(iter([entity]), iter(self.entities)))
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/qdrouter.py", line 59, in validate_full
    super(QdSchema, self).validate_all(entities, **kwargs)
  File "
Tue May 17 08:50:13 2016 CONN_MGR (info) Configured Connector: 127.0.0.1:5672 proto=any role=route-container
Tue May 17 08:50:13 2016 AGENT (error) Error dispatching Message(address=None, properties={'operation': 'CREATE', 'type': 'org.apache.qpid.dispatch.connector', 'name': 'broker1'}, body={'port': '5672', 'type': 'org.apache.qpid.dispatch.connector', 'role': 'route-container', 'addr': 'localhost', 'name': 'broker1'}, reply_to='amqp:/_topo/0/router1/temp.vkguC46oqUiV0+N', correlation_id=1L): org.apache.qpid.dispatch.connector: Duplicate value 'broker1' for unique attribute 'name'
Traceback (most recent call last):
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 782, in receive
    status, body = self.handle(request)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 805, in handle
    return self.create(request)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 846, in create
    return (CREATED, self._create(attributes).attributes)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 821, in _create
    self.entities.add_implementation(cimplementation, entity)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 530, in add_implementation
    self._add_implementation(implementation, adapter=adapter)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 527, in _add_implementation
    self.add(adapter)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 516, in add
    self.schema.validate_full(chain(iter([entity]), iter(self.entities)))
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/qdrouter.py", line 59, in validate_full
    super(QdSchema, self).validate_all(entities, **kwargs)
  File "
Tue May 17 08:50:25 2016 CONN_MGR (info) Configured Connector: 127.0.0.1:5672 proto=any role=route-container
Tue May 17 08:50:25 2016 AGENT (error) Error dispatching Message(address=None, properties={'operation': 'CREATE', 'type': 'org.apache.qpid.dispatch.connector', 'name': 'broker1'}, body={'port': '5672', 'type': 'org.apache.qpid.dispatch.connector', 'role': 'route-container', 'addr': 'localhost', 'name': 'broker1'}, reply_to='amqp:/_topo/0/router1/temp.6ofP7lQxX3EE2T+', correlation_id=1L): org.apache.qpid.dispatch.connector: Duplicate value 'broker1' for unique attribute 'name'
Traceback (most recent call last):
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 782, in receive
    status, body = self.handle(request)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 805, in handle
    return self.create(request)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 846, in create
    return (CREATED, self._create(attributes).attributes)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 821, in _create
    self.entities.add_implementation(cimplementation, entity)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 530, in add_implementation
    self._add_implementation(implementation, adapter=adapter)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 527, in _add_implementation
    self.add(adapter)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 516, in add
    self.schema.validate_full(chain(iter([entity]), iter(self.entities)))
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/qdrouter.py", line 59, in validate_full
    super(QdSchema, self).validate_all(entities, **kwargs)
  File "
Tue May 17 08:50:25 2016 CONN_MGR (info) Configured Connector: 127.0.0.1:5672 proto=any role=route-container
Tue May 17 08:50:25 2016 AGENT (error) Error dispatching Message(address=None, properties={'operation': 'CREATE', 'type': 'org.apache.qpid.dispatch.connector', 'name': 'broker1'}, body={'port': '5672', 'type': 'org.apache.qpid.dispatch.connector', 'role': 'route-container', 'addr': 'localhost', 'name': 'broker1'}, reply_to='amqp:/_topo/0/router1/temp.kfMZy3SbTEZL5_R', correlation_id=1L): org.apache.qpid.dispatch.connector: Duplicate value 'broker1' for unique attribute 'name'
Traceback (most recent call last):
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 782, in receive
    status, body = self.handle(request)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 805, in handle
    return self.create(request)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 846, in create
    return (CREATED, self._create(attributes).attributes)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 821, in _create
    self.entities.add_implementation(cimplementation, entity)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 530, in add_implementation
    self._add_implementation(implementation, adapter=adapter)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 527, in _add_implementation
    self.add(adapter)
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/agent.py", line 516, in add
    self.schema.validate_full(chain(iter([entity]), iter(self.entities)))
  File "/home/gmurthy/opensource/dispatch/install/lib/qpid-dispatch/python/qpid_dispatch_internal/management/qdrouter.py", line 59, in validate_full
    super(QdSchema, self).validate_all(entities, **kwargs)
  File "
Tue May 17 08:50:29 2016 SERVER (info) Shut Down
Tue May 17 08:50:29 2016 ROUTER_CORE (info) Router Core thread exited
container {
        worker-threads: 4
        containerName: qpid.dispatch.router1
}

listener {
        addr: 0.0.0.0
        port: 10400
        role: normal
        saslMechanisms: ANONYMOUS
        requireSsl: no
        authenticatePeer: no
}

router {
        mode: interior
        routerId: router1
        helloInterval: 60
        helloMaxAge: 180
}

log {
        module: DEFAULT
        enable: info+
        source: false
        output: adel.log
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to