PipelineFX Forum

Qube! => Jobtypes and Applications => Topic started by: drandolph on May 04, 2010, 06:20:17 PM

Title: exec failed: Permission denied in maya 2011 running 5.5.3 on osx 10.6
Post by: drandolph on May 04, 2010, 06:20:17 PM
any thoughts?



Render Directory:  /Volumes/qube_pen/testRender
Scene File:        /Volumes/Atoll/Artists Area/Artists/Joshua/HUMMINGBIRD_MAYA/HUMMINGBIRD_20.mb

$VAR1 = bless( {
  'frameExt' => '3',
  'range' => '300-400',
  'renderDirectory' => '/Volumes/qube_pen/testRender',
  'defaultRenderGlobals.periodInExt' => '1',
  'mayaExecutable' => '/Applications/Autodesk/maya2011/Maya.app',
  'defaultRenderGlobals.outFormatControl' => '2',
  'defaultRenderGlobals.imageFilePrefix' => 'test',
  'cameras' => 'All Renderable',
  'scenefile' => '/Volumes/Atoll/Artists Area/Artists/Joshua/HUMMINGBIRD_MAYA/HUMMINGBIRD_20.mb',
  'defaultRenderGlobals.putFrameBeforeExt' => '1',
  'defaultRenderGlobals.animation' => '1',
  'layers' => 'All Renderable',
  'defaultRenderGlobals.outFormatExt' => 'tga'
}, 'maya::Package' );

INFO: scenefile [/Volumes/Atoll/Artists Area/Artists/Joshua/HUMMINGBIRD_MAYA/HUMMINGBIRD_20.mb] exists and is readable
Scene File Maya Version: 2011
INFO: Using maya executable specified in submission
  [/Applications/Autodesk/maya2011/Maya.app]
Maya Binary: /Applications/Autodesk/maya2011/Maya.app
maya::UniversalMayaRenderJob::initialize
maya::PromptMayaJob::initialize
maya::PromptMayaJob::mayaSetupWorkspace
INFO: setting MAYA_LOCATION to /Applications/Autodesk
launching: /Applications/Autodesk/maya2011/Maya.app -batch -prompt
exception caught! at /Applications/pfx/jobtypes/maya/MelProcessor.pm line 382.
ERROR: exception caught in maya::UniversalMayaRenderJob=HASH(0x100ad07f0)->run()
exec failed: Permission denied at /Applications/pfx/jobtypes/maya/MelProcessor.pm line 379
 at /Applications/pfx/jobtypes/maya/MelProcessor.pm line 379

INFO: reporting status [failed] to supe: qb::reportjob('failed')
maya::MelProcessor::DESTROY
maya::MelProcessor::finish
Title: Re: exec failed: Permission denied in maya 2011 running 5.5.3 on osx 10.6
Post by: jburk on May 04, 2010, 07:00:48 PM
Maya.app  is actually a directory on OSX; you need to specify

/Applications/Autodesk/maya2011/Maya.app/Contents/bin/maya

as the maya executable.
Title: Re: exec failed: Permission denied in maya 2011 running 5.5.3 on osx 10.6
Post by: Achilles on May 05, 2010, 06:21:30 AM
reading jobtypes/maya/job.conf var maya_path I think the 2011 mac os x maya dir is not included. For windows it is. also Linux 2011 path is missing.

IMHO: if it were included he would not need to specify the maya exec path.
Title: Re: exec failed: Permission denied in maya 2011 running 5.5.3 on osx 10.6
Post by: jburk on May 05, 2010, 02:55:18 PM
nice catch; I've filed it as a bug.