I'd like to have the following test ran with -Djavax.net.debug=all option set : org.apache.camel.component.xmpp.XmppMultiUserChatTest.testXmppChat
There is clearly some SSL weirdness going on... java.lang.RuntimeException: Could not connect to XMPP server: localhost:5222/null Caused by: org.jivesoftware.smack.SmackException: javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake Caused by: javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake Caused by: java.io.EOFException: SSL peer shut down incorrectly Le 20/06/2018 à 14:50, Guillaume Nodet a écrit : > It seems mina-core 2.0.19 contains changes that could cause SSL problems in > the following camel tests. > Any idea ? > > Guillaume > > ---------- Forwarded message --------- > From: Pascal Schumacher <[email protected]> > Date: mar. 19 juin 2018 à 19:27 > Subject: Upgrade to Mina 2.0.19 broke camel-xmpp tests > To: [email protected] <[email protected]> > > > Hi everybody, > > after the recent updated to Mina 2.0.19 four camel-xmpp tests are broken: > > https://builds.apache.org/view/C/view/Apache%20Camel/job/Camel/job/master/411/testReport/junit/org.apache.camel.component.xmpp/ > > I can replicated this locally. Reverting commit > 2b16d9b1c224e0d4b131f70017cf8010bb16edfe "Upgrade Mina to version > 2.0.19" makes the tests pass again. > > No idea how to probably fix this, but I think we should fix this before > releasing camel 2.22. > > Cheers, > > Pascal > > > > > > -- Emmanuel Lecharny Symas.com directory.apache.org
