Hi all,
Do you know how to register an External Component as a user of a Workgroup queue or create a Workgroup using the EC subdomain ?
Thanks for any feedback
Regards,
Fred
Hi all,
Do you know how to register an External Component as a user of a Workgroup queue or create a Workgroup using the EC subdomain ?
Thanks for any feedback
Regards,
Fred
as the title.
Hi everyone.
I use Openfire with LDAP Server And Active Directory.
Openfire has not been connecting since I changed the password for the user Administrador account of the windows server 2016 server. Shows this error when I try to enter, CSRF Failure!
I can not login with the old password, I can not login with the new password.
When I try to login from any client, it shows this.
the LDAP bind account is not authenticating to the domain. this will prevent any other authentication. What do i have to do for solve it, HELP me Please!
Hello
according to the description of the configuration sso from this page Openfire XMPP Server on Windows Server 2012 R2 with Spark SSO.pdf - Google Drive I did everything the way it is written. Unfortunately I have a problem with logging on in the program spark. No matter whether SSO is enabled or not. All the time I am getting information that I gave the incorrect login or password. I can log into the control panel without any problem. Openfire 4.1.5 and Spark 2.8.3. Do you have any idea?
Error log in spark is empty ;(
regards
Kuba
Boa tarde,
tenho como objetivo implementar o Openfire+Spark na rede de minha empresa, visão um chat local,
segui os seguintes passos: Configurando servidor OpenFire no Windows ~ Administração de Ti
Porém, não consigo criar usuário através do Spark, e se crio um usuário através do console do localhost, o mesmo não conecta no spark.
Na hora de tentar logar no spark, coloco o servidor exatamente como configurei no localhost, porém, não tenho sucesso, informa que o servidor está incorreto.
Alguém pode me ajudar?
Obs: Já estou com o FIREWALL desativado.
Hi everybody. At first I want to say "Thank you so much!" to developers of Openfire and Spark.
The second I want to ask community about help with my task.
I need to install and configure XMPP server as corporative chat for my company so I decided to pick Openfire and Spark combination. In addition there are is a couple workers with Android smartphones which should be connected to XMPP server to via 3G\4G.
I've done such steeps:
-installed Linux server
-installed Openfire
-went to admin console and configured mysql and local hostname and fqdn names. They were the same as server's hostname. Name was something like "lin-test".
All works fine (server, logs, plug-ins, encryption) inside local network but when I tried to connect clients with Android devices (Xabber) problems started. I forwarded 5222 port through my router and tried to configure mobile xmpp client for using my DDNS address. But it's was impossible to connect from outside using mobile client. There was a record in log file:
Will not route: Remote domain myddns.afraid.org is not accessible according to our configuration
When I tried co connect from outside using Spark it was successfully connection except I have to remove checkbox "Disable certificate hostname verification" in Spark configuration.
After that I reconfigured my Openfire server from the beginning and used my DDNS record instead of Linux server hostname. After such manipulations I've got reverse problem: it's becomes possible to connect via Xabber (but encryption should be disabled) from Internet. But clients from local network can't connect without removing checkbox "Disable certificate hostname verification".
So I have 2 questions:
How to force Xabber work with encryption?
And how should I configure my router and_or Openfire properly?
Hello,
I am unable to log into the admin portal for the openfire install after restarting the service. I was able to prior to that and it was reading my AD admin credentials fine. I restarted the service but am unable to log back in as an admin.
CentOS7, fresh install.
Help?!
Thanks,
Shane
Hi,
I was wondering if someone else has had this issue before? Currently I have Openfire Version 3.10.2 and so far everything was working well, until today I was not getting push notification using the APP IM+, i was trying to see why and saw that on the sessions my login show as priority number 5 while other users which are using spark are getting a 1. Then i downloaded another Called AstraChat did the test and was getting the push notification and shows as priority 1. Any ideas to get that priority again on IM+? or what could be this issue?
Thank you
Good Morning,
I was just trying to update to 4.1.5 and half way through I the install I got the following message
could not delete C:\Program Files (x86)\Openfire\jre\lib\ext\dnsns.jar
Could not create this file. Shall I try again:?
I am running the installation as Administrator
Hi,
this is regarding the webbased Administration Console of OpenFire.
I'm using Firefox to store my admin credentials to the OpenFire server so Firefox prefills the username and password field at the login prompt.
Besides that Firefox also prefills many forms with my username and password where it's plain stupid to do so and I have to clear it out every time before submitting the form. This might be related to the input forms having the same name attribute ("username", "password") so Firefox just prefills these forms upon finding such named input fields.
At least the following admin pages are affected:
There might be more, but these are the common ones that drive me crazy.
Is it possible to rename the input fields on the admin console login prompt to remedy this issue? E.g. use "login_username" and "login_password" instead of "username" and "password" so Firefox doesn't autocomplete forms where it encounters "username" and "password" fields.
how do I go about upgrading openfire from 3..6.3 instance on windows to 4.1.5 Linux
0. exported data from current DB to new Oracle DB server/instance
1. installed a fresh copy of openfire 4.1.5 on Linux,
2 setup Linux to connect to new DB instance/server, authenticate to LDAP, matching my 3.6.3 server
restarted server and it fails with a DB error
2017.08.24 16:02:31 org.jivesoftware.openfire.muc.spi.MUCPersistenceManager - A database error prevented MUC rooms to be loaded from the database.
java.sql.SQLRecoverableException: Closed Connection: next
at oracle.jdbc.driver.OracleResultSetImpl.next(OracleResultSetImpl.java:547)
at org.jivesoftware.openfire.muc.spi.MUCPersistenceManager.loadHistory(MUCPersiste nceManager.java:591)
at org.jivesoftware.openfire.muc.spi.MUCPersistenceManager.loadRoomsFromDB(MUCPers istenceManager.java:471)
at org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl.start(MultiUserChatS erviceImpl.java:1287)
at org.jivesoftware.openfire.component.InternalComponentManager.addComponent(Inter nalComponentManager.java:159)
at org.jivesoftware.openfire.muc.MultiUserChatManager.registerMultiUserChatService (MultiUserChatManager.java:161)
at org.jivesoftware.openfire.muc.MultiUserChatManager.start(MultiUserChatManager.j ava:112)
at org.jivesoftware.openfire.XMPPServer.startModules(XMPPServer.java:561)
at org.jivesoftware.openfire.XMPPServer.start(XMPPServer.java:430)
at org.jivesoftware.openfire.XMPPServer.<init>(XMPPServer.java:163)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessor Impl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructor AccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at java.lang.Class.newInstance(Class.java:442)
at org.jivesoftware.openfire.starter.ServerStarter.start(ServerStarter.java:105)
at org.jivesoftware.openfire.starter.ServerStarter.main(ServerStarter.java:56)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:65)
at com.install4j.runtime.launcher.UnixLauncher.main(UnixLauncher.java:60)
: 472,2
I wanted to understand the motivation behind storing only affiliations, and not roles in rooms. In the archiving plugin, there is a table called ofConParticipant, which stores when occupants joined and left a conversation, and is similar to storing roles.
But I feel there is value in logging MUC roles in a table, just like the messages are logged. A use-case for it that I can think of is to load message history along with participation history, when a user joins the room. Thoughts?
Thanks,
Chinmay
I observed that TimerTasks are used extensively in Openfire. Is there any clear advantage here, of using those in place of ScheduledExecutorService?
There are at least a couple of good things of ExecutorService over TimerTask -
1. Can utilize multiple threads. However, it may not be possible in some cases in Openfire, where the order of data is important.
2. Can handle runtime exceptions, which can be utilized for retrying execution.
I would like to know if it is worth investing to move to using ExecutorService.
Thanks,
Chinmay
Saludos:
Mi consulta es la siguiente: ¿ Por que el valor de Paquetes por minuto se cae a cero ?.
Cuando pasa esto desconecta a todos los usuarios y debo de reiniciar el servidor o el servicio de OpenFire.
La version que tengo instalada es la 3.10 sobre un windows server 2012 estandar. ¿ a que se debe este comportamiento ?.
Gracias de antemano.
Ricardo Barahona
Good morning everyone,
I am having issues upgrading to 4.1.5 from 4.0.2 Openfire. I can complete the upgrade and the server looks like it started. But end-users cannot connect to the Openfire server and I get a message stating that I need to change the server name in order to connect. When I try saving the correct server name it doesn't change it. I am not sure what I am doing wrong.
Hi Team,
I have two openfire server running fine with two diffrent domain and now i want to cluster them.
I am trying to cluster two openfire server one of them is running on windows and second one is runninf on ubuntu iso is it possible to cluster them? if yes then is there any diffrent configuration?? i am failed every time.
I have installed hazalcast plugin in both of the server and trying to enable clustering but it fails. is it neccessary to keep them in same LAN???
Thanks,
Hiren
Boa tarde,
Estou com problemas no spark, a conexão cai toda hora. Reiniciando o serviço e a aplicação volta a funcionar, porem logo em seguida cai novamente.
Alguém pode me ajudar?
I have upgraded the Openfire server but I don't understand why under server properties it states Server host name instead of stating Server name like it did previously. Does any one know an answer for that?
Thank you.
Hey there,
I am currently running an Openfire Server (version 4.0.3) in our Domain and trying to get it to talk to other openfire servers in another Domain. I have had our network engineers create firewall rules for the appropriate IP Address's using port 5269. After doing that I still cant add services from the other domains. I have noticed on our openfire server that the "Allowed To Connect" Setting has no option selected. I select the "Anyone" option but after logging out and then logging back in, or if I go to another menu and then come back to the "Server To Server" screen it doesn't retain that setting and goes back to having no options selected. I have tried restarting services etc and the setting is still not retained. Is this a bug or known issue? Has anyone else ever experienced this while trying to set up cross domain functionality?
Cheers
K-L3SS