Quantcast
Channel: Ignite Realtime : Unanswered Discussions - Openfire Support
Viewing all 3154 articles
Browse latest View live

Broadcast mekanism in Openfire

$
0
0

Hi friends :

How do work the mechanism of broadcast and alguritm in Openfire?

When I was sending message to 20k users, I understood the sort of receiving message depends on sort of records in database.

but what about the sort of sending message? for exampele what time is the turn of 15000th user?


Openfire admin password error occurs when connect Openfire server with MySQL database(import/restored on Cloud SQL using dump)

$
0
0

I have Openfire chat server on Google Compute Engine instance and MySQL database on same instance (on same IP, in case you don't know).

Now I have taken dump of MySQL and import/restored it to Cloud SQL instance. So that, in future multiple Openfire server can access data from same MySQL database.

When I install new Openfire server on another Compute Engine instance and connect MySQL database (which I imported on Cloud SQL instance) using IP, connection with MySQL is Ok but it says my current Openfire admin password is wrong during Openfire setup, even though it is setup.

If I click on 'Skip This Step' and then login on Administration console, its says - "Login failed: make sure your username and password are correct and that you're an admin or moderator."

Let's say

      IP of MySQL installed on Cloud SQL instance:104.155.1.1  
      IP
of new Openfire installed onCompute Engine:173.101.2.2

I have tried following options, but none these worked-

  • Entered Openfire default password 'admin'
  • Entered password of my old Openfire server.
  • Updated plainPassword field of ofUser table in MySQL and tried.
  • Changed fileds in ofProperty table of MySQL and tried.
  • Changed openfire.xml file on Openfire server as per this docs-                                                                                                 http://download.igniterealtime.org/openfire/docs/latest/documentation/db-integra tion-guide.html

 

2bVoD.jpg

How to assign the User/Group view to another admin?

$
0
0

Hi, I'm trying to assign SIDEBAR_MENU views to different administrators. Each admin will have a specific task and will not have full access to the admin console.

 

Admin1 -> index.jsp (Server) && plugin-admin.jsp (Plugins)

Admin2 -> user-summary.jsp (User / Group)

Admin3 -> session-summary.jsp (Sessions) && muc-room-summary.jsp (Conferences)

 

When an admin enters the admin console, you should see only the assigned views.

 

Is there a plugin that does this?

Is there any video or guide to help me understand this? Please.

 

Thank you very much for your help.

Server 2012 R2 Certificate Import

$
0
0

Afternoon,

 

I am relatively new to OpenFire but am loving it so far. I am working with Windows Server 2012 R2 and SSL  and having a bit of a rough time with the set up. Does anyone have a good Windows guide to go with Openfire 4.1.5 for SSL set up for client connections?

 

I've read through some of the items I could find, but nothing really hit home with the older versions / different windows versions.

 

Help?

 

Thanks,

 

SB

List Active Users\Listar usuários ativos

$
0
0

I need to migrate a base from openfire from MySQL to Postgresql, but there are many idlers I would like to migrate only the assets, for example only users who have logged in for the last 180 days. How do I get such information through the database?

 

My base has more than 5000 users

 

 

 

Portugues

 

 

Preciso migrar uma base do openfire de MySQL para Postgresql, mas tem muitos usuarios inativos eu gostaria de migrar somente os ativos, por exemplo somente os usuario que fizeram login nos ultimos 180 dias.

 

 

Como consigo tal informação pelo banco de dados?

 

Minha base possue mais de 5000 usuarios

Cannot login to Openfire after first install, the admin account tests give success during install

$
0
0

Hi,

 

I installed Openfire using OpenLDAP integration. During the install all three connection tests give ok (LDAP connection, users and groups and they are listed). After that, I am adding admin accounts from LDAP. I add two accounts and test them if I am able to login during install. Both users give success in tests. Then I click the last continue button in the install and it installs the database. And gives me the option to go to the login page. I click on that and go to the login page. At that point I am not able to login with correct credentials with none of the admin users. Credentials are correct, they have been tested many times. Couldn't find a solution.

 

I tried to reinstall and restarting Openfire. Even rebooting the server. I googled aorund but couldn't find such a case. Maybe I am missing a very trivial point but couldn't find that. Can you help?

Send and receive files to android.

$
0
0

I have a clean installation of Openfire 4.1.5.

The Openfire instance is directly on the Internet (not proxy, not firewalls).

As a client on PCs I use Spark 2.7.7

And on android phones try using several XMPP clients.

The server has the File Transfer Proxy Configuration feature enable

Among Spark clients on the same network, I can transfer files.

Among Spark clients on different networks, I can transfer files.

Among Android customers testing several app. I can not transfer files.

Between Android and Spark customers, I can not transfer either.

Could you tell me which logs I need to check in order to get close to a solution?

Or how did you solve this problem?

Best regards.

How to configure the PuSub-Server-Domain

$
0
0

Hi everyone,

 

I am rather new to this, so sorry if the answer is obvious. I have searched a lot and not found an answer.

 

I have installed an AWS Machine Image with OpenFire (Apache), powered by Bitnami : AWS Marketplace: Openfire powered by Bitnami

 

I know, that the standard for the pubsub server would be a sub-domain like "pubsub.openfireserver.tld".

 

Two questions:

  1. Using a DNS Webservice, how can I direct a subdomain of y choice to the pubsub service of the OpenFire Server?
  2. Do I also have to configure that PubSub Subdomain within the openFire Server?

 

Thanks for any help!

 

Paul


Error when trying to edit shared roster group: 'fn:escapeXml'

$
0
0

Hello!

 

Problem: Cannot edit shared roster group.

Error: When trying to edit the shared roster group, the following error is generated by group-edit.jsp:

javax.servlet.ServletException: javax.servlet.jsp.JspException: javax.el.ELException: Problems calling function 'fn:escapeXml'

[etc., etc.]

Caused by: javax.el.ELException: org.jivesoftware.openfire.user.UserNotFoundException: Cannot load user of remote server: user.name@remotedomain

[etc., etc.]

 

Details:

There were some users on another chat server of mine ('remotedomain') that I wanted to have in the shared roster group on this newer server until I got them moved over to the new server.  So I added their JIDs to the new server's shared roster group "Everyone."  And this works fine.  I do want to note that this other server 'remotedomain' has no top-level domain — it is not Internet routable.  I added 'remotedomain' to the server's hosts file, routing it to the IP address of the other server.

 

I didn't start getting the above error until I had moved one of the others from the 'remotedomain' server to the new server — user.name@remotedomain.  The new server is im.newdomain.net.  The username remained the same, so the new user created is user.name@im.newdomain.net.

 

I discovered this when I tried to go into edit the roster group to remove the related user.name@remotedomain from the shared roster group.

 

What I've Tried Already:

  • I've rebooted the server itself.
  • I've tried several different links/ways of editing the group from the admin console.  All produce the same error.
  • There's no way to remove a user from a shared roster group using the REST API that I know of.

 

I'd appreciate any help!!! Thanks in advance!

 

EDIT: Just wanted to mention that the user still exists on the other server, though I don't think that would have anything to do with this error.

Database SQL Error

$
0
0

Hello .guys

When I install OpenFire, the tables are created automatically, but some tables are not created. I'm getting a # 1071 error(MySQL). The primary key max length should be 767 bytes. Do you encounter such a problem? Thank you

Bloque del OpenFire despues de 6 horas de activo

$
0
0

tengo problemas con el OpenFire, esta montado sobre Windows Server 2012 y después de 6 horas y media se bloquea el servicio de mensajería, que es el Pidgin. he notado que el espacio de la memoria java se llena muy rápido. Agradecería cualquier ayuda en este sentido por favor de cualquier persona que tenga que comentar algo puede servir para solucionar mi problema

Mensaje error starting de puertos

$
0
0

Hola muchachos, recientemente instale el openfire en un servidor con Windows Server 2012 R2 y al ejecutar la aplicacion openfire con permisos de administrador me muestra la imagen que adjunte.

 

Por favor ayúdenme a solucionar esos errores

I changed the login password for my server and openfire does not work

$
0
0

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.

Error Openfire.png

When I try to login from any client, it shows this.

Spark_2.png

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!

Can i auto populate a chatroom?

$
0
0

HI,

 

When a user logs in to their spark client I would like them to be automatically placed into a general chat room. is this possible? if so, how.

Thanks.

OU Filtering

$
0
0

We have a base dn of users, with administrators / frontdesk / technologists / radiologists below that, but also a group called mobility-users, which contains 1000+ external users. This is OU locked to that program, so I can not move that out, how can I make it only filter the users from the 4 OU's mentioned, and not grab from this mobility users group too?

 

 

We have a patient portal locked to the OU's, so I can not move them. Is their a group or search filter i can add all the users of the specified OU's too?

 

Thanks

Stephen


Login

$
0
0

Hello When the user opens the xmpp link and logs in, which method will drop the first instance?

User unable to connect to conference rooms, but shows multiple instances of nickname

$
0
0

I have a user who is unable to connect any conference room, receiving an error message of "Unable to join room at this time: No response from server."

 

In one of the conference rooms, other users see multiple copies of the errored user as 'nickname', 'nickname 2', 'nickname 3', 'nickname 4', and 'nickname 5'. In another conference room, the errored user is seen as 'nickname 3' and there are no duplicates.

 

When I look at the admin console, the first room shows just one instance of the errored user as 'nickname 5' and the second room shows one instance as 'nickname 3'.

 

Where can I look to find out what's causing this issue?

Upgrade issues related to database

$
0
0

I am running 3.9.1.  I previously had tried to upgrade past this a couple years ago, but couldn't get it to work.  See here:  OpenFire 3.9.2 upgrade issues

 

I'm now trying this again with a newer version of 4.1.5.  I have a test VM so I can play around with the settings, but I stop the service, run the install as administrator.  I answer Yes to overwriting any files during the install.  After, I can't start the OpenFire service.  I get the following error.

 

2017.08.16 15:24:02 org.jivesoftware.openfire.XMPPServer - java.sql.SQLException: ConnectionManager.getConnection() failed to obtain a connection after 11 retries. The exception from the last attempt is as follows: java.sql.SQLException: I/O Error: SSO Failed: Native SSPI library not loaded. Check the java.library.path system property.

java.lang.IllegalArgumentException: java.sql.SQLException: ConnectionManager.getConnection() failed to obtain a connection after 11 retries. The exception from the last attempt is as follows: java.sql.SQLException: I/O Error: SSO Failed: Native SSPI library not loaded. Check the java.library.path system property.

 

I've tried copying the ntlmauth.dll (x86) from jtds 1.3.1 so C:\Windows\system32 and restart the server, but that doesn't fix it.  How can I get this library to load or connect to the database?  I'd really like to get upgraded to a newer version of OpenFire.

 

My openfire.xml has this:

jdbc:jtds:sqlserver://[servername]/openfire;appName=jive;instance=SQLEXPRESS

 

I've tried putting the port number behind servername, but I don't think it's getting that far and that hasn't fixed the problem.  Everything works great in 3.9.1, so I can't figure out what the issue could be at this point.

Openfire error-cannot connect

$
0
0

This is the error message I get when I try to connect to the Openfire server.  Because of this none of the Spark users are able to log in.  I have uninstalled Openfire and then reinstalled it on the same PC but that also didn't fix it and I am wondering now if I have to reconfigure things since I did that.

HTTP ERROR 500

$
0
0

I have recently ran into this issue when trying to login to the Openfire admin portal. I have seen similar problems on other websites and forums 's, but could not find a fix. I am using linux Ubuntu 14.06 to host Openfire, It has been working for almost a yer now until today. I'm very new to the administration and maintenance side of Spark and Openfire.  I would like any answer or possible solution to this problem. thanks 

HTTP ERROR 500

Problem accessing /index.jsp. Reason:

    Server Error

 

Caused by:

java.lang.NullPointerException

at org.jivesoftware.openfire.admin.index_jsp._jspService(index_jsp.java:173)

at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)

at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:812)

at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.ja va:1669)

at com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:11 8)

at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:52)

at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.ja va:1652)

at org.jivesoftware.util.LocaleFilter.doFilter(LocaleFilter.java:76)

at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.ja va:1652)

at org.jivesoftware.util.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingF ilter.java:53)

at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.ja va:1652)

at org.jivesoftware.admin.PluginFilter.doFilter(PluginFilter.java:80)

at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.ja va:1652)

at org.jivesoftware.admin.AuthCheckFilter.doFilter(AuthCheckFilter.java:162)

at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.ja va:1652)

at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)

at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)

at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:577)

at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:22 3)

at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:11 27)

at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)

at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185 )

at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:106 1)

at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)

at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandler Collection.java:215)

at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.jav a:110)

at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)

at org.eclipse.jetty.server.Server.handle(Server.java:499)

at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:311)

at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)

at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:544)

at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635 )

at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)

at java.lang.Thread.run(Thread.java:745)

Viewing all 3154 articles
Browse latest View live