Skip to content

ItsdbTroubleshooting

FrancisBond edited this page Feb 16, 2006 · 9 revisions

Trouble Shooting

Debugging Distributed Mode

communication error -6

(tsdb::tsdb :cpu :jacy :file t)
initialize-cpus(): `merlot' communication error [-6].

This normally means that the hostname is wrong. Check using pvm what hosts pvmd thinks are available. A common mistake is to use {merlot instead of {merlot.domain.county} or the other way round.

communication error -7

(tsdb::tsdb :cpu :jacy :file t)
initialize-cpus(): `merlot' communication error [-7].

Check that the path to the grammar, cheap instance and so on are correct. Also that cheap and tsdb are linked to the same version of the pvm libraries.

client exit for 'user'

(tsdb::tsdb :cpu :jacy :file t)

[t40002] BEGIN
[t40002] Reading ...
...
[t40002] EOF
  wait-for-clients(): client exit for 'user' <262146>
NIL

This probably means that cheap has died! Try calling cheap as: cheap -tsdb language.grm to see if it is working properly in tsdb mode. This was a common problem in 2004.

Clone this wiki locally