I'm trying to run VrayMayaSpawner for 2014 alongside 2013's spawner. If I give a "port" argument to the command, the spawner opens and closes vray.exe in an infinite loop until I kill the spawner.
When i kill the spawner, vray server remains open and serving requests on the desired port.
The command line issued for the spawner is:
vraymayaspawner2014.exe -port=20209
The vray.exe command line that starts up is:
vray.exe -server -portNumber=20209
This failure also occurs without port arguments if I set the env var VRAY_FOR_MAYA2014_DRPORT=20209
I can't install and start this service with a different port number than the default: 20207. If I use that default port, then vray.exe for 2014 can't receive any requests because the 2013 version is on that port.
Other items of note: our Vray install for 2014 is located in one location on the network. Our 2013 install is per-node on every machine that uses it. I managed to get a couple of machines to work properly with 2013 and 2014 side-by-side install of the spawner but I can't replicate the steps to get it working.
Also, I've checked the custom ports with tcpview.exe and I know they aren't occupied by any other process.
I'd rather not write my own spawner daemon for vray.exe so any assistance in this matter would be gratefully appreciated.
When i kill the spawner, vray server remains open and serving requests on the desired port.
The command line issued for the spawner is:
vraymayaspawner2014.exe -port=20209
The vray.exe command line that starts up is:
vray.exe -server -portNumber=20209
This failure also occurs without port arguments if I set the env var VRAY_FOR_MAYA2014_DRPORT=20209
I can't install and start this service with a different port number than the default: 20207. If I use that default port, then vray.exe for 2014 can't receive any requests because the 2013 version is on that port.
Other items of note: our Vray install for 2014 is located in one location on the network. Our 2013 install is per-node on every machine that uses it. I managed to get a couple of machines to work properly with 2013 and 2014 side-by-side install of the spawner but I can't replicate the steps to get it working.
Also, I've checked the custom ports with tcpview.exe and I know they aren't occupied by any other process.
I'd rather not write my own spawner daemon for vray.exe so any assistance in this matter would be gratefully appreciated.
Comment