Hi. I can’t get the Vray RT (or distributed rendering) to work. I get a message about the network server not starting up. See below. Odd thing is that I think it was working earlier. This is on multiple machines. Thanks.
Starting V-Ray for Maya render server…
[2015/May/8|10:49:09] Reading configuration from “/Applications/Autodesk/maya2016/vray/bin//vrayconfig.xml”
[2015/May/8|10:49:09] ===============================================
[2015/May/8|10:49:09] V-Ray Standalone, version 3.25.01 for x64
[2015/May/8|10:49:09] Copyright (C) 2000-2015 Chaos Group Ltd. All rights reserved.
[2015/May/8|10:49:09] Use -credits option for additional third-party copyright notices.
[2015/May/8|10:49:09]
[2015/May/8|10:49:09] Build fe0c1dfbbb29 from Apr 23 2015, 12:27:43
[2015/May/8|10:49:09] Compiled with GCC-compatible compiler, version 4.2
[2015/May/8|10:49:09] Operating system is Mac OS X
[2015/May/8|10:49:09]
[2015/May/8|10:49:09] V-Ray core version is 3.25.01
[2015/May/8|10:49:09] ===============================================
[2015/May/8|10:49:09]
[2015/May/8|10:49:09] Loading plugins from “/Applications/Autodesk/maya2016/vray/vrayplugins/libvray_*.so”
Phoenix FD plugin resolved to ‘/Applications/Autodesk/maya2016/vray/vrayplugins/libvray_phxshader.so’
Phoenix FD plugin resolved to ‘/Applications/Autodesk/maya2016/vray/vrayplugins/libvray_phxshader.so’
[2015/May/8|10:49:10] 141 plugin(s) loaded successfully
[2015/May/8|10:49:10] Finished loading plugins.
[2015/May/8|10:49:10] error: Failed to start network server: Failed to open listening port (48)
[2015/May/8|10:49:10] Exiting server mode.
[2015/May/8|10:49:10] Closing log - 1 error(s), 0 warning(s).
[2015/May/8|10:49:10] Issues Report:
[2015/May/8|10:49:10] Errors:
[2015/May/8|10:49:10] Failed to start network server: Failed to open listening port (48)
logout
You can check the built in Activity Monitor in OS X. In the CPU tab just sort by name and search for vray. If it is there, stop it using the X button in the top left. If you don’t find it there you might run the terminal command “ps aux | grep vray” - if there is vray running, you will see the path to the executable listed (should be something like /Applications/Autodesk/etc). Optionally you can try “sudo pkill -9 vray” - if there is vray running, this will kill it.
If you have killed it and it starts up again, it means that most likely you have started in some kind of service-like mode (this is strange however, pkill command should’ve worked). I can’t help with that, since I am not familiar with it, but some of the support guys will help you.
Yeah, that means there’s already a copy of the render server running on that port. Perhaps it would help to unregister the render server from the Mac OS X services and let V-Ray for Maya run it manually.
Thanks Vlado. I ended up running unregisterVRaySlaveDaemon for all copies of vray (could maybe an option for new installs?) and then re-ran registerVRaySlaveDaemon for 2016. Seems to be working. We’re actually using it in production. (Rolling the dice! But seems good so far)