Announcement

Collapse
No announcement yet.

Vray-RT Failing

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Vray-RT Failing

    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 (4
    [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 (4
    logout

  • #2
    Is it possible that you have another Vray started in the background listening to the same port ( 48 ) ?
    V-Ray fan.
    Looking busy around GPUs ...
    RTX ON

    Comment


    • #3
      possible since we have both 2015 and 2016. How would I check?

      Comment


      • #4
        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.
        Last edited by savage309; 08-05-2015, 01:56 PM.
        V-Ray fan.
        Looking busy around GPUs ...
        RTX ON

        Comment


        • #5
          Thanks for the help. So it seems there is only one process running

          gfx01:~ gfx01$ ps aux | grep vray
          root 152 0.0 0.1 2596372 40016 ?? S 1:50PM 0:00.37 /Applications/Autodesk/maya2016/vray/bin/vray.bin -server -portNumber=20207 -display=0
          gfx01 494 0.0 0.0 2432772 672 s000 S+ 1:54PM 0:00.00 grep vray
          gfx01:~ gfx01$

          I've tried killing it and even re-booting. Here is quick output from the Script Editor when I tried a quick Vray RT:

          setToolTo CreatePolyCylinderCtx;
          polyCylinder -ch on -o on -r 3.676594 -h 5.199489 -sc 1 -cuv 3 ;
          // pCylinder1 polyCylinder1 //
          select -af polyCylinder1 ;
          // Warning: line 1: [SettingsEXR] No image writer specified. //
          // Warning: line 1: [SettingsPNG] No image writer specified. //
          // Warning: line 1: [SettingsJPEG] No image writer specified. //
          // Warning: line 1: [SettingsSGI] No image writer specified. //
          // Warning: line 1: [SettingsTIFF] No image writer specified. //
          // Warning: line 1: [SettingsTGA] No image writer specified. //
          // Warning: line 1: Render host gfx01.corestudio.x (127.0.0.1:20207) is not responding //

          that last warning is the issue, correct? I've tried manually starting bin/vrayslave but that doesn't work and anyway I still get:

          [2015/May/8|13:58:08] Failed to start network server: Failed to open listening port (4

          any ideas?

          Comment


          • #6
            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.
            V-Ray fan.
            Looking busy around GPUs ...
            RTX ON

            Comment


            • #7
              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.

              Best regards,
              Vlado
              I only act like I know everything, Rogers.

              Comment


              • #8
                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)

                Comment

                Working...
                X