I ran with PN_TRACE_FRM=1, and it returned the following log results. The
connection has been working with Python but not with C. It seems to be some
SASL issue, any thoughts?

Python Log:
[0x12d53c0]:  -> SASL
[0x12d53c0]:0 -> @sasl-init(65) [mechanism=:ANONYMOUS, initial-response=b""]
[0x12d53c0]:  <- SASL
[0x12d53c0]:0 <- @sasl-mechanisms(64)
[sasl-server-mechanisms=@PN_SYMBOL[:ANONYMOUS, :PLAIN]]
[0x12d53c0]:0 <- @sasl-outcome(68) [code=0]
[0x12d53c0]:  <- AMQP
[0x12d53c0]:  -> AMQP
[0x12d53c0]:0 -> @open(16)
[container-id="3303f558-5f40-43a9-9a17-1788c1916ccb", hostname="127.0.0.1"]
[0x12d53c0]:0 -> @begin(17) [next-outgoing-id=0, incoming-window=2147483647,
outgoing-window=0]
[0x12d53c0]:0 -> @attach(18) [name="topic://event", handle=0, role=true,
snd-settle-mode=2, rcv-settle-mode=0, source=@source(40)
[address="topic://event", durable=0, timeout=0, dynamic=false],
target=@target(41) [address="topic://event", durable=0, timeout=0,
dynamic=false], initial-delivery-count=0]
[0x12d53c0]:0 -> @flow(19) [incoming-window=2147483647, next-outgoing-id=0,
outgoing-window=0, handle=0, delivery-count=0, link-credit=1024,
drain=false]
[0x12d53c0]:0 <- @open(16) [container-id="mybroker", hostname=""]
[0x12d53c0]:0 <- @begin(17) [remote-channel=0, next-outgoing-id=1,
incoming-window=1024, outgoing-window=1024, handle-max=1024]
[0x12d53c0]:0 <- @attach(18) [name="topic://event", handle=0, role=false,
snd-settle-mode=2, rcv-settle-mode=0, source=@source(40)
[address="topic://event"], target=@target(41) [address="topic://event"],
incomplete-unsettled=false, initial-delivery-count=0]

C Log:
[0xa34500]:  -> SASL
[0xa34500]:0 -> @sasl-init(65) [initial-response=b""]
[0xa34500]:  <- SASL
[0xa34500]:0 <- @sasl-mechanisms(64)
[sasl-server-mechanisms=@PN_SYMBOL[:ANONYMOUS, :PLAIN]]



--
View this message in context: 
http://qpid.2158936.n2.nabble.com/Proton-c-connect-to-topic-on-Apache-Apollo-server-tp7625612p7625673.html
Sent from the Apache Qpid Proton mailing list archive at Nabble.com.

Reply via email to