Problem with Openfire http-bind / bosh - clients wont connect fully

Hi,

I am running a debian 7.6 machine with kolab (email/calendar) and installed openfire 3.9.3 from .deb package.

(this is all in a testing vm locally on 192.168.0.150 as gedv.local, I want verified configurations before installing on production)

the web service is provided by apache2, ldap service provided by 389 (red hat)

i managed to get openfire with ldap-auth working.

openfire works fine with thunderbird or pigdin when connection via normal xmpp protocol.

now I would like to integrate the converse plugin into roundcubemail. for that I need http-bind connections (local) to work.

(this plugin will enable a chat window connected to openfire running on the same host in webmail)

it seemed pretty easy but I cant manage to get it to work.

Of course http binding is enabled (port 7070)

scripting syntax is enabled (I tried disabled, too)

cors support: enabled with * (tried disabled)

xff: enabled (tried disabled)

cross-domain policy: unchanged

apprently to use converse I need to enable proxypass

I enabled the proxypass for /http-bind in apache

i tried with firefox:

–> http://192.168.0.150:7070/http-bind ----> gives Bad Request (Jetty)

–> http://192.168.0.150/http-bind -----> also gives Bad Request (Jetty)

pigdin settings:

xmpp

username: myname

domain: gedv.local

ressource: [empty]

password: ********

use encryption if available

[x] allow cleartext auth over unencrypted channel

port 7070 *

server: [empty]

proxy: [empty]

bosh-url: http://192.168.0.150/http-bind **

  • also tried empty or 80

** also tried with port 7070

[ to be clear:

pigdin is NOT running on the same host as openfire.

BUT converse will be.

but before I try to get converse to run I want to confirm

http-bind is working! ]

now pigdin is connecting and keeps connecting without any error. but it never fully logs on.

unfortunately, I dont have too much experience with openfire and bosh or java to delve deeper into the problem.

ive also tried strophe.js to test the http-bind (basic test).

setting: var BOSH_SERVICE = ‘http://192.168.0.150/http-bind

alternative: var BOSH_SERVICE = ‘http://192.168.0.150:7070/http-bind

output
Strophe is connecting.

SENT:

RECV: stream:featuresPLAIN</mechanis ms>zlib</stream:features>

SENT: c2Nob2VuZmVsZHRAZ2Vkdi5sb2NhbABzY2hvZW5mZWxkdABzY290dHkzNA==< /auth>

SENT: c2Nob2VuZmVsZHRAZ2Vkdi5sb2NhbABzY2hvZW5mZWxkdABzY290dHkzNA==< /auth>

SENT: c2Nob2VuZmVsZHRAZ2Vkdi5sb2NhbABzY2hvZW5mZWxkdABzY290dHkzNA==< /auth>

found some hint that one should add the body rid setting to see if bosh is working…

loading with firefox:

http://192.168.0.150/http-bind/?

http://192.168.0.150:7070/http-bind/?

output (both ports)
BOSH("<body xmlns=“http://jabber.org/protocol/httpbind” xmlns:stream=“http://etherx.jabber.org/streams” from=“gedv.local” authid=“60296394” sid=“60296394” secure=“true” requests=“2” inactivity=“30” polling=“5” wait=“60”>stream:features<mechanisms xmlns=“urn:ietf:params:xml:ns:xmpp-sasl”>PLAIN</mechan isms><compression xmlns=“http://jabber.org/features/compress”>zlib<bind xmlns=“urn:ietf:params:xml:ns:xmpp-bind”/><session xmlns=“urn:ietf:params:xml:ns:xmpp-session”/></stream:features>")

pigdin debug is showing:

pigdin debug:

(22:30:53) dnsquery: Performing DNS lookup for 192.168.0.150
(22:30:53) dnsquery: IP resolved for 192.168.0.150
(22:30:53) proxy: Attempting connection to 192.168.0.150
(22:30:53) proxy: Connecting to 192.168.0.150:80 with no proxy
(22:30:53) proxy: Connection in progress
(22:30:53) proxy: Connecting to 192.168.0.150:80.
(22:30:53) proxy: Connected to 192.168.0.150:80.
(22:30:53) jabber: bosh: httpconn 06B11B00 re-connected
(22:30:53) jabber: BOSH session already exists. Trying to reuse it.
(22:31:14) jabber: BOSH server closed the connection (06B11B00)
(22:31:27) jabber: RecvBOSH (57):
(22:31:27) jabber: BOSH: Sending an empty request
(22:31:27) jabber: BOSH server closed the connection (05012CC0)
(22:31:29) jabber: bosh: Reconnecting httpconn (0, 05012CC0)
(22:31:29) dnsquery: Performing DNS lookup for 192.168.0.150
(22:31:29) dnsquery: IP resolved for 192.168.0.150

i cant see any problem in apache log

openfire info.log is showing:

2014.09.24 22:25:42 org.jivesoftware.openfire.http.HttpSessionManager - Closing idle session: gedv.local/b38545f
2014.09.24 22:29:07 org.jivesoftware.openfire.http.HttpSessionManager - Closing idle session: gedv.local/bf107330

in warn.log what i found is:

at org.jivesoftware.openfire.http.HttpSessionManager$HttpPacketSender.init(HttpSes sionManager.java:429)

at org.jivesoftware.openfire.http.HttpSessionManager$HttpPacketSender.access$200(H ttpSessionManager.java:417)
at org.jivesoftware.openfire.http.HttpSessionManager.forwardRequest(HttpSessionMan ager.java:326)
at org.jivesoftware.openfire.http.HttpBindServlet.handleSessionRequest(HttpBindSer vlet.java:254)
at org.jivesoftware.openfire.http.HttpBindServlet.parseDocument(HttpBindServlet.ja va:176)
at org.jivesoftware.openfire.http.HttpBindServlet.doPost(HttpBindServlet.java:145)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
at org.jivesoftware.openfire.http.HttpBindServlet.service(HttpBindServlet.java:104 )

if you have more questions and/or need more logs I will gladly provide them…

any help would be appreciated!

Have you tried it with a trailing slash on the BOSH url?
From my experience BOSH does not work, if you miss it.

hey, that seeemed to help. i could connect now.

but it seems that I still get disconnected

  • after ~30secs

  • when I open another connection (different user)

It really should be able to

a) keep a “idle” connection alive for more than a few seconds

b) allow multiple connections with different usernames from the same host --> it should be possible to have multiple users logged into webmail and each webmail session is logged into openfire with different usernames. those connections would be localhost --> localhost

I set the timeout in openfire to 360secs + ping now (although I am not sure high timeouts are good in case of disconnects and losing messages?)

in apache (proxypass) I also added a 360sec timeout and keepalive=on

I still get disconnects. Should I not be able to stay online (idle pigdin)?

worse is that converse seems to get disconnected and tries to reconnect with another session.

that will cause new windows to pop up when chating

I am not ruling out that it has something to do with apache2 / proxypass

maybe openfire is okay and the problem is converse?

normal connections (xmpp without http bind) are okay and fast…

but all http-bind connections have disconnects, sometimes very quickly, others after a few minutes?

the transmission of data is also laggy, it can take 2-3secs until a message is recieved. on LAN with like <1ms ping (32 byte) and 1-2ms (1024 byte)

would someone have a look in the debug.log and look if he can see what disconnects occur. WHO is dropping the connection?

and why do i have ‘http://community.igniterealtime.org/blogs/ignite/feeds/posts’ etc stuff in the log?

(the log is in reverse, newest on top)

rid: 2782011597204041




1

2014.09.26 00:38:16 org.jivesoftware.openfire.http.HttpSession - consumeResponse: org.jivesoftware.openfire.http.HttpSession@248045ce status: 3 address: busch@gedv.local/243b8bd id: 243b8bd presence:
rid: 2782011597204040




1

2014.09.26 00:38:16 org.jivesoftware.openfire.http.HttpSession - consumeResponse: org.jivesoftware.openfire.http.HttpSession@248045ce status: 3 address: busch@gedv.local/243b8bd id: 243b8bd presence:
2014.09.26 00:38:03 org.jivesoftware.openfire.http.HttpSessionManager - Session was last active 0 ms ago: busch@gedv.local/Roundcube-5424964cd4672
2014.09.26 00:38:03 org.jivesoftware.openfire.http.HttpSessionManager - Session was last active 0 ms ago: busch@gedv.local/243b8bd
2014.09.26 00:38:03 org.jivesoftware.openfire.http.HttpSessionManager - Session was last active 0 ms ago: schoenfeldt@gedv.local/Roundcube-542496ae0d28f
2014.09.26 00:37:58 org.jivesoftware.util.log.util.CommonsLogFactory - Closing statement 2abdf637 (belonging to connection 1) automatically
rid: 1765872929
2014.09.26 00:37:57 org.jivesoftware.openfire.http.HttpSession - consumeResponse: org.jivesoftware.openfire.http.HttpSession@194d35d status: 3 address: busch@gedv.local/Roundcube-5424964cd4672 id: 4e138fef presence:
rid: 1765872928
2014.09.26 00:37:56 org.jivesoftware.openfire.http.HttpSession - consumeResponse: org.jivesoftware.openfire.http.HttpSession@194d35d status: 3 address: busch@gedv.local/Roundcube-5424964cd4672 id: 4e138fef presence:
rid: 9770871184
2014.09.26 00:37:56 org.jivesoftware.openfire.http.HttpSession - consumeResponse: org.jivesoftware.openfire.http.HttpSession@66342e54 status: 3 address: schoenfeldt@gedv.local/Roundcube-542496ae0d28f id: e2c636de presence:
rid: 9770871183
2014.09.26 00:37:56 org.jivesoftware.openfire.http.HttpSession - consumeResponse: org.jivesoftware.openfire.http.HttpSession@66342e54 status: 3 address: schoenfeldt@gedv.local/Roundcube-542496ae0d28f id: e2c636de presence:
2014.09.26 00:37:44 org.apache.mina.filter.executor.ExecutorFilter - Exiting since queue is empty for /192.168.0.103:57055
2014.09.26 00:37:44 org.apache.mina.filter.executor.ExecutorFilter - Launching thread for /192.168.0.103:57055
2014.09.26 00:37:44 org.apache.mina.filter.executor.ExecutorFilter - Exiting since queue is empty for /192.168.0.103:57055
2014.09.26 00:37:44 org.jivesoftware.openfire.nio.ClientConnectionHandler - [/192.168.0.103:57055] encrypted buf: HeapBuffer[pos=0 lim=88 cap=88: 17 03 01 00 53 09 F4 C4 0F 10 10 41 A0 8B 93 C9 D3 00 E0 24 92 90 1E 67 51 CA 41 27 A5 50 C6 55 1F 2F C9 4F 30 4B 5F F7 A4 5D D4 52 EE D4 EC 23 5E FF 51 EB 95 C0 21 2D CD 3F B0 EE C2 AA C2 BA BB 8E BC C6 A4 F0 56 65 22 8B A6 BA E5 EE 51 B1 A3 75 45 04 F7 80 D4 2E]
bytesConsumed = 67 bytesProduced = 88
2014.09.26 00:37:44 org.jivesoftware.openfire.nio.ClientConnectionHandler - [/192.168.0.103:57055] Wrap res:Status = OK HandshakeStatus = NOT_HANDSHAKING
2014.09.26 00:37:44 org.jivesoftware.openfire.nio.ClientConnectionHandler - [/192.168.0.103:57055] encrypt: HeapBuffer[pos=0 lim=67 cap=4096: 3C 69 71 20 74 79 70 65 3D 22 72 65 73 75 6C 74 22 20 69 64 3D 22 70 69 6E 67 22 20 74 6F 3D 22 62 75 73 63 68 40 67 65 64 76 2E 6C 6F 63 61 6C 2F 61 6E 64 72 6F 69 64 32 49 32 43 6E 6C 67 30 22 2F 3E]
2014.09.26 00:37:44 org.jivesoftware.openfire.nio.ClientConnectionHandler - [/192.168.0.103:57055] Filtered Write: org.apache.mina.filter.support.SSLHandler@5eb3589d
2014.09.26 00:37:44 org.apache.mina.filter.executor.ExecutorFilter - Launching thread for /192.168.0.103:57055
2014.09.26 00:37:44 org.jivesoftware.openfire.nio.ClientConnectionHandler - [/192.168.0.103:57055] app data read: HeapBuffer[pos=0 lim=59 cap=59: 3C 69 71 20 69 64 3D 22 70 69 6E 67 22 20 74 79 70 65 3D 22 67 65 74 22 3E 3C 70 69 6E 67 20 78 6D 6C 6E 73 3D 22 75 72 6E 3A 78 6D 70 70 3A 70 69 6E 67 22 2F 3E 3C 2F 69 71 3E] (3C 69 71 20 69 64 3D 22 70 69 6E 67 22 20 74 79 70 65 3D 22 67 65 74 22 3E 3C 70 69 6E 67 20 78 6D 6C 6E 73 3D 22 75 72 6E 3A 78 6D 70 70 3A 70 69 6E 67 22 2F 3E 3C 2F 69 71 3E)
2014.09.26 00:37:44 org.jivesoftware.openfire.nio.ClientConnectionHandler - [/192.168.0.103:57055] appBuffer: java.nio.DirectByteBuffer[pos=0 lim=59 cap=33330]
bytesConsumed = 0 bytesProduced = 0
2014.09.26 00:37:44 org.jivesoftware.openfire.nio.ClientConnectionHandler - [/192.168.0.103:57055] Unwrap res:Status = BUFFER_UNDERFLOW HandshakeStatus = NOT_HANDSHAKING
2014.09.26 00:37:44 org.jivesoftware.openfire.nio.ClientConnectionHandler - [/192.168.0.103:57055] appBuffer: java.nio.DirectByteBuffer[pos=59 lim=33330 cap=33330]
2014.09.26 00:37:44 org.jivesoftware.openfire.nio.ClientConnectionHandler - [/192.168.0.103:57055] inNetBuffer: java.nio.DirectByteBuffer[pos=80 lim=80 cap=16665]
bytesConsumed = 80 bytesProduced = 59
2014.09.26 00:37:44 org.jivesoftware.openfire.nio.ClientConnectionHandler - [/192.168.0.103:57055] Unwrap res:Status = OK HandshakeStatus = NOT_HANDSHAKING
2014.09.26 00:37:44 org.jivesoftware.openfire.nio.ClientConnectionHandler - [/192.168.0.103:57055] appBuffer: java.nio.DirectByteBuffer[pos=0 lim=33330 cap=33330]
2014.09.26 00:37:44 org.jivesoftware.openfire.nio.ClientConnectionHandler - [/192.168.0.103:57055] inNetBuffer: java.nio.DirectByteBuffer[pos=0 lim=80 cap=16665]
2014.09.26 00:37:44 org.jivesoftware.openfire.nio.ClientConnectionHandler - [/192.168.0.103:57055] unwrap()
2014.09.26 00:37:44 org.jivesoftware.openfire.nio.ClientConnectionHandler - [/192.168.0.103:57055] Data Read: org.apache.mina.filter.support.SSLHandler@5eb3589d (HeapBuffer[pos=0 lim=80 cap=128: 17 03 01 00 4B C7 1A 75 AE D6 7D D2 EC 68 46 19 F2 F0 A1 D2 C5 61 92 AC CD 10 E3 8B E1 56 04 53 DD E4 B6 7C E2 97 7E 98 F7 37 48 1B 1E 5E A3 89 B8 B2 A4 66 96 8F 69 2B 66 1A 0C E5 DD B9 02 92 69 8C 24 55 73 BB 25 E6 37 23 70 15 52 C1 EC E9])
2014.09.26 00:37:33 org.jivesoftware.openfire.http.HttpSessionManager - Session was last active -1 ms ago: busch@gedv.local/Roundcube-5424964cd4672
2014.09.26 00:37:33 org.jivesoftware.openfire.http.HttpSessionManager - Session was last active -1 ms ago: busch@gedv.local/243b8bd
2014.09.26 00:37:33 org.jivesoftware.openfire.http.HttpSessionManager - Session was last active 0 ms ago: schoenfeldt@gedv.local/Roundcube-542496ae0d28f
rid: 2782011597204040




1

2014.09.26 00:37:16 org.jivesoftware.openfire.http.HttpSession - consumeResponse: org.jivesoftware.openfire.http.HttpSession@248045ce status: 3 address: busch@gedv.local/243b8bd id: 243b8bd presence:
rid: 2782011597204039




1

2014.09.26 00:37:16 org.jivesoftware.openfire.http.HttpSession - consumeResponse: org.jivesoftware.openfire.http.HttpSession@248045ce status: 3 address: busch@gedv.local/243b8bd id: 243b8bd presence:
2014.09.26 00:37:13 org.apache.mina.filter.executor.ExecutorFilter - Exiting since queue is empty for /192.168.0.103:57055
2014.09.26 00:37:13 org.apache.mina.filter.executor.ExecutorFilter - Launching thread for /192.168.0.103:57055
2014.09.26 00:37:13 org.jivesoftware.openfire.nio.ClientConnectionHandler - [/192.168.0.103:57055] app data read: HeapBuffer[pos=0 lim=90 cap=90: 3C 69 71 20 69 64 3D 22 31 38 2D 32 37 22 20 74 6F 3D 22 67 65 64 76 2E 6C 6F 63 61 6C 22 20 66 72 6F 6D 3D 22 62 75 73 63 68 40 67 65 64 76 2E 6C 6F 63 61 6C 2F 61 6E 64 72 6F 69 64 32 49 32 43 6E 6C 67 30 22 20 74 79 70 65 3D 22 72 65 73 75 6C 74 22 3E 3C 2F 69 71 3E] (3C 69 71 20 69 64 3D 22 31 38 2D 32 37 22 20 74 6F 3D 22 67 65 64 76 2E 6C 6F 63 61 6C 22 20 66 72 6F 6D 3D 22 62 75 73 63 68 40 67 65 64 76 2E 6C 6F 63 61 6C 2F 61 6E 64 72 6F 69 64 32 49 32 43 6E 6C 67 30 22 20 74 79 70 65 3D 22 72 65 73 75 6C 74 22 3E 3C 2F 69 71 3E)
2014.09.26 00:37:13 org.jivesoftware.openfire.nio.ClientConnectionHandler - [/192.168.0.103:57055] appBuffer: java.nio.DirectByteBuffer[pos=0 lim=90 cap=33330]
bytesConsumed = 0 bytesProduced = 0
2014.09.26 00:37:13 org.jivesoftware.openfire.nio.ClientConnectionHandler - [/192.168.0.103:57055] Unwrap res:Status = BUFFER_UNDERFLOW HandshakeStatus = NOT_HANDSHAKING
2014.09.26 00:37:13 org.jivesoftware.openfire.nio.ClientConnectionHandler - [/192.168.0.103:57055] appBuffer: java.nio.DirectByteBuffer[pos=90 lim=33330 cap=33330]
2014.09.26 00:37:13 org.jivesoftware.openfire.nio.ClientConnectionHandler - [/192.168.0.103:57055] inNetBuffer: java.nio.DirectByteBuffer[pos=111 lim=111 cap=16665]
bytesConsumed = 111 bytesProduced = 90
2014.09.26 00:37:13 org.jivesoftware.openfire.nio.ClientConnectionHandler - [/192.168.0.103:57055] Unwrap res:Status = OK HandshakeStatus = NOT_HANDSHAKING
2014.09.26 00:37:13 org.jivesoftware.openfire.nio.ClientConnectionHandler - [/192.168.0.103:57055] appBuffer: java.nio.DirectByteBuffer[pos=0 lim=33330 cap=33330]
2014.09.26 00:37:13 org.jivesoftware.openfire.nio.ClientConnectionHandler - [/192.168.0.103:57055] inNetBuffer: java.nio.DirectByteBuffer[pos=0 lim=111 cap=16665]
2014.09.26 00:37:13 org.jivesoftware.openfire.nio.ClientConnectionHandler - [/192.168.0.103:57055] unwrap()
2014.09.26 00:37:13 org.jivesoftware.openfire.nio.ClientConnectionHandler - [/192.168.0.103:57055] Data Read: org.apache.mina.filter.support.SSLHandler@5eb3589d (HeapBuffer[pos=0 lim=111 cap=128: 17 03 01 00 6A 92 7A D6 F6 10 04 A1 9F AB 36 F2 8C B0 8E 33 1D 18 35 D5 41 43 BA 58 D6 DA 50 B6 A9 6A B4 58 C7 F6 BA A3 4F 99 85 A5 2A 81 0E 9C 01 BC 7F D2 2B BD AD 25 2B 18 B2 DD F2 D6 3A 37 2B DD FB ED 9C CD 6A 08 F6 F0 92 7A D2 35 FB 80 BA A4 B6 96 41 22 21 A8 5E EB 08 FD 81 A5 02 56 70 17 20 80 75 4F 97 D0 47 68 85 13 E2 5B 68])
2014.09.26 00:37:13 org.apache.mina.filter.executor.ExecutorFilter - Exiting since queue is empty for /192.168.0.103:57055
2014.09.26 00:37:13 org.jivesoftware.openfire.nio.ClientConnectionHandler - [/192.168.0.103:57055] encrypted buf: HeapBuffer[pos=0 lim=137 cap=137: 17 03 01 00 84 01 DD 93 8A 19 4F 25 DD 1C 81 A3 58 F1 4C A1 B6 FA 93 12 74 69 12 0E 31 2F 94 0B CD E2 73 BE 6F 05 87 7A 7C A5 4E C3 33 FC FD C0 28 A5 FF 53 B0 45 75 DC 16 F4 80 A8 60 0D 44 71 BF 52 27 AF F6 F2 2B 4C FB 58 48 73 DB 20 C4 1B EF CF CF 7E D1 FC 7C AA 64 A2 3E 35 1F 06 81 4D DB 76 59 0B 45 21 2C 6D F0 91 B5 80 93 82 27 AB E3 F8 30 68 36 2E EA B4 4A 87 AD E3 83 92 D3 82 D9 AF 37 36 A7 63 00 0A 9B]
bytesConsumed = 116 bytesProduced = 137
2014.09.26 00:37:13 org.jivesoftware.openfire.nio.ClientConnectionHandler - [/192.168.0.103:57055] Wrap res:Status = OK HandshakeStatus = NOT_HANDSHAKING
2014.09.26 00:37:13 org.jivesoftware.openfire.nio.ClientConnectionHandler - [/192.168.0.103:57055] encrypt: HeapBuffer[pos=0 lim=116 cap=4096: 3C 69 71 20 74 79 70 65 3D 22 67 65 74 22 20 69 64 3D 22 31 38 2D 32 37 22 20 66 72 6F 6D 3D 22 67 65 64 76 2E 6C 6F 63 61 6C 22 20 74 6F 3D 22 62 75 73 63 68 40 67 65 64 76 2E 6C 6F 63 61 6C 2F 61 6E 64 72 6F 69 64 32 49 32 43 6E 6C 67 30 22 3E 3C 70 69 6E 67 20 78 6D 6C 6E 73 3D 22 75 72 6E 3A 78 6D 70 70 3A 70 69 6E 67 22 2F 3E 3C 2F 69 71 3E]
2014.09.26 00:37:13 org.jivesoftware.openfire.nio.ClientConnectionHandler - [/192.168.0.103:57055] Filtered Write: org.apache.mina.filter.support.SSLHandler@5eb3589d
2014.09.26 00:37:13 org.jivesoftware.openfire.nio.ClientConnectionHandler - ConnectionHandler: Pinging connection that has been idle: org.jivesoftware.openfire.nio.NIOConnection@1a77d8fd MINA Session: (SOCKET, R: /192.168.0.103:57055, L: /192.168.0.150:5222, S: 0.0.0.0/0.0.0.0:5222)
2014.09.26 00:37:13 org.apache.mina.filter.executor.ExecutorFilter - Launching thread for /192.168.0.103:57055
2014.09.26 00:37:03 org.jivesoftware.openfire.http.HttpSessionManager - Session was last active -1 ms ago: busch@gedv.local/Roundcube-5424964cd4672
2014.09.26 00:37:03 org.jivesoftware.openfire.http.HttpSessionManager - Session was last active -1 ms ago: busch@gedv.local/243b8bd
2014.09.26 00:37:03 org.jivesoftware.openfire.http.HttpSessionManager - Session was last active 0 ms ago: schoenfeldt@gedv.local/Roundcube-542496ae0d28f
rid: 1765872928
2014.09.26 00:36:56 org.jivesoftware.openfire.http.HttpSession - consumeResponse: org.jivesoftware.openfire.http.HttpSession@194d35d status: 3 address: busch@gedv.local/Roundcube-5424964cd4672 id: 4e138fef presence:
rid: 9770871183
2014.09.26 00:36:56 org.jivesoftware.openfire.http.HttpSession - consumeResponse: org.jivesoftware.openfire.http.HttpSession@66342e54 status: 3 address: schoenfeldt@gedv.local/Roundcube-542496ae0d28f id: e2c636de presence:
rid: 1765872927
2014.09.26 00:36:56 org.jivesoftware.openfire.http.HttpSession - consumeResponse: org.jivesoftware.openfire.http.HttpSession@194d35d status: 3 address: busch@gedv.local/Roundcube-5424964cd4672 id: 4e138fef presence:
rid: 9770871182
2014.09.26 00:36:56 org.jivesoftware.openfire.http.HttpSession - consumeResponse: org.jivesoftware.openfire.http.HttpSession@66342e54 status: 3 address: schoenfeldt@gedv.local/Roundcube-542496ae0d28f id: e2c636de presence:
2014.09.26 00:36:33 org.jivesoftware.openfire.http.HttpSessionManager - Session was last active -1 ms ago: busch@gedv.local/Roundcube-5424964cd4672
2014.09.26 00:36:33 org.jivesoftware.openfire.http.HttpSessionManager - Session was last active 0 ms ago: busch@gedv.local/243b8bd
2014.09.26 00:36:33 org.jivesoftware.openfire.http.HttpSessionManager - Session was last active 0 ms ago: schoenfeldt@gedv.local/Roundcube-542496ae0d28f
rid: 2782011597204039




1

2014.09.26 00:36:16 org.jivesoftware.openfire.http.HttpSession - consumeResponse: org.jivesoftware.openfire.http.HttpSession@248045ce status: 3 address: busch@gedv.local/243b8bd id: 243b8bd presence:
rid: 2782011597204038




1

2014.09.26 00:36:16 org.jivesoftware.openfire.http.HttpSession - consumeResponse: org.jivesoftware.openfire.http.HttpSession@248045ce status: 3 address: busch@gedv.local/243b8bd id: 243b8bd presence:
2014.09.26 00:36:05 org.jivesoftware.util.CertificateManager - Check for certificate for ‘gedv.local’ using algorithm RSA returned: true
2014.09.26 00:36:05 org.jivesoftware.util.CertificateManager - … processing DERTaggedObject: [0][0].gedv.local
2014.09.26 00:36:05 org.jivesoftware.util.CertificateManager - Parsing otherName for subject alternative names: 1.3.6.1.5.5.7.8.5
2014.09.26 00:36:05 org.jivesoftware.util.CertificateManager - … processing DERTaggedObject: [0][0]
.gedv.local
2014.09.26 00:36:05 org.jivesoftware.util.CertificateManager - Parsing otherName for subject alternative names: 1.3.6.1.5.5.7.8.5
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - Releasing connection back to connection manager.
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - Releasing connection back to connection manager.
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - Method retry handler returned false. Automatic recovery will not be attempted
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - Closing the connection.
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - >> “[\r][\n]”
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - >> “Host: igniterealtime.jiveon.com[\r][\n]”
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - >> “User-Agent: Jakarta Commons-HttpClient/3.1[\r][\n]”
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - >> “Accept-Encoding: gzip[\r][\n]”
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - Adding Host request header
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - >> “GET /blogs/ignite/feeds/posts HTTP/1.1[\r][\n]”
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - Open connection to igniterealtime.jiveon.com:443
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - Releasing connection back to connection manager.
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - Connection is locked. Call to releaseConnection() ignored.
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - Should NOT close connection, using HTTP/1.1
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - Resorting to protocol version default close connection policy
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - << “[\n]”
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - << “

The document has moved here.

[\n]”
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - << “

Found

[\n]”
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - << “[\n]”
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - << “302 Found[\n]”
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - << “[\n]”
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - << “[\n]”
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - Execute redirect 2 of 100
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - Redirecting from ‘http://community.igniterealtime.org:80/blogs/ignite/feeds/posts’ to 'https://igniterealtime.jiveon.com/blogs/ignite/feeds/posts
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - Redirect requested to location ‘https://igniterealtime.jiveon.com/blogs/ignite/feeds/posts
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - Redirect required
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - << “[\r][\n]”
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - << “Content-Type: text/html; charset=iso-8859-1[\r][\n]”
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - << “Content-Length: 242[\r][\n]”
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - << “Location: https://igniterealtime.jiveon.com/blogs/ignite/feeds/posts[\r][\n]
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - << “Server: Apache/2.2.20 (Unix) mod_ssl/2.2.20 OpenSSL/0.9.8e-fips-rhel5[\r][\n]”
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - << “Date: Thu, 25 Sep 2014 22:35:37 GMT[\r][\n]”
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - << “HTTP/1.1 302 Found[\r][\n]”
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - << “HTTP/1.1 302 Found[\r][\n]”
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - >> “[\r][\n]”
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - >> “Host: community.igniterealtime.org[\r][\n]”
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - >> “User-Agent: Jakarta Commons-HttpClient/3.1[\r][\n]”
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - >> “Accept-Encoding: gzip[\r][\n]”
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - Adding Host request header
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - >> “GET /blogs/ignite/feeds/posts HTTP/1.1[\r][\n]”
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - Open connection to community.igniterealtime.org:80
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - Releasing connection back to connection manager.
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - Connection is locked. Call to releaseConnection() ignored.
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - Should NOT close connection, using HTTP/1.1
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - Resorting to protocol version default close connection policy
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - << “[\n]”
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - << “Apache/2.2.3 (Red Hat) Server at www.igniterealtime.org Port 80[\n]”
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - << “
[\n]”
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - << “

The document has moved here.

[\n]”
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - << “

Found

[\n]”
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - << “[\n]”
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - << “302 Found[\n]”
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - << “[\n]”
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - << “[\n]”
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - Execute redirect 1 of 100
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - Redirecting from ‘http://www.igniterealtime.org:80/community/blogs/ignite/feeds/posts’ to 'http://community.igniterealtime.org/blogs/ignite/feeds/posts
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - Redirect requested to location ‘http://community.igniterealtime.org/blogs/ignite/feeds/posts
2014.09.26 00:36:05 org.jivesoftware.util.log.util.CommonsLogFactory - Redirect required

(no information changed. hostnames, usernames, ip-adresses etc are not sensitive information - testing environment)

thank you.

Did you solve this issue?

I have similar one, but I cannot see anything in logs.

I have used: 192.168.110.178:7070/http-bind

and 192.168.110.178:7070/http-bind/

any update on this would be appreciated