Cedrus-1 / asmack

Automatically exported from code.google.com/p/asmack
Other
0 stars 0 forks source link

No response from server while creating node / publishing to node #75

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What are you doing to produce the error?
1. create the node using 
      PubSubManager mgr = new PubSubManager(xmpp,  "pubusb.example.com");

// for privacy reason i am writing pubsub.example.com but the actual 
//is pubsub.nxxxx.com

2.  createLeaf = mgr.createNode("test");

3.  even i am getting an error when i 
     node = (LeafNode) mgr.getNode("test");

 i have also set the 

         smackConfiguration.setPacketReplyTimeout(10000);

What do you see instead? (Please attach a debug enabled logcat)

No response from server.: 
at 
org.jivesoftware.smackx.pubsub.packet.SyncPacketSend.getReply(SyncPacketSend.jav
a:50)
at 
org.jivesoftware.smackx.pubsub.packet.SyncPacketSend.getReply(SyncPacketSend.jav
a:61)
at org.jivesoftware.smackx.pubsub.PubSubManager.getNode(PubSubManager.java:161)
at com.bcl.NodeManager.publishNode(NodeManager.java:176)
at com.bcl.NodeManager.access$1(NodeManager.java:167)
at com.bcl.NodeManager$2.run(NodeManager.java:101)
at java.lang.Thread.run(Thread.java:1019)

What version of aSmack / Android / Device do you use?

i am using Android 2.3.3 and asmack-2010.05.07.jar 

What server do you use? Is there a public server to reproduce the problem?

its an ejabberd sever , server is properly configured as far as i know as i 
have tried created node using strophe and in that i am able to create it 
successfully.

Original issue reported on code.google.com by ntim...@gmail.com on 12 Aug 2012 at 2:55