[JIRA] [jabber-plugin] (JENKINS-25505) jabber-plugin 1.28 cannot resolve host with javax.naming.NameNotFoundException: DNS name not found

2014-11-29 Thread ku...@gmx.de (JIRA)















































kutzi
 resolved  JENKINS-25505 as Fixed


jabber-plugin 1.28 cannot resolve host with javax.naming.NameNotFoundException: DNS name not found
















Fixed in upcoming release 1.31





Change By:


kutzi
(29/Nov/14 1:03 PM)




Status:


Open
Resolved





Resolution:


Fixed



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [jabber-plugin] (JENKINS-25505) jabber-plugin 1.28 cannot resolve host with javax.naming.NameNotFoundException: DNS name not found

2014-11-24 Thread louisfe...@gmail.com (JIRA)














































Louis-FĂ©lix Tessier
 commented on  JENKINS-25505


jabber-plugin 1.28 cannot resolve host with javax.naming.NameNotFoundException: DNS name not found















Same problem here with "Jabber notifier 1.30" and "Jenkins 1.590".
Thanks.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [jabber-plugin] (JENKINS-25505) jabber-plugin 1.28 cannot resolve host with javax.naming.NameNotFoundException: DNS name not found

2014-11-23 Thread rafael.pive...@gmail.com (JIRA)












































 
Rafael Pivetta Balbuena
 edited a comment on  JENKINS-25505


jabber-plugin 1.28 cannot resolve host with javax.naming.NameNotFoundException: DNS name not found
















Kutzi,
I am using smack 4.0.5 in my project, and tested jars of version 4.0.6-SNAPSHOT and worked.

But, using openfire is required to disable the security in code, because I dont know how to disable security in openfire 3.9.3 

Example works fine.
   ConnectionConfiguration config = new ConnectionConfiguration ("localhost");
   config.setSecurityMode (SecurityMode.disabled);
   XMPPConnection con = new XMPPTCPConnection (config);
   con.connect();

Anyone have an example of how to generate and import certificate in openfire or other xmpp server and a code sample using SSL and Smack?

The code and exception:
   XMPPConnection con = new XMPPTCPConnection ("localhost");
   con.connect();

WARNING: Exception while resovling SRV records for localhost. Consider adding '_xmpp-(server|client)._tcp' DNS SRV Records
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Nov 23, 2014 10:40:05 PM org.jivesoftware.smack.tcp.PacketWriter writePackets
WARNING: Exception writing closing stream element
java.net.SocketException: Socket closed
	at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:121)
	at java.net.SocketOutputStream.write(SocketOutputStream.java:159)
	at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221)
	at sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:291)
	at sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:295)
	at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:141)
	at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:229)
	at java.io.BufferedWriter.flush(BufferedWriter.java:254)
	at org.jivesoftware.smack.tcp.PacketWriter.writePackets(PacketWriter.java:190)
	at org.jivesoftware.smack.tcp.PacketWriter.access$000(PacketWriter.java:40)
	at org.jivesoftware.smack.tcp.PacketWriter$1.run(PacketWriter.java:77)


Thanks.





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [jabber-plugin] (JENKINS-25505) jabber-plugin 1.28 cannot resolve host with javax.naming.NameNotFoundException: DNS name not found

2014-11-22 Thread rafael.pive...@gmail.com (JIRA)














































Rafael Pivetta Balbuena
 commented on  JENKINS-25505


jabber-plugin 1.28 cannot resolve host with javax.naming.NameNotFoundException: DNS name not found















Kutzi,
I am using smack 4.0.5 in my project, and tested jars of version 4.0.6 available here https://dl.dropboxusercontent.com/u/25863594/jabber.hpi, but it did not work.

The exception is the same as reported in https://community.igniterealtime.org/message/244023#244023 forum.

I am using smack 4.0.5 in my project, and tested jars of version 4.0.6 available here https://dl.dropboxusercontent.com/u/25863594/jabber.hpi, but it did not work.

The exception is the same as reported in https://community.igniterealtime.org/message/244023#244023 forum.

The workaround at this time is:

ConnectionConfiguration config = new ConnectionConfiguration ("localhost", 5222);
config.setSecurityMode (SecurityMode.disabled);
XMPPConnection con = new XMPPTCPConnection ("localhost");



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [jabber-plugin] (JENKINS-25505) jabber-plugin 1.28 cannot resolve host with javax.naming.NameNotFoundException: DNS name not found

2014-11-22 Thread rafael.pive...@gmail.com (JIRA)












































 
Rafael Pivetta Balbuena
 edited a comment on  JENKINS-25505


jabber-plugin 1.28 cannot resolve host with javax.naming.NameNotFoundException: DNS name not found
















Kutzi,
I am using smack 4.0.5 in my project, and tested jars of version 4.0.6 available here https://dl.dropboxusercontent.com/u/25863594/jabber.hpi, but it did not work.

The exception is the same as reported in https://community.igniterealtime.org/message/244023#244023 forum.

The workaround at this time is:

ConnectionConfiguration config = new ConnectionConfiguration ("localhost", 5222);
config.setSecurityMode (SecurityMode.disabled);
XMPPConnection con = new XMPPTCPConnection (config);



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [jabber-plugin] (JENKINS-25505) jabber-plugin 1.28 cannot resolve host with javax.naming.NameNotFoundException: DNS name not found

2014-11-22 Thread rafael.pive...@gmail.com (JIRA)












































 
Rafael Pivetta Balbuena
 edited a comment on  JENKINS-25505


jabber-plugin 1.28 cannot resolve host with javax.naming.NameNotFoundException: DNS name not found
















Kutzi,
I am using smack 4.0.5 in my project, and tested jars of version 4.0.6-SNAPSHOT and worked.

Thanks.





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [jabber-plugin] (JENKINS-25505) jabber-plugin 1.28 cannot resolve host with javax.naming.NameNotFoundException: DNS name not found

2014-11-19 Thread ku...@gmx.de (JIRA)














































kutzi
 commented on  JENKINS-25505


jabber-plugin 1.28 cannot resolve host with javax.naming.NameNotFoundException: DNS name not found















Mohammad, any update on this?
If you don't have the time/resources to test it, please let me at least know.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [jabber-plugin] (JENKINS-25505) jabber-plugin 1.28 cannot resolve host with javax.naming.NameNotFoundException: DNS name not found

2014-11-11 Thread ku...@gmx.de (JIRA)














































kutzi
 commented on  JENKINS-25505


jabber-plugin 1.28 cannot resolve host with javax.naming.NameNotFoundException: DNS name not found















This build of the plugin uses a version of the Smack library which could fix the issue:
https://dl.dropboxusercontent.com/u/25863594/jabber.hpi

Would be great if you could test it



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [jabber-plugin] (JENKINS-25505) jabber-plugin 1.28 cannot resolve host with javax.naming.NameNotFoundException: DNS name not found

2014-11-11 Thread ku...@gmx.de (JIRA)














































kutzi
 updated  JENKINS-25505


jabber-plugin 1.28 cannot resolve host with javax.naming.NameNotFoundException: DNS name not found
















Change By:


kutzi
(11/Nov/14 6:54 PM)




Summary:


AfterUpgradejenkinsto
jabber-plugin
1.
587
28
cannot
sendmessage
resolvehost
with
jabber
javax.naming.NameNotFoundException:DNSnamenotfound



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.