<!-- This file stores bootstrap properties needed by Openfire. Property names must be in the format: "prop.name.is.blah=value" That will be stored as: <prop> <name> <is> <blah>value</blah> </is> </name> </prop> Most properties are stored in the Openfire database. A property viewer and editor is included in the admin console. -->
<!-- root element, all properties must be under this element -->
-<jive>
-<adminConsole>
<!-- Disable either port by setting the value to -1 -->
<port>9090</port>
<securePort>9091</securePort>
</adminConsole>
<locale>en</locale>
<!-- Network settings. By default, Openfire will bind to all network interfaces. Alternatively, you can specify a specific network interfaces that the server will listen on. For example, 127.0.0.1. This setting is generally only useful on multi-homed servers. -->
<!-- Specify the realm you used when you created the service principal and keytab.-->
<realm>dominio.LOCAL</realm>
<!-- Mechanism-specific configuration here -->
-<gssapi>
<!-- Use true to turn on debugging information. This adds a lot of noise to your log files, but it can help you spot problems sooner in the initial setup. -->
<debug>true</debug>
<!-- Specify the location of the GSSAPI configuration file you edited. -->
After installation i got an error on the selection profile configurationstep:
HTTP ERROR 500
Problem accessing /setup/setup-profile-settings.jsp. Reason:
Server Error
Caused by:
java.lang.NullPointerException at org.jivesoftware.openfire.admin.setup.setup_002dprofile_002dsettings_jsp._jspService(setup_002dprofile_002dsettings_jsp.java:95) 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.java:1669) at com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:118) at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:52) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) at org.jivesoftware.util.LocaleFilter.doFilter(LocaleFilter.java:76) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) at org.jivesoftware.util.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:53) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) at org.jivesoftware.admin.PluginFilter.doFilter(PluginFilter.java:226) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) at org.jivesoftware.admin.AuthCheckFilter.doFilter(AuthCheckFilter.java:165) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java: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:223) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127) 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:1061) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:215) at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java: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:748)
No metter what i've choose. It's always finished with this error.
I want to use groups and group managers in my project, however, whenever I try to import for example org.jivesoftware.openfire.group or anything else starting with org.jivesoftware.openfire, I get an error : "The import org.jivesoftware.openfire cannot be resolved", so I can't use groups or group manager. What's even stranger is that org.jivesoftware.smack works perfectly fine!
I already tried replacing the openfire.jar in the lib directory but it doesn't seem to work.
I built 100.000 users on Sql server for test Openfire and I added then to e group.
Now, when I click on group, I see this error : java.lang.OutOfMemoryError: Java heap space...
I did belows for solution of error, but It did'nt change the Openfire.
(I installed Openfire on Win7)
...If you use OpenFire as a service configured in Windows, create a file with the openfire-service.vmoptions name and place within it the following parameters one below the other as they are. -Xms512m -Xmx1024m
I install openfire into my server(centOS) successfully. But, when I am starting opefire, it shows some error and FAILED status is shown.
[root@server ~]# service openfire status
openfire is running
[root@server ~]# service openfire start
Starting openfire (via systemctl): Job for openfire.service failed because the control process exited with error code. See "systemctl status openfire.service" and "journalctl -xe" for details. [FAILED].
Also it shows following things.
[root@server ~]# systemctl status openfire.service
* openfire.service - SYSV: Openfire is an XMPP server, which is a server that facilitates XML based communication, such as chat.
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.
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.