Quantcast
Channel: Ignite Realtime : Discussion List - Openfire Support
Viewing all 4596 articles
Browse latest View live

One Group Stops Working

$
0
0

I have a customer running Openfire 4.4.1 on Windows 2012 server with the embedded database. There's two groups, CT and PT. The PT group always works, but the CT group stops functioning periodically. Suddenly everyone in the CT group shows offline, while the PT group works correctly. Everything looks fine in the web interface, but the group will not start working again until the service is restarted.

 

I don't yet have good information from the customer about how often this happens, but I believe that it's frequent. I've asked them to monitor the issue closely and to report back to me. Until then, anybody have any ideas on the issue with what I know so far?

 

Thanks,

 

Rob


Client complains about muc history messages

$
0
0

Situation:

Openfire 4.1.1 with embedded database

Some rooms with history, this history contains messages which have next to a body also an form-data in the message.

A xmpp Client based on Smack-4.2.0-rc3

Openfire has been restarted

 

When joining this rooms, after a restart of the server, the clients logs errors about incorrect XMPP stanza elements : <x xmlns="jabber:x:data" /> : Parsing form type failed because 'type' is a mandatory attribute of the form element.

 

the client receives the following (incorrect) message

<message type="groupchat" from="room1@conference.openfire.xmpp.test/test1-of" to="anno@openfire.xmpp.test/xxxx"><body>

..some deleted text..</body><x xmlns="jabber:x:data"/><delay xmlns="urn:xmpp:delay" stamp="2017-02-01T08:47:40.837Z" from="room1@conference.openfire.xmpp.test"/></message>

 

When I look in the openfire.script database file, I can see the original message in the stanza field of the OFMUCCONVERSATIONLOG table, with a proper form : 

INSERT INTO OFMUCCONVERSATIONLOG VALUES(

21

,'anno@openfire.xmpp.test/xxxxx','anno-windows','123',NULL

,'..some deleted text.. '

,'\u000a<message to="anno@openfire.xmpp.test/JChat-2.1.1.5-SNAPSHOT" id="9fc3v-3007" type="groupchat" from="whiteboard@conference.openfire.xmpp.test/anno-windows">\u000a  <body>some deleted text</body>\u000a  <x xmlns="jabber:x:data" type="submit">\u000a    <field var="line1" type="text-single">\u000a      <value>casrep 2</value>\u000a    </field> ... </x>\u000a</message>'

,404)

 

It looks like Openfire is not properly interpreting this xml in the stanza field.

openfire in file send local to extranal then show error

$
0
0

I had configure openfire chat server . local to local file sent properly but when file send local to extranal then show error but chatting is working .

please help.

 

Regards

Shamsher Kushwaha

Email Listener

$
0
0

 

Hi- I'm using build 3.5.2 on a WINXP machine with a home-based email server (hMailServer) having IMAP capability. I'm trying to use the Email Listener plugin and was wondering if the group had some advice. My connection fails although my server works POP and SMTP. Here are my settings (attached GIF)

 

 

Appreciate help if someone uses this feature. Thanks,

 

 

Dave

 

 

 

 

 

OpenFire 4.0.2 in-band registration users not showing (spam)

$
0
0

Noticed some s2s sessions to servers we don't usually talk to. Some dark-web related.

 

We have in-band registration enabled.

Turned on archiving of messages and the thing that sends admin a message when a user registers.

 

Lo and behold I start to see activity:

 

A new user with the username 'urkwresy66lpu6' just registered.

 

A new user with the username '309xyungivwpfi' just registered.

 

Shortly thereafter s2s sessions appear so they are sending messages out!

 

Now what I found interesting was

 

1) Only a small number of these accounts ever show up in my user list. (Users/Groups -> Users -> User Summary)

 

2) While they are registering and sending messages out I do not see them in Sessions -> Active Sessions -> Client Sessions

 

I turned on message archiving and notice they do not use OTR and they seem to be sending spam or notifications out about some kind of Russian Silk Road TOR site.

 

Russian SilkRoad / rusilkusru6f57uw.onion- классика криминального рынка в современном исполнении. Забудьте ВСЕ, что Вы видели раньше.

Нужно решить вопрос с должниками, наказать вредителей? - Есть криминальные услуги.

Нужен поддельный документ? - вам в раздел поддельные документы.

Кардинг. Хакинг. Классика ПАВ - амфетамин и его разновидности, шишки, гашиш, бомы, LSD, cocaine и другое.

 

[...truncated]

 

My Qs:

 

1) How can someone do in-band registration and not show in user-list or have a session showing ?

2) Is there a plugin or mechanism we can use to say "if a user sends a message with keyword xyz lock his account" ?

Can't connect to Openfire server

$
0
0

I've got Openfire installed and set up, pointing to my domain. I can get to the admin console from mydomain.com:9090, I've got a FQDN set up at xmpp.mydomain.com, the console recognizes my SRV records and passes the DNS check, and I can ping both mydomain and xmpp.mydomain.com. My firewall is set to allow tcp and udp connections through 5222 and 5269. The service is running.

 

As far as I can tell, everything should be working, but when I try to connect as myusername@xmpp.mydomian.com from any client, I get "server not found". Since there's no connection being made to the server,  I don't have any error logs to tell me what the problem even is.

 

Is there anything else I should be looking at / neglected to configure? Any other information you'd need? I've followed every installation guide I can find, and I'm at a complete loss. There must be some simple thing I'm not seeing, but I just haven't been able to find it.

 

Help me, Openfire Support Community. You're my only hope.

Too many open files

$
0
0

I am using Openfire 4.0.3 for our chat application. My Openfire stop connecting xmpp Android client suddenly. While checking in error log following error found.

org.jivesoftware.openfire.container.PluginManager - /usr/share/openfire/plugins: Too many open files 

  

java.nio.file.FileSystemException: /usr/share/openfire/plugins: Too many open files 
    at sun.nio.fs.UnixException.translateToIOException(UnixException.java:91) 
    at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) 
    at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) 
    at sun.nio.fs.UnixFileSystemProvider.newDirectoryStream(UnixFileSystemProvider.jav a:426) 
    at java.nio.file.Files.newDirectoryStream(Files.java:545) 
   at org.jivesoftware.openfire.container.PluginManager$PluginMonitor.run(PluginManag er.java:944) 
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) 
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304) 
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301 (ScheduledThreadPoolExecutor.java:178) 
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Schedu ledThreadPoolExecutor.java:293) 
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)  
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)  
    at java.lang.Thread.run(Thread.java:745) 
    org.jivesoftware.openfire.container.PluginManager - /usr/share/openfire/plugins: Too many open files 
   java.nio.file.FileSystemException: /usr/share/openfire/plugins: Too many open files 
    at sun.nio.fs.UnixException.translateToIOException(UnixException.java:91) 
    at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) 
    at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) 
    at sun.nio.fs.UnixFileSystemProvider.newDirectoryStream(UnixFileSystemProvider.jav a:426) 
    at java.nio.file.Files.newDirectoryStream(Files.java:545) 
   at org.jivesoftware.openfire.container.PluginManager$PluginMonitor.run(PluginManag er.java:944) 
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) 
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304) 
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301 (ScheduledThreadPoolExecutor.java:178) 
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Schedu ledThreadPoolExecutor.java:293) 
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)  
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)  
    at java.lang.Thread.run(Thread.java:745)

This repeated many times in error log. Can you please help me find out why my openfire stop connecting xmpp android client.

Closing connection due to error while processing message:

$
0
0

I am using Openfire 4.0.3 for our chat application. My Openfire stop connecting xmpp Android client suddenly. While checking in error log following error found.

2017.02.20 05:20:15 org.jivesoftware.openfire.nio.ConnectionHandler - Closing connection due to error while processing message: <presence to='______________________________' id='eRcrd-88123'><x xmlns='http://jabber.org/protocol/muc'><history since='2017-02-19T17:53:59.030+00:00'/></x><c xmlns='http://jabber.org/protocol/caps' hash='sha-1' node='http://www.igniterealtime.org/projects/smack' ver='DN3urr7bbEDdseJqgcorG7Aj0Zg='/></presence>

java.lang.NullPointerException

2017.02.20 05:20:15 org.jivesoftware.openfire.nio.ConnectionHandler - Closing connection due to error while processing message: <presence to='______________________________' id='eRcrd-88124'><x xmlns='http://jabber.org/protocol/muc'><history since='2017-01-25T06:26:17.438+00:00'/></x><c xmlns='http://jabber.org/protocol/caps' hash='sha-1' node='http://www.igniterealtime.org/projects/smack' ver='DN3urr7bbEDdseJqgcorG7Aj0Zg='/></presence>

java.lang.NullPointerException

2017.02.20 05:20:15 org.jivesoftware.openfire.nio.ConnectionHandler - Closing connection due to error while processing message: <presence to='______________________________' id='eRcrd-88125'><x xmlns='http://jabber.org/protocol/muc'><history since='2017-02-18T17:47:29.862+00:00'/></x><c xmlns='http://jabber.org/protocol/caps' hash='sha-1' node='http://www.igniterealtime.org/projects/smack' ver='DN3urr7bbEDdseJqgcorG7Aj0Zg='/></presence>

java.lang.NullPointerException

2017.02.20 05:20:15 org.jivesoftware.openfire.nio.ConnectionHandler - Closing connection due to error while processing message: <presence to='______________________________' id='eRcrd-88126'><x xmlns='http://jabber.org/protocol/muc'><history since='2017-02-18T17:43:33.831+00:00'/></x><c xmlns='http://jabber.org/protocol/caps' hash='sha-1' node='http://www.igniterealtime.org/projects/smack' ver='DN3urr7bbEDdseJqgcorG7Aj0Zg='/></presence>

java.lang.NullPointerException

2017.02.20 05:20:15 org.jivesoftware.openfire.nio.ConnectionHandler - Closing connection due to error while processing message: <presence to='______________________________' id='eRcrd-88146'><x xmlns='http://jabber.org/protocol/muc'><history since='2017-02-19T17:53:59.030+00:00'/></x><c xmlns='http://jabber.org/protocol/caps' hash='sha-1' node='http://www.igniterealtime.org/projects/smack' ver='DN3urr7bbEDdseJqgcorG7Aj0Zg='/></presence>

java.lang.NullPointerException

2017.02.20 05:20:15 org.jivesoftware.openfire.nio.ConnectionHandler - Closing connection due to error while processing message: <presence to='______________________________' id='eRcrd-88147'><x xmlns='http://jabber.org/protocol/muc'><history since='2017-01-25T06:26:17.438+00:00'/></x><c xmlns='http://jabber.org/protocol/caps' hash='sha-1' node='http://www.igniterealtime.org/projects/smack' ver='DN3urr7bbEDdseJqgcorG7Aj0Zg='/></presence>

java.lang.NullPointerException

2017.02.20 05:20:15 org.jivesoftware.openfire.nio.ConnectionHandler - Closing connection due to error while processing message: <presence to='______________________________' id='eRcrd-88148'><x xmlns='http://jabber.org/protocol/muc'><history since='2017-02-18T17:47:29.862+00:00'/></x><c xmlns='http://jabber.org/protocol/caps' hash='sha-1' node='http://www.igniterealtime.org/projects/smack' ver='DN3urr7bbEDdseJqgcorG7Aj0Zg='/></presence>

java.lang.NullPointerException

2017.02.20 05:20:15 org.jivesoftware.openfire.nio.ConnectionHandler - Closing connection due to error while processing message: <presence to='______________________________' id='eRcrd-88149'><x xmlns='http://jabber.org/protocol/muc'><history since='2017-02-18T17:43:33.831+00:00'/></x><c xmlns='http://jabber.org/protocol/caps' hash='sha-1' node='http://www.igniterealtime.org/projects/smack' ver='DN3urr7bbEDdseJqgcorG7Aj0Zg='/></presence>

java.lang.NullPointerException

2017.02.20 05:20:15 org.jivesoftware.openfire.nio.ConnectionHandler - Closing connection due to error while processing message: <presence to='______________________________' id='eRcrd-88174'><x xmlns='http://jabber.org/protocol/muc'><history since='2017-02-19T17:53:59.030+00:00'/></x><c xmlns='http://jabber.org/protocol/caps' hash='sha-1' node='http://www.igniterealtime.org/projects/smack' ver='DN3urr7bbEDdseJqgcorG7Aj0Zg='/></presence>

java.lang.NullPointerException

2017.02.20 05:20:15 org.jivesoftware.openfire.nio.ConnectionHandler - Closing connection due to error while processing message: <presence to='______________________________' id='eRcrd-88175'><x xmlns='http://jabber.org/protocol/muc'><history since='2017-01-25T06:26:17.438+00:00'/></x><c xmlns='http://jabber.org/protocol/caps' hash='sha-1' node='http://www.igniterealtime.org/projects/smack' ver='DN3urr7bbEDdseJqgcorG7Aj0Zg='/></presence>

java.lang.NullPointerException

2017.02.20 05:20:16 org.jivesoftware.openfire.container.PluginManager -

java.lang.NullPointerException

 

This error occurring many times in error log file. Openfire stop responding xmpp clients. Xmpp client unable to join chat rooms. Can you please help me out.

Thanks!


Openfire user stays online forever

$
0
0

We are using Openfire 4.0.1 and we do have chatting functionality from application ios and android.

Issue is openfire user never gets offline from mobile end when user is in foreground your openfire user will be online once you go in background your user in openfire will get offline.

Now Issue is there are some users which never gets offline i have tried to login using other utilities like spark or spark-web and logout user manually still they appear online only in openfire admin console.

We do have push notifications functionality of offline users but some users who never be offline in that case push notification functionality never works!

Is there any way that this user can be forcefully offline.

Any Help would be appreciated.

Does Openfire supports custom message type?

$
0
0

Hi All,

 

We encountered one strange issue, that Openfire is not accepting the custom message type (e.g. XYZ) while sending from client end. The issue occurring after we upgraded the OF to 4.1.1 while it was working with 4.0.3.

 

Is there any changes made in latest openfire version 4.1.1 about message type.

 

I found on web that openfire does support only these standard message type,

For reference : Message.Type (Openfire 3.3.0 Javadoc)

 

Any help will be appreciated.

 

Thanks,

AKS

Keine Kontakte mehr in SPARK

$
0
0


Hallo Zusammen,

 

nach dem Wochenende kann ich zwar SPARK noch starten, es werden aber die vorhandenen Kontakte nicht angezeigt

 

Es kommt folgende Fehlermeldung:

 

 

at com.exe4j.runtime.WinLauncher$1.run(Unknown Source)

2017.02.08 03:06:27 org.jivesoftware.database.DbConnectionManager - Unable to get a connection from the database pool (attempt 10 out of 10).

java.sql.SQLException: Cannot open database "openfire" requested by the login. The login failed.

Xabber and Openfire Admin

$
0
0

Hello,

 

 

I have problem with both of these app ( Xabber, Openfire admin) on android. I am unable to connect to the local server. I'll attach screenshot, that's the message i am gettin when i am trying to connect with openfire admin. Also I will attach debug information from server, which i am gettingwhen i try to connect via Xabber.

Openfire Installation ok - No acces to frontend

$
0
0

Hello,

 

my name ist Thomas and i'm new in this forum.

 

I had installed Openfire 4.1.1 on Linux Debian Webserver in /opt/openfire.

I can reach the adminpanel here: http://mywebserversip:9090

Here can i administer without problems, create users and rooms, all ist fine and and ok?

 

Here are my simple questions to understand Openfire:

- How can users reach the chat, login, and discuss, which Port or url is necessary?

  By use of port 522 i get no connection.

  Port 7070 gives out the following (see above)

 

What does this mean?

 

- Is openfire now complete or need i some plugins (frontend) aditional too?

- In which directory can i find the css in order to customise my Openfire?

 

Thank you in advantage

Greetings

Thomas

Configure TLS settings in initial openfire.xml

$
0
0

I'm trying to seed new XMPP servers with TLS settings, but these don't appear to be loaded.  Does anyone know why?

 

  <xmpp>

    <socket>

      <ssl>

        <client>

          <certificate>

            <accept-selfsigned>false</accept-selfsigned>

            <verify>

              <validity>true</validity>

            </verify>

          </certificate>

          <ciphersuites>TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_25 6_CBC_SHA384,TLS_RSA_WITH_AES_256_CBC_SHA256,TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA 384,TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384,TLS_DHE_RSA_WITH_AES_256_CBC_SHA256,TLS _ECDHE_ECDSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA,TLS_RSA_WIT H_AES_256_CBC_SHA,TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA,TLS_ECDH_RSA_WITH_AES_256_ CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 ,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,TLS_RSA_WITH_AES_128_CBC_SHA256,TLS_ECDH_ ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256,TLS_DHE_RSA_W ITH_AES_128_CBC_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_A ES_128_CBC_SHA,TLS_RSA_WITH_AES_128_CBC_SHA,TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_ECD SA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA _WITH_AES_256_GCM_SHA384,TLS_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDH_ECDSA_WITH_AES _256_GCM_SHA384,TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384,TLS_DHE_RSA_WITH_AES_256_GC M_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_RSA_WITH_AES_128_GCM_SHA256,T LS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256,TLS_D HE_RSA_WITH_AES_128_GCM_SHA256,TLS_EMPTY_RENEGOTIATION_INFO_SCSV</ciphersuites>

          <protocols>SSLv2Hello,TLSv1,TLSv1.1,TLSv1.2</protocols>

        </client>

        <certificate>

          <accept-selfsigned>false</accept-selfsigned>

          <verify>

            <validity>true</validity>

          </verify>

        </certificate>

        <ciphersuites>TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_25 6_CBC_SHA384,TLS_RSA_WITH_AES_256_CBC_SHA256,TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA 384,TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384,TLS_DHE_RSA_WITH_AES_256_CBC_SHA256,TLS _ECDHE_ECDSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA,TLS_RSA_WIT H_AES_256_CBC_SHA,TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA,TLS_ECDH_RSA_WITH_AES_256_ CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 ,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,TLS_RSA_WITH_AES_128_CBC_SHA256,TLS_ECDH_ ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256,TLS_DHE_RSA_W ITH_AES_128_CBC_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_A ES_128_CBC_SHA,TLS_RSA_WITH_AES_128_CBC_SHA,TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_ECD SA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA _WITH_AES_256_GCM_SHA384,TLS_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDH_ECDSA_WITH_AES _256_GCM_SHA384,TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384,TLS_DHE_RSA_WITH_AES_256_GC M_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_RSA_WITH_AES_128_GCM_SHA256,T LS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256,TLS_D HE_RSA_WITH_AES_128_GCM_SHA256,TLS_EMPTY_RENEGOTIATION_INFO_SCSV</ciphersuites>

        <protocols>SSLv2Hello,TLSv1,TLSv1.1,TLSv1.2</protocols>

      </ssl>

    </socket>

  </xmpp>

Connection manager initial connections problems

$
0
0

What's the correct initial connection numbers of connection manager ? I got 500-600 connections when I started Connection Manager , but there is no clients connecting to the connection manager. After checking the connections, I found there are lots of connections connected by 127.0.0.1, is this right?


Random Dances Users and Groups

$
0
0

Since upgrade to 4.1 many Things about Users,Groups and Rostres have become strange or broken.

Without any Pattern or Regularity any Users on Admin Console shows as Member some Groups.

 

openfire.png

Above You can see "solonenko" and "surina" as member of many Groups

And next screen as Detail of User Groups:

openfire-fullpage.png

Actually at the same time the User "solonenko" has no Groups and User "surina" is Member of Groups "hz2" and "omts"

 

SQL Output:

Your query: select count(*) from ofGroupUser where username like 'so%';

 

Your response: 

C1
0

 

Your query: select * from ofGroupUser where username='surina';

 

Your response: 

GROUPNAMEUSERNAMEADMINISTRATOR
hz2surina0
omtssurina0

 

Next restart of Openfire server users, which get wrong Group List today will be changed randomly but users "solonenko" and "surina" will be in right List

 

 

 

Version:Openfire 4.1.1
Appserver: jetty/9.2.z-SNAPSHOT
Java Version: 1.8.0_111 Oracle Corporation -- OpenJDK 64-Bit Server VM
OS / Hardware: Linux / amd64
OS Process Owner:daemon
Java Memory

 

1026.81 MB of 1820.50 MB (56.4%) used

Database and Version:HSQL Database Engine 2.3.4

 

Java Version:

Openfire server is running, but no Contacts are shown in SPARK

$
0
0

Hello,

 

I have a Server Connection - withe the WEB-Admin Concole on openfire I can see all the users I Need within my Company,

 

but all users have an empty SPARK window.

 

Could you please help me ? I am moving in circles since yesterday morning and I can not get a clue on it.

 

best regards,

 

Axel

Abnormal behavior of certification subsystem of Openfire and Spark.

$
0
0

 

Dear colleagues,

 

I have a jabber environment with next properties.

  1. There is MS AD forest with single domain “DN=domain, DN=local”.
  2. There is MS CA.
  3. Xmpp domain name equals to “domain.local”.
  4. There are two openfire servers in cluster with next FQDNs: “server1.domain.local” and “server2.domain.local”.
  5. There is balancing based on SRV records in DNS zone.

 

I look next abnormal situation.

 

SSL certification subsystem of openfire requires (why?) that certificate has DN with “CN=xmpp_domain_name” not “CN=host_FQDN”, but clients (browsers for admin console, Gajim for messaging) require “CN=host_FQDN” (obviously, it is normal).

 

I partially solved this problem using certificates have DN with “CN=host_FQDN, CN=xmpp_domain_name”. In this case Openfire servers, browsers, Gajim work fine with SSL.

 

But Spark says (without ignoring incorrect SSL certificate name option): “Hostname verification of certificate failed”.

 

It is seem that developers of Openfire and Spark consider, that xmpp_domain_name MUST equals to host_FQDN.

 

I have a one question: when developers will solve this abnormal situation?

 

Evgeniy

Openfire 4.1.2 Missing Online Contacts

$
0
0

Having issues with users currently signed in to Openfire 4.1.2 and Spark 2.8.3.

Here is the situation:

On my Spark client, I see, lets say, 10 users online and a couple away.

However, on Openfire's user summary (http://localhost:9090/user-summary.jsp) the online column shows three online users.

I log out of my Spark client and log back in. Now only those three users appear in my contact list.

If I double-click on a user in the list of offline users that I know is actually online, they get the message. I also get a message that they are offline and will receive it when they are online again.

This is very odd. I did see this once when I cleared all server cache options to try and solve a different issue. But I am not doing that now and am consistently seeing discrepancies in online users.

Couldn't there would be some user "heartbeat" in place to see if someone is still online or not?

Create New Room, Cancel throws java.lang.NullPointerException

$
0
0

Version: Openfire 4.1.1

Click "Group Chat", "Room Administration", "Create New Room"

Click "Cancel"

If the Room ID field is empty it throws

java.lang.NullPointerException

at org.jivesoftware.openfire.admin.muc_002droom_002dedit_002dform_jsp._jspService( muc_002droom_002dedit_002dform_jsp.java:141)

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:226)

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

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

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)

 

It doesn't seem to matter if any of the other fields are empty or not.

Viewing all 4596 articles
Browse latest View live