WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   Cluster Client Timeout after 10s... (https://forum.worldviz.com/showthread.php?t=970)

k_iwan 01-10-2007 08:59 PM

Cluster Client Timeout after 10s...
 
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

Solved!!!!!!!
 
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:
Code:

viz.cluster.client.init_timeout = 40000


All times are GMT -7. The time now is 01:02 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC