AWS Thinkbox Discussion Forums

Mixed Environment RH linux and Windows 7

Hi,

 I have installed the repository on a RH Enterprise server running 6.6 and onto a network share exported from our Netapp filer and mounted to our render farm nodes through a mount point /deadline.

We have 11 render nodes running RH WS 6.2 and the 1 x 6.6 server

#uk-nde-s0008:/vol/Ideas/Ideas 28311552 13632000 14679552 49% /deadline

We also have the folder “ideas” mapped to our windows 7 workstations through T:

We want to submit Maya jobs from our windows 7 workstations and these have the client installed on them.

The problem occurs in Maya on windows when we set the projects, although we set the UNC path, the \ become forward slashes /
, I think this could be the problem. We are using Vray 3.0 to render in maya 2015.

In the below the test.mb file does get loaded in the following location."/root/Thinkbox/Deadline7/slave/node01/jobsData/5538ee8dd181261a90e6a921/

Can you please advise.

[root@node01 ~]# more /tmp/tmp6d95d370.tmp

////////////////////////////////////////////////////////////////////////////
// Starting Mel program

proc renderIt(string $name) {

string $opt=""; string $rl=""; string $rp=""; float $resize=-1.; vrayRegisterRenderer(); vrayCreateVRaySettingsNode(); select vraySettings;
setAttr -type “string” “vraySettings.fileNamePrefix” “test”;
workspace -fr “images” “//uk-nde-s0008.nissaneu.nmcorp.nissan.biz/ideas/test_dl/images”; workspace -fr “depth” “//uk-nde-s0008.nissaneu.nmcorp.nissan.biz/ideas/test_dl/im
ages”;
makeCameraRenderable(“persp”); setAttr -type “string” “vraySettings.batchCamera” “persp”;
setAttr “vraySettings.width” 960;
setAttr “vraySettings.height” 540;

setAttr “vraySettings.sys_max_threads” 0;

setMayaSoftwareLayers($rl, $rp); setImageSizePercent($resize); mayaBatchRenderProcedure(0, “”, “”, “vray”, $opt);

}

//
// Main part
//

string $sceneName = “/root/Thinkbox/Deadline7/slave/node01/jobsData/5538ee8dd181261a90e6a921/test.mb”;

string $checkScene = file -q -sn;
if ($checkScene=="") {
error (“Cannot load scene. Please check the scene name.\n”);
} else if (catch(renderIt($sceneName))) {
error (“Render failed.\n”);
} else {
print (“Render completed.\n”);
}

// Ending Mel program

Deadline is loading the scene from that location because it is being submitted with the job. When this happens, the scene is then copied locally to the slave machine before rendering.

To render the scene from its original location on the network, simply disable the option to submit the scene file with the job when submitting the job to the farm.

Cheers,
Ryan

Hi,

We checked that off but we still get a similar error. We are submitting this from our windows 7 workstations currently to one node as a as a test. This node (node01) has maya2015 and vray installed.

=======================================================
Error

Error: Strict error checking on, caught the following error or warning.
Error: file: /tmp/tmp27e35600.tmp line 35: Cannot load scene. Please check the scene name.
If this error message is unavoidable but not fatal, please email support@thinkboxsoftware.com with the error message, and disable the Maya job setting Strict Error Checking.
at Deadline.Plugins.ScriptPlugin.RenderTasks (System.String taskId, Int32 startFrame, Int32 endFrame, System.String& outMessage, FranticX.Processes.AbortLevel& abortLevel) [0x00000] in :0

=======================================================
Type

RenderPluginException

=======================================================
Stack Trace

at Deadline.Plugins.Plugin.RenderTask (System.String taskId, Int32 startFrame, Int32 endFrame) [0x00000] in :0
at Deadline.Slaves.SlaveRenderThread.a (Deadline.IO.TaskLogWriter A_0) [0x00000] in :0

=======================================================
Log

2015-04-23 15:04:31: BEGIN - node01\root
2015-04-23 15:04:31: 0: Start Job timeout is disabled.
2015-04-23 15:04:31: 0: Task timeout is disabled.
2015-04-23 15:04:31: 0: Loaded job: test01 - persp (5538faaed181262424762f86)
2015-04-23 15:04:31: 0: INFO: Executing plugin script /root/Thinkbox/Deadline7/slave/node01/plugins/5538faaed181262424762f86/MayaBatch.py
2015-04-23 15:04:32: 0: INFO: About: Maya Batch Plugin for Deadline
2015-04-23 15:04:32: 0: INFO: The job’s environment will be merged with the current environment before rendering
2015-04-23 15:04:32: 0: INFO: Rendering with Maya version 2015.0
2015-04-23 15:04:32: 0: INFO: Starting monitored managed process MayaBatch
2015-04-23 15:04:32: 0: INFO: Stdout Handling Enabled: True
2015-04-23 15:04:32: 0: INFO: Popup Handling Enabled: True
2015-04-23 15:04:32: 0: INFO: QT Popup Handling Enabled: False
2015-04-23 15:04:32: 0: INFO: WindowsForms10.Window.8.app.* Popup Handling Enabled: False
2015-04-23 15:04:32: 0: INFO: Using Process Tree: True
2015-04-23 15:04:32: 0: INFO: Hiding DOS Window: True
2015-04-23 15:04:32: 0: INFO: Creating New Console: False
2015-04-23 15:04:32: 0: INFO: Running as user: root
2015-04-23 15:04:32: 0: INFO: Enforcing 64 bit build of Maya
2015-04-23 15:04:32: 0: INFO: Executable: “/usr/autodesk/maya2015-x64/bin/maya”
2015-04-23 15:04:32: 0: INFO: Argument: -prompt -file “/uk-nde-s0008.nissaneu.nmcorp.nissan.biz/ideas/test_dl/scenes/test.mb” -proj “//uk-nde-s0008.nissaneu.nmcorp.nissan.biz/ideas/test_dl
2015-04-23 15:04:32: 0: INFO: Startup Directory: “/usr/autodesk/maya2015-x64/bin”
2015-04-23 15:04:32: 0: INFO: Process Priority: BelowNormal
2015-04-23 15:04:32: 0: INFO: Process Affinity: default
2015-04-23 15:04:32: 0: INFO: Process is now running
2015-04-23 15:04:32: 0: Plugin rendering frame(s): 1
2015-04-23 15:04:36: 0: INFO: Waiting until maya is ready to go
2015-04-23 15:04:36: 0: STDOUT: READY FOR INPUT
2015-04-23 15:04:37: 0: INFO: Rendering with vray
2015-04-23 15:04:37: 0: INFO: Rendering to network drive
2015-04-23 15:04:37: 0: INFO: Creating melscript to execute
2015-04-23 15:04:37: 0: INFO: Auto memory detection for VRay disabled
2015-04-23 15:04:37: 0: INFO: Executing script: /tmp/tmp27e35600.tmp
2015-04-23 15:04:37: 0: INFO: Waiting for script to finish
2015-04-23 15:04:37: 0: STDOUT: Error: file: /tmp/tmp27e35600.tmp line 35: Cannot load scene. Please check the scene name.

=======================================================
Details

Date: 04/23/2015 15:00:58
Frames: 1
Elapsed Time: 00:00:00:13
Job Submit Date: 04/23/2015 14:59:10
Job User: henshl
Average RAM Usage: 771818701 (4%)
Peak RAM Usage: 826556416 (4%)
Average CPU Usage: 8%
Peak CPU Usage: 15%
Used CPU Clocks: 102144
Total CPU Clocks: 1276800

=======================================================
Slave Information

Slave Name: node01
Version: v7.1.0.29 R (7e9b08b44)
Operating System: Red Hat Enterprise Linux Workstation release 6.2 (Santiago)
Machine User: root
IP Address: 10.170.104.15
MAC Address: 00:15:17:C7:80:10
CPU Architecture: x86_64
CPUs: 16
CPU Usage: 1%
Memory Usage: 789.8 MB / 23.5 GB (3%)
Free Disk Space: 5.873 GB
Video Card: Matrox Graphics, Inc. MGA G200e [Pilot] ServerEngines (SEP1) (rev 02)

[root@node01 ~]# more /tmp/tmp2294ddd6.tmp

////////////////////////////////////////////////////////////////////////////
// Starting Mel program

proc renderIt(string $name) {

string $opt=""; string $rl=""; string $rp=""; float $resize=-1.; vrayRegisterRenderer(); vrayCreateVRaySettingsNode(); select vraySettings;
setAttr -type “string” “vraySettings.fileNamePrefix” “test”;
workspace -fr “images” “//uk-nde-s0008.nissaneu.nmcorp.nissan.biz/ideas/test_dl/images”; workspace -fr “depth” “//uk-nde-s0008.nissaneu.nmcorp.nissan.biz/ideas/test_dl/images”;
makeCameraRenderable(“persp”); setAttr -type “string” “vraySettings.batchCamera” “persp”;
setAttr “vraySettings.width” 960;
setAttr “vraySettings.height” 540;

setAttr “vraySettings.sys_max_threads” 0;

setMayaSoftwareLayers($rl, $rp); setImageSizePercent($resize); mayaBatchRenderProcedure(0, “”, “”, “vray”, $opt);

}

//
// Main part
//

string $sceneName = “/uk-nde-s0008.nissaneu.nmcorp.nissan.biz/ideas/test_dl/scenes/test.mb”;

string $checkScene = file -q -sn;
if ($checkScene=="") {
error (“Cannot load scene. Please check the scene name.\n”);
} else if (catch(renderIt($sceneName))) {
error (“Render failed.\n”);
} else {
print (“Render completed.\n”);
}

// Ending Mel program

[root@node01 ~]# more /tmp/tmp27e35600.tmp

////////////////////////////////////////////////////////////////////////////
// Starting Mel program

proc renderIt(string $name) {

string $opt=""; string $rl=""; string $rp=""; float $resize=-1.; vrayRegisterRenderer(); vrayCreateVRaySettingsNode(); select vraySettings;
setAttr -type “string” “vraySettings.fileNamePrefix” “test”;
workspace -fr “images” “//uk-nde-s0008.nissaneu.nmcorp.nissan.biz/ideas/test_dl/images”; workspace -fr “depth” “//uk-nde-s0008.nissaneu.nmcorp.nissan.biz/ideas/test_dl/images”;
makeCameraRenderable(“persp”); setAttr -type “string” “vraySettings.batchCamera” “persp”;
setAttr “vraySettings.width” 960;
setAttr “vraySettings.height” 540;

setAttr “vraySettings.sys_max_threads” 0;

setMayaSoftwareLayers($rl, $rp); setImageSizePercent($resize); mayaBatchRenderProcedure(0, “”, “”, “vray”, $opt);

}

//
// Main part
//

string $sceneName = “/uk-nde-s0008.nissaneu.nmcorp.nissan.biz/ideas/test_dl/scenes/test.mb”;

string $checkScene = file -q -sn;
if ($checkScene=="") {
error (“Cannot load scene. Please check the scene name.\n”);
} else if (catch(renderIt($sceneName))) {
error (“Render failed.\n”);
} else {
print (“Render completed.\n”);
}

// Ending Mel program

[root@node01 ~]#

Sorry, I forgot to mention that you’ll also need to set up Path Mapping so that the Windows paths are properly translated to Linux paths before rendering. For example, you’ll probably want //uk-nde-s0008.nissaneu.nmcorp.nissan.biz/ideas/test_dl/scenes/test.mb to be mapped to something like /mnt/ideas/test_dl/scenes/test.mb.

This can be done in the repository options, and the documentation (along with some examples) can be found here:
docs.thinkboxsoftware.com/produc … tform.html

Hope this helps!
Ryan

Hi Brilliant,

We have almost cracked it. The scene file now is being found (string $sceneName = “/deadline/test_dl/scenes/test.mb”:wink: but for some weird reason is being reported as unable to find. Have you encountered this before?

////////////////////////////////////////////////////////////////////////////
// Starting Mel program

proc renderIt(string $name) {

string $opt=""; string $rl=""; string $rp=""; float $resize=-1.; vrayRegisterRenderer(); vrayCreateVRaySettingsNode(); select vraySettings;
setAttr -type “string” “vraySettings.fileNamePrefix” “test”;
workspace -fr “images” “/deadline/test_dl/images”; workspace -fr “depth” “/deadline/test_dl/images”;
makeCameraRenderable(“persp”); setAttr -type “string” “vraySettings.batchCamera” “persp”;
setAttr “vraySettings.width” 960;
setAttr “vraySettings.height” 540;

setAttr “vraySettings.sys_max_threads” 0;

setMayaSoftwareLayers($rl, $rp); setImageSizePercent($resize); mayaBatchRenderProcedure(0, “”, “”, “vray”, $opt);

}

//
// Main part
//

string $sceneName = “/deadline/test_dl/scenes/test.mb”;

string $checkScene = file -q -sn;
if ($checkScene=="") {
error (“Cannot load scene. Please check the scene name.\n”);
} else if (catch(renderIt($sceneName))) {
error (“Render failed.\n”);
} else {
print (“Render completed.\n”);
}

// Ending Mel program

Error

Error: Strict error checking on, caught the following error or warning.
Error: file: /tmp/tmp26778934.tmp line 35: Cannot load scene. Please check the scene name.
If this error message is unavoidable but not fatal, please email support@thinkboxsoftware.com with the error message, and disable the Maya job setting Strict Error Checking.
at Deadline.Plugins.ScriptPlugin.RenderTasks (System.String taskId, Int32 startFrame, Int32 endFrame, System.String& outMessage, FranticX.Processes.AbortLevel& abortLevel) [0x00000] in :0

=======================================================
Type

RenderPluginException

=======================================================
Stack Trace

at Deadline.Plugins.Plugin.RenderTask (System.String taskId, Int32 startFrame, Int32 endFrame) [0x00000] in :0
at Deadline.Slaves.SlaveRenderThread.a (Deadline.IO.TaskLogWriter A_0) [0x00000] in :0

=======================================================
Log

2015-04-24 12:35:59: BEGIN - node01\root
2015-04-24 12:35:59: 0: Start Job timeout is disabled.
2015-04-24 12:35:59: 0: Task timeout is disabled.
2015-04-24 12:35:59: 0: Loaded job: test - persp (553a29a7ad9c451910cd34d0)
2015-04-24 12:35:59: 0: INFO: Executing plugin script /root/Thinkbox/Deadline7/slave/node01/plugins/553a29a7ad9c451910cd34d0/MayaBatch.py
2015-04-24 12:35:59: 0: INFO: About: Maya Batch Plugin for Deadline
2015-04-24 12:35:59: 0: INFO: The job’s environment will be merged with the current environment before rendering
2015-04-24 12:35:59: 0: INFO: Rendering with Maya version 2015.0
2015-04-24 12:35:59: 0: INFO: Starting monitored managed process MayaBatch
2015-04-24 12:35:59: 0: INFO: Stdout Handling Enabled: True
2015-04-24 12:35:59: 0: INFO: Popup Handling Enabled: True
2015-04-24 12:35:59: 0: INFO: QT Popup Handling Enabled: False
2015-04-24 12:35:59: 0: INFO: WindowsForms10.Window.8.app.* Popup Handling Enabled: False
2015-04-24 12:35:59: 0: INFO: Using Process Tree: True
2015-04-24 12:35:59: 0: INFO: Hiding DOS Window: True
2015-04-24 12:35:59: 0: INFO: Creating New Console: False
2015-04-24 12:35:59: 0: INFO: Running as user: root
2015-04-24 12:35:59: 0: INFO: Enforcing 64 bit build of Maya
2015-04-24 12:35:59: 0: INFO: Executable: “/usr/autodesk/maya2015-x64/bin/maya”
2015-04-24 12:35:59: 0: INFO: Argument: -prompt -file “/deadline/test_dl/scenes/test.mb” -proj “T:/test_dl”
2015-04-24 12:35:59: 0: INFO: Startup Directory: “/usr/autodesk/maya2015-x64/bin”
2015-04-24 12:35:59: 0: INFO: Process Priority: BelowNormal
2015-04-24 12:35:59: 0: INFO: Process Affinity: default
2015-04-24 12:35:59: 0: INFO: Process is now running
2015-04-24 12:35:59: 0: Plugin rendering frame(s): 1
2015-04-24 12:36:06: 0: INFO: Waiting until maya is ready to go
2015-04-24 12:36:06: 0: STDOUT: file -f -typ “mayaBinary” -o “/deadline/test_dl/scenes/test.mb”;addRecentFile("/deadline/test_dl/scenes/test.mb", “mayaBinary”);
2015-04-24 12:36:06: 0: WARNING: Strict error checking on, ignoring the following unrecognized error or warning. If it is fatal, please email support@thinkboxsoftware.com with the error message.
2015-04-24 12:36:06: 0: STDOUT: Error: line 0: Unknown Maya file version: 2015.
2015-04-24 12:36:06: 0: STDOUT: Maya binary file parse error: : (6) corrupted file structure
2015-04-24 12:36:06: 0: STDOUT: File read in 0 seconds.
2015-04-24 12:36:06: 0: WARNING: Strict error checking on, ignoring the following unrecognized error or warning. If it is fatal, please email support@thinkboxsoftware.com with the error message.
2015-04-24 12:36:06: 0: STDOUT: Warning: line 0: Errors have occurred while reading this scene that may result in data loss.
2015-04-24 12:36:06: 0: WARNING: Strict error checking on, ignoring the following unrecognized error or warning. If it is fatal, please email support@thinkboxsoftware.com with the error message.
2015-04-24 12:36:06: 0: STDOUT: Error: line 0: Error reading file.
2015-04-24 12:36:06: 0: WARNING: Strict error checking on, ignoring the following unrecognized error or warning. If it is fatal, please email support@thinkboxsoftware.com with the error message.
2015-04-24 12:36:06: 0: STDOUT: Error: line 0: Error reading file.
2015-04-24 12:36:07: 0: STDOUT: READY FOR INPUT
2015-04-24 12:36:08: 0: INFO: Rendering with vray
2015-04-24 12:36:08: 0: INFO: Rendering to network drive
2015-04-24 12:36:08: 0: INFO: Creating melscript to execute
2015-04-24 12:36:08: 0: INFO: Auto memory detection for VRay disabled
2015-04-24 12:36:08: 0: INFO: Executing script: /tmp/tmp26778934.tmp
2015-04-24 12:36:08: 0: INFO: Waiting for script to finish
2015-04-24 12:36:08: 0: STDOUT: Error: file: /tmp/tmp26778934.tmp line 35: Cannot load scene. Please check the scene name.

=======================================================
Details

Date: 04/24/2015 12:32:25
Frames: 1
Elapsed Time: 00:00:00:16
Job Submit Date: 04/24/2015 12:31:51
Job User: henshl
Average RAM Usage: 681049368 (3%)
Peak RAM Usage: 733442048 (3%)
Average CPU Usage: 9%
Peak CPU Usage: 15%
Used CPU Clocks: 114912
Total CPU Clocks: 1276800

=======================================================
Slave Information

Slave Name: node01
Version: v7.1.0.29 R (7e9b08b44)
Operating System: Red Hat Enterprise Linux Workstation release 6.2 (Santiago)
Machine User: root
IP Address: 10.170.104.15
MAC Address: 00:15:17:C7:80:10
CPU Architecture: x86_64
CPUs: 16
CPU Usage: 0%
Memory Usage: 632.1 MB / 23.5 GB (2%)
Free Disk Space: 5.866 GB
Video Card: Matrox Graphics, Inc. MGA G200e [Pilot] ServerEngines (SEP1) (rev 02)

I looked at the log, and I think it’s able to find it, but it’s unable to open it. This is the error I’m seeing in the log:

However, the log shows that you are rendering with Maya 2015…

Is it possible that the scene was created in Maya 2015 Extension 1, and you don’t have Extension 1 installed on the render node?

Cheers,
Ryan

hi,

The user is using maya x64 2015 SP3 on a windows w/s. I downloaded the exact same version and installed on one of my render server nodes running RH 6.2 . I get the following errors now.

The file it complains about in the error is installed.

/usr/ChaosGroup/V-Ray/Maya2015-x64/plug-ins/vrayformaya.so

=======================================================
Error

Error: Strict error checking on, caught the following error or warning.
Error: file: /tmp/tmp59a3de7e.tmp line 37: Render failed.
If this error message is unavoidable but not fatal, please email support@thinkboxsoftware.com with the error message, and disable the Maya job setting Strict Error Checking.
at Deadline.Plugins.ScriptPlugin.RenderTasks (System.String taskId, Int32 startFrame, Int32 endFrame, System.String& outMessage, FranticX.Processes.AbortLevel& abortLevel) [0x00000] in :0

=======================================================
Type

RenderPluginException

=======================================================
Stack Trace

at Deadline.Plugins.Plugin.RenderTask (System.String taskId, Int32 startFrame, Int32 endFrame) [0x00000] in :0
at Deadline.Slaves.SlaveRenderThread.a (Deadline.IO.TaskLogWriter A_0) [0x00000] in :0

=======================================================
Log

2015-04-24 17:25:56: BEGIN - node01\root
2015-04-24 17:25:56: 0: Start Job timeout is disabled.
2015-04-24 17:25:56: 0: Task timeout is disabled.
2015-04-24 17:25:56: 0: Loaded job: test - persp (553a6d82ad9c450ef43afbcc)
2015-04-24 17:25:56: 0: INFO: Executing plugin script /root/Thinkbox/Deadline7/slave/node01/plugins/553a6d82ad9c450ef43afbcc/MayaBatch.py
2015-04-24 17:25:56: 0: INFO: About: Maya Batch Plugin for Deadline
2015-04-24 17:25:56: 0: INFO: The job’s environment will be merged with the current environment before rendering
2015-04-24 17:25:56: 0: INFO: Rendering with Maya version 2015.0
2015-04-24 17:25:56: 0: INFO: Starting monitored managed process MayaBatch
2015-04-24 17:25:56: 0: INFO: Stdout Handling Enabled: True
2015-04-24 17:25:56: 0: INFO: Popup Handling Enabled: True
2015-04-24 17:25:56: 0: INFO: QT Popup Handling Enabled: False
2015-04-24 17:25:56: 0: INFO: WindowsForms10.Window.8.app.* Popup Handling Enabled: False
2015-04-24 17:25:56: 0: INFO: Using Process Tree: True
2015-04-24 17:25:56: 0: INFO: Hiding DOS Window: True
2015-04-24 17:25:56: 0: INFO: Creating New Console: False
2015-04-24 17:25:56: 0: INFO: Running as user: root
2015-04-24 17:25:56: 0: INFO: Enforcing 64 bit build of Maya
2015-04-24 17:25:56: 0: INFO: Executable: “/usr/autodesk/maya2015-x64/bin/maya”
2015-04-24 17:25:56: 0: INFO: Argument: -prompt -file “/deadline/test_dl/scenes/test.mb” -proj “T:/test_dl”
2015-04-24 17:25:56: 0: INFO: Startup Directory: “/usr/autodesk/maya2015-x64/bin”
2015-04-24 17:25:56: 0: INFO: Process Priority: BelowNormal
2015-04-24 17:25:56: 0: INFO: Process Affinity: default
2015-04-24 17:25:56: 0: INFO: Process is now running
2015-04-24 17:25:56: 0: Plugin rendering frame(s): 1
2015-04-24 17:26:00: 0: INFO: Waiting until maya is ready to go
2015-04-24 17:26:00: 0: WARNING: Strict error checking on, ignoring the following unrecognized error or warning. If it is fatal, please email support@thinkboxsoftware.com with the error message.
2015-04-24 17:26:00: 0: STDOUT: Error: line 1: Unable to dynamically load : /usr/ChaosGroup/V-Ray/Maya2015-x64/plug-ins/vrayformaya.so
2015-04-24 17:26:00: 0: STDOUT: libAdskXGen.so: cannot open shared object file: No such file or directory
2015-04-24 17:26:00: 0: WARNING: Strict error checking on, ignoring the following unrecognized error or warning. If it is fatal, please email support@thinkboxsoftware.com with the error message.
2015-04-24 17:26:00: 0: STDOUT: Error: line 1: libAdskXGen.so: cannot open shared object file: No such file or directory (vrayformaya)
2015-04-24 17:26:00: 0: WARNING: Strict error checking on, ignoring the following unrecognized error or warning. If it is fatal, please email support@thinkboxsoftware.com with the error message.
2015-04-24 17:26:00: 0: STDOUT: Warning: line 1: Unrecognized node type for node ‘VRayLightDomeShape1’; preserving node information during this session.
2015-04-24 17:26:00: 0: WARNING: Strict error checking on, ignoring the following unrecognized error or warning. If it is fatal, please email support@thinkboxsoftware.com with the error message.
2015-04-24 17:26:00: 0: STDOUT: Warning: line 1: Unrecognized node type for node ‘vraySettings’; preserving node information during this session.
2015-04-24 17:26:00: 0: WARNING: Strict error checking on, ignoring the following unrecognized error or warning. If it is fatal, please email support@thinkboxsoftware.com with the error message.
2015-04-24 17:26:00: 0: STDOUT: Warning: line 1: Errors have occurred while reading this scene that may result in data loss.
2015-04-24 17:26:00: 0: STDOUT: File read in 0.33 seconds.
2015-04-24 17:26:00: 0: STDOUT: Result: /deadline/test_dl/scenes/test.mb
2015-04-24 17:26:01: 0: STDOUT: READY FOR INPUT
2015-04-24 17:26:01: 0: INFO: Rendering with vray
2015-04-24 17:26:01: 0: INFO: Rendering to network drive
2015-04-24 17:26:01: 0: INFO: Creating melscript to execute
2015-04-24 17:26:01: 0: INFO: Auto memory detection for VRay disabled
2015-04-24 17:26:01: 0: INFO: Executing script: /tmp/tmp59a3de7e.tmp
2015-04-24 17:26:02: 0: INFO: Waiting for script to finish
2015-04-24 17:26:02: 0: WARNING: Strict error checking on, ignoring the following unrecognized error or warning. If it is fatal, please email support@thinkboxsoftware.com with the error message.
2015-04-24 17:26:02: 0: STDOUT: Error: file: /usr/ChaosGroup/V-Ray/Maya2015-x64/scripts/vrayRegisterRenderer.mel line 62: Cannot find procedure “vrayDebug”.
2015-04-24 17:26:02: 0: WARNING: Strict error checking on, ignoring the following unrecognized error or warning. If it is fatal, please email support@thinkboxsoftware.com with the error message.
2015-04-24 17:26:02: 0: STDOUT: Error: file: /tmp/tmp59a3de7e.tmp line 8: setAttr: No object matches name: vraySettings.fileNamePrefix
2015-04-24 17:26:02: 0: STDOUT: Error: file: /tmp/tmp59a3de7e.tmp line 37: Render failed.

=======================================================
Details

Date: 04/24/2015 17:22:18
Frames: 1
Elapsed Time: 00:00:00:13
Job Submit Date: 04/24/2015 17:21:22
Job User: henshl
Average RAM Usage: 653536461 (3%)
Peak RAM Usage: 731238400 (3%)
Average CPU Usage: 8%
Peak CPU Usage: 14%
Used CPU Clocks: 102144
Total CPU Clocks: 1276800

=======================================================
Slave Information

Slave Name: node01
Version: v7.1.0.29 R (7e9b08b44)
Operating System: Red Hat Enterprise Linux Workstation release 6.2 (Santiago)
Machine User: root
IP Address: 10.170.104.15
MAC Address: 00:15:17:C7:80:10
CPU Architecture: x86_64
CPUs: 16
CPU Usage: 6%
Memory Usage: 584.9 MB / 23.5 GB (2%)
Free Disk Space: 4.593 GB
Video Card: Matrox Graphics, Inc. MGA G200e [Pilot] ServerEngines (SEP1) (rev 02)

////////////////////////////////////////////////////////////////////////////
// Starting Mel program

proc renderIt(string $name) {

string $opt=""; string $rl=""; string $rp=""; float $resize=-1.; vrayRegisterRenderer(); vrayCreateVRaySettingsNode(); select vraySettings;
setAttr -type “string” “vraySettings.fileNamePrefix” “test”;
workspace -fr “images” “/deadline/test_dl/images”; workspace -fr “depth” “/deadline/test_dl/images”;
makeCameraRenderable(“persp”); setAttr -type “string” “vraySettings.batchCamera” “persp”;
setAttr “vraySettings.width” 960;
setAttr “vraySettings.height” 540;

setAttr “vraySettings.sys_max_threads” 0;

setMayaSoftwareLayers($rl, $rp); setImageSizePercent($resize); mayaBatchRenderProcedure(0, “”, “”, “vray”, $opt);

}

//
// Main part
//

string $sceneName = “/deadline/test_dl/scenes/test.mb”;

string $checkScene = file -q -sn;
if ($checkScene=="") {
error (“Cannot load scene. Please check the scene name.\n”);
} else if (catch(renderIt($sceneName))) {
error (“Render failed.\n”);
} else {
print (“Render completed.\n”);
}

// Ending Mel program

Can you launch the Maya UI on the node to see if it’s able to load VRay properly? Maybe the problem is that the VRay plugin isn’t set to be autoloaded by Maya. Or, maybe VRay has some dependencies that aren’t installed on the machine.

Privacy | Site terms | Cookie preferences