[JDEV] Problem installing

Alex Rojo arojo at kristina.com
Fri Sep 1 11:45:45 CDT 2000


Hi!
I'm not sure if I should send this message to this list but I haven't
found a better place to send it so:
I've download everything, compiled all the libraries and jabber server,
and I've change jserver.xml to fit my server.
When I run jserver -c /usr/local/etc/jserver.xml I get this message:

Fri Sep  1 18:47:56 2000  error/jserver Configuration using
/usr/local/etc/jserver.xml failed
Configuration using /usr/local/etc/jserver.xml failed

I would like to know if it is possible to get more info from jserver
about the error, or if anybody can tell me what can be wrong.

This is my jserver.xml file.
------------------------------------------------------------------------
<jserver>

  <names>
    <default>hommer</default>
    <!-- You may have alises for this server, these are NOT virtual
hosts, 
         only use these for migrating from an old server name or for
*receive only* on an alternate name
      <alias>old.host.net</alias>
    -->
  </names>

  <listen>
    <jabber ip=10.0.0.20>5222</jabber>
    <http>5280</http>
    <telnet>5228</telnet>

    <!-- Specific IPs can also be used:
    <jabber ip='12.34.56.78'>5222</jabber>
    <irc ip='12.34.56.79'>6667</irc>
    -->

  </listen>

  <log>

    <!-- replace with <error>syslog</error> to log to syslog instead,
remove to log to STDERR -->
    <error>/var/log/jabber/jserver.error</error>

    <session>/var/log/jabber/jserver.log</session>

    <!-- This will log some basic tracking information about every
packet of data (TONS!)
      <packet>/usr/local/var/log/jserver_packet.log</packet>
    -->

  </log>


  <spool>/var/jspool</spool>

  <register>
    <instructions>Choose a username and password to register with this
server.</instructions>
    <username/><password/><name/><email/>
  </register>


  <info>
    <name>Kristina Jabber Server</name>
    <description>A Jabber Server!</description>
    <url>http://www.kristina.com/</url>
  </info>

  <agents>

    <!-- this is the default agent for the (temporary) master jabber
user directory -->
    <agent jid="users.jabber.org">
      <name>Jabber User Directory</name>
      <description>You may register and create a public searchable
profile, and search for other registered Jabber users.</description>
      <service>jud</service>
      <register/>
      <search/>
    </agent>

  </agents>

  <dso>
    <mod_time>/usr/local/lib/jabber/mod_time.so</mod_time>
    <mod_version>/usr/local/lib/jabber/mod_version.so</mod_version>
    <mod_echo>/usr/local/lib/jabber/mod_echo.so</mod_echo>
    <svc_http>/usr/local/lib/jabber/svc_http.so</svc_http>
    <svc_irc>/usr/local/lib/jabber/svc_irc.so</svc_irc>
  </dso>

  <etherx>
    <secret>test</secret>
    <!-- only enable to use remote mode, you should know what you are
doing!
      <remote>12.34.56.78</remote>
    -->
  </etherx>

  <admin>
    <read>support</read>
    <write>root</write>
  </admin>

</jserver>
------------------------------------------------------------------------

Thanks In Advance!

-- 
 Alex Rojo 
 Dpto. Operaciones y Desarrollo
 arojo at kristina.com
 kristina internet business solutions
 c/Arturo Soria, 261
 tel: 91 25 25 100, ext 216
 fax: 91 25 25 101
 http://www.kristina.com




More information about the JDev mailing list