Hi Folks,
I have an older ejabberd install on Kubuntu (via apt-get) that works using jwchat and PSI.
This one that I compiled, and installed from source does not want to work :(.
Tried with apache, apache says:
[Sun Oct 01 14:37:32 2006] [error] [client 10.2.10.1] proxy: error reading status line from remote server 127.0.0.1
[Sun Oct 01 14:37:32 2006] [error] [client 10.2.10.1] proxy: Error reading from remote server returned by /http-poll/
Tried with YAW. Don't see any error, but the session never seems to make it to past the login attempt.JWChat will stop with :
Sun 01 Oct 2006 05:30:24 PM ADT] (level 4) func: JSJaCHPCConnect
Date: Sun, 01 Oct 2006 20:30:31 GMT
Content-Length: 489
Keep-Alive: timeout=15, max=99
Connection: Keep-Alive
Content-Type: text/html; charset=iso-8859-1
And sometimes with an added connection-closed.
Any suggestions on how to debug this problem?
thanks,
JES
Also same with http-bind
Recompiled/installed with the http-bind code. Still fails. Example from ejabberd.log :
=INFO REPORT==== 2006-10-02 20:32:27 ===
I(<0.338.0>:ejabberd_http:182): (#Port<0.380>) http query: 'POST' /http-bind/
=INFO REPORT==== 2006-10-02 20:32:27 ===
I(<0.340.0>:ejabberd_http_bind:290): started: {"898737e0f10cff530341436d283b7c7445e72478",
[]}
Moving to Fedora Core fixes problem
Latest Ejabberd svn (668) working fine on Fedora Core 4.
Try ejabberd 1.1.2 instead
Try ejabberd 1.1.2 instead of SVN.
Remember that *.beam files compiled with Erlang R10 are not compatible with Erlang R11.
Trying ejabberd 1.1.2 instead of SVN
Still no go. Same problems. Is there any debug I should be turning up or obvious logs I am missing?