Skip to content

UNICAST3 - NPE in handleXmitRequest for message without sender when SSL_KEY_EXCHANGE and ASYM_ENCRYPT are used #702

Closed Answered by belaban
synth3 asked this question in Q&A
Discussion options

You must be logged in to vote

I think I know what the problem is: when asking a sender for retransmission of a missing message, UNICAST3 does not set the sender's address (regular message sending via down() does!). The transport would set the sender's address, but the message doesn't get there; instead, we encrypt it into a wrapped message which is then sent. On the receiver's side, the message is decrypted (null sender) and added to a batch, this causes the NPE.

I created [1] to keep track of this.

[1] https://issues.redhat.com/browse/JGRP-2680

Replies: 5 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by rhusar
Comment options

You must be logged in to vote
1 reply
@synth3
Comment options

Comment options

You must be logged in to vote
1 reply
@synth3
Comment options

Comment options

You must be logged in to vote
1 reply
@synth3
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants