Senhores, vasculhei todo o fórum em busca de problemas similares e apesar alguns erros em comum as soluções não foram adequadas ao meu caso.
Tenho o sistema configurado em um Debian Lenny seguindo os passos do manual de instalação e os problemas apresentados são os seguintes.
Ao tentar autenticar:
DEBUG DJabberd.Connection.ClientIn :90 New connection '11' from 127.0.0.1
DEBUG DJabberd.Connection.XML.ClientIn :143 11 > <?xml version="1.0" encoding="UTF-8"?><stream:stream from='people.fila.vhost' id="0293648a490afb07cd9e447ae3192aad3b9080a2" version='1.0' xmlns:stream="http://etherx.jabber.org/streams" xmlns="jabber:client"><stream:features><auth xmlns='http://jabber.org/features/iq-auth'/></stream:features>
DEBUG DJabberd.Connection.XML.ClientIn :153 11 < <iq type="set" id="1"><query xmlns="jabber:iq:auth"><username>gerente</username><resource>Main Connection</resource><password>teste</password></query></iq>
DEBUG DJabberd.VHost :272 For phase [CheckCleartext] invoking hook 1 of 2 defined at: /usr/share/perl5/DJabberd/Authen.pm:31
DEBUG DJabberd.Authen.DBI :73 Error Executing query server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
DEBUG DJabberd.Callback :45 $callback->reject( ) has been called from /usr/share/perl5/DJabberd/Authen/DBI.pm:74
INFO DJabberd.Connection.XML.ClientIn :109 <iq type='error' id='1'><error code='401' type='auth'><not-authorized xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/></error></iq>
DEBUG DJabberd.Connection.ClientIn :790 DISCONNECT: 11
Consigo conectar normalmente à base de dados, então gostaria de saber se falta algum procedimento
# psql -h 127.0.0.1 -U fila
Password for user fila:
Welcome to psql 8.3.16, the PostgreSQL interactive terminal.
Type: \copyright for distribution terms
\h for help with SQL commands
\? for help with psql commands
\g or terminate with semicolon to execute query
\q to quit
fila=>
No log do apache tenho as seguintes entradas que não sei se podem interferir em algo.
Starting Connection. at /usr/share/fila/Fila-Web/script/../lib/Fila/Web.pm line 39.
Connection established. at /usr/share/fila/Fila-Web/script/../lib/Fila/Web.pm line 111.
Name "Template::Filters::BASEARGS" used only once: possible typo at /usr/lib/perl5/Template/Base.pm line 49.
Name "Template::Context::BASEARGS" used only once: possible typo at /usr/lib/perl5/Template/Base.pm line 49.
Name "Template::BASEARGS" used only once: possible typo at /usr/lib/perl5/Template/Base.pm line 49.
Name "Template::Service::BASEARGS" used only once: possible typo at /usr/lib/perl5/Template/Base.pm line 49.
Name "Template::Provider::BASEARGS" used only once: possible typo at /usr/lib/perl5/Template/Base.pm line 49.
Name "Template::Plugins::BASEARGS" used only once: possible typo at /usr/lib/perl5/Template/Base.pm line 49.
Name "Catalyst::setup_session" used only once: possible typo at /usr/share/perl/5.10/NEXT.pm line 58.
Name "Catalyst::View::new" used only once: possible typo at /usr/share/perl/5.10/NEXT.pm line 58.
Name "Catalyst::AttrContainer::setup_session" used only once: possible typo at /usr/share/perl/5.10/NEXT.pm line 58.
Name "Catalyst::AttrContainer::setup" used only once: possible typo at /usr/share/perl/5.10/NEXT.pm line 58.
Name "Catalyst::Controller::setup_session" used only once: possible typo at /usr/share/perl/5.10/NEXT.pm line 58.
Name "Catalyst::Controller::setup" used only once: possible typo at /usr/share/perl/5.10/NEXT.pm line 58.
Name "Catalyst::Plugin::Session::Store::FastMmap::setup" used only once: possible typo at /usr/share/perl/5.10/NEXT.pm line 58.
Name "Catalyst::Plugin::Session::Store::setup" used only once: possible typo at /usr/share/perl/5.10/NEXT.pm line 58.
Name "Catalyst::Plugin::Session::Store::setup_session" used only once: possible typo at /usr/share/perl/5.10/NEXT.pm line 58.
Name "Catalyst::Plugin::Session::State::setup" used only once: possible typo at /usr/share/perl/5.10/NEXT.pm line 58.
Name "Catalyst::Plugin::Session::State::setup_session" used only once: possible typo at /usr/share/perl/5.10/NEXT.pm line 58.
Name "Catalyst::Plugin::Session::State::Cookie::setup" used only once: possible typo at /usr/share/perl/5.10/NEXT.pm line 58.
Agradeço antecipadamente quem puder me dar alguma direção a seguir.
Danilo Mota
Autor: Danilo Mota