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]
>
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]