3.8.0 Group issue?

Yeah I was checking that before the update (3.7 doesn’t have that), after the update I could see the .bat file. I got mine working.

Ben,

I’m not sure if this is going to be helpful or not but as you, the nightly build was asking me to resetup everything (makes sense since you’re overwriting your files) but I also noticed that once you do the connection with the database, and the authenthication method (active directory in my case) everything worked as before. I didn’t have to resetup anything else. It actually solved a problem that I had with my SSL certificates.

Hi Bart, Walter,

Please be aware that JAVA_HOME ideally is set as a system variable. The Openfire script defines some fallbacks, that are used only when the system variable is absent. Google offers plenty of suggestions on how to set a system variable.

Regards,

Guus

Can we expect an updated RPM anytime soon or is guidance to switch to the tar nightly builds? I don’t really like the idea of going back and forth between those, but my teams depend on the group functionality.

Hi Adam,

We’re planning to have a new release (3.8.1) soon - but that will be at the very least a few days away. In the mean time, you could revert to the RPMs that are built by our continuous integration tool. See http://bamboo.igniterealtime.org/browse/OPENFIRE

I want to confirm I have the same issue when upgrading to 3.7.1 to 3.8.0. I am installing OpenFire on a Mac so I am not sure if there is a way for me to downgrade back to 3.7.1? When I try to downgrade using the package file (dmg) for the Mac I recieve an error about how there is a new version installed. With that said OpenFire does connect to a LDAP server for the users and groups. The console can see the information, just not pass it on to the clients. I would love to test out a nightly build, although there are no package files for the mac, or DMG’s. If there are instructions I will use them as well. Would love to get this fixed asap , but willing to test as well.

Thank you

Back up your existing openfire installation. Then remove it, install 3.7.1 and copy the conf/ directory along with the embedded database if you are using it.

There might be a better way to do it, but that’ll at least get you back to where you started.

Seems the mac build of the nightlys has been failing for a while. You could just download the zip and copy the stuff out of lib into your install which will get you the same thing.

When I try to install 3.7.1 it says that a newer version exists of XMPP server… any ideas? Or are you saying to keep 3.8.0 use the nightly build that fixes it but then replace the conf and database folder with my contents after replacing all the others?

I just did that and I see these errors when using a nightly build from yesterday:

2/14/13 11:19:46.414 AM sudo: administrator : TTY=ttys000 ; PWD=/Users/administrator ; USER=root ; COMMAND=/bin/launchctl load /Library/LaunchDaemons/org.jivesoftware.openfire.plist

2/14/13 11:19:46.432 AM com.apple.launchd: (org.jivesoftware.openfire[6379]) posix_spawn("/usr/local/openfire/bin/extra/openfire-launchd-wrapper.sh", …): Permission denied

2/14/13 11:19:46.432 AM com.apple.launchd: (org.jivesoftware.openfire[6379]) Exited with code: 1

2/14/13 11:19:46.432 AM com.apple.launchd: (org.jivesoftware.openfire) Throttling respawn: Will start in 10 seconds

I assume this is because I am issuing the load as root which I resolved with changing the permission of the openfire-launchd-wrapper.sh file. I CAN CONFIRM that the nightly build that was on the website works perfectly fine.