Netbeans 6.5.1 + Openfire 3.6.4 Collaboration?

We are using the collab plugin in Netbeans. Sorry, "The share.java.net XMPP server developer community service will be discontinued as of April 20, 2009."

http://wiki.netbeans.org/FaqShareJavaNet

I was able to install OpenFire 3.6.4 on OpenSolaris 2008.11.

No matter what I do, I cannot login from the Netblans collab plugin, but getting "Object is not a valid JID" Server log:

2009.05.23 21:41:27 [org.jivesoftware.openfire.spi.PresenceManagerImpl.userUnavailable (PresenceManagerImpl.java:271)] Error saving user offline presence:

Little information to find on this topic other than

http://wiki.netbeans.org/CollabServer

http://www.igniterealtime.org/community/message/190171

Anyone successfully running Netbeans with Openfire?

amuses

0


a source to share


2 answers


I think there is a bug somewhere between Openfire and netbeans collab module. using NB 6.7, Openfire 3.6.4 and postgres 7, I notice that there are 2 processes trying to provide a "presence" function which results in 2 conflicting database entries in the presence table.

one entry that I believe came from the netabans collab connection contains the custom JID required by netbeans while the other does not, this is what I believe is the culprit for the "Object does not represent a valid JID" error message.



I decided to experiment with deleting all services in the OpenFire Group Chat tab and was successfully logged in from my NB 6.7, but the shared channel is not available ...

+1


a source


Yes!



Install the "Search" plugin from the list of available plugins in the openfire admin. IT'S ALL! It's even in the link above :) If it doesn't work try turning off offline messages.

0


a source







All Articles