[ic] Website comes up undefined catalog "sometimes"

Jon Jensen interchange-users@interchange.redhat.com
Sat Mar 2 10:02:02 2002


On Sat, 2 Mar 2002, Robert Brandtjen wrote:

> Speaking as a maintainer of several RH boxen running IC, it will do this at
> times upon a reboot. When the server is called during init 3 process from
> init.d, it will not always start up correctly - a
> "/etc/rc.d/init.d/interchange restart" will cause it to begin functioning
> correctly.

This is most likely because your databases are being started *after* IC in
the boot process. If you start e.g. MySQL in /etc/rc.d/rc.local,
Interchange has already tried to connect to it and failed. But by the time
you manually start it, MySQL has started and it works fine. Make sure
databases and anything else IC depends on are already running before it
tries to start.

Jon