Openfire 3.9.3 - java.sql.SQLException: Out of Memory
Hi. I'm trying to open my admin Openfire but I can't see it in browse. (its a new installation). After make the new installation I transfer some datas from old server to this new one. I transfer the...
View ArticleRe: Openfire 3.9.3 - java.sql.SQLException: Out of Memory
Increase Xmx to start Openfire.database/openfire.log + .script are read and kept in memory.
View ArticleOpenfire as local server to external server, how to do that?
Hi, I am using openfire server as local server it works really good, but I need make it external server, I mean I want access to this server from anywhere . My question is: What I need to can access...
View ArticleRe: Openfire 3.9.3 - java.sql.SQLException: Out of Memory
Thanks for answer. How should I do that? My .script have more than 400MB
View ArticleRe: Emoticons - Adding
Is there any documentation on all the steps and requirements for creating a emoticon pack?
View ArticlePlugin usage from another plugin
Hi, I'm writing my own plugin and would like to use the Monitoring Plugin from my plugin. In my own java class: import org.jivesoftware.openfire.plugin.MonitoringPlugin; …….. MonitoringPlugin plugin =...
View ArticleRe: [bug] does not release socket resource
What code change do you suggest? This file hasn't been touched in four years Openfire/BlockingAcceptingMode.java at master · igniterealtime/Openfire · GitHub
View ArticleRe: Emoticons - Adding
There is none, and honestly, it is not so complex to require one.
View ArticleRe: Emoticons - Adding
Any chance that there would be something created in the future to simplify the process? I know most people won't want to be bothered with editing the .plist, move files around, editing logon scripts,...
View ArticleRe: Emoticons - Adding
I doubt it will ever be. First of all, Spark development is currently dead. And personally i think there are more pressing issues and interesting features than doing a centralized emoticons management....
View ArticleRe: [bug] does not release socket resource
Suggest Code: @Override public void run() { while (notTerminated) { Socket sock = null; try { sock = serverSocket.accept(); if (sock != null) { Log.debug("Connect " + sock.toString());...
View ArticleRe: Openfire 3.9.3 - java.sql.SQLException: Out of Memory
The proper way may to create an openfire.vmoptions file - not sure if this works as expected.Edit the start script and set/change Xmx there. There are already a lot of threads for Win and Linux how to...
View ArticleRe: problem whit jitsi videobridge 1.3.1
hello, claude which ssl service do you use? i saw your website is https link, that's ssl certificate is free or paid charge? thanks
View ArticleRe: Openfire 3.9.3 - java.sql.SQLException: Out of Memory
Telling us what OS you are running on would help a bit. You can read about creating vmoptions file here Openfire: Installation Guide
View ArticleMonitoring Service cannot generate statistics and repeats errors
I use openfire 3.9.3. and monitoring service 1.4.2. It repeats the errors below. I reinstalled the plugin and didn't resolve the problem.My environment here:Java Version:1.8.0_05 Oracle Corporation --...
View ArticleRe: PacketCollector.nextResult() cannot be interrupted
Suppose that the timeout is defined to 30 seconds.There is no way to cancel the nextResult(). I have to wait ~30 seconds to the call returns. Even if the connection is closed. I my particular case, I...
View ArticleAll contacts are gone for all users after moving AD users to an OU - OpenFire...
I did update the LDAP path in OpenFire to reflect where the users are now ocated and all the AD users show up in the OpenFire admin console, however everyone lost their contact lists. I tried clearing...
View ArticleRe: problem whit jitsi videobridge 1.3.1
Thank you sbob74 . But unfortunately no luck yet on this frustrating matter. Bunch of strange stuff...My server is debian 7. So..* There is no /bin/openfire file. * There is no file in the system that...
View ArticleLDAP bind to AD - only works with Domain Administrator
We've had an issue with one of our customers recently - Spark stopped allowing anyone to log in. For some reason, the account we created to bind OpenFire (3.9.3) to AD was no longer working. The...
View Article