Quantcast
Channel: Ignite Realtime: Message List
Browsing all 12000 articles
Browse latest View live

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 Article


Re: [bug] Can't disable admin port

I assume you mean somehow publish my changes? I don't really know much about git.

View Article


Re: 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 Article

Re: [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 Article

Re: 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 Article

Log 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 Article

Image may be NSFW.
Clik here to view.

Re: 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 Article


Creating 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 Article


Image may be NSFW.
Clik here to view.

error 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 Article

Re: Emoticons - Adding

Is there any documentation on all the steps and requirements for creating a emoticon pack?

View Article

Plugin 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 Article

Re: [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 Article


Re: Emoticons - Adding

There is none, and honestly, it is not so complex to require one.

View Article

Re: 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 Article


Re: 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 Article

Re: [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 Article


Re: 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 Article

Re: [bug] does not release socket resource

try  catch finally

View Article

Image may be NSFW.
Clik here to view.

Re: 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
Browsing all 12000 articles
Browse latest View live