[coherence-dev] Coherence Installation Procedure
Frank Scholz
fs at beebits.net
Fri Feb 13 10:14:41 CET 2009
Hi Ari,
> I have installed coherence. Could you please tell me where
> should I place coherence configuration file.
> Any documentation regarding the configuration file.
http://coherence.beebits.net/wiki/DocumentationDepartment#Configuration
There is:
coherence looks for a configuration file named .coherence in
the $HOME of the user it is running under. If $HOME can't be
determined, fallback is the current directory. Alternatively
with the option -c|--configfile the location of the configuration
file can be passed.
> while running the coherence executable file, I am getting following error
>
> no config file '/root/.coherence' found
see above
> WARN coherence Feb 13 11:13:13 Coherence UPnP framework version 0.6.0 starting... (coherence/base.py:265)
> WARN coherence Feb 13 11:13:13 hostname can't be resolved, maybe a system misconfiguration? (coherence/base.py:292)
If you don't tell via the configuration Coherence tries to determine
the interface it should work on.
First test is to resolve the hostname of your system to an IP-address.
That doesn't work on your installation. So we fallback to further tests.
If you don't get a warning about using '127.0.0.1' these had success.
If you are a system with more than one interface you need to specifiy
the one to use in the configuration.
Regards,
Frank
More information about the coherence-dev
mailing list