Forum .LRN Q&A: Res: Jabber is already integrated in dotlrn?

Collapse
Posted by Alvaro Cortes on
HI ORZENIL.

I corrected  the mistake editing  this line in the file Makefile:

MODLIBS =-L$ (PGLIB)-lpq-lnsdb

And the compilation    was correct.
Now there is another problem. I believe that it is in the configuration of the file jabber.xml.
The mistake is the following one: to the moment to start aolserver, this appears in the log.

[29/Aug/2005:14:17:06][5047.1086172080][-sched-] Notice: sched: starting
[29/Aug/2005:14:17:06][5047.1076478624][-main-] Notice: nssock: listening on 172.16.130.182:8000
[29/Aug/2005:14:17:06][5047.1103764400][-driver-] Notice: starting
[29/Aug/2005:14:17:06][5047.1103764400][-driver-] Notice: driver: accepting connections
[29/Aug/2005:14:17:07][5047.1088027568][-thread1088027568-] Error: Ns_PgExec: result status: 7 message: ERROR:  syntax error at or near "jb_clear_status" at character 7

[29/Aug/2005:14:17:07][5047.1088027568][-thread1088027568-] Error: Deleting jb_screen_names online data failed
[29/Aug/2005:14:17:07][5047.1088027568][-thread1088027568-] Error: dbinit: no such pool 'jabber'
[29/Aug/2005:14:17:07][5047.1088027568][-thread1088027568-] Notice: nsjabber Sending: <?xml version='1.1'?>
[29/Aug/2005:14:17:07][5047.1088027568][-thread1088027568-] Notice: nsjabber Sending: <stream:stream xmlns:stream='http://etherx.jabber.org/streams'; xmlns='jabber:client' to='localhost'>
[29/Aug/2005:14:17:07][5047.1088027568][-thread1088027568-] Notice: nsjabber Sending: <iq type='set' id='290auth'><query xmlns='jabber:iq:auth'><username>aces</username><resource>ACES</resource><password>40757601</password></query></iq>
[29/Aug/2005:14:17:07][5047.1103980784][-thread1103980784-] Notice: Buffer inhalt von jab_recive :<?xml version='1.0'?><stream:stream xmlns:stream='http://etherx.jabber.org/streams'; id='43135F33' xmlns='jabber:client' from='localhost'>
[29/Aug/2005:14:17:07][5047.1103980784][-thread1103980784-] Notice: Buffer inhalt von jab_recive :<iq type='result' id='290auth'/>
[29/Aug/2005:14:17:07][5047.1088027568][-thread1088027568-] Error: Jabber: nach dem event, result = 0.
[29/Aug/2005:14:17:07][5047.1088027568][-thread1088027568-] Notice: nsjabber Sending: <iq type='get' id='1088027568'><query xmlns='jabber:iq:agents'/></iq>
[29/Aug/2005:14:17:07][5047.1103980784][-thread1103980784-] Notice: Buffer inhalt von jab_recive :<iq type='result' id='1088027568' from='localhost' to='aces@localhost/ACES'><query xmlns='jabber:iq:agents'><agent jid='users.jabber.org'><name>Jabber User Directory</name><service>jud</service><search/><register/></agent></query></iq>
[29/Aug/2005:14:17:17][5047.1088027568][-thread1088027568-] Notice: nsjabber Sending: <presence><status>Loggedin</status><priority>10</priority></presence>
[29/Aug/2005:14:17:18][5047.1103980784][-thread1103980784-] Notice: Buffer inhalt von jab_recive :<presence from='mailto:aces@bdvlin01.econ.uni-hamburg.de'; to='aces@localhost/ACES' type='error' iperror=''><status>Loggedin</status><priority>10</priority><x xmlns='jabber:x:delay' from='aces@localhost/ACES' stamp='20050829T19:17:17'/><error code='502'>Unable to resolve hostname.</error></presence><presence type='error' to='aces@localhost' from='mailto:aces@bdvlin01.econ.uni-hamburg.de'; iperror=''><error code='502'>Unable to resolve hostname.</error></presence><presence from='mailto:aces@bdvlin01.econ.uni-hamburg.de'; to='aces@localhost/ACES' type='error' iperror=''><status>Loggedin</status><priority>10</priority><error code='502'>Unable to resolve hostname.</error></presence>
[29/Aug/2005:14:17:18][5047.1103980784][-thread1103980784-] Error: Unrecognized Jabber packet: 0 received
[29/Aug/2005:14:17:18][5047.1103980784][-thread1103980784-] Error: Unrecognized Jabber packet: 0 received
[29/Aug/2005:14:17:18][5047.1103980784][-thread1103980784-] Error: Unrecognized Jabber packet: 0 received
[29/Aug/2005:14:17:56][5047.1105050544][-sched:idle0-] Notice: starting
[29/Aug/2005:14:17:57][5047.1088027568][-thread1088027568-] Error: dbinit: no such pool 'jabber'
[29/Aug/2005:14:17:57][5047.1088027568][-thread1088027568-] Error: dbinit: no such pool 'jabber'

do you know about this problem?

thanks in advance.

Alvaro