Bugs item #2808842, was opened at 2009-06-19 00:41 Message generated for change (Settings changed) made by freyther You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=843359&aid=2808842&group_id=167540
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: XMPP Group: None Status: Closed Resolution: Out of Date >Priority: 6 Private: No Submitted By: Sandor Szuecs (szuecs) Assigned to: Nobody/Anonymous (nobody) Summary: Discovery sometimes returns false for Saros enabled peers Initial Comment: Maybe not all XMPP servers supports service discovery or there is a race condition in DiscoveryManager/InvitationDialog. WARN 2009-06-18 : 14:26:35 (DiscoveryManager.java:289) : Service Discovery failed on recipient [email protected]/Saros server:jabberd.jabber.ccc.de: No response from the server.: at org.jivesoftware.smackx.ServiceDiscoveryManager.discoverInfo(ServiceDiscoveryManager.java:445) at org.jivesoftware.smackx.ServiceDiscoveryManager.discoverInfo(ServiceDiscoveryManager.java:414) at de.fu_berlin.inf.dpp.net.internal.DiscoveryManager.querySupport(DiscoveryManager.java:286) at de.fu_berlin.inf.dpp.net.internal.DiscoveryManager.isFeatureSupported(DiscoveryManager.java:244) at de.fu_berlin.inf.dpp.net.internal.DiscoveryManager.getSupportingPresence(DiscoveryManager.java:215) at de.fu_berlin.inf.dpp.net.internal.DiscoveryManager.isJingleSupported(DiscoveryManager.java:123) at de.fu_berlin.inf.dpp.net.internal.DataTransferManager.awaitJingleManager(DataTransferManager.java:679) at de.fu_berlin.inf.dpp.net.internal.XMPPChatTransmitter.awaitJingleManager(XMPPChatTransmitter.java:368) at de.fu_berlin.inf.dpp.invitation.internal.IncomingInvitationProcess.requestRemoteFileList(IncomingInvitationProcess.java:135) at de.fu_berlin.inf.dpp.ui.wizards.JoinSessionWizard$2.run(JoinSessionWizard.java:121) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121) ---------------------------------------------------------------------- Comment By: Stefan Rossbach (kargor) Date: 2012-06-17 15:08 Message: Sometimes machines are on high load, so they do not reply within the given timeout. There is nothing you can do against it. ---------------------------------------------------------------------- Comment By: Florian Thiel (florianthiel) Date: 2010-02-25 03:52 Message: I discovered unexpected behavior like this in the following setup: [email protected] (host) invites [email protected] and [email protected]. Alle three Eclipses run on the same machine (MacOSX, 64bit, Saros 10.2.26 branch). Saros detects Saros for carl but not for bob. Both have identical run configurations (besides workspaces). (In a connected issue, Saros only agrees to share the project with bob using IBB, while carl can use Jingle. ---------------------------------------------------------------------- Comment By: Sandor Szuecs (szuecs) Date: 2009-06-25 07:16 Message: Some XMPP servers have not valid certs and others do not trust them. DiscoveryInfo is sent via XMPP network so this can be the issue. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=843359&aid=2808842&group_id=167540 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Dpp-robot mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dpp-robot
