PDA

View Full Version : Cluster Client Timeout after 10s...


k_iwan
01-10-2007, 08:59 PM
Hi,

We are getting "Failed to receive initialization commands from master" on client after 10 seconds. A scene with smaller content loads fine, but a scene with bigger content (which takes 10+ seconds to load) both clients give error as above.

We did try to use timeout settings in vizcore.cfg but it didn't solve the problem.

Any suggestions?

Kind Regards,
Iwan

farshizzo
01-11-2007, 11:55 AM
Which timeout settings did you change? The relevant timeout for the error you are getting is viz.cluster.client.init_timeout. You should try setting this to a value greater than the time it takes to load your files. For example if it takes 20 seconds to load your files, I would set it to 40000.

farshizzo
01-11-2007, 12:35 PM
Also, to be clear, you need to apply this setting on all the client computers, not the master computer.

k_iwan
01-11-2007, 03:32 PM
Ah! I did not use "viz.cluster.client.init_timeout"... Problem solved!!! Thank you!!!

Kind Regards,
Iwan

hotspur1
02-22-2007, 01:33 PM
What is the format for the vizcore.cfg file? I just tried to do something like this

viz.cluster.client.init_timeout 40000

but it says there is a syntax error. The help files don't seem to have an example....

Thanks
Andy

farshizzo
02-22-2007, 01:56 PM
The format is:

name = value

So your example would be:viz.cluster.client.init_timeout = 40000