Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smack is not compatible with API level 8 #528

Closed
daniele-athome opened this issue Aug 2, 2015 · 1 comment
Closed

Smack is not compatible with API level 8 #528

daniele-athome opened this issue Aug 2, 2015 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@daniele-athome
Copy link
Member

This class is missing...

java.lang.NoClassDefFoundError: java.net.IDN
     at de.measite.minidns.util.NameUtil.toByteArray(NameUtil.java:56)
     at de.measite.minidns.Question.toByteArray(Question.java:123)
     at de.measite.minidns.Question.hashCode(Question.java:138)
     at java.util.LinkedHashMap.get(LinkedHashMap.java:247)
     at org.jxmpp.util.cache.LruCache.get(LruCache.java:90)
     at org.jxmpp.util.cache.ExpirationCache.get(ExpirationCache.java:57)
     at org.jivesoftware.smack.util.dns.minidns.MiniDnsResolver$1.get(MiniDnsResolver.java:54)
     at de.measite.minidns.Client.query(Client.java:229)
     at de.measite.minidns.Client.query(Client.java:149)
     at org.jivesoftware.smack.util.dns.minidns.MiniDnsResolver.lookupSRVRecords(MiniDnsResolver.java:79)
     at org.jivesoftware.smack.util.DNSUtil.resolveDomain(DNSUtil.java:171)
     at org.jivesoftware.smack.util.DNSUtil.resolveXMPPDomain(DNSUtil.java:120)
     at org.jivesoftware.smack.AbstractXMPPConnection.populateHostAddresses(AbstractXMPPConnection.java:574)
     at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectUsingConfiguration(XMPPTCPConnection.java:552)
     at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectInternal(XMPPTCPConnection.java:830)
     at org.jivesoftware.smack.AbstractXMPPConnection.connect(AbstractXMPPConnection.java:365)
     at org.kontalk.service.XMPPConnectionHelper.connectOnce(XMPPConnectionHelper.java:192)
     at org.kontalk.service.XMPPConnectionHelper.connectOnce(XMPPConnectionHelper.java:141)
     at org.kontalk.client.NumberValidator.initConnection(NumberValidator.java:478)
     at org.kontalk.client.NumberValidator.run(NumberValidator.java:201)
     at org.kontalk.client.NumberValidator.run(NumberValidator.java:210)
     at java.lang.Thread.run(Thread.java:1096)
@daniele-athome daniele-athome added the bug Something isn't working label Aug 2, 2015
@daniele-athome daniele-athome self-assigned this Aug 2, 2015
@daniele-athome daniele-athome added this to the 3.0.3 milestone Aug 2, 2015
@daniele-athome
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant