Start server errors openfire 3.9.3
Steps to reproduce:1.Downloaded windows version with JRE (I have windows 7) Also I have installed JDK, JRE..2.Install3. click "start" see errors: (see attach) java.io.FileNotFoundException:...
View ArticleRe: [bug] Can't disable admin port
I assume you mean somehow publish my changes? I don't really know much about git.
View ArticleRe: problem whit jitsi videobridge 1.3.1
I installed java version 7 and set it as the default. So now if I type "java -version" in terminal it confirms me saying the java version is 7 on the system. However openfire still seems to be using...
View ArticleRe: [bug] Can't disable admin port
Creating a pull request may help. You want to create a branch on your forked repo and then commit your change to that branch and push the branch up to your github fork. Github website will then give...
View ArticleRe: problem whit jitsi videobridge 1.3.1
Hello, You can simply add the JVM you want to use in file bin/openfire directly.I use /usr/java/latest JVMAdd this line :# Uncomment the following line to override the JVM search...
View Article[bug] does not release socket resource
File: org.jivesoftware.openfire.net.BlockingAcceptingMode.javaCode: @Override public void run() { while (notTerminated) { try { Socket sock = serverSocket.accept();...
View ArticleLog para fail2ban? fail2ban log?
Buenos Noches Como se registran los log de inicio de sección inválidos en openfire para los filtros de fail2ban Good Night where is invalid loging seccion logs for fail2ban filters
View ArticleRe: Start server errors openfire 3.9.3
It's a common problem with Windows and UAC protection. I suggest running it as a service (ideally you would want that, instead of keeping a user logged in to run it via launcher) and also installing in...
View ArticleCreating MultiUserChat throws NoResponseException
Hi guys, I am really stuck on this. I'm trying to create MultiUserChat with XMPPBOSHConnection; Start XMPPBOSHConnection : final AbstractXMPPConnection connection = new...
View Articleerror in log files
We are running openfire 3.9.3 with jitsi clients. everything is working fine for more than a week now, except the fact that our users gets disconnected and instantly reconnected every 5-10 min. Even...
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 Article